Which of the following security protocols adds an encrypted wrapper layer around a standard File Transfer Protocol channel to protect authentication variables? MCQ with Answer and Explanation

Which of the following security protocols adds an encrypted wrapper layer around a standard File Transfer Protocol channel to protect authentication variables?
A. SMTP route link
B. Telnet console channel
C. Unencrypted HTTP link
D. FTPS (FTP over SSL/TLS)
Answer: Option D
Solution (By JKSSB Mock Tests)
FTPS is an extension to the standard File Transfer Protocol (FTP) that adds support for Transport Layer Security (TLS) and Secure Sockets Layer (SSL) cryptographic protocols.

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 an 'HTTP Cookie' data structure use to identify a returning user session securely to a server database without prompting continuous password requests?
A. The client computer's current internal hardware operating core temperature
B. The user's physical home street address record
C. An unlinked structural HTML layout design code block
D. A unique Session ID token string stored locally in the browser and transmitted with each HTTP request

Correct Answer: Option D


Explanation:
When a user logs in, the server generates a unique session identifier and passes it to the browser as a cookie. The browser automatically includes this token with future requests, maintaining the authenticated session.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the function of the 'method' attribute in an HTML form?
A. To set the encoding type
B. To enable validation
C. To define the action URL
D. To specify the HTTP method (GET or POST) for form submission

Correct Answer: Option D


Explanation:
The method attribute defines the HTTP method to be used when submitting the form, either GET or POST.

This question belongs to: Computer Internet and Web Technologies
Question #3
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. SMTP outbound pathways
C. Telnet console links
D. FTPS (File Transfer Protocol Secure)

Correct Answer: Option D


Explanation:
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