Network Service Types


There are two types of Network Services one is known as Connectionless (or Datagram) and the other is Connection-Oriented (or Virtual Circuit).

Connectionless Service

In connectionless service the endnode transmits with every piece of data the address to which the data should be delivered. Every piece of data called packet is independently routed,so the network can't guarantee that all the packets will reach the destination in the transmitting order since the packets can be delivered through more then one path.

Connection-Oriented Service

In connection-oriented service the endnode first informs the network it wishes to start a conversation with another endnode,the network sends it's request to the destination that accepts or rejects the request.
If the destination refuses, connection fails, otherwise connection is established.

Connection-Oriented service usually has the following characteristics:

Is one type of service is better than the other?
The answer is not conclusive and depends on several considerations.
Here are two examples for such considerations:

Return to Top