Network - (Internet) Socket (Network identifier)

Map Of Internet 1973

About

A socket is session identifier for a connection between 2 processes via a particular protocol.

List

List of sockets and their transport protocols:

  • netsocket: The net socket is the most well-known and permits communication with TCP and UDP between a server and a client
  • Unix domain sockets (UDS), for internal inter-process communication (ie on the same host)
  • Systems Network Architecture (SNA).





Discover More
Data System Architecture
Concurrency - Concurrency

Data concurrency means that many thread (that may represents users) can access and modify data at the same time. Data concurrency ensures that users can access data at the same time ...reubenbond/status/662061791497744384/photo/1Reuben...
Card Puncher Data Processing
Docker - /var/run/docker.sock (Communicating from container to the daemon)

/var/run/docker.sock is the socket where the docker daemon listens on by default and it can be used to communicate with the daemon from within a container. The H option permits to configure the...
Map Of Internet 1973
Ethernet - Frame

A frame or packet frame is the data unit of ethernet that is transmitted between network points with: addressing and necessary protocol control information. A frame is usually transmitted serial...
Undraw File Manager Re Ms29
File (System, Transfer, Storage)

This section is based on the File data structure. A file is: a logical grouping of related data (at the cluster size) identified through a path managed through a file system transferred through...
Process Explorer Handle Open File Search
File System - File Descriptor or Handle (Open File)

A file descriptor (Unix, Linux) or a file handle (Windows) is the connection id (generally to a file) from the Operating system in order to perform IO operations (Input/Ouput of Bytes). For Wikipedia,...
Recaptcha
How can I protect myself from Bad Bot (Spambot, Attacker )?

Bad Bots are robots with bad intentions. They are also known as attackers. They walk through: web pages trying to find a form and to fill them trying: to send email in mass to create a fake...
Bash Liste Des Attaques Ovh
How to check a port? locally and remotely on Linux

This page is Port management on Linux. When you install a software (process), you need often to verify the available port in order to configure the component installation. with netstat, you can check...
Card Puncher Data Processing
I/O - (Input/Output|Read/Write) - Data Access

I/O devices can be interpreted as streams, as they produce or consume potentially unlimited data over time. IO = Input / Output = Writing and Reading data. It's an umbrella term that regroups IO transfer...
Io Input Stream
I/O - Stream

A stream concept at the io level is a file (generally a text file) A stream is an abstract concept for files and io devices which can be read or written, or sometimes both. I/O devices can be interpreted...
Distribution Testing Jmeter
JMeter - 2.9 - (Remote Test|Distributed testing)

In distributed testing, JMeter run in server mode on the remote node(s) that are controlled from the client. The client sends the test plan to all the servers. Then each server run it (JMeter does not...



Share this page:
Follow us:
Task Runner