SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

Networking devices
Networking devicesNetworking devices
Networking devices
rupinderj
 
Lecture application layer
Lecture application layerLecture application layer
Lecture application layer
Hasam Panezai
 
OSI Network model ppt
OSI Network model pptOSI Network model ppt
OSI Network model ppt
extraganesh
 

What's hot (20)

Internal memory
Internal memoryInternal memory
Internal memory
 
Broadcast Models
Broadcast ModelsBroadcast Models
Broadcast Models
 
Computer networks
Computer networksComputer networks
Computer networks
 
Message passing in Distributed Computing Systems
Message passing in Distributed Computing SystemsMessage passing in Distributed Computing Systems
Message passing in Distributed Computing Systems
 
Architecture of Mobile Computing
Architecture of Mobile ComputingArchitecture of Mobile Computing
Architecture of Mobile Computing
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Chap 8 switching
Chap 8 switchingChap 8 switching
Chap 8 switching
 
Unit 6
Unit 6Unit 6
Unit 6
 
Distributed shred memory architecture
Distributed shred memory architectureDistributed shred memory architecture
Distributed shred memory architecture
 
Computer networking anjalisingh1
Computer networking anjalisingh1Computer networking anjalisingh1
Computer networking anjalisingh1
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Distributed shared memory shyam soni
Distributed shared memory shyam soniDistributed shared memory shyam soni
Distributed shared memory shyam soni
 
Cache coherence ppt
Cache coherence pptCache coherence ppt
Cache coherence ppt
 
Lecture application layer
Lecture application layerLecture application layer
Lecture application layer
 
Electronic mail
Electronic mailElectronic mail
Electronic mail
 
OSI Model of Networking
OSI Model of NetworkingOSI Model of Networking
OSI Model of Networking
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
Ethernet
EthernetEthernet
Ethernet
 
OSI Network model ppt
OSI Network model pptOSI Network model ppt
OSI Network model ppt
 
Networking Fundamentals
Networking FundamentalsNetworking Fundamentals
Networking Fundamentals
 

Viewers also liked

சில பயனுள்ள இனையத்தளங்கள்
சில பயனுள்ள இனையத்தளங்கள்சில பயனுள்ள இனையத்தளங்கள்
சில பயனுள்ள இனையத்தளங்கள்
Rasmi Rajesh
 
தகவல்-தொழில்நுட்பம்
தகவல்-தொழில்நுட்பம்தகவல்-தொழில்நுட்பம்
தகவல்-தொழில்நுட்பம்
Kokulan Kunapalan
 
இணயத்தில் தமிழ் Tamil usage in internet
இணயத்தில் தமிழ் Tamil usage in internetஇணயத்தில் தமிழ் Tamil usage in internet
இணயத்தில் தமிழ் Tamil usage in internet
medwaytamilsangam
 
Basic concepts of computer Networking
Basic concepts of computer NetworkingBasic concepts of computer Networking
Basic concepts of computer Networking
Hj Habib
 
BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS BASIC CONCEPTS OF COMPUTER NETWORKS
BASIC CONCEPTS OF COMPUTER NETWORKS
Kak Yong
 
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
allanchao
 
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
allanchao
 
Email Communication
Email CommunicationEmail Communication
Email Communication
jjs1981
 
نقل الصوت عبر برتوكول النت
نقل الصوت عبر برتوكول النتنقل الصوت عبر برتوكول النت
نقل الصوت عبر برتوكول النت
asmaa2015
 

Viewers also liked (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 )
 
இணையம்
இணையம்இணையம்
இணையம்
 
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
 
மதிப்பெண்கள் 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 to OSI model (Tamil)

Report of TCP/IP
Report of TCP/IPReport of TCP/IP
Report of TCP/IP
Mannu Khani
 
OSI Draft
OSI DraftOSI Draft
OSI Draft
har139
 
Ccent notes part 1
Ccent notes part 1Ccent notes part 1
Ccent notes part 1
ahmady
 
Network essentials chapter 3
Network essentials  chapter 3Network essentials  chapter 3
Network essentials chapter 3
Raghu nath
 
Network essentials chapter 2
Network essentials  chapter 2Network essentials  chapter 2
Network essentials chapter 2
Raghu nath
 
Network essentials chapter 4
Network essentials  chapter 4Network essentials  chapter 4
Network essentials chapter 4
Raghu nath
 
Troytech 640 407 ccna edt.2
Troytech 640 407 ccna edt.2Troytech 640 407 ccna edt.2
Troytech 640 407 ccna edt.2
rickybcool
 

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

Recently uploaded

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
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
QucHHunhnh
 

Recently uploaded (20)

This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
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
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 

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