Help with practice subnetting question
DrTuggington
Registered Users Posts: 3 ■□□□□□□□□□
in CCNA & CCENT
Hi all, can I please get some assistance with my answer to this practice question, in whether or not it's correct?. Ignore the "give your suggestion of trouble shooting procedure" part but more so the second part about identifying the connectivity problem.
My answer: The failure of connectivity to the company printer is because the wrong subnet mask has been entered, the current configured subnet mask of 255.255.255.214 places the printers IP address into a non-existent network of 192.168.5.66. The printer needs to be configured with a subnet mask of 255.255.255.224, so the printers IP address of 192.168.5.98 falls into a valid 192.168.5.96 network. The second issue found is the broadcast address for that network 192.168.5.255, has been entered as the default gateway address.
thanks guys!!
My answer: The failure of connectivity to the company printer is because the wrong subnet mask has been entered, the current configured subnet mask of 255.255.255.214 places the printers IP address into a non-existent network of 192.168.5.66. The printer needs to be configured with a subnet mask of 255.255.255.224, so the printers IP address of 192.168.5.98 falls into a valid 192.168.5.96 network. The second issue found is the broadcast address for that network 192.168.5.255, has been entered as the default gateway address.
thanks guys!!
Comments
-
james43026 Member Posts: 303 ■■□□□□□□□□Your answer is mostly correct. 192.168.5.255 isn't the broadcast address, in fact it's not even in the same subnet as the one that has been configured on the device. The broadcast address for your network would be 192.168.5.127.
-
pinkiaiii Member Posts: 216nice spot from james43026,seems you got the concept right anyway,since you were given full address and mask you just need to follow magic number which as you worked out was 32,thus 0-32,64,(96-128 )since you cant use block address the last would be 5.127 but need to use either 97 or 126 as you df gateway -think preferred is the first available address,not sure is it enforced when it comes to ccna or cisco.
-
DrTuggington Registered Users Posts: 3 ■□□□□□□□□□james43026 wrote: »Your answer is mostly correct. 192.168.5.255 isn't the broadcast address, in fact it's not even in the same subnet as the one that has been configured on the device. The broadcast address for your network would be 192.168.5.127.