Skip to main content
  1. Notes/

UDP

Header:

  • source port (16 bits) – the identification of sending service/application
  • destination port (16 bits) – the identification of receiving service/application
  • length (16 bits) – the total length of the UDP packet (header + data)
  • checksum (16 bits) – the UDP packet checksum (header + data)