Match each item with a statement below.

A. Allows a user to establish a terminal emulation connection on a remote computer
B. Used to exchange encrypted Web pages between a client/server connection
C. Allows a user to log in to a remote computer and transfer files back and forth through simple commands
D. Official standards for the Internet that are published as electronic documents
E. A TCP/IP application that sends datagrams once every second in the hope of an echo response from the machine


A. Telnet session
B. HTTPS
C. FTP
D. RFCs
E. PING

Computer Science & Information Technology

You might also like to view...

What is the purpose of the protected access specifier?

A. Protected is the same as private. B. Protected is the same as public. C. It allows members to be inherited in derived classes. D. A and B.

Computer Science & Information Technology

Which of the following is not an important factor to consider when selecting media to be used in a network?

a. prestige value of the type of media b. type of network c. cost d. transmission distance e. security

Computer Science & Information Technology

A systems administrator is tasked to add an existing user to an existing group on a local Linux system. Which of the following files should be edited to accomplish this task?

A. /etc/group file B. /etc/passwd file C. /etc/hosts file D. /etc/group_membership file

Computer Science & Information Technology

The ________ method converts an integer value into a string of characters.

a) Convert.Parse b) Convert.ToString c) Int32.ToString d) Int32.Parse

Computer Science & Information Technology