There are a lot of differences between a DNS port and UDP. An example would be DNS is for translation while UDP actually relays the host communication.
DHCP listens for incoming on UDP 67 and send out on UDP 68 For 'well known' and 'registered' ports, you can check http://www.iana.org/assignments/port-numbers too. by gerson.freire@terra.com.br
DNS uses port 53. DNS queries are generally performed via UDP, and zone transfers are normally done via TCP.
The Domain Name System (DNS) primarily uses two port numbers: UDP port 53 and TCP port 53. UDP is typically used for standard DNS queries due to its lower overhead, while TCP is employed for tasks that require reliable communication, such as zone transfers and larger query responses. Both ports are essential for the functioning of DNS services on the internet.
A DNS server typically uses port number 53 for accepting requests from clients. This port is utilized for both UDP and TCP protocols, with UDP being the most common for standard queries and TCP used for tasks requiring larger data transfers, such as zone transfers.
DNS primarily uses the User Datagram Protocol (UDP) on port number 53 to serve requests. DNS queries consist of a single UDP request from the client followed by a single UDP reply from the server. When the length of the answer exceeds 512 bytes and both client and server support EDNS, larger UDP packets are used.
the main difference between UDP and TCP is that UDP is not a reliable protocol.
UDP: DNS, TFTP, DHCP... TCP: SMTP, HTTP, HTTPS, DNS, FTP, SHH, Telnet...
anonymous systems
DNS does.
DNS uses both TCP and UDP, also a lot of online chats use UDP. I think even when you want videos on YouTube UDP is used to deliver video and audio.
DNS runs over UDP because the UDP does not have any delay to establish the connection, which DNS will have finer application level control for faster connection speed in comparison to TCP protocol.
Port 69 and UDP are used for tftp transmissions.