Consider using HTTP with persistent connection to download a web
page, which is composed of 1 base html file and 2 images. Draw the
time-space diagram (similar to the example image below) and explain
it. Assume HTTP requests can be issued in a parallel manner.
(Please point out the following things in your diagram: RTT
interval, transmission time, connection setup event, transmission
events of three files)
Example image:
initiate TCP connection
RTT.
request file
time to transmit file
RTT
file received
time
time