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. HTTPS
C. SFTP
D. Telnet
Answer: Option D
Solution (By JKExamLibrary)
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.

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 purpose of the 'XMLHttpRequest' object in JavaScript?
A. To style web pages
B. To parse XML documents
C. To handle events
D. To send and receive data from a server asynchronously

Correct Answer: Option D


Explanation:
XMLHttpRequest is an API in JavaScript that allows web pages to make HTTP requests to servers asynchronously, enabling AJAX.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which standard network port is mapped default to secure Shell (SSH) access lines and secure file copies via SFTP?
A. 23
B. 80
C. 21
D. 22

Correct Answer: Option D


Explanation:
Port 22 is the standard default port assigned globally to manage secure command-line console sessions and file transfers via SSH.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which search engine is renowned for its strict commitment to user privacy by explicitly refusing to track search histories or profile users?
A. DuckDuckGo
B. Baidu
C. Bing
D. Yahoo!

Correct Answer: Option A


Explanation:
DuckDuckGo differentiates itself from other search engines by prioritizing user privacy and avoiding personalized search tracking profiles.

This question belongs to: Computer Internet and Web Technologies