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 is hsrp?

638


What is the difference between static and dynamic ip addressing?

711


What is DLCI?

712


What are the different types of VPN?

1486


What we called 64 bit mac-address in ipv6?

730






Tell us the name of best path in eigrp protocol?

625


What’s the easiest way to remotely configure a router?

808


Define the multicast routing?

1127


What is fcs?

713


What does the show protocol display?

883


What are the ranges for the private ips?

605


What is the default behavior of access-list?

783


How many types of ethernet?

666


What is ccna?

673


What is the second best path name of eigrp?

638