Which of the following is a protocol for secure remote login? MCQ with Answer and Explanation

Which of the following is a protocol for secure remote login?
A. HTTP
B. FTP
C. Telnet
D. SSH
Answer: Option D
Solution (By JKSSB Mock Tests)
SSH (Secure Shell) is a cryptographic network protocol for secure remote login and command execution over an insecure network, unlike Telnet which is unencrypted.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is a method of authentication that uses a token for API access?
A. NTLM
B. Basic Auth
C. OAuth
D. Digest Auth

Correct Answer: Option C


Explanation:
OAuth (Open Authorization) is an open standard for token-based authentication, commonly used for APIs to allow third-party services access without exposing passwords.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the purpose of the 'Session' in web applications?
A. To handle form submissions
B. To manage database connections
C. To maintain state across multiple requests from the same user
D. To store static files

Correct Answer: Option C


Explanation:
A session is a server-side storage that persists user-specific data (like login status) across requests, using cookies or URL rewriting.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the purpose of the 'noscript' tag in HTML?
A. To disable scripts
B. To embed server-side code
C. To provide alternative content for browsers that do not support JavaScript
D. To hide elements

Correct Answer: Option C


Explanation:
The tag defines content to be displayed if the user's browser does not support or has disabled JavaScript.

This question belongs to: Computer Internet and Web Technologies