Lab 5-1
Select one UDP packet from your trace. From this packet, determine how many fields there are in the UDP header. (You shouldn’t look in the textbook! Answer these questions directly from what you observe in the packet trace.) Name these fields.
:::info
4 fields
1.source port
2.destination port
3.length
4.checksum
:::