100% found this document useful (1 vote)
91 views3 pages

RS232 Protocol in OSI Model Overview

The document discusses the OSI model, which defines a logical framework for network communication consisting of 7 layers - physical, data link, network, transport, session, presentation and application. It provides advantages like standardization and flexibility to adapt to new protocols, and disadvantages like tedious protocol fitting and duplication of services. The document also describes key protocols associated with each layer like TCP/IP for transport and HTTP/SMTP for application.

Uploaded by

Nithya Prasath
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
91 views3 pages

RS232 Protocol in OSI Model Overview

The document discusses the OSI model, which defines a logical framework for network communication consisting of 7 layers - physical, data link, network, transport, session, presentation and application. It provides advantages like standardization and flexibility to adapt to new protocols, and disadvantages like tedious protocol fitting and duplication of services. The document also describes key protocols associated with each layer like TCP/IP for transport and HTTP/SMTP for application.

Uploaded by

Nithya Prasath
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

The OSI Model is a logical and conceptual model that defines network

communication used by systems open to interconnection and communication with


other systems. The Open System Interconnection (OSI Model) also defines a
logical network and effectively describes computer packet transfer by using
various layers of protocols.

Physical------ RS232[RS232 is a standard protocol used for serial communication]

Data Link-----Fiber Cable[Fiber cables are used for data storage as well as transmission]

Network---IPv6,ICMP[ Internet Control Message Protocol is an error-reporting


protocol that network devices such as routers use to generate error messages to the
source IP address when network problems prevent delivery of IP packets.]

Transport--TCP,UDP[TCP is a connection-oriented protocol, whereas UDP is a


connectionless protocol. A key difference between TCP and UDP is speed,
as TCP is comparatively slower than UDP. Overall, UDP is a much faster, simpler,
and efficient protocol, however, retransmission of lost data packets is only possible
with TCP]

Session--SAP[The Session Announcement Protocol is an experimental protocol for


advertising multicast session information.]

Presentation--MPEG[MPEG transport stream (MPEG-TS, MTS) or simply transport


stream (TS) is a standard digital container format for transmission and storage of
audio, video, and Program ]
Application--SMTP[Simple Mail Transfer Protocol is an internet standard communication
protocol for electronic mail transmission.]

HTTP[The Hypertext Transfer Protocol is an application protocol for


distributed, collaborative, hypermedia information systems that allows users to
communicate data on the World Wide Web.]

Advantages:

 It helps you to standardize router, switch, motherboard, and other hardware


 Reduces complexity and standardizes interfaces
 Helps you to accelerate the evolution
 Protocols can be replaced by new protocols when technology changes.
 It is a standard model in computer networking.
 Supports connectionless and connection-oriented services.
 Offers flexibility to adapt to various types of protocols

Disadvantages:

 Fitting of protocols is a tedious task.


 You can only use it as a reference model.
 Doesn't define any specific protocol.
 In the OSI network layer model, some services are duplicated in many
layers such as the transport and data link layers
 Layers can't work in parallel as each layer need to wait to obtain data from
the previous layer

Summary:

 The OSI Model is a logical and conceptual model that defines network
communication which is used by systems open to interconnection and
communication with other systems
 In OSI model, layer should only be created where the definite levels of
abstraction are needed.
 OSI layer helps you to understand communication over a network

TCP or Transmission Control Protocol is a connection-oriented protocol that


establishes and maintains a connection between communicating devices until
both of them are done exchanging messages. This protocol determines how
application data can be broken down into packets that can be delivered over a
network.

UDP or the User Datagram Protocol is used to create a low-latency and loss-
tolerating communications between applications connected over the internet.
UDP enables process-to-process communication and communicates via
datagrams or messages.

The TCP/ IP Model is a compressed version of the OSI Model. This Model
contains 4 layers unlike the OSI Model which are:

1. Process(Application Layer)
2. Host-to-Host(Transport Layer)
3. Internet Layer (Network Layer)
4. Network Access(Combination of Physical and Data Link Layer)

Common questions

Powered by AI

The OSI model employs a detailed, seven-layer approach to network abstraction, allowing for distinct and clear separation of functions across layers. This detailed structure provides higher flexibility for protocol evolution and customization but may lead to complexity. In contrast, the TCP/IP model uses a four-layer scheme, combining some OSI layers, resulting in a more streamlined but less flexible structure. The compression into fewer layers facilitates implementation and efficiency but could reduce adaptability when integrating new protocols. These differences influence how protocols are developed and utilized, with the OSI model offering clarity and flexibility versus the pragmatic, directly implementation-driven nature of the TCP/IP model .

The OSI model provides flexibility for adapting new protocols primarily through its structured layers that offer defined abstraction levels. Consequently, protocols can be replaced or upgraded without impacting other layers, facilitating easier integration of technological advancements. Unlike the OSI model, the TCP/IP model is more compact with only four layers, potentially limiting similar adaptability and integration flexibility due to its broader layer integration .

The Network layer of the OSI Model leverages protocols such as IPv6 and ICMP for distinct network functions. IPv6 is used for address allocation and routing, providing expanded address space over IPv4, essential for modern internet infrastructure. ICMP, on the other hand, serves an error-reporting role, used by network devices like routers to send error messages to a source IP when network issues arise, facilitating troubleshooting and diagnostics .

The OSI Model supports both connectionless and connection-oriented services, allowing flexibility and adaptability in network communications. Connection-oriented services, as seen with TCP, involve setting up, managing, and terminating a connection for reliable data transfer, ensuring retransmission capability. Connectionless services, like those using UDP, facilitate low-latency communication without establishing a dedicated connection, prioritizing speed over reliability. The choice between these services allows optimized traffic management based on application requirements, accommodating varying needs such as reliability for file transfers and speed for live streaming .

Within the OSI Model's transport layer, TCP is a connection-oriented protocol that establishes and maintains a strict connection for data exchanges, ensuring delivery and allowing for data retransmission. It is slower compared to UDP but is used when reliability is crucial. UDP, in contrast, is connectionless, operating with low latency, suitable for applications where speed is prioritized over reliability, such as video streaming or online gaming. TCP's reliability makes it suitable for web browsing and email services, while UDP's efficiency suits real-time communications .

The Application layer in the OSI Model acts as the closest layer to the end-user, being responsible for network services to applications. SMTP exemplifies this layer by serving as the protocol for email transmission over the internet. It manages the sending and relaying of messages, significantly influencing user communication and network data exchange. SMTP's role highlights the Application layer's importance in enabling high-level functions that users directly interact with, demonstrating its critical position in managing application-to-application communication over networks .

The OSI model advocates creating layers only where definite levels of abstraction are needed to manage complexity and avoid unnecessary redundancy. This approach ensures each layer's function is distinct and manageable, helping to standardize processes and make the protocol architecture more understandable and efficient. By adhering to clear abstractions, the model minimizes overlap and duplication of features across layers, aiding in efficient protocol implementation and troubleshooting .

Significant challenges in applying the OSI Model include the tedious task of fitting protocols into its framework due to its conceptual nature. It also serves only as a reference model, providing no specific protocols, which can complicate protocol selection and integration. Furthermore, some services are duplicated across layers (such as between transport and data link layers), and layers typically do not work in parallel, requiring each to complete data processing before passing it on, leading to inefficiencies .

The Presentation layer of the OSI Model is concerned with data translation and formatting. Protocols like MPEG play a significant role in this layer by providing a standard digital container format for audio, video, and other multimedia transmission, ensuring data is converted and appropriate for application use. MPEG facilitates the seamless transmission and storage of multimedia content, crucial for services like digital TV and streaming media .

The OSI Model structures network communication by dividing the process into seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application. This layered approach standardizes interfaces and accelerates protocol evolution by allowing protocols to be replaced as technology changes. It standardizes hardware like routers, switches, and motherboards, and supports both connectionless and connection-oriented services. The OSI model's logical framework aids in understanding the essential aspects of communication over a network by providing a general guide to network interaction .

You might also like