cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1367
Views
5
Helpful
2
Replies

IPV4 BROADCAST CALCULATION QUESTION - MATHEMATICS

1885
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

chrihussey
VIP Alumni
VIP Alumni

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.

View solution in original post

2 Replies 2

chrihussey
VIP Alumni
VIP Alumni

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.

Thank you !

Review Cisco Networking for a $25 gift card