SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

La actualidad más candente

Computer network basic concepts
Computer network   basic conceptsComputer network   basic concepts
Computer network basic conceptsrahul kapoliya
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devicesRajesh Sadhukha
 
Networking concepts
Networking conceptsNetworking concepts
Networking conceptsritajindal2
 
Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission mediaManish8976
 
Dc ch02 : protocol architecture
Dc ch02 : protocol architectureDc ch02 : protocol architecture
Dc ch02 : protocol architectureSyaiful Ahdan
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingPriya Manik
 
Networks classification
Networks classificationNetworks classification
Networks classificationMukesh Chinta
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networkingkieshore
 
Connection( less & oriented)
Connection( less & oriented)Connection( less & oriented)
Connection( less & oriented)ymghorpade
 
NETWORK PROTOCOL
NETWORK PROTOCOLNETWORK PROTOCOL
NETWORK PROTOCOLKak Yong
 
Basics of Networks ,Advantages and Disadvantages
Basics of  Networks ,Advantages and DisadvantagesBasics of  Networks ,Advantages and Disadvantages
Basics of Networks ,Advantages and Disadvantagessabari Giri
 
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
 
Inter process communication
Inter process communicationInter process communication
Inter process communicationRJ Mehul Gadhiya
 
Types Of Networks
Types Of NetworksTypes Of Networks
Types Of Networksjia234
 

La actualidad más candente (20)

Computer network basic concepts
Computer network   basic conceptsComputer network   basic concepts
Computer network basic concepts
 
Computer networking devices
Computer networking devicesComputer networking devices
Computer networking devices
 
Networking concepts
Networking conceptsNetworking concepts
Networking concepts
 
Ppt for tranmission media
Ppt for tranmission mediaPpt for tranmission media
Ppt for tranmission media
 
Hub vs-switch
Hub vs-switchHub vs-switch
Hub vs-switch
 
Tcp IP Model
Tcp IP ModelTcp IP Model
Tcp IP Model
 
Networking Basics
Networking BasicsNetworking Basics
Networking Basics
 
Dc ch02 : protocol architecture
Dc ch02 : protocol architectureDc ch02 : protocol architecture
Dc ch02 : protocol architecture
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
The Basics of Computer Networking
The Basics of Computer NetworkingThe Basics of Computer Networking
The Basics of Computer Networking
 
Application layer
Application layerApplication layer
Application layer
 
Networks classification
Networks classificationNetworks classification
Networks classification
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Connection( less & oriented)
Connection( less & oriented)Connection( less & oriented)
Connection( less & oriented)
 
NETWORK PROTOCOL
NETWORK PROTOCOLNETWORK PROTOCOL
NETWORK PROTOCOL
 
Basics of Networks ,Advantages and Disadvantages
Basics of  Networks ,Advantages and DisadvantagesBasics of  Networks ,Advantages and Disadvantages
Basics of Networks ,Advantages and Disadvantages
 
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
 
Inter process communication
Inter process communicationInter process communication
Inter process communication
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Types Of Networks
Types Of NetworksTypes Of Networks
Types Of Networks
 

Destacado

சில பயனுள்ள இனையத்தளங்கள்
சில பயனுள்ள இனையத்தளங்கள்சில பயனுள்ள இனையத்தளங்கள்
சில பயனுள்ள இனையத்தளங்கள்Rasmi Rajesh
 
தகவல்-தொழில்நுட்பம்
தகவல்-தொழில்நுட்பம்தகவல்-தொழில்நுட்பம்
தகவல்-தொழில்நுட்பம்Kokulan Kunapalan
 
இணயத்தில் தமிழ் 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
 
نقل الصوت عبر برتوكول النت
نقل الصوت عبر برتوكول النتنقل الصوت عبر برتوكول النت
نقل الصوت عبر برتوكول النتasmaa2015
 

Destacado (20)

Tamil book
Tamil bookTamil book
Tamil book
 
சில பயனுள்ள இனையத்தளங்கள்
சில பயனுள்ள இனையத்தளங்கள்சில பயனுள்ள இனையத்தளங்கள்
சில பயனுள்ள இனையத்தளங்கள்
 
தகவல்-தொழில்நுட்பம்
தகவல்-தொழில்நுட்பம்தகவல்-தொழில்நுட்பம்
தகவல்-தொழில்நுட்பம்
 
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
 
نقل الصوت عبر برتوكول النت
نقل الصوت عبر برتوكول النتنقل الصوت عبر برتوكول النت
نقل الصوت عبر برتوكول النت
 

Similar a OSI model (Tamil)

Similar a 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
 

Último

Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 

Último (20)

Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 

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