Computer Networking
When a group of computers is connected together in a small area without the help of telephone lines, it is called

Wide area network (WAN)
Value added network (VAN)
Local area network(LAN)
Remote communication network (RCN)
None of these

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You have created a named access list called Blocksales. Which of the following is a valid command for applying this to packets trying to enter interface s0 of your router?

(config-if)# ip access-group 110 in
(config)# ip access-group 110 in
(config-if)# ip access-group Blocksales in
(config-if)# blocksales ip access-list in

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following access lists will allow only HTTP traffic into network 196.15.7.0?

access-list 100 permit tcp any 196.15.7.0 0.0.0.255 eq www
access-list 10 deny tcp any 196.15.7.0 eq www
access-list 110 permit ip any 196.15.7.0 0.0.0.255
access-list 100 permit 196.15.7.0 0.0.0.255 eq www

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You telnet into a remote device and type debug ip rip, but no output from the debug command is seen. What could the problem be?

You must use the terminal monitor command.
Debug output is sent only to the console.
IP addressing on the network is incorrect.
You must type the show ip rip command first.

ANSWER DOWNLOAD EXAMIANS APP