Home > Archive > CCNA > January 2001 > Curious about a specific Subnet





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Curious about a specific Subnet

2001-01-25, 9:55 pm

assuming you have a class b ip address say:

150.112.0.0

With a subnet mask of
255.255.255.128

How would you work the network/host numbers?

I understand you'd be using 9 bits so you'd have a total of 510 networks, each with 126 hosts. But how would you start to list the network ID's/Host ID's? Right?

Would you assume that you used 128 as your smallest bit?

In which case it would be something close to:

Network 150.112.1.0 with hosts of
150.112.1.1 - 150.112.1.127 Broadcast 150.112.1.128?

If that's the case What would your 2nd network be? Sorry to be bothersome, just something that popped in my head that I thought would have an interesting answer. Thanks for your time!

2001-01-25, 10:21 pm

quote:
Originally posted by Digs:
...
Would you assume that you used 128 as your smallest bit?
...
Network 150.112.1.0 with hosts of
150.112.1.1 - 150.112.1.127 Broadcast 150.112.1.128?
...



Network 150.112.1.0
Broadcast 150.112.1.127
Hosts 150.112.1.1 - 150.112.1.126

150.112.1.128 is the next subnet.

The subnets will go like this: the third byte, from 0 to 255; the fourth byte will alternate between 0 and 128.

And, err, 128 is a decimal number, not a bit...

Cheers!


[This message has been edited by dmaftei (edited 01-25-2001).]

2001-01-26, 7:48 am

What to happened to the first two available subnets?

# 150.112.0.1 - 150.112.0.126
Broadcast 150.112.0.127

# 150.112.0.129 - 150.112.0.254
Broadcast 150.112.0.255

I know people will suggest "Do not use all ones or all zeros subnets", but my Cisco kit is configured with 'ip subnet zero'.

However, suppose this type of question comes up in the exam. Do I assume that all ones and all zeros subnets should be avoided? Whadya think?

Cheers
Hippo

2001-01-26, 8:08 am

Not all routing equipment supports subnrt 0 and 128. in a cisco only environment you could use it - so i suppose that is why it is on the books.

Golgi

2001-01-26, 1:31 pm

Thanks again for the info I realize that it's not a bit and actually a decimal number. My brain kinda burped and spat out bit as I've been associating the 2^x with specific # of bits. *sigh* Glad I can communicate so well! *blech*

Anyway, Thanks again, greatly appreciate the help. Crystal clear now!

2001-01-26, 3:03 pm

quote:
Originally posted by golgi:
Not all routing equipment supports subnrt 0 and 128.



I never heard of routing equipment that does not support "subnet 128".

Cheers!

2001-01-26, 3:16 pm

Well to be honest neither have i, but lamme gives it as a possible problem on legacy equipment.

Maybe somewhere, out there in the great mesh of networks, there is a network that is wondering its being asked to route to 0 and 128

Golgi

2001-01-26, 3:55 pm

Hi golgi,

I'm afraid there's some confusion about what legacy equipment does not support when it comes to subnetting. Consider a class C network: 192.168.11.0. The important pieces are the net address and the broadcast address (we don't really care about the host range now):

net address: 192.168.11.0
broadcast: 192.168.11.255

Now, you want to subnet this into four subnets. Your mask is 255.255.255.192. The four subnets you get are:

- 192.168.11.0 broadcast 192.168.11.63
- 192.168.11.64 broadcast 192.168.11.127
- 192.168.11.128 broadcast 192.168.11.191
- 192.168.11.192 broadcast 192.168.11.255

Notice that the network address for the first subnet (192.168.11.0) and the network address for the original network (192.168.11.0) are identical. Also notice that the broadcast address for the last subnet (192.168.11.255) and the broadcast address for the original network (192.168.11.255) are identical. This is a potential source of confusion for legacy equipment.

Practically, in all modern networks this is not a problem anymore (the "ip subnet-zero" being on by default on IOS 12.x is Cisco's way of acknowledging this). However, from what I've seen so far, the CCNA exam wants people to be aware of the problem.

HTH
Sponsored Links





Free Braindumps | MCSE braindumps software forum

Copyright 2003 - 2008 examnotes.net