Computer Networking
A global network of millions of business, government, educational, and research networks; computer systems; database; and end users. Select the best fit for answer:

Internet technologies
Internet revolution
The Internet
Internet works
None of these

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
You type show running-config and get this output:[output cut]Line console 0 Exec-timeout 1 35 Password BIXPASSWD Login[output cut]What do the two numbers following the exec-timeout command mean?

If no command has been typed in 35 seconds, the console connection will be closed.
If no commands have been typed in 1 minute and 35 seconds, the console connection will be closed.
If no router activity has been detected in 1 hour and 35 minutes, the console will be locked out.
If you're connected to the router by a Telnet connection, input must be detected within 1 minute and 35 seconds or the connection will be closed.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Which of the following technique is used for fragment?

None of these
a technique used by protocols in which a lower level protocol accepts a message from a higher level protocol and places it in the data portion of the low level frame
a technique used in best-effort delivery systems to avoid endlessly looping packets
one of the pieces that results when an IP gateway divides an IP datagram into smaller pieces for transmission across a network that cannot handle the original datagram size
All of these

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Error rate is

a code in which each expression conforms to specific rules of construction, so that if certain errors occur in an expression, the resulting expression will not conform to the rules of construction and
None of these
the ratio of the number of data units in error to the total number of data units
a check bit appended to an array of binary digits to make the sum of all the binary digits.
an error-detecting code based on a summation operation performed on the bits to be checked.

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 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 tcp 192.168.10.0 255.255.255.0 eq telnet

ANSWER DOWNLOAD EXAMIANS APP