Computer Networking
You want to implement a mechanism that automates the IP configuration, including IP address, subnet mask, default gateway, and DNS information. Which protocol will you use to accomplish this?

DHCP
SMTP
ARP
SNMP

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Network 206.143.5.0 was assigned to the Acme Company to connect to its ISP. The administrator of Acme would like to configure one router with the commands to access the Internet. Which commands could be configured on the Gateway router to allow Internet access to the entire network?1. Gateway (config) # ip route 0.0.0.0 0.0.0.0 206.143.5.22. Gateway (config) # router rip3. Gateway (config-router) # network 206.143.5.04. Gateway (config-router) # network 206.143.5.0 default

1, 2 and 4
1 and 4
3 only
1 only

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following is true regarding access lists applied to an interface?

You can place as many access lists as you want on any interface until you run out of memory.
You can apply two access lists to any interface.
One access list may be configured, per direction, for each layer 3 protocol configured on an interface.
You can apply only one access list on any interface.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
The Corporate router receives an IP packet with a source IP address of 192.168.214.20 and a destination address of 192.168.22.3. Looking at the output from the Corporate router, what will the router do with this packet?Corp#sh ip route[output cut]R 192.168.215.0 [120/2] via 192.168.20.2, 00:00:23, Serial0/0R 192.168.115.0 [120/1] via 192.168.20.2, 00:00:23, Serial0/0R 192.168.30.0 [120/1] via 192.168.20.2, 00:00:23, Serial0/0C 192.168.20.0 is directly connected, Serial0/0C 192.168.214.0 is directly connected, FastEthernet0/0

They will all load-balance.
The packet will be routed out the S0/0 interface.
The router will broadcast looking for the destination.
The packet will be discarded.
The packet will be routed out the Fa0/0 interface.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You get a call from a network administrator who tells you that he typed the following into his router:Router (config) #router ospf 1Router (config-router) #network 10.0.0.0 255.0.0.0 area 0He tells you he still can't see any routes in the routing table. What configuration error did the administrator make?

The wildcard mask is incorrect.
The AS configuration is wrong.
The OSPF Process ID is incorrect.
The OSPF area is wrong.

ANSWER DOWNLOAD EXAMIANS APP