What is a Port?
It is a 16-bit number used to identify specific applications and services. TCP and UDP specify the source and destination port numbers in their packet headers, … Read more
Explore the World of Networking
Learn Basic concepts of networking, learn how router, switches works. A perfect guide for beginners. NetworkHunt is a place where you can learn and grow.
It is a 16-bit number used to identify specific applications and services. TCP and UDP specify the source and destination port numbers in their packet headers, … 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
The TCP/IP suite is a set of protocols which we use on computer networks today (most notably on the Internet). It provides an end-to-end connectivity … 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
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
The concept of private IP addressing addresses the IP address exhaustion problem. The private IP addresses can be used on the private network. These can … Read more
TCP/IP defines five classes of IP addresses: class A, B, C, D, and E. Each class has a range of valid IP addresses. The value … Read more
There are three different types of IP addresses based on operational characteristics: Unicast, Broadcast and Multicast. Lets go through these one by one. 1. Unicast … Read more