TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) ports are fundamental components of computer networking. They serve as endpoints for communication, allowing data to be directed to specific services or applications on a device within a network.
TCP uses ports to establish reliable and ordered connections between devices. Each TCP port is associated with a unique service or application. For example, port 80 is commonly used for HTTP ( web ) traffic, while port 22 is reserved for SSH and SFTP communication.
UDP is a connectionless protocol that uses ports for communication. Unlike TCP, UDP does not establish a connection before sending data. UDP ports are often used for services that prioritize speed over reliability, such as real-time video streaming or online gaming.
You can take a look at a list which contains many TCP / UDP Ports here.
Secure Shell / Secure File Transfer Protocol
Simple Network Management Protocol
Hypertext Transfer Protocol / Secure
Simple Mail Transfer Protocol / Secure
Learn about the MQTT protocol.
Learn about DNS: How does my computer know which site is where?
Get your IP-Addresses assigned automatically.