answersLogoWhite

0


Best Answer

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

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

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.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago
  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.
This answer is:
User Avatar

User Avatar

Wiki User

14y ago

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.

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

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

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

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

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

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.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

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.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

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.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

connectionless transmission is slightly less reliable than connection oriented transmission

connection oriented transmission takes slightly more time than connectionless transmission

This answer is:
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
Related questions

The IEEE subdivided the datalink layer to provide for environments that need connectionless or connection-oriented services What are the two layers called?

Mac & llc


What is the differences between connection-oriented services and connectionless services?

In general, transport protocols can be characterized as being either connection-oriented or connectionless. Connection-oriented services must first establish a connection with the desired service before passing any data. A connectionless service can send the data without any need to establish a connection first. In general, connection-oriented services provide some level of delivery guarantee, whereas connectionless services do not. Connection-oriented service involves three phases: connection establishment, data transfer, and connection termination. During connection establishment, the end nodes may reserve resources for the connection. The end nodes also may negotiate and establish certain criteria for the transfer, such as a window size used in TCP connections. This resource reservation is one of the things exploited in some denial of service (DOS) attacks. An attacking system will send many requests for establishing a connection but then will never complete the connection. The attacked computer is then left with resources allocated for many never-completed connections. Then, when an end node tries to complete an actual connection, there are not enough resources for the valid connection. The data transfer phase occurs when the actual data is transmitted over the connection. During data transfer, most connection-oriented services will monitor for lost packets and handle resending them. The protocol is generally also responsible for putting the packets in the right sequence before passing the data up the protocol stack. When the transfer of data is complete, the end nodes terminate the connection and release resources reserved for the connection. Connection-oriented network services have more overhead than connectionless ones. Connection-oriented services must negotiate a connection, transfer data, and tear down the connection, whereas a connectionless transfer can simply send the data without the added overhead of creating and tearing down a connection. Each has its place in internetworks.


What are connection-oriented services?

Connection-oriented service requires as session connection be established before any data can be sent with a direct physical connection between the sessions. This often considered to be a more reliable network service than the alternative, connectionless service. Fore more information you can visit website:http://www.iyogibusiness.com


Explain the difference between connectionless unacknowledged service and connectionless acknowledged service. How do the protocols that provide these services differ?

-Unacknowledged connectionless service consists of having the source machine send independent frames to the destination machine without having the destination machine acknowledged. Most LAN's use this service. -Acknowledged connectionless service in this service there are no logical connections used but each frame sent individually acknowledged. In this way the sender knows whether a frame has arrived correctly. It is useful on wireless systems.


What connection services does not involve flow error or packet sequence control?

Unacknowledged connectionless service


Explain the connection oriented connection less services using bind connect listen accept system calls?

Connectionless Service In a connectionless service, the packets are sent from one party to another with no need for connection establishment or connection release. The packets are not numbered; they may be delayed, lost, or arrive out of sequence. Connection-Oriented Services In a connection-oriented service, a connection is first established between the sender and the receiver. Data are transferred. At the end, the connection is released. Connection Establishment Connection establishment involves the following: Host A sends a packet to announce its wish for connection and includes its initialization information about traffic from A to B. Host B sends a packet to acknowledge (confirm) the request of A. Host B sends a packet that includes its initialization information about traffic from B to A. Host A sends a packet to acknowledge (confirm) the request of B. This connection establishment implies the steps i.e. bind, connect, listen & accept


Congestion control and IPv4?

Where is the following items located in IVP4 header? Congestion Control Differentiated Services/QOS (Quality of Service) Error detection and correction Flow Control "Connection oriented" Queues/Queuing Where is the following items located in IVP4 header? Congestion Control Differentiated Services/QOS (Quality of Service) Error detection and correction Flow Control "Connection oriented" Queues/Queuing Where is the following items located in IVP4 header? Congestion Control Differentiated Services/QOS (Quality of Service) Error detection and correction Flow Control "Connection oriented" Queues/Queuing Where is the following items located in IVP4 header? Congestion Control Differentiated Services/QOS (Quality of Service) Error detection and correction Flow Control "Connection oriented" Queues/Queuing Where is the following items located in IVP4 header? Congestion Control Differentiated Services/QOS (Quality of Service) Error detection and correction Flow Control "Connection oriented" Queues/Queuing Where is the following items located in IVP4 header? Congestion Control Differentiated Services/QOS (Quality of Service) Error detection and correction Flow Control "Connection oriented" Queues/Queuing Where is the following items located in IVP4 header? Congestion Control Differentiated Services/QOS (Quality of Service) Error detection and correction Flow Control "Connection oriented" Queues/Queuing


What makes connection-oriented services vulnerable to denial of service attacks?

They allow stations to reserve resources during the establishment of connections


What makes connection oriented services vulnerable to denial of service attacks?

They allow stations to reserve resources during the establishment of connections


Which OSI layer offers reliable connection-oriented data communication data services?

application presentation session **transport network The transport layer of the osi model


What are the types of services provided by LLC layer?

The Logical Link Control specifies the following mechanisms1. for addressing stations across the medium2. for controlling the exchange of data between two users.There are three types of services provided by the Logical Link Layer. They are1. Connection mode service - A logical connection is set up between two users.2. Acknowledged connectionless service- No connections are involved. But data grams are acknowledged.3. Unacknowledged connectionless service- Operates in datagram style. No guarantee for the delivery of data. The service does not include flow control or error control mechanisms.


Where can I get services oriented architecture?

You can do a search for architects in your area that can offer services oriented architecture at http://www.architectsearch.org/. Another searchable site is http://www.architectsusa.com/