The OSI Model An overview of the media layer (Physical, Data Link, Network) By Luke Shiffner.

Slides:



Advertisements
Similar presentations
Data Link Layer B. Konkoth. PDU  Protocol Data Unit  A unit of data which is specified in a protocol of a given layer  Layer 5, 6, 7 – Data  Layer.
Advertisements

Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
OSI Model Discuss the major influences of user requirements on network evolution Identify at least 3 reasons why the industry uses a layered network.
Chapter 1: Introduction
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
CompTIA Network+ Chapter 2
Lab Practical 2 Study about different types of Networking Device
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
1ISM - © 2010 Houman Younessi Lecture 5 Convener: Houman Younessi Information Systems Spring 2011.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
Jacob Boston Josh Pfeifer. Definition of HyperText Transfer Protocol How HTTP works How Websites work GoDaddy.com OSI Model Networking.
OSI Model.
Open System Interconnection (OSI) Model
Computer Network Architecture and Programming
OSI Reference Model An overview. Standards and the internet International Organization for Standardization ISO 70’s.
COMPUTER NETWORKS.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Chapter 2 Review of Computer Network Technology
Lecturer: Tamanna Haque Nipa
1 Review of Important Networking Concepts Introductory material. This slide uses the example from the previous module to review important networking concepts:
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
THE OSI MODEL KUDIRAT FAWEHINMI COSC 541.
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
IP Network Basics. For Internal Use Only ▲ Internal Use Only ▲ Course Objectives Grasp the basic knowledge of network Understand network evolution history.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 OSI Data Link Layer Network Fundamentals – Chapter 7.
OSI Reference Model & Layered Communication Sritrusta Sukaridhoto.
Section 4 : The OSI Network Layer CSIS 479R Fall 1999 “Network +” George D. Hickman, CNI, CNE.
OSI Model Local Area Networks Chapter 2. Agenda  Attendance  Chapter 1 questions  Login to Web CT and information about Assessment Activation  Single-protocol.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
1 Review - OSI Model n OSI Reference Model u represents the communications process. u 7 layers: physical, data link, network, transport, session, presentation.
Networking and Internet Dr. John P. Abraham Professor UT-RGV.
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
Network Architecture Models School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 2, Thursday 1/18/2007)
William Stallings Data and Computer Communications
1 Chapter Overview Network Communications The OSI Reference Model.
1 Chapter Overview Network Communications The OSI Reference Model.
Computer Networks. Internetworking Devices Network Interface Card (NIC) Repeaters HUB Bridge Switch Router.
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Chapter 2 Network Models
Computer Networks Syed Md. Ashraful Karim Lecturer, CSE BU.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
OSI ARCHITECTURE IN OSI, ACTUAL INFORMATION IS OVERHEADED BY PROTOCOL LAYERS IF ALL SEVEN LAYERS ARE OVERHEADED, THEN AS LITTLE AS 15% OF THE TRANSMITTED.
THE OSI REFERENCE MODEL
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Data Link Protocols Relates to Lab 2.
The OSI Model. History of OSI Model ISO began developing the OSI model in It is widely accepted as a model for understanding network communication.
Networking Using the OSI Model.
The OSI Model & TCP/IP model
OSI LAYERS.
OSI model vs. TCP/IP MODEL
Connecting Network Components
Click to edit Master subtitle style
Chap. 2 Network Models.
What the OSI Protocol Layers Do
Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
Lec 5 Layers Computer Networks Al-Mustansiryah University
Layered Task, OSI Model, TCP/IP Model
Chapter 3: Open Systems Interconnection (OSI) Model
Layered Task, OSI Model, TCP/IP Model
OSI Model The Seven Layers
Network Models CCNA Instructor Training Course October 12-17, 2009
Network Architecture Models
OSI Reference Model Kashif Ishaq.
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

The OSI Model An overview of the media layer (Physical, Data Link, Network) By Luke Shiffner

Layer 1: Physical Defines a relationship between a device and a physical medium. -This includes, Cables, Hubs, Repeaters, Network adapters, pins, voltage and many other types of physical mediums The physical layer is primarily concerned with the interaction between a single device with its medium

Functions of the Physical layer Establishing and terminating a connection to a communications medium Conversion between the representation of digital data in user equipment and the corresponding signals transmitted over a communications channel. Flow control: The process where the communication resources are shared among multiple users

Examples of Physical layer Implementations RS-232 T1 E1 10BaseT 100BaseTX POTS SONET DSL a/g/b/n PHY

Layer 2: Data Link Provides a functional way to transfer data between network entities and to detect and possibly correct errors that may occur in the Physical layer. Transfers data between adjacent network nodes in a wide area network or nodes on a local area network This layer is subdivided into 2 more layers which will be covered briefly: Logical Link Control and Media Access Control

Sub-layer 1: Logical Link Control This sub layer protocols running atop the data link layer This layer also helps to deal with flow control, acknowledgement and error recovery.

Sub-layer 2: Media Access Control This layer refers to the structure of a frame, which is the data type associated with the Data Link layer. These frames contain Media Access Control (MAC) addresses. These MAC addresses act as a unique serial number for the networking devices using the layers, for example: Network adapters It also determines where one frame starts and where the other frame ends.

Examples of Data Link Implementations Ethernet VLAN ATM CDP FDDI Frame Relay HDLC PPP Token Ring

Layer 3: Network Transfers data sequences, of no particular length from a source to a destination via one or more networks while maintaining the quality of service requested by the Transport layer. This layer also performs routing functions as well as reporting delivery errors. Makes use of the IP (Internet Protocol) Logical addressing scheme. This is the most commonly known protocol of the Network layer

Functions of the Network Layer There are 2 important functions of this layer: Forwarding and Routing Forwarding is the relaying of packets from one network segment to another by nodes in a computer network. Routing is the process of selecting paths in a network to send data or physical traffic.

Examples of Network Implementations NBF, which stands for NetBIOS Frames, which is most commonly used as one of the layers for Microsoft Windows Networking Q.931, which is ISDNs connection control protocol, which can be related to TCP from the Internet Protocol stack.

Summary All of these layers make up a section of the OSI model called the Media Layer This layer is responsible for many imperative functions of the OSI model. This includes but is not restricted to, signal and binary transmission (Physical layer), Physical addressing such ass MAC and LLC (Data Link layer), and Determining packet paths and logical addressing (Network layer)

fin.