Networking - Datagram vs. stream

Datagram vs. stream.

Stream can be considered as a pipe that allows full duplex connection. A datagram or a packet on the other hand, has a source and a destination. There is no connection. Stream is like a communication channel while datagram is completely self contained. Streams provide a reliable and sequenced communication. Datagram’s on the other hand are unreliable and no sequence maintained.
Networking - What is a stream socket?
What is a stream socket? - A stream socket provides two way communications between a client and server. This communication is reliable and sequenced.........
Networking - What is SSL?
What is SSL? - SSL is Secured Socket Layer. SSL is used to establish a secured and an encrypted connection between a server and the browser.........
Networking - What are the two important TCP Socket classes?
What are the two important TCP Socket classes? - The Socket class provides enriched methods and properties for network communications.......
Post your comment