Multiple choice

Which of the following is a retrieval only method?

  1. HTTP

  2. FTP

  3. TELNET

  4. All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

HTTP is primarily a retrieval protocol designed for requesting and receiving resources from web servers. Unlike FTP or TELNET which allow bidirectional operations, HTTP follows a request-response model where clients retrieve data from servers without persistent modification capabilities.