1. OSI LAYER MODEL
The OSI was published in 1984 by the International Organization for Standardization (ISO). Though it does not always map directly to specific systems, the OSI Model is still used today as a means to describe Network Architecture.
1. Physical Layer
- Bit Synchronization
- Bit rate control
- Transmission mode
- Representation of Bits
- Devices must be connected using topologies
- Physical characteristic of interface and media
2. Data Link Layer
Data link layer is the second layer in OSI Model. This layer is the protocol layer in a program to handles the moving of data into and out of the physical link in the network. Data link layer of the most complicated layer because has complex functionalities and liabilities. Data link layer has worked between two hosts that are directly connected in some sense. The direct connection could be a point to point or broadcast. Data link layer also be responsible for converting data stream to signals bit by bit then send over the underlying hardware.- To handles problems that occur as a result of bit transmission error
- To ensures the data flows at a pace that does not overwhelm sending and receiving devices
- Permits the transmission data to the network layer where it addressed and routed
Also, we should be known that the data link layer has two sub-layer which is:
- Logical Link Control (LLC): It deals with protocols, flow-control, and error control
- Media Access Control (MAC): It deals with actual control of media
The data link standards are:
International Organization for Standardization (ISO)
- Institute of Electrical and Electronics Engineers (IEEE)
- American National Standards Institute (ANSI)
- International Telecommunication Union (ITU)
Formatting Data for Transmission
The figure below shown formatting data for transmission
3. Network Layer
The network layer is the third layer in OSI Model. The network layer can define the communication over of the network with four basic processes which are addressing, routing, encapsulation and decapsulation. The role of the network layer is to move packets from sending hosts to receiving hosts.
- ARP
- ICMP
- IGMP
4. Transport Layer
5. Session Layer
6. Presentation Layer
7. Application Layer
In this section, you are expecting to explain on how the data travels from the student’s computer to reach the Online Learning System server which is in the OUM IT Center. The explanation should be related the OSI Layer Model. Explain the possible network components involves throughout the communications. Illustrate the diagram to support your explanation.
In sequence for human-readable information can be transferred from one device to end device but the data should travel down using a seven-layer in OSI Model on sending the device. Then travel up using seven-layer be on the receiving end. Figure as shown below is the possible network components involved throughout the communication.
For example, the student uses Online Learning System to submit the assignments to lecturers. The procedure began on the student's personal computer (PC). The assignments, or raw data, will be passed to the application layer by the file application when the students upload the assignments. The data format and file transfer protocol (FTP) will be defined by the application layer, and the data will be passed to the presentation layer.
In presentation layer, the data format will be standardized, and the encryption process will be completed if necessary - refer to the communication connection type whether it is encrypted or not. Then, the presentation layer will compress the data and pass it to the session layer. The compression will help improve the speed and efficiency of the data uploaded.
During the session layer, the communication session will be initialized by sending request and responses between the application layer and the transport layer. It determines whether the requested session is legitimate or not. If yes, then the data will be pass to the next layer.
Next, the data is passed to the transport layer. During this stage, the transport layer it provides multiplexing, enables the host to send and receive error corrected data through the implementation of TCP and UDP protocols. The flow and error control will be performed, and the data will be segmented then broken up into packets at the network layer.
Then the network layer will facilitate the data transferred and ensure whether the network layer is necessary or not by checking the device communicating on the same network or not. Then, the network layer will route the packets to reach its destination using the best physical path. This process is called routing and occurred at the router.
When the packets passed to the data link layer, it will be broken down into frames and delivered to the physical layer. The frames will be converted to a bitstream of 0s and 1s and send through a physical medium which WLAN. After that, the data will be stored in the Online Learning System Server that is located in the IT Centre.
Comments
Post a Comment