Answer:
a) n > 8600 bytes
b) 9500 bytes
c) The results calculated above a very sensitive to the ratio of the packet size to the packet header
d) the model is accurate because N > 9500 bytes
Step-by-step explanation:
A) The filesize n B
no of bytes transferred = no of packets * packet size
= ( n / 1000 ) * 1024
circuit switching
number of bytes transferred = file size + two packets
= n + (2 * 1024)
comparing both equations
= n + (2048) < ( n/1000) * 1024
= 24 * n / 1000 > 2048
hence: n > 8600 bytes
B ) The filesize n B is the total latency incurred before the entire file arrives at the destination less for circuits than for packets
packet switching :
Latency = ( n/1000 ) * ( 1024 * 8 bits/4 Mbps ) + 3 * ( 1024 * 8 bits / 4 Mbps) s + (3 * 1 ms + 4 * 2 ms)
= ( n * 2 * 1026 / 10^6 )ms + 6.144 + 11
Circuit switching
Latency = ( n * 8 bits/ 4 Mbps ) s + 4 * 2 ms + 2 * ( 4 * 1024 * 8/4 mbps + 3 * 1 ms + 4 * 2 ms )
= n * 2*10 n3 / 10^6 ms + 8 + 2 * ( 19.1920 )
= 2n / 10 n3 + 38.3840
therefore for n to meet the requirement
( n * 2 * 1024 / 10 n6 ) ms + 17.144 > 2n / 10 n3 + 38.384
hence N > 9500 BYTES
C ) The results calculated above a very sensitive to the ratio of the packet size to the packet header
D) The model is accurate because N > 9500 bytes
and It doesn't ignore any important considerations