ソケット
ソケットアドレス
TCP/IP ネットワーク上で通信する際に、送信元や送信先を識別するために使用されるアドレス
通常、IP アドレス と ポート番号 の組み合わせで表される
e.g. ブラウザ が Web サーバに HTTP リクエスト を送信する場合
ソケットアドレスは、Web サーバの IP アドレスと HTTP における標準ポート番号である 80 となる
RFC 793 では、以下のように説明されている
An address which specifically includes a port identifier, that is, the concatenation of an Internet Address with a TCP port.
参考
https://www.ibm.com/docs/ja/zos/2.3.0?topic=concepts-understanding-sockets