Which of the following is a stateless protocol?
A
HTML
B
XHTML
C
HTTP
D
XML
Correct Answer: HTTP
A stateless protocol does not require the server to retain information or status about each user for the duration of multiple requests. HTTP is a stateless protocol, which means that the connection between the browser and the server is lost once the transaction ends.