The communication that first requires establishing a proper connection before sending actual data is called as Connection-oriented communication.
This connection-oriented communication is similar to the telephone system.
The communication in which the actual packets of data are directly sent/transmitted from source to destination without establishing a connection first is called Connection-less communication.
This connection-less communication is quite similar to the postal system.
In Connection-oriented communication, if the data is lost then the retransmission can be done and is very easily feasible. In Connection-less communication, if the data is lost then retransmission is not possible and feasible at all.
CONNECTION-ORIENTED COMMUNICATION | CONNECTION-LESS COMMUNICATION |
---|---|
Guarantees a proper and reliable transfer of data | Never guarantee a proper transfer of the data |
No chance of congestion or obstructions while transferring the data | Greater chances of congestion or obstructions while transferring the data |
Virtual circuit and circuit switching are commonly used for its implementation | Packet switching is commonly used for its implementation |
If there is a data loss then it can be re-transmitted | Re-transmission is not possible |
Used for steady and prolonged communication | Used for short distance communication |
Connection is established before actual data transmission | No requirement of establishing connection before transmission |
This post was last modified on June 24, 2020