Enhancing Network Performance: Insights from Lecture Notes

based partly on lecture notes by david mazi n.w
1 / 37
Embed
Share

Explore valuable insights from lecture notes by David Mazires, Phil Levis, and Rodrigo Fonseca on topics such as network speeds, packet sizes, and data transmission rates. Discover practical tips and techniques to optimize network performance and efficiency.

  • Lecture notes
  • Network performance
  • Data transmission
  • Optimization
  • Insight

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Based partly on lecture notes by David Mazires, Phil Levis, Rodrigo Fonseca

  2. 100Mb s 1500B B pkt 8b 8,333pkt/s

  3. uint16 cksum(uint16 *buf, int count) { uint32 sum = 0; while (count--) if ((sum += *buf++) & 0xffff0000) // carry sum = (sum & 0xffff) + 1; return ~(sum & 0xffff); }

Related


More Related Content