Network Edge Flashcards
Store and forward packet switching
Means that the packet switch must receive the entire packet before it can begin to transmit the first bit of the packet onto the outbound link
Transmission delay
Time it takes for bits to be pushed in the wire
If L is the size of the packet, and R is the transmission rate across the wire, then the transmission delay is equal to L/R
Propagation delay
The time it takes for a bit to travel across a wire. If s is the speed that the bit is travelling, and D is the length of the wire, then the propagation delay is equal to D/s
What is throughput?
Throughput is the rate that bits get transferred between and a sender and receiver.
Queueing delay
The time waiting at the output link for transmission
Depends on:
- A = packet arrival rate (A packets/sec)
- L = packet length (bits)
- R = link bandwidth (bits/sec)
Some key conditions:
- If LA/R = 0, then the average queueing delay is small
- If LA/R -> 1, then the queueing delay becomes large
- If LA/R>1, then the average queueing delay is infinite
What is the formula for calculating end to end delay when packet switching?
E2E = t_setup + N(d_proc + d_trans + d_prop) + (k-1)(d_trans)
- t_setup is the set up time of the network
- N is the number of hops
- k is the number of packets sent
What is the formula for calculating end to end delay when circuit switching?
E2E = t_setup + N(d_prop + d_proc) + d_trans
- t_setup is the set up time of the network
- N is the number of hops