Which of the following is a retrieval only method?
-
HTTP
-
FTP
-
TELNET
-
All of the above
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.