Network Layer
Network Layer
NETWORK LAYER
Solution
We replace each group of 8 bits with its equivalent decimal number (see
Appendix B) and add dots for separation.
Supernetting
As the blocks in class A and B were almost
consumed so, new organizations consider class C.
But, the block of class C is too small then the
requirement of the organization. In this case, the
solution which came out is supernetting which
grants to join the blocks of class C to form a
larger block which satisfies the address
requirement of the organization.
172.16.0.0 - 172.32.255.255
192.168.0.0 - 192.168.255.255
Solution:
Convert the given destination address into binary
format.
200.45.34.56 = 11001000 00101101 00100010 00111000
Convert the given subnet mask into binary format.
255.255.240.0 = 11111111 11111111 11110000 00000000
Do the AND operation using destination address and
subnet mask address.
200.45.34.56 = 11001000 00101101 00100010 00111000
255.255.240.0 = 11111111 11111111 11110000 00000000
11001000 00101101 00100000 00000000
subnetwork address is 200.45.32.0
10/23/2024 Karpagam Institute of Technology 55
Find the subnetwork address for
the following:
S.No IP address Mask
A 140.11.36.22 255.255.255.0
Solution:
IP address 140.11.36.22
Mask 255.255.255.0
140.11.36.0
$ ping google.com
Easy to configure.
Disadvantage –
Auto Configuration
Advanced Routing
Additional Functions
Security
Resource allocation