The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.

Slides:



Advertisements
Similar presentations
Introduction to TCP/IP
Advertisements

Chapter 2 Network Models.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
OSI Model.
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Introduction To Networking
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
1 Version 3.0 Module 9 TCP/IP Protocol and IP Addressing.
COMPUTER NETWORKS.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
NETWORKING CONCEPTS. TCP/IP The TCPIIP protocol suite was developed prior to the OSI model TCP/IP protocol suite was defined as having four layers: Host-to-network,
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
1.  A protocol is a set of rules that governs the communications between computers on a network.  Functions of protocols:  Addressing  Data Packet.
CHAPTER 2 PCs on the Internet Suraya Alias. The TCP/IP Suite of Protocols Internet applications – client/server applications The client requested data.
Hands-On Microsoft Windows Server 2003 Networking Chapter Three TCP/IP Architecture.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
Network Protocols. Why Protocols?  Rules and procedures to govern communication Some for transferring data Some for transferring data Some for route.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 3: TCP/IP Architecture.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
Chapter 9.
Computer Networks.  The OSI model is a framework containing seven layers that defines the protocols and devices used at each stage of the process when.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Network Services Networking for Home and Small Businesses – Chapter.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 19 PCs on the Internet.
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Huda AL_Omairl - Network 71 Protocols and Network Software.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
Chapter Three Network Protocols By JD McGuire ARP Address Resolution Protocol Address Resolution Protocol The core protocol in the TCP/IP suite that.
Chap 9 TCP/IP Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 OSI Transport Layer Network Fundamentals – Chapter 4.
TCP/IP TCP/IP LAYERED PROTOCOL TCP/IP'S APPLICATION LAYER TRANSPORT LAYER NETWORK LAYER NETWORK ACCESS LAYER (DATA LINK LAYER)
TCP/IP Transport and Application (Topic 6)
CHAPTER 2 PCs on the Internet Suraya Alias. The TCP/IP Suite of Protocols Internet applications – client/server applications ◦The client requested data.
Addressing Through the Layers  Data Link Layer Address  Network Layer Address.
1 TCP/IP, Addressing and Services S. Hussain Ali M.S. (Computer Engineering) Department of Computer Engineering King Fahd University of Petroleum and Minerals.
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
Computer Security Workshops Networking 101. Reasons To Know Networking In Regard to Computer Security To understand the flow of information on the Internet.
CSE 6590 Department of Computer Science & Engineering York University 111/9/ :26 AM.
TCP/IP (Transmission Control Protocol / Internet Protocol)
1 OSI and TCP/IP Models. 2 TCP/IP Encapsulation (Packet) (Frame)
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
S305 – Network Infrastructure Chapter 5 Network and Transport Layers.
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
1 Bus topology network. 2 Data is sent to all computers, but only the destination computer accepts 02608c
Linux Operations and Administration Chapter Eight Network Communications.
Net 221D:Computer Networks Fundamentals
Transmission Control Protocol (TCP) Internet Protocol (IP)
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
2.1 Chapter 2 Network Models – cont. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
Part I. Overview of Data Communications and Networking
What the OSI Protocol Layers Do
Using MIS 2e Chapter 6 Appendix
Networking for Home and Small Businesses – Chapter 6
Network Architecture Introductory material
Net 431: ADVANCED COMPUTER NETWORKS
The Open System Interconnection (OSI) Model & Network Protocols.
Networking for Home and Small Businesses – Chapter 6
TCP/IP Protocol Suite: Review
Network Model.
TCP/IP Protocol Suite: Review
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
Kyle Broussard, Alexandra Mikolai,
Presentation transcript:

The OSI Model

Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers could communicate  International Organization for Standardization (ISO)  Institute of Electrical and Electronics Engineers (IEEE) Open Systems Interconnect (OSI)  A networking model developed by ISO to identify and standardize all the levels of communication needed in networking

Application Layer Interfaces with application software such as web browsers or web servers

Presentation Layer Receives requests for files from the Application layer and presents the requests to the Session layer Reformats, compresses, or encrypts data as necessary

Session Layer Establishes and maintains a session between two networked stations or hosts

Transport Layer Responsible for error checking Requests a resend when the data is corrupted Guarantees successful delivery of data

Network Layer Divides a block of data into segments (data packets or datagrams) that are small enough to travel over a network Responsible for routing (finding the best possible route by which to send the data packets over a group of networks) Reassembles the packets once they reach their destination

Data Link Layer Disassembles packets of data into smaller packets as needed to transport over the network Reassembles the data at the other end

Physical Layer Passes data packets onto the cabling media

Network Devices and the OSI Model

The OSI Model Applied to the Internet Four major groupings  Application, Presentation, and Session layers  Transport layer  Network layer  Data Link and Physical layer Top three groups = TCP/IP Suite  Supports communication on the Internet  TCP (Transmission Control Protocol) is responsible for error checking  IP (Internet Protocol) is responsible for routing

The Application, Presentation, and Session Layers Lists the language or protocol used by each application  Web browser: HTTP  SMTP and POP  Chat room software: IRC  FTP software: FTP Application Program Interface (API)  Calls another program to perform a utility task

The Transport Layer Includes two protocols  TCP (Transmission Control Protocol) Establishes a connection from host to host before it begins transmitting data (connection-oriented protocol) Guarantees delivery  UDP (User Datagram Protocol) Sends data without caring about whether or not the data is received (connectionless protocol)

The Network Layer TCP and UPD communicate with this layer which is responsible for routing IP (Internet Protocol)  The governing protocol at this layer, responsible for breaking up and reassembling data into packets and routing them to their destination

Other Supporting Protocols at the Network Layer ARP (Address Resolution Protocol)  Locates a host on a local network RARP (Reverse Address Resolution Protocol)  Discovers the Internet address of a host on a local network ICMP (Internet Control Message Protocol)  Communicates problems with transmission to devices that need to know about these problems

The Data Link and Physical Layers Most often covered by the firmware (software that is permanently stored on a microchip) on a single network interface card Protocol used depends on the type of physical network that the data is traveling on (Point-to-Point Protocol, Ethernet, Token Ring, FDDI and ATM)

Addressing on the Internet Methods used to identify devices and programs  Physical address Permanently embedded in a network interface card Identifies a device on a LAN  IP address Identifies a computer, printer, or other device on the Internet  Domain name An easy-to-remember word or phrase for an IP address  Port address A number that identifies a program running on a computer

Addressing on the Internet

Physical Addresses Also called MAC (Media Access Control) address or adapter address 6-byte hex hardware addresses unique to each NIC card and assigned by manufacturers Often printed on the adapter Used at the Data Link layer for computers on the same network to communicate Computers on different networks use IP addresses to communicate

Physical Addresses

Displaying the IP Address and the NIC’s MAC Address

MAC Addresses The most absolute of addresses; they do not change as long as the NIC does not change All hosts on the same network must communicate by their MAC addresses, which are managed by the Data Link layer protocol that controls the network

IP Addresses 32-bit addresses consisting of four numbers separated by periods, used to uniquely identify a device on a network that uses TCP/IP protocols The first numbers identify the network; the last numbers identify the host Example:

Classes of IP Addresses

Public, Private, and Reserved IP Addresses Public IP address  Available to the Internet Private IP address  Used on a private TCP/IP network that is isolated from the Internet Reserved IP address  Reserved for special use by TCP/IP

Reserved IP Addresses

Dynamically Assigned IP Addresses Used for the current session only; when the session is terminated, the IP address is returned to the list of available addresses Compare with static IP addresses, which are permanently assigned to workstations