Network - Connection

Card Puncher Data Processing

About

session in network are known as connection.

A socket is the known network connection implementation.

When referring to a network connection, most of the times, a text will refer to a TCP connection which is a socket implementation in TCP

Opening and closing connection are heavy operations, that's why even with HTTP, the connection tends to be permanent until the client, the server or a timer as expired. See HTTP Connection management





Recommended Pages
Card Puncher Data Processing
Code design - (Connection|Session)

During the use of a product, a session or connection is a execution context that holds identification data (if any) and group actions (such as interaction or transaction) that take place within...
Card Puncher Data Processing
Hive - WebHCat (Rest API for HCatalog)

WebHCat ((or Templeton) service is a REST operation based API for HCatalog. WebHCat provides a service that you can use to run Hadoop MapReduce (or YARN), Pig, Hive jobs or perform Hive metadata operations...
Hierachy Storage
Memory - Hierarchy

A memory/storage hierarchy in computer storage distinguishes each level in the hierarchy by: the response time (latency) the capacity (areal density) and generally by the distance between the storage...
Netstat Windows
Network - (Internet) Socket (Network identifier)

A socket is session identifier for a network connection to or from which information is transmitted in the network between a server (local machine) and a client (remote machine). This connection is implemented...
Card Puncher Data Processing
Network - Server

A network server is a process that listens on a socket for inbound connections Web Server listens for TCP connection on the HTTP/HTTPS port and expects to receive a HTTP request in a text format ...
Card Puncher Data Processing
Network - User Datagram (UDP)

User Datagram Protocol establish connections that are: low-latency data loss-tolerant It improve the latency by enabling the transfer of data before an agreement is provided by the receiving party....
Card Puncher Data Processing
Network - WebSocket Protocol

WebSocket is a protocol that provides full-duplex communication channels over a single TCP connection between: a web client (such as a browser) and a web server. with lower overheads, facilitating...
Card Puncher Data Processing
Network - netcat (nc, ncat)

netcat is a command line tool that reads and writes data across network connections, using TCP or UDP protocol. You can see it as the equivalent of telnet It emprunts its name from the cat command...
Netstat Tcp Listening Socket
TCP - Connection

in TCP A TCP server may serve several clients concurrently with the same local socket address (ie local IP address and port number) by creating a child process for each client for each connection. ...



Share this page:
Follow us:
Task Runner