Which of the following is a secure version of FTP? MCQ with Answer and Explanation

Which of the following is a secure version of FTP?
A. TFTP
B. Both SFTP and FTPS
C. SFTP
D. FTPS
Answer: Option B
Solution (By JKSSB Mock Tests)
Both SFTP (SSH File Transfer Protocol) and FTPS (FTP over SSL/TLS) are secure variants of FTP, providing encrypted file transfers.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
In internet technology, what is the term used for the quantitative capacity of a wired or wireless network link to transmit data over a specific period?
A. Latency
B. Velocity
C. Bandwidth
D. Frequency

Correct Answer: Option C


Explanation:
Bandwidth measures the maximum volume of data that can be transferred across an internet connection in a given unit of time, typically calculated in Mbps or Gbps.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a method for securing web applications against Cross-Site Request Forgery (CSRF)?
A. Using HTTPS
B. Output encoding
C. Input validation
D. Using anti-CSRF tokens

Correct Answer: Option D


Explanation:
Anti-CSRF tokens are a common defense, where a unique token is included in forms and validated on the server to ensure the request originates from the legitimate user.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a popular search engine that emphasizes privacy and does not track users?
A. Google
B. Bing
C. DuckDuckGo
D. Yahoo

Correct Answer: Option C


Explanation:
DuckDuckGo is a search engine that focuses on user privacy, not storing personal information or tracking search history.

This question belongs to: Computer Internet and Web Technologies