answersLogoWhite

0

Two distinct techniques are used in data communications to transfer data. Each has its own advantages and disadvantages. They are the connection-oriented method and the connectionless method:

  • Connection-oriented Requires a session connection (analogous to a phone call) be established before any data can be sent. This method is often called a "reliable" network service. It can guarantee that data will arrive in the same order. Connection-oriented services set up virtual links between end systems through a network, as shown in Figure 1. Note that the packet on the left is assigned the virtual circuit number 01. As it moves through the network, routers quickly send it through virtual circuit 01.
  • Connectionless Does not require a session connection between sender and receiver. The sender simply starts sending packets (called datagrams) to the destination. This service does not have the reliability of the connection-oriented method, but it is useful for periodic burst transfers. Neither system must maintain state information for the systems that they send transmission to or receive transmission from. A connectionless network provides minimal services.
User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
More answers

In the transport layer there are two main protocols: TCP and UDP. TCP is acronym for transmission control protocol; it is a connection oriented protocol. That is, it first establishes a connection and then communicates. UDP is acronym for user datagram protocol; it is a connectionless protocol. That is, it does not establish any connection and just sends data.

User Avatar

Wiki User

10y ago
User Avatar

  1. In connection-oriented protocol, authentication is needed while this is not case in connectionless protocol.
  2. In connection-oriented protocol, we have to establish connection between sender and receiver while this is not case in connectionless protocol.
  3. Example of connection-oriented protocol is TCP and the example of connectionless protocol is UDP,internet.
  4. TCP is a connection-oriented protocol, it makes a connection and checks whether the data is received, and resends if it is not. UDP is a connectionless protocol, it does not guarantee delivery by first connecting and checking whether data is received.
User Avatar

Wiki User

14y ago
User Avatar

A connection-based protocol uses a technique known as hand-shaking. This means that every packet that is transmitted needs a reply, so that the sender knows the packet arrived correctly. It relies on quality of transmission for this purpose. Connection-based protocols also have error detection and correction, flow control as well.

A connection-less protocol has none of the features above. It relies on speed, not quality, so it does not check or wait for a response from the receiver for any packets that are transmitted.

User Avatar

Wiki User

15y ago
User Avatar

tcp makes a connection, checks whether the data us received and resends it if its not this is called a oriented protocol and examples of that is web browser and email udp does not guarantee delivery by first connecting and checking whether data is received this is called connectionless protocol. an example is broadcasting and other types of transmission

User Avatar

Wiki User

16y ago
User Avatar

Connection Oriented Connection Less A connection-oriented networking protocol is one that delivers a stream of data in the same order as it was sent, after first establishing a communication session These protocols do not establish a connection between devices. As soon as a device has data to send to another, it just sends it. connection-oriented protocols are reliable Are not reliable Performance is slow due to overhead of establishing a connection, closing it and sending acknowledgements of receiving data. The servers are stateless servers. Data is guaranteed to be transferred in the order in which it was sent Successful data transfer to the destination from the source is not guaranteed. Data is transferred in a stream Data is transferred as datagrams (Packets). Used in FTP,HTTP TFTP,NFS

User Avatar

Wiki User

15y ago
User Avatar

connectionless oriented protol is an http protocol.it is high security protocol.

connection oriented protocol is an fat protocol.it is not a security protocol

ex: in ur account 3000/- balance is there;

let assume u r processing applicateion is used http protocol.u enter into the ATM and pickout 500/-remaing 2500/-. it is irrespective of other person account and ur account.

if ur processing application is fat protocol u draw 500 from atrm and u come back.

after that some other person enter into ATM that person insert the ATM card into machine.he has drawn 2000.instead of his account he got money from ur accout.bcz ur application processing connection oriented protocol.

send u r query to javvadibabu@gmail.com

But i just want to know one thing. To my knowledge,ATM uses Point to point protocol, even if v use connection oriented protocol, in the connection oriented after the transaction is over the connection will be closed and if a new person comes in he has to establish a new connection only. I don't think you r right.

User Avatar

Wiki User

12y ago
User Avatar

1. In connectionless communication there is no need to establish connection between source (sender) and destination (receiver). But in connection-oriented communication connection must established before data transfer. 2.Connection-oriented communication is more reliable then connectionless communication. 3.In connection-oriented communication information can be resend if there is an error in receiver side ( missing data, corrupt data etc. ).But in connectionless communication it is not possible because the destination does not inform the source about data is received or not. 4. Connection-oriented communication have higher overhead and and place greater demands on bandwidth. But in connectionless communication requires far less overhead than connection-oriented communication.

User Avatar

Wiki User

15y ago
User Avatar

Connectionless communication is considered unreliable comparatively to connection-oriented communication. Connectionless does not create virtual circuit from source to destination. By not requiring an acknowledgement of receipt from the recipient connectionless communication carries less overhead. In contrast a connection-oriented communication requires an acknowledgement of receipt from the recipient which creates additional overhead which in turn increases the possibility of communication delays.

User Avatar

Wiki User

13y ago
User Avatar

connectionless transmission is slightly less reliable than connection oriented transmission

connection oriented transmission takes slightly more time than connectionless transmission

User Avatar

Wiki User

13y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between connection - oriented and connectionless services?
Write your answer...
Submit
Still have questions?
magnify glass
imp