Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What does the Spanning Tree Algorithm (STA) do? A.) Restore lost frames B.) Builds routing tables for routing through an internetwork C.) Forward packets through a switch D.) STA is implemented by STP to prevent loops

2 Answers  


Identify the 2 methods to modify the routers boot sequence? A.) Setup program B.) Boot system commands C.) RXBoot D.) Config-register

1 Answers  


Based upon the exhibit, create a static route to 172.16.10.0 on Router A A.) Router# ip route 172.16.10.0 255.255.255.0 10.1.0.2 B.) Router(config)# ip static route 172.16.10.0 255.255.255.0 10.1.0.2 C.) Router(config)# ip route 172.16.10.0 10.1.0.2 D.) Router(config)# ip route 172.16.10.0 255.255.255.0 10.1.0.2

1 Answers  


What is required to support full-duplex Ethernet? A.) Multiple paths between multiple stations on a link B.) Automatic sensing operation by all connected stations C.) Loopback and collision detection disabled D.) Full-duplex NIC cards

1 Answers  


Which of the following are valid Cisco encapsulation type names? A.) arpa = IPX Ethernet B.) novell-ether = IPX Ethernet_802.3 C.) snap = IEEE 802.2 SNAP on Ethernet, FDDI, and Token Ring D.) novell-fddi = IPX Fddi_Raw E.) sap = IEEE 802.2 on Ethernet, FDDI, and Token Ring F.) hdlc = HDLC on serial interfaces

1 Answers  


When we do default route?

0 Answers  


Based on the DR AND BDR discussion i want to put one question the question is what is the name of protocol which is responsible;e for DR and BDR selection

7 Answers   Patni,


X.25 is characterized by layer 2 identifiers, and what else? A.) Virtual Lan's B.) Session Layer C.) Transport Layer D.) Routing Updates E.) PVC's

1 Answers  


What is the distance limitation for 100BaseT? A. 305.955 ft B. 7283.46 inches C. 184 Meters D. 185 Kilometers

3 Answers  


Hi Jitendera, I need ur suggestion. I completed my CCNA certification & also hving some sort of real time experience. Now i m planning to do CCNP. Little bit confusion is that whether it wud be better for me to go for CCNP ya CCNA (Security). As off my goal is to reach CCIE (Security & Switching/Routing). So tell me some solution of my confusion yaar..!!! Thanx & Regards Shahin..

1 Answers  


What is the command to copy the IOS image to a TFTP server? A.) copy flash tftp B.) copy running-config tftp C.) copy ios tftp D.) copy startup-config tftp

2 Answers  


Which OSI layer handles physical address, network topology? A.) Presentation B.) Physical C.) Transport D.) Application E.) Data-Link F.) Network

2 Answers  


Categories