TCP/IP Basics

Socket

English

Overview

A communication endpoint formed by the combination of an IP address and port number.

Details

An endpoint of application-level communication, uniquely defined by the combination of an IP address and a port number. A connection is identified by the pairing of a source socket and a destination socket, and it also serves as the abstraction a program uses to treat a connection as a single communication channel.

More Networking terms