Computer Network | Subnetting
Maintaining a big network and providing security to such giant networks is always a hectic task. Where the division of networks or subnetting makes things easier. When you have to reach to a process running in a computer of a different network, there are three things to be identified. Identify the network. Firs the main network ID then the subnet ID. As deeper the subnetting, the identification time will become even more complex. Identification of Host Identification of Process Let's subnet 172.27.172.0/24 1 (Network ID) in to two (where Directed Broadcast Address(DBA) : 172.27.172.255 2 ). This network has 256(2 32-24 ) IPs. Subnet-1 : 172.27.172.0/25 1 ( DBA-S1 : 172.27.172.127 ) Subnet-2 : 172.27.172.128/25 ( DBA-S2 : 172.27.172.255 2 ) The similarity of nework ID of first subnet and directed broadcast ID of second network to those of the main network is obviously indicates that network division. The top level router will...