
The reused connection shown here consist of a window screen, a server block and a connection block. Four stages of instructions are shown here, which are as follows: Stage 1: Request from a new user for a resource arrives
Stage 2: The server spawns a new connection to handle the request
Stage 3. Subsequent requests use the same open connection
Stage 4: After the timeout period, the connection is terminated.
An arrow labeled GET index dot p h p, from the windows points to the server block. Instruction 1 is given in between this. Instruction 2 is given below the server block. Instruction 3 is shown on right of the connection block and Instruction 4 is shown below the connection block. An arrow with an index dot p h p page in between, from the top of the connection block points to the left. Three arrows labeled GET stylesheet dot c s s, G E T image1 dot j p g and GET imageN dot j p g points to the connection block. In between these, three arrows points to the left.
Back