Computer Network 3
Computer Network 3
NETWORK ADDRESSING
Types of address
Network address can be one of the following:
Unicast (destined to one host)
Multicast (destined to group)
Broadcast (destined to all)
Anycast (destined to nearest one)
Address Classes
The Internet community originally defined five address classes to accommodate networks of varying
sizes. Microsoft TCP/IP supports class A, B, and C addresses assigned to hosts. The class of address
defines which bits are used for the network ID and which bits are used for the host ID. It also defines
the possible number of networks and the number of hosts per network.
1. Class A Addresses:
Class A addresses have the first bit set to 0, indicating that they belong to the Class A
address space.
The range of Class A addresses is from 0.0.0.0 to 127.255.255.255.
The first octet represents the network portion of the address, and the remaining three
octets represent the host portion.