Refer to the exhibit. A network administrator is connecting a new host to the Registrar LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?

November 2, 2020 by Admin

Floor(config)# interface gi0/1 
Floor(config-if)# description Connects to the Registrar LAN 
Floor(config-if)# ip address 192.168.235.234 255.255.255.0 
Floor(config-if)# no shutdown 
Floor(config-if)# interface gi0/0 
Floor(config-if)# description Connects to the Manager LAN 
Floor(config-if)# ip address 192.168.234.114 255.255.255.0 
Floor(config-if)# no shutdown 
Floor(config-if)# interface s0/0/0 
Floor(config-if)# description Connects to the ISP 
Floor(config-if)# ip address 10.234.235.254 255.255.255.0 
Floor(config-if)# no shutdown 
Floor(config-if)# interface s0/0/1 
Floor(config-if)# description Connects to the Head Office WAN 
Floor(config-if)# ip address 203.0.113.3 255.255.255.0 
Floor(config-if)# no shutdown 
Floor(config-if)# end 

Refer to the exhibit. A network administrator is connecting a new host to the Registrar LAN. The host needs to communicate with remote networks. What IP address would be configured as the default gateway on the new host?

  • 192.168.235.234
  • 192.168.235.1
  • 10.234.235.254
  • 203.0.113.3
  • 192.168.234.114

For more question and answers:

Leave a Reply