In this section, we are expected to explain on how the data travels from the lecturer’s computer to reach the ULearn System server which is in the UTeM IT Center. The explanation should be related the OSI Layer Model, explain the possible network components involves throughout the communications, and illustrate the diagram to support the explanation.
Answer:
The OSI Model (Open System Interconnection Model) is a conceptual framework used to describe the functions of a networking system. The OSI model characterizes computing functions into a universal set of rules and requirements in order to support interoperability between different products and software. In the OSI reference model, the communications between a computing system are split into seven different abstraction layers: Physical layer, Data Link layer, Network layer, Transport layer, Session layer, Presentation layer, and Application layer.
Application Layer
At this layer, both the end user and the application layer interact directly with the software application.
Presentation Layer
The presentation layer formats or translates data for the application layer based on the syntax or semantics that the application accepts. This layer also can handle the encryption and decryption required by the application layer.
Session Layer
The session layer controls the conversations between different computers. A session or connection between machines is set up, managed, and termined at layer 5. Session layer services also include authentication and reconnections.
Transport Layer
The
transport layer manages the delivery and error checking of data packets. It
regulates the size, sequencing, and ultimately the transfer of data between
systems and hosts. For example, TCP (Transmission Control Protocol).
Network Layer
The network layer is responsible for receiving frames from the data link layer, and delivering them to their intended destinations among based on the addresses contained inside the frame. The network layer finds the destination by using logical addresses, such as IP (internet protocol).
Data Link Layer
At the data link layer, directly connected nodes are used to perform node-to-node data transfer where data is packaged into frames. The data link layer also corrects errors that may have occurred at the physical layer.
Physical Layer
The lowest layer of the OSI Model is concerned with electrically or optically transmitting raw unstructured data bits across the network from the physical layer of the sending device to the physical layer of the receiving device.
Comments
Post a Comment