Tag

Network Ports

1 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Jun 1, 2025 · Fundamentals

Understanding TCP and UDP Sockets and Port Usage

This tutorial explains the basic concepts of TCP and UDP protocols, their differences, how network ports work, and demonstrates through examples whether TCP and UDP sockets can share the same port number.

Network PortsSocketsTCP
0 likes · 7 min read
Understanding TCP and UDP Sockets and Port Usage
Java Tech Enthusiast
Java Tech Enthusiast
Jan 25, 2025 · Fundamentals

Understanding Network Ports and Their Role in Web Services

Network ports are numeric endpoints that let operating systems direct traffic to the correct service, with standard values like 80 for HTTP, 443 for HTTPS, 22 for SSH, and others such as 3306 for MySQL, enabling developers to configure custom ports while browsers often hide these defaults for user convenience.

IPCNetwork PortsTCP/IP
0 likes · 17 min read
Understanding Network Ports and Their Role in Web Services