OSI Model
OSI Model
net/publication/358768960
OSI Model
CITATIONS READS
0 5,821
2 authors, including:
Ahmed Hammoudi
Palestine Technical University- Kadoorie & ARAB AMERICAN UNIVERSITY
5 PUBLICATIONS 0 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Ahmed Hammoudi on 22 February 2022.
Submitted by
Ahmed G.I. Hammoudi
Supervisor
(Prof. Khalid Khanfar)
i
Contents
Page
1 Introduction 1
2 OSI Model 2
2.1 OSI Model Architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.1.1 Application Layer – Layer 7 . . . . . . . . . . . . . . . . . . . . . . . 3
2.1.1.1 Functions of Application layer: . . . . . . . . . . . . . . . . 3
2.1.1.2 List of network protocols for Application Layer . . . . . . . 3
2.1.2 Presentation Layer – Layer 6 . . . . . . . . . . . . . . . . . . . . . . . 4
2.1.2.1 Functions of Presentation Layer: . . . . . . . . . . . . . . . 4
2.1.2.2 List of network protocols for Presentation Layer . . . . . . . 5
2.1.3 Session Layer – Layer 5 . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.1.4 Transport Layer – Layer 4 . . . . . . . . . . . . . . . . . . . . . . . . 5
2.1.5 Network Layer – Layer 3 . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.1.6 Data Link Layer – Layer 2 . . . . . . . . . . . . . . . . . . . . . . . . 5
2.1.7 Physical Layer – Layer 1 . . . . . . . . . . . . . . . . . . . . . . . . . 5
References 6
List of Figures
iii
List of Tables
iv
1 Introduction
In 1947, IBM introduced the world’s first system network architecture, which is called sys
tem network architecture. Since then, various companies have come up with their own network
architecture. Due to the complexity of the task involved in establishing and maintaining net
works, the concept of the OSI reference model was proposed (Zhang et al., 2018).
The goal of this model (OSI) is to provide a uniform approach for addressing the compatibil
ity problem of network interconnection. It eliminates the complexity of identifying the various
components of the network interface, service, and protocol. The separation of the network’s lay
ers allows the providers of the same service to maintain their own protocols without affecting the
operation of the adjacent layers. It simplifies the work of the network engineers by separating
the various responsibilities of the network.
1
2 OSI Model
2.1 OSI Model Architecture
The model OSI or Open System Interconnection defines a networking environment for the pro
tocols to be implemented in seven levels. Control is transferred from one layer to the next, from
the application layer in one station to the lowest, from the channel to the next station, and back
up the hierarchy.
ISO divides the whole communication function into seven levels according to the dividing and
conquer principle, including physical layer, data link layer, network layer, transmission layer,
conversation layer, presentation layer and application layer. The principal principles for the di
vision of levels are: All nodes in a network have the same level, and each layer has the same
function. There are no differences between the layers within the network. Each layer can com
municate with the other layer through an interface see fig 2.1 (Help, 2014).
2
Mechanism of OSI Model student ID (201920383)
1. An application layer permits a user to access and manage files stored in a remote computer.
This allows a user to retrieve the files from a remote computer and transfer them to a local
storage device see Fig 2.2 (Javatpoint, 2021).
2. Services: The email forwarding and storage facility is provided by an application layer.
3. Directory Services: An application provides the distributed sources of the database and
it provides global information about different objects.
3
Mechanism of OSI Model student ID (201920383)
9. NFS.
10. POP3.
11. SMTP.
12. SNMP.
13. FTP.
14. NTP.
15. IRC.
16. Telnet.
17. SSH.
18. TFTP.
19. IMAP.
20. Gemini.
1. Translation: the processes exchange data in two systems in the form of strings, numbers...
The presentation layer deals with the interoperability of the various encoding methods in
various computers. It translates senderdependent data in a standard format and at the
receiving end it changes the standard format into recipientdependent format.
2. Encryption: Encryption to maintain confidentiality is needed. Encryption is a process of
transferring the information transmitted to the sender and sending the resulting informa
4
Mechanism of OSI Model student ID (201920383)
5
References
Help, P. (2014). ISO OSI and TCP/IP Model Comparison. Available from: http://programmerhelp404.
blogspot.com/2014/01/iso-osi-layer-model-tcpip-model.html.
Javatpoint (2021). OSI Model. Available from: https://www.javatpoint.com/osi-model.
Zhang, W., Yuan, Y., Hu, Y., Huang, S., Cao, S., Chopra, A., and Huang, S. (2018). A Privacy
Preserving Voting Protocol on Blockchain. IEEE International Conference on Cloud Com
puting, CLOUD [online]. 2018July.April, pp. 401–408. ISSN: 21596190. DOI: 10.1109/
CLOUD.2018.00057.
6
View publication stats