port_computer_networking

Port (Computer Networking)

NOTE: (Move ALL router_navbar references to navbar_router)

Router: Router (computing), Routing, Routers, Cisco, Juniper Networks, Open Source Router Firmware (Open DDWRT, Fresh Tomato), Netgear, Asus, D-Link, TP-Link, Linksys-Belkin, List of ad hoc routing protocols, List of routing protocols, Internet protocol suite, Internet topics, List of TCP and UDP port numbers, List of IP protocol numbers, Lists of network protocols, Outline of the Internet, IT topics, Cloud Computing topics, GitHub router, Router topics, Awesome router. (router_navbar)


Snippet from Wikipedia: Port (computer networking)

In computer networking, a port or port number is a number assigned to uniquely identify a connection endpoint and to direct data to a specific service. At the software level, within an operating system, a port is a logical construct that identifies a specific process or a type of network service. A port at the software level is identified for each transport protocol and address combination by the port number assigned to it. The most common transport protocols that use port numbers are the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP); those port numbers are 16-bit unsigned numbers.

A port number is always associated with a network address of a host, such as an IP address, and the type of transport protocol used for communication. It completes the destination or origination address of a message. Specific port numbers are reserved to identify specific services so that an arriving packet can be easily forwarded to a running application. For this purpose, port numbers lower than 1024 identify the historically most commonly used services and are called the well-known port numbers. Higher-numbered ports are available for general use by applications and are known as ephemeral ports.

Ports provide a multiplexing service for multiple services or multiple communication sessions at one network address. In the client–server model of application architecture, multiple simultaneous communication sessions may be initiated for the same service.

port_computer_networking.txt · Last modified: 2024/04/28 03:20 by 127.0.0.1