Computer Networking
Which command will create a dynamic pool named Todd that will provide you with 30 global addresses?

ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224
ip nat pool Todd 171.16.10.1 171.16.10.254 net 255.255.255.0
ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.240
ip nat pool todd 171.16.10.65 171.16.10.94 net 255.255.255.224

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
The term 'duplex' refers to the ability of the data receiving stations to echo back a confirming message to the sender. In full duplex data transmission, both the sender and the receiver

can do one way data transmission only
cannot talk at once
can send or receive data one at a time
can receive and send data simultaneously
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 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.
If no commands have been typed in 1 minute and 35 seconds, the console connection will be closed.
If no command has been typed in 35 seconds, the console connection will be closed.

ANSWER DOWNLOAD EXAMIANS APP