Hi, All.
I'm currently an IT Apprentice trying to learn the skills needed to become a network engineer or an network analyst in the future.
During my studying with ITProTV (Love the series and work Daniel Lowrie and Ronnie Wong do) I happen to struggle at a part of the video and I require further explanation. Around about at the 18:00 (18 Minutes into the video) time mark on the video where Ronnie is giving out broadcast addresses for each network all is good until he reaches the end. He uses a Network Identifier as a broadcast address!
Wouldn't the broadcast address be 192.168.10.255? - Example below.
Network: 192.168.10.0/27 11000000.10101000.00001010.000 00000
Broadcast: 192.168.10.31 11000000.10101000.00001010.000 11111
HostMin: 192.168.10.1 11000000.10101000.00001010.000 00001
HostMax: 192.168.10.30 11000000.10101000.00001010.000 11110
Hosts/Net: 30
Network: 192.168.10.32/27 11000000.10101000.00001010.001 00000
Broadcast: 192.168.10.63 11000000.10101000.00001010.001 11111
HostMin: 192.168.10.33 11000000.10101000.00001010.001 00001
HostMax: 192.168.10.62 11000000.10101000.00001010.001 11110
Hosts/Net: 30
Network: 192.168.10.64/27 11000000.10101000.00001010.010 00000
Broadcast: 192.168.10.95 11000000.10101000.00001010.010 11111
HostMin: 192.168.10.65 11000000.10101000.00001010.010 00001
HostMax: 192.168.10.94 11000000.10101000.00001010.010 11110
Hosts/Net: 30
Network: 192.168.10.96/27 11000000.10101000.00001010.011 00000
Broadcast: 192.168.10.127 11000000.10101000.00001010.011 11111
HostMin: 192.168.10.97 11000000.10101000.00001010.011 00001
HostMax: 192.168.10.126 11000000.10101000.00001010.011 11110
Hosts/Net: 30
Network: 192.168.10.128/27 11000000.10101000.00001010.100 00000
Broadcast: 192.168.10.159 11000000.10101000.00001010.100 11111
HostMin: 192.168.10.129 11000000.10101000.00001010.100 00001
HostMax: 192.168.10.158 11000000.10101000.00001010.100 11110
Hosts/Net: 30
Network: 192.168.10.160/27 11000000.10101000.00001010.101 00000
Broadcast: 192.168.10.191 11000000.10101000.00001010.101 11111
HostMin: 192.168.10.161 11000000.10101000.00001010.101 00001
HostMax: 192.168.10.190 11000000.10101000.00001010.101 11110
Hosts/Net: 30
Network: 192.168.10.192/27 11000000.10101000.00001010.110 00000
Broadcast: 192.168.10.223 11000000.10101000.00001010.110 11111
HostMin: 192.168.10.193 11000000.10101000.00001010.110 00001
HostMax: 192.168.10.222 11000000.10101000.00001010.110 11110
Hosts/Net: 30
Network: 192.168.10.224/27 11000000.10101000.00001010.111 00000
Broadcast: 192.168.10.255 11000000.10101000.00001010.111 11111
HostMin: 192.168.10.225 11000000.10101000.00001010.111 00001
HostMax: 192.168.10.254 11000000.10101000.00001010.111 11110
Hosts/Net: 30
If this can be explained to me that would be great.
Thanks.