UDPPorts
UDP ports are numeric identifiers used by the User Datagram Protocol to deliver datagrams to the correct application process on a host. Each UDP datagram includes a source port and a destination port, enabling demultiplexing at the receiving end. Together with IP addresses, ports provide a separate addressing space for each active conversation.
Port numbers are 16-bit values, ranging from 0 to 65535. Port 0 is reserved and typically not
UDP is connectionless and provides no guaranteed delivery, ordering, or integrity beyond the UDP checksum. A
Common UDP-based services include DNS (port 53), SNMP (161/162), DHCP (67/68), NTP (123), and TFTP (69). Applications
Security and network management: UDP traffic can be filtered by firewalls; NAT may complicate inbound connectivity;