What is subnetting and supernetting and its uses?

Answers were Sorted based on User's Feedback



What is subnetting and supernetting and its uses?..

Answer / pandi

subnetting used to divide a network into multiple networks.
but, supernetting used to a add multiple network into a
same network.

Is This Answer Correct ?    7 Yes 1 No

What is subnetting and supernetting and its uses?..

Answer / nikhil

Answer to this Question


So what i have to do so that the all three subnet show
in routing table-- quite simple think and answer.

TURN OFF AUTO SUMMARIZATION FOR EIGRP
Router1 (config)# no auto=summary.

Is This Answer Correct ?    6 Yes 0 No

What is subnetting and supernetting and its uses?..

Answer / jitendera

Ok Pandi

I have one question for you and all of you guys

if Subneting is something like breaking a Single block of ip
in the multiple block of ip address and Suppernating is
combining the Multiple ip block in to single block am i wrong ?

Now the Question is that

i am using a Routing protocol say eigrp

and i am configuring like

router eigrp 100
network 10.10.10.0 0.0.0.0.255
network 10.10.20.0 0.0.0.0.255
network 10.10.30.0 0.0.0.0.255


now if i make the command
show ip route

it will show

10.0.0.0/16 has been thorugh EIGRP and there will no entry
of 10.10.20.0 and 10.10.30.0

1) So what i have to do so that the all three subnet show
in routing table-- quite simple think and answer

2) if you get the answer then tell me at last what is the
difference between Subnating and suppernating

Think like genius not like me :-)

Is This Answer Correct ?    0 Yes 0 No

What is subnetting and supernetting and its uses?..

Answer / 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

More CCNA Interview Questions

Which configuration task must you complete if a remote Frame Relay router does NOT support Inverse APP? A.configure static maps B.define an IP address locally C.disable DHCP on the Frame Relay router D.configure a static route to the remote network

1 Answers  


Can you explain L2TP?

0 Answers   CCIE,


What is poe (power over ethernet)?

0 Answers  


In regards to the OSI seven-layer model, at which layer is EBCDIC and ASCII? A.) Presentation B.) Application C.) Transport D.) Session E.) Datalink F.) Network

1 Answers  


I received a call from client that network is down. We have 100 or 1000 of switches and routers so how could we find the client switch and its port number? and useful commands to find this ?

8 Answers   Cubicor, HCL,






What are the 2 functions of the Data Link Mac layer? A.) Handles access to shared media B.) Manages protocol access to the physical network medium C.) Provides SAPs for higher level protocols D.) Allows multiple devices to uniquely identify one another on the data link layer

1 Answers  


Can anyone explain in details the STP port state?????

2 Answers  


Which OSI layer performs code conversion, code formatting and encryption? A.) Physical B.) Data-Link C.) Application D.) Transport E.) Presentation F.) Network

1 Answers  


Identify the command to determine if an IP access-list is grouped on interface e0? A.) Router(config)# show ip interface e0 B.) Router> show ip interface e0 C.) Router# show interface e0 D.) Router# show ip interface e0

1 Answers  


What 2 commands verify end to end communications? A.) Trace B.) debug ip session C.) Ping D.) Route

2 Answers  


When you mistakenly type the wrong command at the Router# prompt the router does a DNS lookup which takes about 20 seconds. Which command can you enter to prevent the router doing this in future?

2 Answers  


Define osi?

0 Answers  


Categories