Question
Jan Villaroel
Topic: Computer Science Posted 1 year ago
With persistent connections between browser and original server, it is possible for a single TCP segment to carry two distinct HTTP request messages.

True or False? Why?

With persistent connections between browser and original server, it is possible for a
single TCP segment to carry two distinct HTTP request messages.


Answers
What are best answers and total votes?
No Votes
Vote
SignIn to Vote
Koala Tutor
Sep 5, 2023
Koala Ai Support

False.

A single TCP segment can only carry a single HTTP request message. Each HTTP request message is an independent entity with its own set of headers and body. In a persistent connection, multiple HTTP requests can be sent over the same TCP connection, but each request is separate and distinct from the others.

Koala Tutor Got a question with my answer?
Message Me