Ask Question
8 June, 17:31

Suppose an application generates chunks of 20 bytes of data every 20 msec, and each chunk gets encapsulated in a TCP segment and then an IP datagram. What percentage of each datagram will be overhead?

+2
Answers (1)
  1. 8 June, 18:49
    0
    67%

    Explanation:

    TCP Header = 20 bytes

    IP Header = 20 bytes.

    Data chunk = 20 bytes

    Adding the 20 byte data chunk to the TCP/IP header makes 60 total bytes.

    Total = 60 bytes

    Overhead is 40 of the 60

    i. e (40/60) * 100 = 66.67 %
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Suppose an application generates chunks of 20 bytes of data every 20 msec, and each chunk gets encapsulated in a TCP segment and then an IP ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers