In computing, the Windows Sockets API (WSA), which was later shortened to Winsock, is a technical specification that defines how Windows network software should access network services, especially TCP/IP. It defines a standard interface between a Windows TCP/IP client application and the underlying TCP/IP protocol stack. The nomenclature is based on the Berkeley sockets API model used in BSD for communications between programs.
| Property | Value |
| dbpedia-owl:abstract
|
- Winsock oder Windows Sockets bezeichnet eine Funktionssammlung zum Zugriff auf Netzwerkkomponenten unter Microsoft Windows. Winsock ergänzt Windows um die Internetprotokollfamilie und ist für die Verbindung des PCs mit dem Internet zuständig. Es wird von Software-Anwendungen verwendet, um über das Internetprotokoll (IP) auf das Netzwerk zuzugreifen. Die Anwendung ruft dazu bestimmte Funktionen in der Bibliothek winsock. dll (bzw. ab Windows 95/NT wsock32. dll) auf.
- In computing, the Windows Sockets API (WSA), which was later shortened to Winsock, is a technical specification that defines how Windows network software should access network services, especially TCP/IP. It defines a standard interface between a Windows TCP/IP client application and the underlying TCP/IP protocol stack. The nomenclature is based on the Berkeley sockets API model used in BSD for communications between programs. Initially, all the participating developers resisted the shortening of the name to Winsock for a long time, since there was much confusion among users between the API and the DLL library file (winsock. dll) which only exposed the common WSA interfaces to applications above it. Users would commonly believe that only making sure the DLL file was present on a system would provide full TCP/IP protocol support.
- Winsock (WINdowsSOCKet) es una biblioteca dinámica de funciones DLL para Windows que se hizo con la finalidad de implementar TCP/IP. Incluye soporte para envío y recepción de paquetes de datos a través de sockets BSD. Las aplicaciones que utilizan Winsock son numerosas: navegadores, gestores de correo electrónico, Apache ...
- Winsock è una libreria che viene utilizzata nel sistema operativo Microsoft Windows per utilizzare in maniera semplificata i protocolli di rete TCP/IP. In Windows i protocolli TCP/IP sono implementati nei driver tcpip. sys e tcpip6. sys ma, sebbene sia possibile per un programma utilizzare direttamente i servizi di questi driver, usualmente gli sviluppatori utilizzano la libreria Winsock per ragioni di semplicità e portabilità del codice. Infatti Winsock utilizza lo stesso concetto di socket (in inglese presa elettrica) introdotto dalla libreria Socket BSD introdotta con la Berkeley Software Distribution (BSD) di UNIX.
- Winsock (Windows Sockets API, WSA) は、Windowsネットワークソフトウェアがネットワークサービス(特にTCP/IP)にアクセスする方法を定義した技術仕様である。Windows 上のTCP/IPクライアントアプリケーション(FTPクライアントや Gopherクライアント)とTCP/IPプロトコルスタックとの標準インタフェースを定義している。その名称はBSD系UNIXでプログラム間の通信に使われたソケットと呼ばれるAPIモデルに基づいている。winsock. dll というDLLファイルはWSAインタフェースの主要部分を提供するものであったため、このAPIを Winsock という略称で呼ぶことには開発者側の抵抗があったし、ユーザー側にも多くの混乱があった。ユーザーは winsock. dll さえあれば、TCP/IP プロトコルが完全にサポートされるのだと誤解していることが多かった。
- In de computerwereld is Winsock (afkorting voor Windows Sockets) een specificatie die definieert hoe Windows netwerk-software netwerk-diensten, vooral TCP/IP, dient te benaderen.
- W Informatyce, Windows Sockets API, później skrócone do Winsock, jest techniczną specyfikacją która określa w jaki sposób program sieciowy napisany dla systemu Windows może uzyskiwać dostęp do usług sieciowych, szczególnie stosu TCP/IP. Definiuje standardowy interfejs między klientem TCP/IP a systemowym stosem TCP/IP. Zastosowane nazewnictwo bazuje na modelu gniazdek BSD użytym w Berkeley UNIX do komunikacji między programami. Początkowo wszyscy twórcy biorący udział w rozwoju Windows Sockets opierali się skracaniu nazwy do samego "Winsock", ponieważ użytkownicy często utożsamiali całe API z biblioteką DLL (winsock. dll), która jedynie eksponowała funkcje i procedury WSA. Wielu użytkowników było przekonanych, że samo posiadanie tej biblioteki wystarczało do zapewnienia pełnej obsługi TCP/IP.
- Winsock (WINdows SOCKet) est une bibliothèque dynamique de fonctions DLL sous Windows dont le but est d'implémenter TCP/IP. Elle prend notamment en charge l'envoi et la réception des paquets de données via des socket BSD. Les applications qui utilisent Winsock sont nombreuses : navigateurs, gestionnaire de courrier électronique, Apache ...
|
| dbpedia-owl:wikiPageExternalLink
| |
| dcterms:subject
| |
| rdfs:comment
|
- Winsock oder Windows Sockets bezeichnet eine Funktionssammlung zum Zugriff auf Netzwerkkomponenten unter Microsoft Windows. Winsock ergänzt Windows um die Internetprotokollfamilie und ist für die Verbindung des PCs mit dem Internet zuständig. Es wird von Software-Anwendungen verwendet, um über das Internetprotokoll (IP) auf das Netzwerk zuzugreifen. Die Anwendung ruft dazu bestimmte Funktionen in der Bibliothek winsock. dll (bzw. ab Windows 95/NT wsock32. dll) auf.
- Winsock (WINdowsSOCKet) es una biblioteca dinámica de funciones DLL para Windows que se hizo con la finalidad de implementar TCP/IP. Incluye soporte para envío y recepción de paquetes de datos a través de sockets BSD. Las aplicaciones que utilizan Winsock son numerosas: navegadores, gestores de correo electrónico, Apache ...
- Winsock (Windows Sockets API, WSA) は、Windowsネットワークソフトウェアがネットワークサービス(特にTCP/IP)にアクセスする方法を定義した技術仕様である。Windows 上のTCP/IPクライアントアプリケーション(FTPクライアントや Gopherクライアント)とTCP/IPプロトコルスタックとの標準インタフェースを定義している。その名称はBSD系UNIXでプログラム間の通信に使われたソケットと呼ばれるAPIモデルに基づいている。winsock. dll というDLLファイルはWSAインタフェースの主要部分を提供するものであったため、このAPIを Winsock という略称で呼ぶことには開発者側の抵抗があったし、ユーザー側にも多くの混乱があった。ユーザーは winsock. dll さえあれば、TCP/IP プロトコルが完全にサポートされるのだと誤解していることが多かった。
- In de computerwereld is Winsock (afkorting voor Windows Sockets) een specificatie die definieert hoe Windows netwerk-software netwerk-diensten, vooral TCP/IP, dient te benaderen.
- In computing, the Windows Sockets API (WSA), which was later shortened to Winsock, is a technical specification that defines how Windows network software should access network services, especially TCP/IP. It defines a standard interface between a Windows TCP/IP client application and the underlying TCP/IP protocol stack. The nomenclature is based on the Berkeley sockets API model used in BSD for communications between programs.
- Winsock è una libreria che viene utilizzata nel sistema operativo Microsoft Windows per utilizzare in maniera semplificata i protocolli di rete TCP/IP. In Windows i protocolli TCP/IP sono implementati nei driver tcpip. sys e tcpip6. sys ma, sebbene sia possibile per un programma utilizzare direttamente i servizi di questi driver, usualmente gli sviluppatori utilizzano la libreria Winsock per ragioni di semplicità e portabilità del codice.
- W Informatyce, Windows Sockets API, później skrócone do Winsock, jest techniczną specyfikacją która określa w jaki sposób program sieciowy napisany dla systemu Windows może uzyskiwać dostęp do usług sieciowych, szczególnie stosu TCP/IP. Definiuje standardowy interfejs między klientem TCP/IP a systemowym stosem TCP/IP. Zastosowane nazewnictwo bazuje na modelu gniazdek BSD użytym w Berkeley UNIX do komunikacji między programami.
- Winsock (WINdows SOCKet) est une bibliothèque dynamique de fonctions DLL sous Windows dont le but est d'implémenter TCP/IP. Elle prend notamment en charge l'envoi et la réception des paquets de données via des socket BSD. Les applications qui utilisent Winsock sont nombreuses : navigateurs, gestionnaire de courrier électronique, Apache ...
|
| rdfs:label
|
- Winsock
- Winsock
- Winsock
- Winsock
- Winsock
- Winsock
- Winsock
- Winsock
|
| owl:sameAs
| |
| foaf:page
| |
| is dbpedia-owl:wikiPageRedirects
of | |
| is dbpprop:relatedComponents
of | |
| is owl:sameAs
of | |
| is foaf:primaryTopic
of | |