- Posts: 5
- Thank you received: 0
yielding networks
16 years 2 weeks ago #28048
by networkr
yielding networks was created by networkr
I currently have a network adress of
192.168.97.0 /23
i have
34 hosts in room A
34 hosts in room B
70 hosts in room C
currently all of the hosts or on the same network number^
but now i need to find 3 networks and make each room its own network
i was thinking of first yielding the subnet for the given network
and then just filling in the hosts,but it wouldnot work
192.168.97.0 /23
i have
34 hosts in room A
34 hosts in room B
70 hosts in room C
currently all of the hosts or on the same network number^
but now i need to find 3 networks and make each room its own network
i was thinking of first yielding the subnet for the given network
and then just filling in the hosts,but it wouldnot work
16 years 2 weeks ago #28069
by S0lo
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
Replied by S0lo on topic Re: yielding networks
You could use the following scheme:
Room C: 192.168.96.1 --> 192.168.96.126 /25
Room B: 192.168.96.129 --> 192.168.96.190 /26
Room A: 192.168.96.193 --> 192.168.96.254 /26
Did this in a hurry so please recheck. If you have further questions, don't hesitate to ask.
Room C: 192.168.96.1 --> 192.168.96.126 /25
Room B: 192.168.96.129 --> 192.168.96.190 /26
Room A: 192.168.96.193 --> 192.168.96.254 /26
Did this in a hurry so please recheck. If you have further questions, don't hesitate to ask.
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
16 years 2 weeks ago #28073
by networkr
Replied by networkr on topic Re: yielding networks
thanks man I found out this scheme too.
if the bits expand between the host and network portions
you can do 2^n-2
then use n as the number of bits available
and fill in the colums starting at 00 but we omit 00
so
00
01
11
01
..etc
if the bits expand between the host and network portions
you can do 2^n-2
then use n as the number of bits available
and fill in the colums starting at 00 but we omit 00
so
00
01
11
01
..etc
Time to create page: 0.116 seconds