Which specific protocol variant establishes a secure, encrypted file management channel over a standard Transport Layer Security (TLS) tunnel, separate from SSH-based options? MCQ with Answer and Explanation

Which specific protocol variant establishes a secure, encrypted file management channel over a standard Transport Layer Security (TLS) tunnel, separate from SSH-based options?
A. SMTP outbound pathways
B. FTPS (File Transfer Protocol Secure)
C. Standard unencrypted FTP rules
D. Telnet console links
Answer: Option B
Solution (By JKSSB Mock Tests)
FTPS uses SSL/TLS encryption to protect file transfers, distinct from SFTP which relies on the SSH protocol layer for its security tunnels.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What standard protocol is used for securely transmitting files over an encrypted SSH connection on the internet?
A. FTP
B. HTTP
C. SMTP
D. SFTP

Correct Answer: Option D


Explanation:
SFTP (SSH File Transfer Protocol) utilizes Secure Shell (SSH) security to provide safe and encrypted file transfer channels over networks.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which specific browser technology or feature provides a secure local sandbox workspace to separate corporate web applications from public internet browsing sessions?
A. Unencrypted FTP network route connections
B. Browser Containerization / Profile Isolation
C. Standard tracking cookie history logs
D. Localized DNS root server registries

Correct Answer: Option B


Explanation:
Profile isolation and multi-account containers segment local session data, cookies, and cache history, preventing information sharing or cross-contamination between different browsing contexts.

This question belongs to: Computer Internet and Web Technologies
Question #3
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