The Physical Network Flashcards
What are the characteristics of a physical network that we care about when designing web applications?
- latency: thetimeit takes for some data to get from one point in a network to another point in a network. (in ms)
- Bandwidth: theamountof data that can be sent in a particular unit of time (typically, a second).
What are the elements of latency?
- Propagation delay
- Transmission delay
- Processing delay
- Queuing delay
What is Propagation delay?
the amount of time it takes for a message to travel from the sender to the receiver
What is transmission delay?
Transmission delay is the amount of time it takes to push the data onto the different systems it travels on (different routers and cable networks).
What is Processing delay?
The amount of time it takes to process the data between links.
What is queuing delay?
The amount of time the data is waiting in the queue to be processed if there is more data than a particular router can handle.
What is last-mile latency?
Because there are shorter links at the edge of the network, a lot of the delays described above can take place within the parts of the network which are closest to the end points. relates to the delays involved in getting the network signal from your ISP’s network to your home or office network.
What is Round-trip Time (RTT)?
the length of time for a signal to be sent, added to the length of time for an acknowledgement or response to be received.
What is a Bandwidth Bottleneck?
A point at which bandwidth changes from relatively high to relatively low.