Multiple choice

Which of the following protocols is a stateless protocol?

  1. TELNET

  2. FTP

  3. TCP

  4. HTTP

  5. None of these

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

In networks, stateless protocol treats each request and response as an independent event. HTTP is used to communicate between client and server, where each request and response is treated as an independent event. Hence, it is stateless.