Apedia

Socket Messages Combination Dest Port Server Api Application Exchange

Front Socket
Back API that allows an application to exchange messages with the network.

Unlinked (UDP) sockets are supported by the combination
(Dest-IP, Dest-Port)
certainly. Messages from multiple clients can be delivered to a server socket.
Connection-oriented (TCP) sockets are defined by the combination
(Source-IP, Source-Port, Dest-IP, Dest-Port)
certainly.
The server opens a separate socket for each client, via which it communicates with this client.
In addition, there is a "Welcoming Socket", where a new client can establish a connection.

Learn with these flashcards. Click next, previous, or up to navigate to more flashcards for this subject.

Next card: Packets ip security types network attacks dissemination malware

Previous card: Ssl layer secure sockets encrypted tcp connection integrity

Up to card list: Computer Networks TopDownApproach -ENGLISH