In: Computer Science
Effect on pipelining
We consider the transmission of a message between 2 host A and B via a router. We dispose of the following information :
- the distance between each host and the router is 1500m.
- the speed of propagation = 360.000 km/s(speed of light)
- the size of each message = 1500 octets.
- the speed of the link between host and router = 1Mb/s
- the delay of treatment of a message in the router = 10ms
1) What is is the total delay to send a message from A to B ?
2) If we use the Stop and Wait protocol to send a message from A to B and the message size ACK = 64 octets, what is the utilization rate ?
3) If we use the Go-back-N protocol, with a time frame of size N, what is the value of N that maximize the flow control?