Which of the following commands allow a user to issue commands on another network device?

A) ping
B) traceroute
C) telnet
D) ssh

C, D
Explanation: C) Only telnet and ssh allow a connection to another host where the user can issue commands (such as show) to get a sense of the routing state.
D) Only telnet and ssh allow a connection to another host where the user can issue commands (such as show) to get a sense of the routing state.

Computer Science & Information Technology

You might also like to view...

What can you use to manage files within a desired directory and to create subdirectories?

a. File objects b. Directory class c. Subdirectory objects d. Context class

Computer Science & Information Technology

To convert a copy of a string to all uppercase letters, use the method of the String object.

a. ToUpper b. ConvertToUpper c. ToString d. ToUpperCase

Computer Science & Information Technology