Computer Networking What protocol is used to find the hardware address of a local device? IP ICMP RARP ARP IP ICMP RARP ARP ANSWER DOWNLOAD EXAMIANS APP
Computer Networking A network consists of eight NT servers. You are planning to move servers to different segments of your network, what utility should be used at each server to determine which server generates the most traffic? Performance Monitor NETSTAT.EXE Network Monitor ARP.EXE NBTSTAT Performance Monitor NETSTAT.EXE Network Monitor ARP.EXE NBTSTAT 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 OSPF area is wrong. The OSPF Process ID is incorrect. The AS configuration is wrong. The wildcard mask is incorrect. The OSPF area is wrong. The OSPF Process ID is incorrect. The AS configuration is wrong. ANSWER DOWNLOAD EXAMIANS APP
Computer Networking The communication mode that supports data in both directions at the same time is multiplex None of these simplex full-duplex half-duplex multiplex None of these simplex full-duplex half-duplex ANSWER DOWNLOAD EXAMIANS APP
Computer Networking You type debug ip rip on your router console and see that 172.16.10.0 is being advertised to you with a metric of 16. What does this mean? The route has a delay of 16 microseconds. The route is queued at 16 messages a second. The route is 16 hops away. The route is inaccessible. They will all load-balance. The route has a delay of 16 microseconds. The route is queued at 16 messages a second. The route is 16 hops away. The route is inaccessible. They will all load-balance. ANSWER DOWNLOAD EXAMIANS APP
Computer Networking If you wanted to deny all Telnet connections to only network 192.168.10.0, which command could you use? access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23 access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnet access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23 access-list 100 deny 192.168.10.0 0.0.0.255 any eq 23 access-list 100 deny tcp 192.168.10.0 255.255.255.0 eq telnet access-list 100 deny tcp 192.168.10.0 0.255.255.255 eq telnet access-list 100 deny tcp any 192.168.10.0 0.0.0.255 eq 23 ANSWER DOWNLOAD EXAMIANS APP