SlideShare a Scribd company logo
CITY UNIVERSITY
Course Title: Computer Networks
Course Code: CSE317
Topics Name: OSI Model
Submitted By:
Afsana Akther Rubi
ID No: 1834902553
Batch: 49th
Submitted To:
Pranab Bandhu Nath
Senior Lecturer
Department of CSE
City University
OSI MODEL:
The Open Systems Interconnection Basic Reference Model [OSI] is an abstract description for
network protocol design, developer as an effort to standardize networking.
There are many protocols are used in OSI model which divided into seven layers each layer has
special protocols.
History of OSI Model:
1. International standard organization [ISO] establishes a committee in 1977 to develop an
architecture for computer communication.
2. Open Systems Interconnection [OSI] reference model is the result of this effort.
3. In 1984, the OSI reference model was approved as an international standard for
communications architecture.
Characteristics of OSI Model:
Here are some important characteristics of the OSI Model.
1. A layer should only be created where the definite levels of abstraction are needed.
2. The function of each layer should be selected as per the internationally standardized
protocols.
3. The number of layers should be large so that separate functions should not be put in the
same layer. At the sometime, it should be small enough so that architecture doesn’t become
very complicated.
4. In the OSI model, each layer relies on the next lower layer to perform primitive functions.
Every level should be able to provide services to the next higher layer.
5. Changes made in one layer should not need changes in other levels.
Diagram of OSI Model:
7 Layers of the OSI Model:
OSI model is a layered server architecture system in which each layer is define according to a
specific function to perform. All these seven layers work collaboratively to transmit the data
from one layer to another, is given below:
1. Application layer
2. Presentation layer
3. Session layer
4. Transport layer
5. Network layer
6. Data link layer
7. Physical layer
Each layer in details:
Physical layer:-
o The main functionality of the physical layer is to transmit the individual bits from one
node to another node.
o It is the lowest layer of the OSI model.
o It establishes, maintains and deactivates the physical connection.
o It specifies the mechanical, electrical and procedural network interface specifications.
Functions of a Physical layer:
o Line Configuration: It defines the way how two or more devices can be connected
physically.
o Data Transmission: It defines the transmission mode whether it is simplex, half-duplex
or full-duplex mode between the two devices on the network.
o Topology: It defines the way how network devices are arranged.
o Signals: It determines the type of the signal used for transmitting the information.
Data-Link Layer
o This layer is responsible for the error-free transfer of data frames.
o It defines the format of the data on the network.
o It provides a reliable and efficient communication between two or more devices.
o It is mainly responsible for the unique identification of each device that resides on a local
network.
o It contains two sub-layers:
o Logical Link Control Layer
o It is responsible for transferring the packets to the Network layer of the
receiver that is receiving.
o It identifies the address of the network layer protocol from the header.
o It also provides flow control.
o Media Access Control Layer
o A Media access control layer is a link between the Logical Link Control
layer and the network's physical layer.
o It is used for transferring the packets over the network.
Network Layer
o It is a layer 3 that manages device addressing, tracks the location of devices on the
network.
o It determines the best path to move data from source to the destination based on the
network conditions, the priority of service, and other factors.
o The Data link layer is responsible for routing and forwarding the packets.
o Routers are the layer 3 devices, they are specified in this layer and used to provide the
routing services within an internetwork.
o The protocols used to route the network traffic are known as Network layer protocols.
Examples of protocols are IP and Ipv6.
Transport Layer
o The Transport layer is a Layer 4 ensures that messages are transmitted in the order in
which they are sent and there is no duplication of data.
o The main responsibility of the transport layer is to transfer the data completely.
o It receives the data from the upper layer and converts them into smaller units known as
segments.
o This layer can be termed as an end-to-end layer as it provides a point-to-point connection
between source and destination to deliver the data reliably.
Session Layer
o It is a layer 3 in the OSI model.
o The Session layer is used to establish, maintain and synchronizes the interaction between
communicating devices.
Presentation Layer
o A Presentation layer is mainly concerned with the syntax and semantics of the
information exchanged between the two systems.
o It acts as a data translator for a network.
o This layer is a part of the operating system that converts the data from one presentation
format to another format.
o The Presentation layer is also known as the syntax layer.
Application Layer
o An application layer serves as a window for users and application processes to access
network service.
o It handles issues such as network transparency, resource allocation, etc.
o An application layer is not an application, but it performs the application layer functions.
o This layer provides the network services to the end-users.

More Related Content

What's hot

Network Models in Networking.
Network Models in Networking.Network Models in Networking.
Network Models in Networking.
Mohammad Uzair Akram 
 
Introduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link LayerIntroduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link LayerVNIT-ACM Student Chapter
 
THE OSI MODEL
THE OSI MODEL THE OSI MODEL
THE OSI MODEL
Sayma Sultana
 
computer network OSI layer
computer network OSI layercomputer network OSI layer
computer network OSI layer
Sangeetha Rangarajan
 
OSI MODEL - A PROJECT
OSI MODEL - A PROJECTOSI MODEL - A PROJECT
OSI MODEL - A PROJECT
Abhi shreshtha
 
OSI Model
OSI ModelOSI Model
Assignment 3
Assignment 3 Assignment 3
Assignment 3
RaselKabirRaju
 
Networking Models
Networking ModelsNetworking Models
Networking Models
Aftab Mirza
 
OSI Model - Every Detail Explained
OSI Model - Every Detail ExplainedOSI Model - Every Detail Explained
OSI Model - Every Detail ExplainedAshish Malik
 
Chap 2 network models
Chap 2 network modelsChap 2 network models
Chap 2 network models
Mukesh Tekwani
 
OSI Network Reference Model
OSI Network Reference ModelOSI Network Reference Model
OSI Network Reference Model
chandrakant Mallick
 
Class 2
Class 2Class 2
Class 2
AsmaulCSE
 
Class 3
Class 3Class 3
Class 3
AsmaulCSE
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
Mukesh Chinta
 
Osi layer and network protocol
Osi layer and network protocolOsi layer and network protocol
Osi layer and network protocol
Nayan Sarma
 
Chapter 2: Network Models
Chapter 2: Network ModelsChapter 2: Network Models
Chapter 2: Network Models
Shafaan Khaliq Bhatti
 
Mid term Topic
Mid term TopicMid term Topic
Mid term Topic
Dulal Miah
 
Osi reference model and the tcp
Osi reference model and the tcpOsi reference model and the tcp
Osi reference model and the tcpAgrippa Mungazi
 
Class work4
Class work4Class work4
Class work4
RaziaSultanaHimu
 

What's hot (20)

Network Models in Networking.
Network Models in Networking.Network Models in Networking.
Network Models in Networking.
 
Introduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link LayerIntroduction to the OSI 7 layer model and Data Link Layer
Introduction to the OSI 7 layer model and Data Link Layer
 
THE OSI MODEL
THE OSI MODEL THE OSI MODEL
THE OSI MODEL
 
computer network OSI layer
computer network OSI layercomputer network OSI layer
computer network OSI layer
 
OSI MODEL - A PROJECT
OSI MODEL - A PROJECTOSI MODEL - A PROJECT
OSI MODEL - A PROJECT
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Osi model
Osi modelOsi model
Osi model
 
Assignment 3
Assignment 3 Assignment 3
Assignment 3
 
Networking Models
Networking ModelsNetworking Models
Networking Models
 
OSI Model - Every Detail Explained
OSI Model - Every Detail ExplainedOSI Model - Every Detail Explained
OSI Model - Every Detail Explained
 
Chap 2 network models
Chap 2 network modelsChap 2 network models
Chap 2 network models
 
OSI Network Reference Model
OSI Network Reference ModelOSI Network Reference Model
OSI Network Reference Model
 
Class 2
Class 2Class 2
Class 2
 
Class 3
Class 3Class 3
Class 3
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
 
Osi layer and network protocol
Osi layer and network protocolOsi layer and network protocol
Osi layer and network protocol
 
Chapter 2: Network Models
Chapter 2: Network ModelsChapter 2: Network Models
Chapter 2: Network Models
 
Mid term Topic
Mid term TopicMid term Topic
Mid term Topic
 
Osi reference model and the tcp
Osi reference model and the tcpOsi reference model and the tcp
Osi reference model and the tcp
 
Class work4
Class work4Class work4
Class work4
 

Similar to Computer Network [OSI Model]

Class work 6,computer_network_317
Class work 6,computer_network_317Class work 6,computer_network_317
Class work 6,computer_network_317
Khondoker Sadia
 
Osi model
Osi model Osi model
Osi model
tanvirahmed638
 
OSI Reference Model-Lecture-2.pptx
OSI Reference Model-Lecture-2.pptxOSI Reference Model-Lecture-2.pptx
OSI Reference Model-Lecture-2.pptx
vishal choudhary
 
OSI MODEL PRESENTATION_122850.pptx
OSI MODEL PRESENTATION_122850.pptxOSI MODEL PRESENTATION_122850.pptx
OSI MODEL PRESENTATION_122850.pptx
AnkitsinghAbhishekka
 
osi reference model ppt
osi reference model pptosi reference model ppt
osi reference model ppt
JayshreeChouhan3
 
savli_._Jagrati._Yash_ppt.ppt
savli_._Jagrati._Yash_ppt.pptsavli_._Jagrati._Yash_ppt.ppt
savli_._Jagrati._Yash_ppt.ppt
JayshreeChouhan3
 
OSI Network model ppt
OSI Network model pptOSI Network model ppt
OSI Network model pptextraganesh
 
Pwani notes-Network Essentials.pp for Internet Protocoltx
Pwani notes-Network Essentials.pp  for Internet ProtocoltxPwani notes-Network Essentials.pp  for Internet Protocoltx
Pwani notes-Network Essentials.pp for Internet Protocoltx
MosesOkumu4
 
OSI and TCP/IP Model
OSI and TCP/IP ModelOSI and TCP/IP Model
OSI and TCP/IP Model
Maksudujjaman
 
OsI reference model
OsI reference modelOsI reference model
OsI reference model
LakshmiSamivel
 
1.The Open Systems Interconnect (OSI) model has seven layers.The mod.pdf
1.The Open Systems Interconnect (OSI) model has seven layers.The mod.pdf1.The Open Systems Interconnect (OSI) model has seven layers.The mod.pdf
1.The Open Systems Interconnect (OSI) model has seven layers.The mod.pdf
anandatalapatra
 
Full presentation of The OSI model
Full presentation of The OSI model Full presentation of The OSI model
Full presentation of The OSI model
FizzaShehwar
 
Osi layer model
Osi layer modelOsi layer model
Osi layer model
AanchalJain72
 
Open system interference reference model.pptx
Open system interference reference model.pptxOpen system interference reference model.pptx
Open system interference reference model.pptx
SwapnilGaikwad138578
 
OSI Pankaj yadav
OSI  Pankaj yadavOSI  Pankaj yadav
OSI Pankaj yadav
BBAU Lucknow University
 
what is OSI model
what is OSI modelwhat is OSI model
what is OSI model
jeetendra mandal
 
Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And ProtocolsSteven Cahill
 
OVERVIEW ON THE SEVEN LAYERs OF COMPUTER NETWORK
OVERVIEW ON THE SEVEN LAYERs OF COMPUTER NETWORKOVERVIEW ON THE SEVEN LAYERs OF COMPUTER NETWORK
OVERVIEW ON THE SEVEN LAYERs OF COMPUTER NETWORK
waqasahmad1995
 

Similar to Computer Network [OSI Model] (20)

Class work 6,computer_network_317
Class work 6,computer_network_317Class work 6,computer_network_317
Class work 6,computer_network_317
 
Osi model
Osi model Osi model
Osi model
 
OSI Reference Model-Lecture-2.pptx
OSI Reference Model-Lecture-2.pptxOSI Reference Model-Lecture-2.pptx
OSI Reference Model-Lecture-2.pptx
 
OSI MODEL PRESENTATION_122850.pptx
OSI MODEL PRESENTATION_122850.pptxOSI MODEL PRESENTATION_122850.pptx
OSI MODEL PRESENTATION_122850.pptx
 
osi reference model ppt
osi reference model pptosi reference model ppt
osi reference model ppt
 
savli_._Jagrati._Yash_ppt.ppt
savli_._Jagrati._Yash_ppt.pptsavli_._Jagrati._Yash_ppt.ppt
savli_._Jagrati._Yash_ppt.ppt
 
OSI Network model ppt
OSI Network model pptOSI Network model ppt
OSI Network model ppt
 
Pwani notes-Network Essentials.pp for Internet Protocoltx
Pwani notes-Network Essentials.pp  for Internet ProtocoltxPwani notes-Network Essentials.pp  for Internet Protocoltx
Pwani notes-Network Essentials.pp for Internet Protocoltx
 
OSI and TCP/IP Model
OSI and TCP/IP ModelOSI and TCP/IP Model
OSI and TCP/IP Model
 
OsI reference model
OsI reference modelOsI reference model
OsI reference model
 
introduction about TCP/IP
introduction about TCP/IPintroduction about TCP/IP
introduction about TCP/IP
 
1.The Open Systems Interconnect (OSI) model has seven layers.The mod.pdf
1.The Open Systems Interconnect (OSI) model has seven layers.The mod.pdf1.The Open Systems Interconnect (OSI) model has seven layers.The mod.pdf
1.The Open Systems Interconnect (OSI) model has seven layers.The mod.pdf
 
Full presentation of The OSI model
Full presentation of The OSI model Full presentation of The OSI model
Full presentation of The OSI model
 
Osi layer model
Osi layer modelOsi layer model
Osi layer model
 
Open system interference reference model.pptx
Open system interference reference model.pptxOpen system interference reference model.pptx
Open system interference reference model.pptx
 
OSI Pankaj yadav
OSI  Pankaj yadavOSI  Pankaj yadav
OSI Pankaj yadav
 
what is OSI model
what is OSI modelwhat is OSI model
what is OSI model
 
Networking Standards And Protocols
Networking Standards And ProtocolsNetworking Standards And Protocols
Networking Standards And Protocols
 
OVERVIEW ON THE SEVEN LAYERs OF COMPUTER NETWORK
OVERVIEW ON THE SEVEN LAYERs OF COMPUTER NETWORKOVERVIEW ON THE SEVEN LAYERs OF COMPUTER NETWORK
OVERVIEW ON THE SEVEN LAYERs OF COMPUTER NETWORK
 
Osi model
Osi modelOsi model
Osi model
 

More from AfsanaAkterRubi

Computer Network Lab
Computer Network LabComputer Network Lab
Computer Network Lab
AfsanaAkterRubi
 
Computer Network Lab
Computer Network LabComputer Network Lab
Computer Network Lab
AfsanaAkterRubi
 
Computer Network Lab
Computer Network LabComputer Network Lab
Computer Network Lab
AfsanaAkterRubi
 
Computer Networks Lab
Computer Networks LabComputer Networks Lab
Computer Networks Lab
AfsanaAkterRubi
 
Computer Networks Lab
Computer Networks LabComputer Networks Lab
Computer Networks Lab
AfsanaAkterRubi
 
Network Topology
Network TopologyNetwork Topology
Network Topology
AfsanaAkterRubi
 
Satellite
SatelliteSatellite
Satellite
AfsanaAkterRubi
 
Networking Cable
Networking CableNetworking Cable
Networking Cable
AfsanaAkterRubi
 
IP, Addressing, Host
IP, Addressing, HostIP, Addressing, Host
IP, Addressing, Host
AfsanaAkterRubi
 
Network Software, System Software, Hardware, Software, Firmware, App
Network Software, System Software, Hardware, Software, Firmware, AppNetwork Software, System Software, Hardware, Software, Firmware, App
Network Software, System Software, Hardware, Software, Firmware, App
AfsanaAkterRubi
 
Classification of Computer
Classification of ComputerClassification of Computer
Classification of Computer
AfsanaAkterRubi
 
Introduction To Computer Networks
Introduction To Computer Networks Introduction To Computer Networks
Introduction To Computer Networks
AfsanaAkterRubi
 

More from AfsanaAkterRubi (12)

Computer Network Lab
Computer Network LabComputer Network Lab
Computer Network Lab
 
Computer Network Lab
Computer Network LabComputer Network Lab
Computer Network Lab
 
Computer Network Lab
Computer Network LabComputer Network Lab
Computer Network Lab
 
Computer Networks Lab
Computer Networks LabComputer Networks Lab
Computer Networks Lab
 
Computer Networks Lab
Computer Networks LabComputer Networks Lab
Computer Networks Lab
 
Network Topology
Network TopologyNetwork Topology
Network Topology
 
Satellite
SatelliteSatellite
Satellite
 
Networking Cable
Networking CableNetworking Cable
Networking Cable
 
IP, Addressing, Host
IP, Addressing, HostIP, Addressing, Host
IP, Addressing, Host
 
Network Software, System Software, Hardware, Software, Firmware, App
Network Software, System Software, Hardware, Software, Firmware, AppNetwork Software, System Software, Hardware, Software, Firmware, App
Network Software, System Software, Hardware, Software, Firmware, App
 
Classification of Computer
Classification of ComputerClassification of Computer
Classification of Computer
 
Introduction To Computer Networks
Introduction To Computer Networks Introduction To Computer Networks
Introduction To Computer Networks
 

Recently uploaded

Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 

Recently uploaded (20)

Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 

Computer Network [OSI Model]

  • 1. CITY UNIVERSITY Course Title: Computer Networks Course Code: CSE317 Topics Name: OSI Model Submitted By: Afsana Akther Rubi ID No: 1834902553 Batch: 49th Submitted To: Pranab Bandhu Nath Senior Lecturer Department of CSE City University
  • 2. OSI MODEL: The Open Systems Interconnection Basic Reference Model [OSI] is an abstract description for network protocol design, developer as an effort to standardize networking. There are many protocols are used in OSI model which divided into seven layers each layer has special protocols. History of OSI Model: 1. International standard organization [ISO] establishes a committee in 1977 to develop an architecture for computer communication. 2. Open Systems Interconnection [OSI] reference model is the result of this effort. 3. In 1984, the OSI reference model was approved as an international standard for communications architecture. Characteristics of OSI Model: Here are some important characteristics of the OSI Model. 1. A layer should only be created where the definite levels of abstraction are needed. 2. The function of each layer should be selected as per the internationally standardized protocols. 3. The number of layers should be large so that separate functions should not be put in the same layer. At the sometime, it should be small enough so that architecture doesn’t become very complicated. 4. In the OSI model, each layer relies on the next lower layer to perform primitive functions. Every level should be able to provide services to the next higher layer. 5. Changes made in one layer should not need changes in other levels.
  • 3. Diagram of OSI Model: 7 Layers of the OSI Model: OSI model is a layered server architecture system in which each layer is define according to a specific function to perform. All these seven layers work collaboratively to transmit the data from one layer to another, is given below: 1. Application layer 2. Presentation layer 3. Session layer 4. Transport layer 5. Network layer 6. Data link layer 7. Physical layer
  • 4. Each layer in details: Physical layer:- o The main functionality of the physical layer is to transmit the individual bits from one node to another node. o It is the lowest layer of the OSI model. o It establishes, maintains and deactivates the physical connection. o It specifies the mechanical, electrical and procedural network interface specifications. Functions of a Physical layer: o Line Configuration: It defines the way how two or more devices can be connected physically. o Data Transmission: It defines the transmission mode whether it is simplex, half-duplex or full-duplex mode between the two devices on the network. o Topology: It defines the way how network devices are arranged. o Signals: It determines the type of the signal used for transmitting the information.
  • 5. Data-Link Layer o This layer is responsible for the error-free transfer of data frames. o It defines the format of the data on the network. o It provides a reliable and efficient communication between two or more devices. o It is mainly responsible for the unique identification of each device that resides on a local network. o It contains two sub-layers: o Logical Link Control Layer o It is responsible for transferring the packets to the Network layer of the receiver that is receiving. o It identifies the address of the network layer protocol from the header. o It also provides flow control.
  • 6. o Media Access Control Layer o A Media access control layer is a link between the Logical Link Control layer and the network's physical layer. o It is used for transferring the packets over the network. Network Layer o It is a layer 3 that manages device addressing, tracks the location of devices on the network. o It determines the best path to move data from source to the destination based on the network conditions, the priority of service, and other factors. o The Data link layer is responsible for routing and forwarding the packets. o Routers are the layer 3 devices, they are specified in this layer and used to provide the routing services within an internetwork. o The protocols used to route the network traffic are known as Network layer protocols. Examples of protocols are IP and Ipv6.
  • 7. Transport Layer o The Transport layer is a Layer 4 ensures that messages are transmitted in the order in which they are sent and there is no duplication of data. o The main responsibility of the transport layer is to transfer the data completely. o It receives the data from the upper layer and converts them into smaller units known as segments. o This layer can be termed as an end-to-end layer as it provides a point-to-point connection between source and destination to deliver the data reliably.
  • 8. Session Layer o It is a layer 3 in the OSI model. o The Session layer is used to establish, maintain and synchronizes the interaction between communicating devices. Presentation Layer
  • 9. o A Presentation layer is mainly concerned with the syntax and semantics of the information exchanged between the two systems. o It acts as a data translator for a network. o This layer is a part of the operating system that converts the data from one presentation format to another format. o The Presentation layer is also known as the syntax layer. Application Layer o An application layer serves as a window for users and application processes to access network service. o It handles issues such as network transparency, resource allocation, etc. o An application layer is not an application, but it performs the application layer functions. o This layer provides the network services to the end-users.