QUESTION IMAGE
Question
question 1 (1 point) true or false: stateless means that after a transaction takes place between the browser and server, the connection is lost and neither the browser nor server has any recollection of what transpired between one session and the next. true false
In the context of web communication (related to Computer Science, a subfield of Natural Science), a stateless protocol (like HTTP) means that each request - response cycle (transaction) between browser and server is independent. After a transaction, the connection is closed, and neither the browser nor the server retains information about previous interactions (sessions). So the statement about "stateless" is correct.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
True