Thank you for taking the time to report the following comment to the administrator of this site.
Please complete this short form and click the submit button to process your report.
Comment in question
Posted by admin, on 01-07-2008 21:54,
It has been brought to my attention that there was an error with one of the balloons describe the calculation of the IP MTU as it relates to ethernet. The error is about three minutes into the packet cast and calculates the following:
IP MTU + Ethernet Header + CRC = Total Ethernet Length 1500 + 14 + 8 = 1518
This is incorrect. The CRC is 4 bytes, not eight so it should read. 1500 + 14 + 4 = 1518