What's DNS and what's the difference between TCP UDP
Sigiloso
DNS (Domain Name System) translates domain names (e.g., www.example.com) into IP addresses for easier access. TCP is connection-oriented, reliable, and slower, used in apps like web browsing and email. UDP is connectionless, faster, but less reliable, used in real-time apps like gaming and streaming.