Computer Networking
Which of the following series of commands will restrict Telnet access to the router?

Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 in
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#access-class 10 out
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line con 0Lab_A(config-line)#ip access-group 10 in
Lab_A(config)#access-list 10 permit 172.16.1.1Lab_A(config)#line vty 0 4Lab_A(config-line)#ip access-group 10 in

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
What is the purpose of flow control?

To regulate the size of each segment.
To reassemble segments in the correct order at the destination device.
To provide a means for the receiver to govern the amount of data sent by the sender.
To ensure that data is retransmitted if an acknowledgment is not received.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You copy a configuration from a network host to a router's RAM. The configuration looks correct, yet it is not working at all. What could the problem be?

You copied the wrong configuration into RAM.
The copy did not override the shutdown command in running-config.
The IOS became corrupted after the copy command was initiated.
You copied the configuration into flash memory instead.

ANSWER DOWNLOAD EXAMIANS APP