Suppose an application generates chunks of 60 bytes of data every second, and each chunk gets encapsulated in a TCP segment and then an IP datagram. What percentage of each datagram will contain application data. Assume IPv4.

Respuesta :

Answer:

60%

Explanation:

Assuming you added to the 60 byte to each chunk makes 2*60=120 total bytes.

The overhead result will be 80 of the 120 total, that means 60%.

So,  the percentage of datagram data will be 60%