Refer to the exhibit.
Gateway of last resort is 64.100.0.1 to network 0.0.0.0
64.0.0.0/30 is subnetted, 1 subnets
C 64.100.0.0 is directly connected, Serial0/0
C 192.168.10.0/24 is directly connected, FastEthernet0/1
198.133.219.0/29 is subnetted, 1 subnets
C 198.133.219.8 is directly connected, FastEthernet0/0
S* 0.0.0.0/0[l/0] via 64.100.0.1
Gateway#
The router has been configured with these commands:
hostname Gateway
!
interface FastEthernet 0/0
ip address 198.133.219.14 255.255.255.248
no shutdown
!
interface FastEthernet 0/1
ip address 192.168.10.254 255.255.255.0
no shutdown
!
interface Serial 0/0
ip address 64.100.0.2 255.255.255.252
no shutdown
!
ip route 0.0.0.0 0.0.0.0 64.100.0.1
What are the two results of this configuration?
A.
The default route should have a next hop address of 64.100.0.3.
B.
Hosts on the LAN that is connected to FastEthernet 0/1 are using public IP addressing.
C.
The address of the subnet segment with the WWW server will support seven more servers.
D.
The addressing scheme allows users on the Internet to access the WWW server.
E.
Hosts on the LAN that is connected to FastEthernet 0/1 will not be able to access the Internet without address translation.