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. FTP
D. SSH (Secure Shell)
Answer: Option D
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 attack involves an adversary secretly intercepting, reading, or altering communication messages between two web parties without either side knowing the channel is compromised?
A. Man-in-the-Middle (MitM) Attack
B. Denial of Service crash sequence
C. Phishing email broadcast
D. SQL Injection vulnerability

Correct Answer: Option A


Explanation:
A Man-in-the-Middle (MitM) attack occurs when a hacker inserts themselves into a communication session between a client and server to eavesdrop or modify data in transit.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the purpose of the 'rel=' preconnect' in HTML link tags?
A. To preload critical assets
B. To establish an early connection to an origin for future requests
C. To prefetch pages
D. To prerender pages

Correct Answer: Option B


Explanation:
preconnect tells the browser to perform early DNS resolution, TCP handshake, and TLS negotiation for a specified origin, improving performance for future requests.

This question belongs to: Computer Internet and Web Technologies
Question #3
What does the term 'Hyperlink' mean in a WWW ecosystem context?
A. An active navigational element that allows a user to jump instantly from one web resource location to another
B. A specialized password hashing rule set
C. The mechanical database query engine tracking domain registrations
D. A line of code that compresses heavy video files for transport

Correct Answer: Option A


Explanation:
Hyperlinks are interactive reference elements in a webpage that users can click to navigate directly to other web pages or assets.

This question belongs to: Computer Internet and Web Technologies