1,478 views
1 votes
1 votes
Consider three IP networks A, B and C. Host HA in networks ‘A’ sends message each containing 180 B of application data to a host HC in network HC. The TCP layer prefixes 20 Bytes header to
the message. This passes through on intermediate network ‘B’. The maximum packet size, including 20B IP headers in each network is:
A. 500 Bytes
B. 100 Bytes
C.1000 Bytes
The network A and B are connected through 512 Kbps link, while B and C are connected by a 256 Kbps link.

1. Assuming that the packets are correctly delivered, how many Bytes including headers, are
delivered to IP layer at destination for one application message in the best case? Consider only data packets.
A. 220 B.240 C. 260 D. 280

 

2. What is the rate at which application data is transferred to host HC? Ignore errors,
acknowledgements and other overheads?
A. 196 Kbps B. 177.23 Kbps C. 354.5 Kbps D. 325.5 Kbps

 

3. What is the extra overhead caused by fragmentation?
A. 40 Bytes B. 20 Bytes C. 0 Bytes D. 60 Bytes

1 Answer

Best answer
3 votes
3 votes
1.Application layer can recieve any amount of data ..in the given question A recieves 180 Byte of data and sends it to transport layer.

2.transport layer on recieving it adds a header of 20 Bytes to it total frame size=180+20=200B and sends it to network layer.

3.network layer on recieving 200 B of data adds 20 Bytes of header total length=220 Bytes..as maximum  packet size=1000 B so no need of fragmentation and then it sends to network B.

4 As B can recieve 100 byte of data only but A is sending 220 byte of data...first of all 20 byte of  is removed by network layer of B and then divide it into 3 fragments (80+20),(80+20),(40+20) ...and then send it to network C.

5.so network layer will recieve 260 Byte of data...(ANSWER)

PART B..

rate of transfer=(180(useful data)/260(total data))*240(bottleneck bandwidth)

                   =166.15KBps

part C->

without fragmentation -:headers required=220

with fragmentation=260

extra overhead=260-220=40 Bytes
edited by

Related questions

0 votes
0 votes
0 answers
1
vishwa ratna asked Jan 18, 2017
698 views
A router with a Maximum transmission unit (MTU] of 1620 bytes received a datagram of 5000 bytes indusion of an IP header of length 20 bytes. What would be the total lengt...