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. HTTP
B. Telnet
C. SSH (Secure Shell)
D. FTP
Answer: Option C
Solution (By JKSSB Mock Tests)
SSH (Secure Shell) provides a secure, encrypted channel for running remote terminal commands and managing network systems safely over public paths.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What type of internet facility acts as an online collaborative discussion workspace where users post messages chronologically under themed category headers called 'Threads'?
A. An FTP repository link path
B. A localized browser cache data block
C. An unlinked text documentation layout
D. An Internet Forum / Message Board

Correct Answer: Option D


Explanation:
Internet forums organize user discussions into topical threads, creating searchable, asynchronous text conversation archives over the web.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is used to encrypt data transmitted over HTTPS?
A. WPA
B. IPSec
C. SSH
D. SSL/TLS

Correct Answer: Option D


Explanation:
HTTPS uses SSL (Secure Sockets Layer) or its successor TLS (Transport Layer Security) to encrypt data between the client and server.

This question belongs to: Computer Internet and Web Technologies
Question #3
What does the 'target' attribute in an HTML tag specify?
A. The relationship to the linked document
B. Where to open the linked document (e.g., new tab)
C. The media type
D. The URL of the link

Correct Answer: Option B


Explanation:
The target attribute defines where the linked document should be opened, such as _blank for a new tab or window.

This question belongs to: Computer Internet and Web Technologies