portszámok
A portszámok, vagyis port numbers, are used in computer networking to identify specific applications or processes running on a network device. They are part of the Transport Layer of the TCP/IP model, specifically used with protocols like TCP (Transmission Control Protocol) and UDP (User Datagram Protocol). When data arrives at a computer, the port number tells the operating system which application should receive that data. Think of an IP address as the street address of a building and a port number as the apartment number within that building.
Port numbers range from 0 to 65535. These are divided into three categories. Well-known ports, from 0
When a client application initiates a connection to a server application, it uses the server's IP address