What standard protocol provides an unencrypted, basic interface to log into remote server command-line shells on the internet, which has largely been replaced by secure alternatives? MCQ with Answer and Explanation

What standard protocol provides an unencrypted, basic interface to log into remote server command-line shells on the internet, which has largely been replaced by secure alternatives?
A. SSH
B. SFTP
C. HTTPS
D. Telnet
Answer: Option D
Solution (By JKSSB Mock Tests)
Telnet is an older network protocol used to access remote computers, but it transmits all traffic in plain text, making it highly insecure compared to SSH.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What does the 'HttpOnly' attribute flag instruct a web browser to do when handling a specific session cookie?
A. To force the web page content layout into a text-only presentation mode
B. To prevent client-side scripts (like JavaScript) from accessing the cookie, reducing the risk of data theft via Cross-Site Scripting (XSS)
C. To ensure the cookie only operates when accessing local intranet platforms
D. To delete the cookie instantly when the network switches to an alternative port path

Correct Answer: Option B


Explanation:
The 'HttpOnly' security flag prevents client-side scripts from reading cookie strings via properties like 'document.cookie', protecting session tokens from malicious script injection exploits.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the function of an IP address?
A. To identify a device on a network
B. To translate domain names
C. To encrypt data
D. To store web pages

Correct Answer: Option A


Explanation:
An IP address is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication.

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

Correct Answer: Option C


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