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. Standard unencrypted FTP rules
B. FTPS (File Transfer Protocol Secure)
C. Telnet console links
D. SMTP outbound pathways
Answer: Option B
Solution (By JKExamLibrary)
FTPS uses SSL/TLS encryption to protect file transfers, distinct from SFTP which relies on the SSH protocol layer for its security tunnels.

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 does the 'HttpOnly' attribute flag instruct a web browser to do when handling a specific session cookie?
A. To delete the cookie instantly when the network switches to an alternative port path
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 force the web page content layout into a text-only presentation mode
D. To ensure the cookie only operates when accessing local intranet platforms

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 Report Error
Which of the following is a type of web cache that stores content closer to the user to reduce latency?
A. Proxy cache
B. Both CDN and Proxy cache
C. CDN
D. Browser cache

Correct Answer: Option B


Explanation:
CDNs and proxy caches both store copies of content in distributed locations to reduce latency and bandwidth.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What does the 'Strict-Transport-Security' (HSTS) security header instruct a web browser to enforce for a specific domain?
A. To wipe localized browser history data logs automatically
B. To double the physical transmission speed of local routers
C. To route incoming text emails through unencrypted FTP pathways
D. To force the browser to only connect to that website using secure HTTPS connections, preventing accidental or forced unencrypted HTTP fallbacks

Correct Answer: Option D


Explanation:
HSTS protects websites against protocol downgrade attacks and cookie hijacking by forcing browsers to automatically upgrade all connection attempts to secure HTTPS.

This question belongs to: Computer Internet and Web Technologies