6 - Delay Flashcards
What is ASCII?
American Standard Code for Information Interchange
What are the Internet Protocol Stack layers?
Applic. - message Transp. - segment Net. -datagram Link - frame Physical -bits
Give Application layer examples
HTTP, FTP, SMTP
Transport Layer Examples
TCP, UDP
Netowkr Layer example
IP
Link Layer example
Ethernet
Define Bandwidth
Measure of rate or capcity of a link
What is bandwidth units?
Size/time - bytes/second etc
What are the four types of packet delay?
Transmission
Propagation
Queuing
Processing
Transmission delay
n = packet length (size in bits) B = bandwidth
n/B is time to send
Propagation Delay
n = length of physical link (metres) s = propagation speed in medium (~2x10^8 m/sec)
delay = n/s
Processing delay
check bit errors
Examine packet headers and determine output link
Queuing Delay
Time waiting at output link
If a router puts a 1500Byte packet onto a 10Mb/s link what is the transmission delay?
(15008)/(10^7) = 1.210^-3 s
Transmission delay for 500byte packet on 512kb/s cable?
(5008)/(51210^3) = 7812us