Client socket

Client socket

In computer science, a client socket is a tool for establishing networked computer communication between a server and client initiated by the client. A client socket forms one endpoint in a client–server socket relationship.

Following inception, a client socket assists in handling lower-level network functions by forming and sending a request to a waiting server, which then processes the received data. Depending, the client socket may also listen for and receive a reply from the server—usually pertaining to the data the server received immediately prior. Both client and server sockets are required in a functional socket-based connection. Unlike their server socket counterparts, client sockets are typically destroyed after the data transfer, preventing further actions on it; hence, client sockets are often used for single data exchanges and more suited for such than server sockets are. [Kuchling, Andrew. http://www.amk.ca/python/howto/sockets/"Socket Programming HOWTO". Retrieved on 2008-09-29] .

ee also

* Socket
* Server Socket

References


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Socket (Software) — Ein Socket (abgel. von engl. Sockel oder Steckverbindung, Steckdose) ist ein Software Modul, mit dessen Hilfe sich ein Computerprogramm mit einem Rechnernetz verbinden und mit anderen Computern Daten austauschen kann. Sockets werden auch… …   Deutsch Wikipedia

  • Client-serveur — L environnement client/serveur désigne un mode de communication à travers un réseau entre plusieurs programmes ou logiciels : l un, qualifié de client, envoie des requêtes ; l autre ou les autres, qualifiés de serveurs, attendent les… …   Wikipédia en Français

  • Internet socket — In computer networking, an Internet socket or network socket is an endpoint of a bidirectional inter process communication flow across an Internet Protocol based computer network, such as the Internet. The term Internet sockets is also used as a… …   Wikipedia

  • Direct Client-to-Client — (DCC) is an IRC related sub protocol enabling peers to interconnect using an IRC server for handshaking in order to exchange files or perform non relayed chats. Once established, a typical DCC session runs independently from the IRC server.… …   Wikipedia

  • Direct Client-to-Client — Saltar a navegación, búsqueda DCC (Direct Client to Client) (DCC) es un protocolo de IRC que permite interconectar dos peers (puntos) usando un servidor IRC como saludo (handshaking) para permitir intercambiar archivos o llevar acabo tareas no… …   Wikipedia Español

  • XML socket — XMLSocket est un protocole implémenté par le langage ActionScript qui permet à une animation Adobe Flash de communiquer au dessus de TCP grâce à des Sockets. Il permet le transfert de données textuelles brutes (texte) ou hiéarchiques (XML ,xHTML) …   Wikipédia en Français

  • Secure Socket Layer — Transport Layer Security Pile de protocoles 7 • Application 6 • Présentation 5 • Session 4 • T …   Wikipédia en Français

  • Secure socket layer — Transport Layer Security Pile de protocoles 7 • Application 6 • Présentation 5 • Session 4 • T …   Wikipédia en Français

  • Unix domain socket — A Unix domain socket (UDS) or IPC socket (inter process communication socket) is a virtual socket, similar to an internet socket that is used in POSIX operating systems for inter process communication. The correct standard POSIX term is POSIX… …   Wikipedia

  • Java Secure Socket Extension — (JSSE) ist ein Java API für Secure Sockets Layer (SSL). Es handelt sich um einen Standardbestandteil der Java Standard Edition seit Version 1.4, der Funktionalitäten, die zur sicheren Kommunikation benötigt werden, zur Verfügung stellt. Bei… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”