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

What are the different ways authentication mechanism in VPN?

3445


Explain the term 'multicast'.

623


Explain which layer are called upper layer?

625


What are packets?

646


How are internetworks created?

816






what command you must use if you want to delete or remove the configuration data that is stored in the NVRAM?

741


What is difference between routing and routed protocols?

630


How many (minimum and maximum) ports are present in a router?

592


Mention what command you must use if you want to delete or remove the configuration data that is stored in the nvram?

855


What is Phase od VPN in site to site and what information you will require to configure a SITE to SITE VPN

3316


which defined peer ip address an local subnet belong to crete? (Choose two)

621


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

626


Which type for communication switch do?

678


Why is network segmentation a good idea when managing a large network?

664


Does a bridge divide a network into smaller segments?

886