- Information
- AI Chat
Was this document helpful?
WEEK 1 Tutorial
Course: Networking Fundamentals (41092)
238 Documents
Students shared 238 documents in this course
University: University of Technology Sydney
Was this document helpful?
41092 Network Fundamentals
Week 1. Tutorial Problems
R11-extended. Suppose there is exactly one packet switch between a sending host and a
receiving host. The transmission rates between the sending host and the switch and
between the switch and the receiving host are R1 and R2, respectively. Assuming that the
switch uses store-and-forward packet switching, what is the total end-to-end delay to send
a packet of length L? (Ignore queuing, propagation delay, and processing delay.)
Transmission delay from host to switch = L/R1
Transmission delay from switch to receiver = L/R2
L = packet length
So, total transmission delay = L/R1 + L/R2 and the total end-to-end delay will also be
(L/R1)+(L/R2).
a. Now assume packet length L=1500 byte, R1=1Mbps, R2=2Mbps, calculate the end-
to-end Delay.
1 BYTE = 8 MBPS
41092 Network Fundamentals
Week 1. Tutorial Problems
R11. Suppose there is exactly one packet switch between a sending host and a receiving
host. The transmission rates between the sending host and the switch and between the
switch and the receiving host are R1 and R2, respectively. Assuming that the switch uses
store-and-forward packet switching, what is the total end-to-end delay to send a packet of
length L? (Ignore queuing, propagation delay, and processing delay.)
a. Now assume packet length L=1500 byte, R1=1Mbps, R2=2Mbps, calculate the end-
to-end Delay.
b. Now assume packet length L=1200 byte, R1=3Mbps, R2=2Mbps, calculate the end-
to-end Delay.
a) DELAY FORMULA = L / R1 then L / R2
1 BYTE = 8 MBPS
THEREFORE a) 1500
41092 Network Fundamentals
Week 1. Tutorial Problems
R11. Suppose there is exactly one packet switch between a sending host and a receiving
host. The transmission rates between the sending host and the switch and between the
switch and the receiving host are R1 and R2, respectively. Assuming that the switch uses
store-and-forward packet switching, what is the total end-to-end delay to send a packet of
length L? (Ignore queuing, propagation delay, and processing delay.)
a. Now assume packet length L=1500 byte, R1=1Mbps, R2=2Mbps, calculate the end-
to-end Delay.
b. Now assume packet length L=1200 byte, R1=3Mbps, R2=2Mbps, calculate the end-
to-end Delay.
a) DELAY FORMULA = L / R1 then L / R2
Kurose & Keith, Computer Networking: A Top-Down Approach, 8th Edition. Pearson
1