348 views

1 Answer

0 votes
0 votes
The IP datagram ID number space is 2^16 = 65535
Packet lifetime = 10 seconds
Therefore, a maximum of 65535 packets may be sent in 10 seconds. If any more packets were to be sent within the 10 seconds, there would be multiple live packets with the same ID.
floor(65535/10) = 6553 packets/sec

The maximum line speed @ 1024 bytes/packet is:
1024 bytes/packet * 6553 packets/sec * 8 bits/byte = 53,682,176 bps (~ 53.7 Mbps) 

The maximum line speed @ 40 bytes/packet is:
40 bytes/packet * 6553 packets/sec * 8 bits/byte = 2,096,960 bps (~2.1 Mbps)

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
0 answers
3
1 votes
1 votes
1 answer
4