02-09-2018 09:40 AM - edited 03-08-2019 01:47 PM
QUESTION: Is this a legitimate sub-net design?
AND : Is this a logical way to teach BROADCAST ADDRESS?
I know this is simple . But I am teaching basic sub-netting.
We want to sub-net 192.168.1.0/25 and 192.168.1.128/25
And we really want to know if this is a standard network?
IP 192.168.1.10/25
NET-MASK 255.255.255.128
NETWORK-ID: 192.168.1.0
BROADCAST: 192.168.1.127
192. 168. 1. 10 (IP)
1100 0000 . 1010 1000 . 0000 0001 . 0000 1010 (IP)
1111 1111 . 1111 1111 . 1111 1111 . 1000 0000 (SUB-NET MASK)
---- ---- . ---- ---- . ---- ---- . ---- ----
1100 0000 . 1010 1000 . 0000 0001 . 0000 0000 (NETWORK ID = AND OF IP AND SUB-NET MASK)
~~~~ ~~~~ . ~~~~ ~~~~ . ~~~~ ~~~~ . ~~~~ ~~~~
CALCULATE BROADCAST
1100 0000 . 1010 1000 . 0000 0001 . 0000 0000 (NETWORK ID)
0000 0000 . 0000 0000 . 0000 0000 . 0111 1111 (INVERTED SUB-NET MASK)
---- ---- . ---- ---- . ---- ---- . ---- ----
1100 0000 . 1010 1000 . 0000 0001 . 0111 1111 (OR OF NETWORK ID AND INVERTED SUB-NET MASK)
---- ---- . ---- ---- . ---- ---- . ---- ----
192 168 1 127 BROADCAST
IP 192.168.1.129/25
NET-MASK 255.255.255.128
NETWORK-ID: 192.168.1.128
BROADCAST: 192.168.1.127
192. 168. 1. 129 (IP)
1100 0000 . 1010 1000 . 1000 0001 . 1000 0001 (IP)
1111 1111 . 1111 1111 . 1111 1111 . 1000 0000 (SUB-NET MASK)
---- ---- . ---- ---- . ---- ---- . ---- ----
1100 0000 . 1010 1000 . 0000 0001 . 1000 0000 (NETWORK ID = AND OF IP AND SUB-NET MASK)
~~~~ ~~~~ . ~~~~ ~~~~ . ~~~~ ~~~~ . ~~~~ ~~~~
CALCULATE BROADCAST
1100 0000 . 1010 1000 . 0000 0001 . 1000 0000 (NETWORK ID)
0000 0000 . 0000 0000 . 0000 0000 . 0111 1111 (INVERTED SUB-NET MASK)
---- ---- . ---- ---- . ---- ---- . ---- ----
1100 0000 . 1010 1000 . 0000 0001 . 1111 1111 (OR OF NETWORK ID AND INVERTED SUB-NET MASK)
---- ---- . ---- ---- . ---- ---- . ---- ----
192 168 1 255 BROADCAST
Solved! Go to Solution.
02-12-2018 04:15 AM
Yes, that is certainly one way to teach / calculate the broadcast address of a network. Understanding binary and how it applies to masking and networking is key.
As far as it being a standard or legitimate network, the answer is yes. There are many factors that come into play when assigning or devising an IP allocation scheme for a network. Some factors being number of hosts, ease of identification, overall network size, geographic regions, available address space, etc. In the end, it is all on a case by case basis.
Hope this is of some help.
02-12-2018 04:15 AM
Yes, that is certainly one way to teach / calculate the broadcast address of a network. Understanding binary and how it applies to masking and networking is key.
As far as it being a standard or legitimate network, the answer is yes. There are many factors that come into play when assigning or devising an IP allocation scheme for a network. Some factors being number of hosts, ease of identification, overall network size, geographic regions, available address space, etc. In the end, it is all on a case by case basis.
Hope this is of some help.
02-12-2018 04:42 AM
Thank you !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide