Which protocol provides a secure method for executing command-line instructions, managing servers, and tunneling network configurations over an encrypted connection on the internet? MCQ with Answer and Explanation

Which protocol provides a secure method for executing command-line instructions, managing servers, and tunneling network configurations over an encrypted connection on the internet?
A. FTP
B. HTTP
C. SSH (Secure Shell)
D. Telnet
Answer: Option C
Solution (By JKExamLibrary)
SSH (Secure Shell) provides a secure, encrypted channel for running remote terminal commands and managing network systems safely over public paths.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What is the role of the 'viewport' meta tag in responsive web design?
A. To disable scaling
B. All of the above
C. To adapt the page layout to different screen sizes
D. To set the zoom level

Correct Answer: Option B


Explanation:
The viewport meta tag controls the visible area and scaling for mobile devices, essential for responsive design.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the specific meaning of an 'Email Attachment' feature?
A. An external file (image, document, zip) sent along with an email message
B. A text message sent inside the main context envelope body
C. The electronic sign block configured at the baseline footer zone
D. The specific server routing address tag block

Correct Answer: Option A


Explanation:
An attachment is any separate digital file sent alongside a standard text email message, encoded via MIME standards to ensure safe transit.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is a method of web authentication that uses a combination of username and password?
A. Both Basic and Digest
B. Digest authentication
C. Basic authentication
D. Bearer token

Correct Answer: Option A


Explanation:
Both Basic and Digest authentication are HTTP authentication schemes that rely on username/password, though they differ in security.

This question belongs to: Computer Internet and Web Technologies