Explain the difference between stateless and stateful protocols. Which type of protocol is HTTP?
Stateless Protocol does not require the server to retain the server information or session details, where as Stateful Protocol require server to save the status and session information.HTTP, DNS, UDP are stateless protocal
A stateful protocol maintains state between calls whereas a stateless protocol does not. HTTP is a stateless protocol.