What is subnetting and supernetting and its uses?

Answer Posted / ajun mukund

A subnet mask is used to identify which parts of the ip
address are the network parts and which parts are the host
parts.

e.g
IP 192.168.1.10
Subnet mask : 255.255.255.0

This indicates that the first 3 parts of the IP address are
used to identify the Network.

Let's take a class C mask of 255.255.255.0 - If we borrow 2
network bits, the mask changes to 255.255.252.0, this is
called Supernetting. If on the other hand we borrow two host
bits, the mask changes to 255.255.255.192, this is called
subnetting.

Supernetting therefore allows you to have more hosts on one
network, whilst subnetting allows you to have more inter
networks but with less hosts.


.... So without subnetting or supernetting these two
addresses would be on same network:

IP 192.168.1.10
Subnet mask : 255.255.255.0

IP 192.168.1.233
Subnet mask : 255.255.255.0

With Subnetting, we have borrowed one bit (from the host
part) which in binary looks like this 1000000, now this
splits the network into two networks so these addresses are
now on different networks.

IP 192.168.1.10
Subnet mask : 255.255.255.128
IP 192.168.1.233
Subnet mask : 255.255.255.128

With Supernetting, we borrow one bit from the network part
so the last two parts of subnet mask now look like this
11111110.00000000. These two are on the same network now
because the number of host addresses has increased.

IP 192.168.1.10
Subnet mask : 255.255.254.0
IP 192.168.2.125
Subnet mask : 255.255.254.0

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is hub intelligent device?

745


What is hsrp?

731


Which reserve port no http use?

759


What is the difference between ‘bit rate’ and ‘baud rate’?

725


What is HDLC?

778






What is size of ipv4 mac address?

780


In which access- list type you can't do editing?

780


Which protocol called rapid protocol?

795


After how long ospf exchange its topology table?

744


Explain which layer are called upper layer?

725


What is the difference between the communication and transmission?

676


State the difference between dynamic IP and static IP addressing?

751


When written what does it mean?

735


What is the difference between full duplex and half duplex?

782


What is EIGRP?

794