Dynamic Host Configuration Protocol & Domain Name System (DHCP & DNS)
In this article, we will run you through DHCP & DNS, i.e Dynamic Host Configuration Protocol & Domain Name System. DHCP (Dynamic Host Configuration Protocol) … Read more
Explore the World of Networking
In this article, we will run you through DHCP & DNS, i.e Dynamic Host Configuration Protocol & Domain Name System. DHCP (Dynamic Host Configuration Protocol) … Read more
ARP (Address Resolution Protocol) is a network protocol used to find out the hardware (MAC) address of a device from an IP address. It is used … Read more
One other important protocol in the TCP/IP suite is User Datagram Protocol (UDP). This protocol is basically a scaled-down version of TCP. Just like TCP, this … Read more
One of the main protocols in the TCP/IP suite is Transmission Control Protocol (TCP). It provides reliable and ordered delivery of data between applications running on … Read more
Traceroute is a command-line interface based tool uses to identify the path used by a packet to reach its target. This tool also uses ICMP messages, … Read more
It is perhaps the most common tool to troubleshoot a network. Ping (Packet Internet Groper) is available in the most operating systems. It is invoked using a ping … Read more
CIDR (Classless inter-domain routing) is a method of public IP address assignment. It was introduced in 1993 by Internet Engineering Task Force with the following goals: … Read more
There are a couple of ways of creating subnets. In this article we will subnet a class C address 192.168.0.0 that, by default, has 24 subnet bits and 8 host bits. … Read more
An IP address is divided into two parts: network and host parts. For example, an IP class A address consists of 8 bits identifying the … Read more
Subnetting is the practice of dividing a network into two or more smaller networks. It increases routing efficiency, and enhances the security of the network. I … Read more