2 Using UDP calculate the efficiency of this transmission ra
2. Using UDP calculate the efficiency of this transmission (ratio of data bytes to total bytes) for the following:
a. The data length is 25 bytes.
b. The data length is 6500 bytes.
c. The data length is 51000 bytes.
2. Using UDP calculate the efficiency of this transmission (ratio of data bytes to total bytes) for the following:
a. The data length is 25 bytes.
b. The data length is 6500 bytes.
c. The data length is 51000 bytes.
2. Using UDP calculate the efficiency of this transmission (ratio of data bytes to total bytes) for the following:
a. The data length is 25 bytes.
b. The data length is 6500 bytes.
c. The data length is 51000 bytes.
Solution
usually length of UTP header=8 bytes
a)data length=25 bytes
=(25)/(25+8)
hence efficiency of the transmission =0.75
b)data length=6500 bytes
=(6500)/(6500+8)
efficiency of transmission=0.99
c)data length=5100 bytes
=(5100)/(51000+8)
efficiency of transmission=0.99
