SlideShare ist ein Scribd-Unternehmen logo
1 von 10
i




    OSI Model
    Computer Networks
    & Internet Computing

    Nifras Ismail
2



OSI / ISO MODEL
Contents
Introduction ....................................................................................................................................3
Layer 7 – Application Layer ................................................................................................................5
Layer 6 – Presentation Layer ..............................................................................................................6
Layer 5 – Session Layer ......................................................................................................................7
Layer 4 – Transport Layer ..................................................................................................................8
Layer 3 – Network Layer ....................................................................................................................8
Layer 2 – Data Link Layer ....................................................................................................................9
Layer 1 - Physical Layer .................................................................................................................... 10




References
      1.   TechExams.net Tech Notes by. John Hiemstra
      2.   Computer Networks by. Andrew S. Tanenbaum
      3.   Computer Networks and Internet computing Lecture notes by. Dr. K. Sarveswaran
      4.   http://www.9tut.com/




1




1
    If I make any mistakes or comments about this book mail me : iamnifras@live.com
3



OSI / ISO MODEL
Introduction
   SI Model                network devices        data transmit
O                                  .

                        postal system

1. Write your letter
2. Insert it into an envelope
3. Write information about sender and receiver on that envelope
4. Stamp it
5. Go to the post office and drop it into a mail inbox
                                        we go through some steps to achieve the target,
          2 computers           connect                    steps follow                  .
                                  OSI Model      . There is 7 steps in this model to connect to
pc’s




This OSI Table is must be memorized in your heart by the correct order. You can easily

                     All People Seem To Need Data Processing
memorized by the sentence below.
4




              table                     step     layer                     .

    device want to send a data to another one that data 1st send to top of the table to bottom of
the table , but when it receive that data from another it goes in another way (      device
       Data send                                         data
                 data        receive                                    .)




Note: The OSI model layers are often referred to by number than by name (for example, we refer
saying “layer 3″ to “network layer”) so you should learn the number of each layer as well.

          data processing                                  layer            header
            ,     header                                     information ( where the data
goes down , how its going , network devices MAC address , network IP)                 header
                                                      Layer
Receiving part    understand                .
5




Now we see the deeper look of each layer on this OSI Model


Layer 7 – Application Layer
It provides the interface between the applications (   application    user
communication                    .) But notice that the programs you are using (like a web
browser – IE, Firefox or Opera…) do not belong to Application layer,
Telnet, FTP, email client (SMTP), Hyper Text Transfer Protocol (HTTP) , DNS are
examples of Application layer.
HTTP :
FTP : file transfer            .
SMTP : email                .
6


OPTIONAL :
DNS (Domain Name System)
It provides domain name to the IPs
All hosts and IPs are saved in a file, that is name as host.txt in ARPANET, So thousands of host
name providing is not a simple problem its very complex, so they invented a method to provide the
Domain Name System that is simply say DNS – This is an hierarchically domain based system.
This domain names are provide like as postal system that is country , state, town, road and home.
Domain names provide in 2 main top levels they are
     1. Generic
     2. Countries
Example diagram for the levels




       The top-level domains come in two flavors: generic and countries. The original generic
       domains were com (commercial), edu (educational institutions), gov (the U.S. Federal
       Government), int (certain international organizations), mil (the U.S. armed forces), net
       (network providers), and org (nonprofit organizations). The country domains include one entry
       for every country, as defined in ISO 3166.




Layer 6 – Presentation Layer
       This layer ensure the presentation of the data.         2 computers    communicate
                                              format      bit format (1,0)    data
transmit          .       data                       format                                   .


        Presentation layer concentrate syntax and semantics of the information transmit. In
order to make it possible for computers with different data representations to communicate, the
data structures to be exchanged can be defined in an abstract way, along with a standard
encoding to be used ''on the wire.'' The presentation layer manages these abstract data
structures and allows higher-level data structures
7


         In general, it acts as a translator of the network. For example, you want to send an
email and the Presentation will format your data into email format. Or you want to send photos
to your friend, the Presentation layer will format your data into GIF, JPG or PNG… format.

Dictionary
    1. Concentrate –
    2. Syntax –
    3. Semantics –
    4. Transmit –
    5. Representation –
    6. Exchanged –
    7. Abstract way –
    8. Encoding –
    9. Manage –
    10. High-level structure – Human                     structure
    11. General –




Layer 5 – Session Layer
The session layer allows users on different machines to establish sessions, maintained
communication between them.
   -                communication                                                          .



Sessions offer various services including

       1. Dialog control -
       2. Token Management
       3. Synchronization. –           communication
                               .            120MB Download                 file 80MB
           crash                                     80MB                         .

Dictionary Dig
    1. Crash -
    2. Token -
    3. Establish -
8


Layer 4 – Transport Layer
          Accept data from above layer and split it up into small segments –                          layer
                                       segments                    Network layer               pass
         duty      .

        Ensure all segments arrive correctly and upper layers isolated by inevitable changes in
hardware devices ( send                order        all segment                  .
hardware devices ( Routers , hubs , etc…….)
          layers                    .
This layer maintain
   1. Flow control of data –                       data                 .
   2. Provides for error checking and recovery of data - error checking ( error- free – point –
        to – point channels) point point    errors      check                  .
                 protocol
TCP ( Transmission Control Protocol) , UDP ( User Diagram Protocol ) , NETBEUI , SPX


Dictionary Dig
    1. Split –
    2. Segments –
    3. Arrive –
    4. Isolate –
    5. Inevitable-
    6. Flow –
    7. Provide –
    8. Recovery –
    9. Diagram –
    10. Destination -




Layer 3 – Network Layer
Transport Layer           segments                                 packets             .       packets
                              .    packets                     original data
destination                                           .                            address routing table
         packets                                          routing              .


Network layer                                              :


    1.    Path determination – source to destination path                                  .
    2.    Routing – putting address
    3.    Delivery of packets across the inter-networks. – networks                             packets
          delivery         .

                packets                      connection               ,                                       .


    4.    Responsible for logical addressing (Example :IP)
9


               protocols    :
IP, IPX, ICMP, RIP, OSPX, BGF

Network layor                   devices :
Layer 3 Switches , Routers , WAP ( Wireless access point – wireless routers)



Dictionary Dig
    1. Determination –
    2. Across –
    3. Path –
    4. Delivery –
    5. Responsible –
    6. Put -



Layer 2 – Data Link Layer
Packets       Layer3                     message         Data frames               header
add                    .

This header contains :

    1. Adding hardware destination (MAC address) – doing by switches
    2. Source address

And this header is also responsible to finding the next destination device on the local network,

Note. Layer-3 ( Network layer ) finding the last destination path ( network ) not care who is the
receiving device

Example of devices use in layer 2 are : switches , bridges ,WAPs ,

It divides into mainly 2 parts :

    1.    LLC – Logical link control
    -     Managing frames
    -     Flow control
    -     Error control
    2.    MAC – Media access control
    -     Carries physical addresses (MAC addresses)



Dictionary Dig
    1. Contains-
    2. Find-
    3. Local network –
10


       4.    Care –
       5.    Divides-
       6.    Manage
       7.    Carries-
       8.    Access -



Layer -1 Physical Layer
The Physical Layer defines the physical characteristics of the network such as connections,
voltage levels and timing. –                                             .


           layer bit (1,0)       data                       .


       -     Computer wire      data transfer      1,0 format                              1
             voltage 0              voltage                     layer                  .-( how many volts
             should be used to represent a 1 and how many for a 0)
       -              bit                       nano seconds
       -     Initial connection     established

       -     How many pins networks connectors pluged.                    physical layer
                             .


    layer                    devices : Repeaters and hubs                            Transmission medium
(copper wire, UTP, STP ,fiber …)                                                             .



i
    I’m a student , If I make a mistake in this book please inform me - iamnifras@live.com

Weitere ähnliche Inhalte

Was ist angesagt?

OSI model (7 LAYER )
OSI model (7 LAYER )OSI model (7 LAYER )
OSI model (7 LAYER )AAKASH S
 
Network Fundamentals – Chapter 1
Network Fundamentals – Chapter 1Network Fundamentals – Chapter 1
Network Fundamentals – Chapter 1Sachii Dosti
 
OSI Physical Layer
OSI Physical LayerOSI Physical Layer
OSI Physical LayerSachii Dosti
 
Guided and unguided media
Guided and unguided mediaGuided and unguided media
Guided and unguided mediaHassan Osama
 
Data Communication & Computer Networks
Data Communication & Computer NetworksData Communication & Computer Networks
Data Communication & Computer NetworksSreedhar Chowdam
 
Protocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteAtharaw Deshmukh
 
Computer network switching
Computer network switchingComputer network switching
Computer network switchingShivani Godha
 
Presentation on OSI Model
Presentation on OSI ModelPresentation on OSI Model
Presentation on OSI ModelAnannaBiswas
 
Ethernet - Networking presentation
Ethernet - Networking presentationEthernet - Networking presentation
Ethernet - Networking presentationViet Nguyen
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference ModelMukesh Tekwani
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of NetworkingMukesh Tekwani
 
OSI and TCPIP Model
OSI and TCPIP ModelOSI and TCPIP Model
OSI and TCPIP ModelTapan Khilar
 
Lecture #5 Data Communication and Network
Lecture #5 Data Communication and NetworkLecture #5 Data Communication and Network
Lecture #5 Data Communication and Networkvasanthimuniasamy
 
DCHP,NAT,forwarding of ip packets
DCHP,NAT,forwarding of ip packetsDCHP,NAT,forwarding of ip packets
DCHP,NAT,forwarding of ip packetsrajshreemuthiah
 
Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing marwan aldulaimy
 
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLAN
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLANFlexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLAN
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLANCisco Canada
 

Was ist angesagt? (20)

OSI model (7 LAYER )
OSI model (7 LAYER )OSI model (7 LAYER )
OSI model (7 LAYER )
 
Network Fundamentals – Chapter 1
Network Fundamentals – Chapter 1Network Fundamentals – Chapter 1
Network Fundamentals – Chapter 1
 
OSI Physical Layer
OSI Physical LayerOSI Physical Layer
OSI Physical Layer
 
Guided and unguided media
Guided and unguided mediaGuided and unguided media
Guided and unguided media
 
Network devices
Network devicesNetwork devices
Network devices
 
MAC & IP addresses
MAC & IP addressesMAC & IP addresses
MAC & IP addresses
 
Data Communication & Computer Networks
Data Communication & Computer NetworksData Communication & Computer Networks
Data Communication & Computer Networks
 
Ethernet Frames Explained
Ethernet Frames ExplainedEthernet Frames Explained
Ethernet Frames Explained
 
Protocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol SuiteProtocols and the TCP/IP Protocol Suite
Protocols and the TCP/IP Protocol Suite
 
Computer network switching
Computer network switchingComputer network switching
Computer network switching
 
Presentation on OSI Model
Presentation on OSI ModelPresentation on OSI Model
Presentation on OSI Model
 
Ethernet - Networking presentation
Ethernet - Networking presentationEthernet - Networking presentation
Ethernet - Networking presentation
 
TCP-IP Reference Model
TCP-IP Reference ModelTCP-IP Reference Model
TCP-IP Reference Model
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of Networking
 
OSI and TCPIP Model
OSI and TCPIP ModelOSI and TCPIP Model
OSI and TCPIP Model
 
Lecture #5 Data Communication and Network
Lecture #5 Data Communication and NetworkLecture #5 Data Communication and Network
Lecture #5 Data Communication and Network
 
DCHP,NAT,forwarding of ip packets
DCHP,NAT,forwarding of ip packetsDCHP,NAT,forwarding of ip packets
DCHP,NAT,forwarding of ip packets
 
Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing
 
OSI Layers
OSI LayersOSI Layers
OSI Layers
 
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLAN
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLANFlexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLAN
Flexible Data Centre Fabric - FabricPath/TRILL, OTV, LISP and VXLAN
 

Andere mochten auch

சில பயனுள்ள இனையத்தளங்கள்
சில பயனுள்ள இனையத்தளங்கள்சில பயனுள்ள இனையத்தளங்கள்
சில பயனுள்ள இனையத்தளங்கள்Rasmi Rajesh
 
தகவல்-தொழில்நுட்பம்
தகவல்-தொழில்நுட்பம்தகவல்-தொழில்நுட்பம்
தகவல்-தொழில்நுட்பம்Kokulan Kunapalan
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devicesRajesh Sadhukha
 
இணயத்தில் தமிழ் Tamil usage in internet
இணயத்தில் தமிழ் Tamil usage in internetஇணயத்தில் தமிழ் Tamil usage in internet
இணயத்தில் தமிழ் Tamil usage in internetmedwaytamilsangam
 
OSI model (7 layer )
OSI model (7 layer ) OSI model (7 layer )
OSI model (7 layer ) dimuthu22
 
Networking devices
Networking devicesNetworking devices
Networking devicesrupinderj
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer NetworkingHj Habib
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS Kak Yong
 
மதிப்பெண்கள் Tamil
மதிப்பெண்கள் Tamilமதிப்பெண்கள் Tamil
மதிப்பெண்கள் Tamilmedwaytamilsangam
 
Class 10: Introduction to web technology entrepreneurship
Class 10: Introduction to web technology entrepreneurshipClass 10: Introduction to web technology entrepreneurship
Class 10: Introduction to web technology entrepreneurshipallanchao
 
Class 6: Introduction to web technology entrepreneurship
Class 6: Introduction to web technology entrepreneurshipClass 6: Introduction to web technology entrepreneurship
Class 6: Introduction to web technology entrepreneurshipallanchao
 
மதிப்பெண்கள் Tamil
மதிப்பெண்கள் Tamilமதிப்பெண்கள் Tamil
மதிப்பெண்கள் Tamilmedwaytamilsangam
 
Email Communication
Email CommunicationEmail Communication
Email Communicationjjs1981
 

Andere mochten auch (20)

Tamil book
Tamil bookTamil book
Tamil book
 
சில பயனுள்ள இனையத்தளங்கள்
சில பயனுள்ள இனையத்தளங்கள்சில பயனுள்ள இனையத்தளங்கள்
சில பயனுள்ள இனையத்தளங்கள்
 
தகவல்-தொழில்நுட்பம்
தகவல்-தொழில்நுட்பம்தகவல்-தொழில்நுட்பம்
தகவல்-தொழில்நுட்பம்
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 
Ict in tamil
Ict in tamilIct in tamil
Ict in tamil
 
இணயத்தில் தமிழ் Tamil usage in internet
இணயத்தில் தமிழ் Tamil usage in internetஇணயத்தில் தமிழ் Tamil usage in internet
இணயத்தில் தமிழ் Tamil usage in internet
 
OSI model (7 layer )
OSI model (7 layer ) OSI model (7 layer )
OSI model (7 layer )
 
இணையம்
இணையம்இணையம்
இணையம்
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
I.C.T notes
I.C.T notesI.C.T notes
I.C.T notes
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer Networking
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS
 
OSI Model
OSI ModelOSI Model
OSI Model
 
மதிப்பெண்கள் Tamil
மதிப்பெண்கள் Tamilமதிப்பெண்கள் Tamil
மதிப்பெண்கள் Tamil
 
Class 10: Introduction to web technology entrepreneurship
Class 10: Introduction to web technology entrepreneurshipClass 10: Introduction to web technology entrepreneurship
Class 10: Introduction to web technology entrepreneurship
 
Class 6: Introduction to web technology entrepreneurship
Class 6: Introduction to web technology entrepreneurshipClass 6: Introduction to web technology entrepreneurship
Class 6: Introduction to web technology entrepreneurship
 
E Mail Etiquette
E Mail EtiquetteE Mail Etiquette
E Mail Etiquette
 
மதிப்பெண்கள் Tamil
மதிப்பெண்கள் Tamilமதிப்பெண்கள் Tamil
மதிப்பெண்கள் Tamil
 
Email Communication
Email CommunicationEmail Communication
Email Communication
 
Domain name system
Domain name systemDomain name system
Domain name system
 

Ähnlich wie OSI model (Tamil)

Ähnlich wie OSI model (Tamil) (20)

Report of TCP/IP
Report of TCP/IPReport of TCP/IP
Report of TCP/IP
 
OSI Draft
OSI DraftOSI Draft
OSI Draft
 
Network security at_osi_layers
Network security at_osi_layersNetwork security at_osi_layers
Network security at_osi_layers
 
7 layer OSI model
7 layer OSI model7 layer OSI model
7 layer OSI model
 
Ccent notes part 1
Ccent notes part 1Ccent notes part 1
Ccent notes part 1
 
Hardware7
Hardware7Hardware7
Hardware7
 
1 osi model
1 osi model1 osi model
1 osi model
 
DCN-chapter1.pdf
DCN-chapter1.pdfDCN-chapter1.pdf
DCN-chapter1.pdf
 
Network essentials chapter 3
Network essentials  chapter 3Network essentials  chapter 3
Network essentials chapter 3
 
Topology Chapter 2.pptx
Topology Chapter 2.pptxTopology Chapter 2.pptx
Topology Chapter 2.pptx
 
osi model computer networks complete detail
osi model computer networks complete detailosi model computer networks complete detail
osi model computer networks complete detail
 
Network essentials chapter 2
Network essentials  chapter 2Network essentials  chapter 2
Network essentials chapter 2
 
OsI reference model
OsI reference modelOsI reference model
OsI reference model
 
Network essentials chapter 4
Network essentials  chapter 4Network essentials  chapter 4
Network essentials chapter 4
 
Troytech 640 407 ccna edt.2
Troytech 640 407 ccna edt.2Troytech 640 407 ccna edt.2
Troytech 640 407 ccna edt.2
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Osi model
Osi modelOsi model
Osi model
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Osi model
Osi modelOsi model
Osi model
 
Osi model
Osi modelOsi model
Osi model
 

Kürzlich hochgeladen

Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxneillewis46
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticspragatimahajan3
 
MichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdfMichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdfmstarkes24
 
Software testing for project report .pdf
Software testing for project report .pdfSoftware testing for project report .pdf
Software testing for project report .pdfKamal Acharya
 
How to Manage Closest Location in Odoo 17 Inventory
How to Manage Closest Location in Odoo 17 InventoryHow to Manage Closest Location in Odoo 17 Inventory
How to Manage Closest Location in Odoo 17 InventoryCeline George
 
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...Nguyen Thanh Tu Collection
 
....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdfVikramadityaRaj
 
How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17Celine George
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjMohammed Sikander
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...Nguyen Thanh Tu Collection
 
MSc Ag Genetics & Plant Breeding: Insights from Previous Year JNKVV Entrance ...
MSc Ag Genetics & Plant Breeding: Insights from Previous Year JNKVV Entrance ...MSc Ag Genetics & Plant Breeding: Insights from Previous Year JNKVV Entrance ...
MSc Ag Genetics & Plant Breeding: Insights from Previous Year JNKVV Entrance ...Krashi Coaching
 
An Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppAn Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppCeline George
 
HVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptx
HVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptxHVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptx
HVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptxKunal10679
 
An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismDabee Kamal
 
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING IIII BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING IIagpharmacy11
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文中 央社
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptxPoojaSen20
 
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45MysoreMuleSoftMeetup
 
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...Denish Jangid
 

Kürzlich hochgeladen (20)

Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptx
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceutics
 
MichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdfMichaelStarkes_UncutGemsProjectSummary.pdf
MichaelStarkes_UncutGemsProjectSummary.pdf
 
Software testing for project report .pdf
Software testing for project report .pdfSoftware testing for project report .pdf
Software testing for project report .pdf
 
How to Manage Closest Location in Odoo 17 Inventory
How to Manage Closest Location in Odoo 17 InventoryHow to Manage Closest Location in Odoo 17 Inventory
How to Manage Closest Location in Odoo 17 Inventory
 
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
BỘ LUYỆN NGHE TIẾNG ANH 8 GLOBAL SUCCESS CẢ NĂM (GỒM 12 UNITS, MỖI UNIT GỒM 3...
 
....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf....................Muslim-Law notes.pdf
....................Muslim-Law notes.pdf
 
“O BEIJO” EM ARTE .
“O BEIJO” EM ARTE                       .“O BEIJO” EM ARTE                       .
“O BEIJO” EM ARTE .
 
How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17How to Analyse Profit of a Sales Order in Odoo 17
How to Analyse Profit of a Sales Order in Odoo 17
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT VẬT LÝ 2024 - TỪ CÁC TRƯỜNG, TRƯ...
 
MSc Ag Genetics & Plant Breeding: Insights from Previous Year JNKVV Entrance ...
MSc Ag Genetics & Plant Breeding: Insights from Previous Year JNKVV Entrance ...MSc Ag Genetics & Plant Breeding: Insights from Previous Year JNKVV Entrance ...
MSc Ag Genetics & Plant Breeding: Insights from Previous Year JNKVV Entrance ...
 
An Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppAn Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge App
 
HVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptx
HVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptxHVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptx
HVAC System | Audit of HVAC System | Audit and regulatory Comploance.pptx
 
An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in Hinduism
 
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING IIII BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
II BIOSENSOR PRINCIPLE APPLICATIONS AND WORKING II
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptx
 
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
Exploring Gemini AI and Integration with MuleSoft | MuleSoft Mysore Meetup #45
 
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
Basic Civil Engineering notes on Transportation Engineering, Modes of Transpo...
 

OSI model (Tamil)

  • 1. i OSI Model Computer Networks & Internet Computing Nifras Ismail
  • 2. 2 OSI / ISO MODEL Contents Introduction ....................................................................................................................................3 Layer 7 – Application Layer ................................................................................................................5 Layer 6 – Presentation Layer ..............................................................................................................6 Layer 5 – Session Layer ......................................................................................................................7 Layer 4 – Transport Layer ..................................................................................................................8 Layer 3 – Network Layer ....................................................................................................................8 Layer 2 – Data Link Layer ....................................................................................................................9 Layer 1 - Physical Layer .................................................................................................................... 10 References 1. TechExams.net Tech Notes by. John Hiemstra 2. Computer Networks by. Andrew S. Tanenbaum 3. Computer Networks and Internet computing Lecture notes by. Dr. K. Sarveswaran 4. http://www.9tut.com/ 1 1 If I make any mistakes or comments about this book mail me : iamnifras@live.com
  • 3. 3 OSI / ISO MODEL Introduction SI Model network devices data transmit O . postal system 1. Write your letter 2. Insert it into an envelope 3. Write information about sender and receiver on that envelope 4. Stamp it 5. Go to the post office and drop it into a mail inbox we go through some steps to achieve the target, 2 computers connect steps follow . OSI Model . There is 7 steps in this model to connect to pc’s This OSI Table is must be memorized in your heart by the correct order. You can easily All People Seem To Need Data Processing memorized by the sentence below.
  • 4. 4 table step layer . device want to send a data to another one that data 1st send to top of the table to bottom of the table , but when it receive that data from another it goes in another way ( device Data send data data receive .) Note: The OSI model layers are often referred to by number than by name (for example, we refer saying “layer 3″ to “network layer”) so you should learn the number of each layer as well. data processing layer header , header information ( where the data goes down , how its going , network devices MAC address , network IP) header Layer Receiving part understand .
  • 5. 5 Now we see the deeper look of each layer on this OSI Model Layer 7 – Application Layer It provides the interface between the applications ( application user communication .) But notice that the programs you are using (like a web browser – IE, Firefox or Opera…) do not belong to Application layer, Telnet, FTP, email client (SMTP), Hyper Text Transfer Protocol (HTTP) , DNS are examples of Application layer. HTTP : FTP : file transfer . SMTP : email .
  • 6. 6 OPTIONAL : DNS (Domain Name System) It provides domain name to the IPs All hosts and IPs are saved in a file, that is name as host.txt in ARPANET, So thousands of host name providing is not a simple problem its very complex, so they invented a method to provide the Domain Name System that is simply say DNS – This is an hierarchically domain based system. This domain names are provide like as postal system that is country , state, town, road and home. Domain names provide in 2 main top levels they are 1. Generic 2. Countries Example diagram for the levels The top-level domains come in two flavors: generic and countries. The original generic domains were com (commercial), edu (educational institutions), gov (the U.S. Federal Government), int (certain international organizations), mil (the U.S. armed forces), net (network providers), and org (nonprofit organizations). The country domains include one entry for every country, as defined in ISO 3166. Layer 6 – Presentation Layer This layer ensure the presentation of the data. 2 computers communicate format bit format (1,0) data transmit . data format . Presentation layer concentrate syntax and semantics of the information transmit. In order to make it possible for computers with different data representations to communicate, the data structures to be exchanged can be defined in an abstract way, along with a standard encoding to be used ''on the wire.'' The presentation layer manages these abstract data structures and allows higher-level data structures
  • 7. 7 In general, it acts as a translator of the network. For example, you want to send an email and the Presentation will format your data into email format. Or you want to send photos to your friend, the Presentation layer will format your data into GIF, JPG or PNG… format. Dictionary 1. Concentrate – 2. Syntax – 3. Semantics – 4. Transmit – 5. Representation – 6. Exchanged – 7. Abstract way – 8. Encoding – 9. Manage – 10. High-level structure – Human structure 11. General – Layer 5 – Session Layer The session layer allows users on different machines to establish sessions, maintained communication between them. - communication . Sessions offer various services including 1. Dialog control - 2. Token Management 3. Synchronization. – communication . 120MB Download file 80MB crash 80MB . Dictionary Dig 1. Crash - 2. Token - 3. Establish -
  • 8. 8 Layer 4 – Transport Layer Accept data from above layer and split it up into small segments – layer segments Network layer pass duty . Ensure all segments arrive correctly and upper layers isolated by inevitable changes in hardware devices ( send order all segment . hardware devices ( Routers , hubs , etc…….) layers . This layer maintain 1. Flow control of data – data . 2. Provides for error checking and recovery of data - error checking ( error- free – point – to – point channels) point point errors check . protocol TCP ( Transmission Control Protocol) , UDP ( User Diagram Protocol ) , NETBEUI , SPX Dictionary Dig 1. Split – 2. Segments – 3. Arrive – 4. Isolate – 5. Inevitable- 6. Flow – 7. Provide – 8. Recovery – 9. Diagram – 10. Destination - Layer 3 – Network Layer Transport Layer segments packets . packets . packets original data destination . address routing table packets routing . Network layer : 1. Path determination – source to destination path . 2. Routing – putting address 3. Delivery of packets across the inter-networks. – networks packets delivery . packets connection , . 4. Responsible for logical addressing (Example :IP)
  • 9. 9 protocols : IP, IPX, ICMP, RIP, OSPX, BGF Network layor devices : Layer 3 Switches , Routers , WAP ( Wireless access point – wireless routers) Dictionary Dig 1. Determination – 2. Across – 3. Path – 4. Delivery – 5. Responsible – 6. Put - Layer 2 – Data Link Layer Packets Layer3 message Data frames header add . This header contains : 1. Adding hardware destination (MAC address) – doing by switches 2. Source address And this header is also responsible to finding the next destination device on the local network, Note. Layer-3 ( Network layer ) finding the last destination path ( network ) not care who is the receiving device Example of devices use in layer 2 are : switches , bridges ,WAPs , It divides into mainly 2 parts : 1. LLC – Logical link control - Managing frames - Flow control - Error control 2. MAC – Media access control - Carries physical addresses (MAC addresses) Dictionary Dig 1. Contains- 2. Find- 3. Local network –
  • 10. 10 4. Care – 5. Divides- 6. Manage 7. Carries- 8. Access - Layer -1 Physical Layer The Physical Layer defines the physical characteristics of the network such as connections, voltage levels and timing. – . layer bit (1,0) data . - Computer wire data transfer 1,0 format 1 voltage 0 voltage layer .-( how many volts should be used to represent a 1 and how many for a 0) - bit nano seconds - Initial connection established - How many pins networks connectors pluged. physical layer . layer devices : Repeaters and hubs Transmission medium (copper wire, UTP, STP ,fiber …) . i I’m a student , If I make a mistake in this book please inform me - iamnifras@live.com