ISO/OSI Model and Collision Domain

Slides:



Advertisements
Similar presentations
OSI Model OSI MODEL.
Advertisements

OSI Model OSI LAYER / MODEL.
OSI MODEL Maninder Kaur
Open System Interconnection
CompTIA Network+ Chapter 2
Computer Network by P.It-arun Computer Engineering Dept, RMUTT.
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.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Lecturer: Tamanna Haque Nipa
THE OSI REFERENCE MODEL Open Systems Interconnection Reference Model.
IP Network Basics. For Internal Use Only ▲ Internal Use Only ▲ Course Objectives Grasp the basic knowledge of network Understand network evolution history.
Chapter 2 Network Models
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
The OSI Model.
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Net 221D:Computer Networks Fundamentals
8/28/ Network Models - Lin 1 CPET/ECET Network Models Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical and.
Chapter 7 OSI Data Link Layer.
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.
Data Communication Network Models
THE OSI REFERENCE MODEL
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Computer Engineering and Networks, College of Engineering, Majmaah University Protocols OSI reference MODEL TCp /ip model Mohammed Saleem Bhat
Roadmap  Introduction to Basics  Computer Network – Components | Classification  Internet  Clients and Servers  Network Models  Protocol Layers.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Network Models.
Instructor & Todd Lammle
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
The OSI Model & TCP/IP model
The OSI Model Prof. Choong Seon HONG.
Jeopardy IST 201 Test 2 Review.
Click to edit Master subtitle style
Chap. 2 Network Models.
Local Area Networks Chapter 4.
Part I. Overview of Data Communications and Networking
The OSI Model and the TCP/IP Protocol Suite
CHAPTER 2 THE OSI MODEL.
What the OSI Protocol Layers Do
Networking Standards and the OSI Model
OSI Protocol Stack Given the post man exemple.
Lecturer, Department of Computer Application
CT1303 LAN Rehab AlFallaj.
DEPARTMENT OF COMPUTER SCIENCE
IOS Network Model 2nd semester
Net 431: ADVANCED COMPUTER NETWORKS
Networking and Internet
Networking and Internet
Introduction to Protocol and Layer
NET301 Lecture 2 10/9/2015 NET 301.
The OSI Model and the TCP/IP Protocol Suite
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Data Link Issues Relates to Lab 2.
Network Model.
TCP/IP Protocol Suite: Review
The OSI 7 Layer Model Ben, Stuart, Charles.
1 TRANSMISSION CONTROL PROTOCOL / INTERNET PROTOCOL (TCP/IP) K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry –
OSI Model OSI MODEL.
Protocols and the TCP/IP Suite
The OSI Model and the TCP/IP Protocol Suite
Lecture Protocol & Model Ashis Talukder, MIS, EWU.
OSI Reference Model Unit II
The TCP/IP Model.
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
Unit – III Network Essentials
Presentation transcript:

ISO/OSI Model and Collision Domain Network infrastructures Netkit - Lecture 1 Manuel campo, marco spaziani

Network infrastructures – A.A. 2017/2018 ISO/OSI Model ISO: International Organization for Standardization OSI: Open Systems Interconnection OSI model resumes an earlier proposal of the ISO, so the acronym used is ISO/OSI. ISO/OSI model divides network project in 7 different levels, called LAYERs. Each layer has its features and it is able to use services of underlying layer transparently and provides its services to the upper one. ISO/OSI model defines the rules and the protocols of each layer. Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 How to remember layers? Sentences to help remember the layers of the OSI Reference Model: All People Seem To Need Data Processing. Or Please Do Not Throw Sausage Pizza Away. Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 ISO/OSI Model Each level of a nodes is able to communicate virtually with the equivalent level of the other nodes, even if only the lower layers (Physical level) are actually in contact with each other. A single node can be source or final destination of information. Network Nodes had only the first three layers. Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 ISO/OSI Model Application layer – The spot where users actually communicate to the computer. Presentation layer – Presents data to the Application layer and is responsible for data translation and code formatting. Session layer – Responsible for setting up, managing, and then tearing down sessions between Presentation layer entities. Transport layer – Segments and reassembles data into a data stream. Network layer – Manages devices addressing, tracks the location of devices on the network, and determines the best way to move data. Data Link layer – Provides the physical transmission of the data and handles error notification, network topology, and flow control. Physical layer – Sends and receives bits. Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 Data Unit Each layer of the OSI model at the source must communicate with its peer layer at the destination.  During the protocols at each layer exchange packets of information called protocol data units (PDUs) between peer layers. Bits are sent between physical layer peers. Frames are sent between data link layer peers. Packets are sent between network layer peers. Segments are sent between transport layer peers. Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 Data Unit DATA SEGMENTS PACKETS FRAMES BITS Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 ISO/OSI Model Physical Layer (PHY): does two things: it sends bits and receives bits. Defines the electrical, mechanical, procedural and functional specifications for: Activating Maintaining Deactivating the physical link between end systems.  The Physical layer sends Bits between peer physical layers. Devices: modem, repeater, hub, bus Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 ISO/OSI Model Data Link Layer (DLL): transfers data (frames) between network entities. DLL detects and corrects errors that may occur in the PHY, manages network topology, and flow control. DLL ensure that messages are delivered to the proper device on a LAN using hardware addresses, and translates messages from the Network layer into bits for the Physical layer to transmit. DLL protocols: Ethernet, Point-to-Point Protocol (PPP). Devices: switch, bridge Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 ISO/OSI Model Network Layer: Establishes the connection between two end nodes and provides path selection. This is where routing take place Functions are: Connectionless communication: for example IP protocol. Connection-oriented protocols are at higher layers Host addressing: every host must have a unique address (IP address) Message forwarding between different networks Devices: Router, gateway Protocols: IP, ICMP, ARP Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 ISO/OSI Model Transport Layer: organizes data into a data stream. This layer reassemble data from upper-layer applications and unite it onto the same data stream. The Transport layer can use positive acknowledgement and retransmission to ensure reliable delivery. Protocols: TCP, UDP Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 ISO/OSI Model Session Layer: is responsible for: Setting up Managing Tearing down sessions between Presentation layer entities. Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 ISO/OSI Model Presentation Layer: presents data to the Application layer and is responsible for data translation and code formatting. This layer is essentially a translator and provides coding and conversion functions. A successful data-transfer technique is to adapt the data into a standard format before transmission. Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 ISO/OSI Model Application Layer: marks the spot where users actually communicate to the computer. This layer determine if sufficient resources for the communication exist. A vast array of protocols combine at the DoD model’s Process/Application layer to integrate the various activities and duties spanning the focus of the OSI’s corresponding top three layers (Application, Presentation, and Session). Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 Data Encapsulation Used when data is transmitted from the application layer to the physical layer Alphanumeric user input is converted to data for transmission on the network (At the upper layers) Data is converted to segments, which allow hosts to reliably communicate (At the Transport Layer) Segments are converted to packets or datagrams with a source and destination logical address (At the Network layer) Packets or datagrams are converted to frames for transmission over an interface to the network (At the Data Link Layer) Frames are converted to bits, and uses a synchronization and clocking function (At the Physical Layer) Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 Data Encapsulation Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018 Data Encapsulation Network infrastructures – A.A. 2017/2018

Differences between Hub, Switch and Router Layer 1 Layer 2 Layer 3 Connencts different devices to form a network Connects two or more different networks Broadcasts to all connected devices Transmits data to only devices able to listen that message Critical BW wastage Minimal BW wastage Half-duplex device Full-Duplex device Principle of MAC addresses Principle of IP addresses HW makes use of routing algorithms to compute the best possible path for routing data packets across different networks Network infrastructures – A.A. 2017/2018

Collision vs Broadcast Domains The term collision domain defines the set of devices for which their frames could collide A broadcast domain is a set of NICs for which a broadcast frame sent by one NIC will be received by all other NICs in the broadcast domain Network infrastructures – A.A. 2017/2018

Collision vs Broadcast Domains HUB: Continues Collision domain, Continues Broadcast domains SWITCH: End Collision domain, Continues Broadcast domains ROUTER: End Collision domain, End Broadcast domains Network infrastructures – A.A. 2017/2018

Collision vs Broadcast Domains 1 collision domain 1 broadcast domain A collision domain is also a broadcast domain, but it is not the opposite. In a star topology with an hub, two domains always coincide Network infrastructures – A.A. 2017/2018

Collision vs Broadcast Domains 2 collision domains 1 broadcast domain NB: 1. Bridge has a smaller # of ports than Switch 2. Bridge connects two different topology, while Switch connects a single topology Network infrastructures – A.A. 2017/2018

Collision vs Broadcast Domains 4 collision domains 1 broadcast domain Network infrastructures – A.A. 2017/2018

Collision vs Broadcast Domains 3 collision domains 3 broadcast domains Network infrastructures – A.A. 2017/2018

Collision vs Broadcast Domains HOW MANY BROADCAST DOMAINS? # of Broadcast domains = # of Network = # links attached to routers HOW MANY COLLISION DOMAINS? # of Collision domains = # of links attached to switches but ALSO to routers A link that connects two routers is both a collision domain and a broadcast domain Network infrastructures – A.A. 2017/2018

Network infrastructures – A.A. 2017/2018

How many Brodcast/Collision Domains? 7 Broadcast domains 14 Collision domains Network infrastructures – A.A. 2017/2018

2 Broadcast domains 7 Collision domains Network infrastructures – A.A. 2017/2018

2 Broadcast domains 5 Collision domains Network infrastructures – A.A. 2017/2018