Which OSI layers offer reliable connection oriented data communication services?

Layer 4 "Transport Layer" focuses on matters related to data delivery in a network, whether is reliable or unreliable communication. A service is connection-oriented if it has the following characteristics: 1) A Virtual Circuit is set up. 2) It uses sequencing. 3) It uses acknowledgements. 4) It uses flow control.

Which OSI layers offers reliable, connection-oriented data communication services?

Nov 23, 2022 Last Updated: Nov 23, 2022 No Comments

Share Tweet Share Pin it

IT Questions BankCategory: Network FundamentalsWhich OSI layers offers reliable, connection-oriented data communication services?

Which OSI layers offers reliable, connection-oriented data communication services?

  • application
  • presentation
  • session
  • transport
  • network

More Questions: Network Fundamentals – CCNA Exploration 1: ENetwork Practice Final Exam

Please login or Register to submit your answer


Which OSI layers offer reliable connection oriented data communication services?
The 7 layers of the OSI model

Cross-layer functions

Cross-layer functions, or services that may affect more than one layer, include the following:

  • security service telecommunication as defined by the International Telecommunication Union Standardization Sector (ITU-T) X.800 recommendation;
  • management functions that enable the configuration, instantiation, monitoring and terminating of the communications of two or more entities;
  • Multiprotocol Label Switching (MPLS), which operates at an OSI model layer that lies between the Layer 2 data-link layer and the Layer 3 network layer -- MPLS can carry a variety of traffic, including Ethernet frames and IP packets;
  • Address Resolution Protocol (ARP) translates IPv4 addresses (OSI Layer 3) into Ethernet MAC addresses (OSI Layer 2); and
  • domain name system (DNS), which is an application layer service that's used to look up the IP address of a domain name.

Pros and cons of the OSI model

The OSI model has a number of advantages, including the following:

  • It's considered a standard model in computer networking.
  • The model supports connectionless, as well as connection-oriented, services. Users can take advantage of connectionless services when they need faster data transmissions over the internet and the connection-oriented model when they're looking for reliability.
  • It has the flexibility to adapt to many protocols.
  • The model is more adaptable and secure than having all services bundled in one layer.

The disadvantages of the OSI model include the following:

  • It doesn't define any particular protocol.
  • The session layer, which is used for session management, and the presentation layer, which deals with user interaction, aren't as useful as other layers in the OSI model.
  • Some services are duplicated at various layers, such as the transport and data-link layers.
  • Layers can't work in parallel; each layer must wait to receive data from the previous layer.

OSI model vs. TCP/IP model

The OSI reference model describes the functions of a telecommunication or networking system, while TCP/IP is a suite of communication protocols used to interconnect network devices on the internet. TCP/IP and OSI are the most broadly used networking models for communication.

The OSI and TCP/IP models have similarities and differences. The main similarity is in their construction, as both use layers, although the OSI model consists of seven layers, while TCP/IP consists of just four layers.

Another similarity is that the upper layer for each model is the application layer, which performs the same tasks in each model but may vary according to the information each receives.

The functions performed in each model are also similar because each uses a network and transport layer to operate. The OSI and TCP/IP model are mostly used to transmit data packets, although they each use different means and paths to reach their destinations.

Which OSI layer uses connection

Data Link Layer The Link Layer is responsible for ensuring reliable delivery of the packet across the PCI Express link. It does that by adding a sequence number and a CRC to the Transaction Layer packet.

What is the Layer 4 protocol that is connection

TCP, or the Transmission Control Protocol, is connection oriented. This means that when a TCP conversation occurs a session is established and that session is used to control and ensure the flow of data between.

Which layer in OSI model is responsible for end

The transport layer is the layer in the open system interconnection (OSI) model responsible for end-to-end communication over a network.

Which is the connection

Transmission Control Protocol: The transmission control protocol operates in connection-oriented mode. Data transmissions between end systems require a connection setup step. Once the connection is established, TCP provides a stream abstraction that provides reliable, in-order delivery of data.