Aleksandar Radovanovic

Slides:



Advertisements
Similar presentations
OSI Model OSI MODEL.
Advertisements

2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 Network Models.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 2 Network Models.
Institute of Technology Sligo - Dept of Computing Another Model?! The TCP/IP Reference Model Paul Flynn.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
The OSI Model and the TCP/IP Protocol Suite
1-1 Introduction to Computer Networks and Data Communications.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 2 The OSI Model and the TCP/IP.
Protocols and the TCP/IP Suite
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Copyright 2003 CCNA 1 Chapter 7 TCP/IP Protocol Suite and IP Addressing By Your Name.
Chapter 2 Network Models
The OSI Model and the TCP/IP Protocol Suite
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.0 Module 9 TCP/IP Protocol Suite and IP Addressing.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
CCNA 1 v3.0 Module 9 TCP/IP Protocol Suite and IP Addressing
OSI Model Honolulu Community College Cisco Academy Training Center
NDSL, Chang Gung University, 2.1 Chapter 2 Network Models 長庚大學資訊工程學系 陳仁暉 副教授 Tel: (03) Ext: 5990
Chapter 9.
Chapter 2 Network Models
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
Week one - networks and Layered Communication Introduction to Networks Layered Communication OSI Model The Physical Layer The Data Link Layer.
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
Section 2.31 The TCP/IP reference model the de facto Internet standard demonstrates arbitrary nature of layers –various models are possible –OSI & TCP/IP.
Understanding the Host-to-Host Communications Model
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Chapter 2 The OSI Model Prepared by: Mrs. Wilma M. de Pano.
The OSI Reference Model Chapter 2. International Organization for Standards (ISO) recognized the need to create a network model that would help network.
Layer Architecture Layer architecture simplifies the network design. It is easy to debug network applications in a layered architecture network. The network.
The OSI Model and the TCP/IP Protocol Suite Outline: 1.Protocol Layers 2.OSI Model 3.TCP/IP Model 4.Addressing 1.
NETWORKING FUNDAMENTALS. Bandwidth Bandwidth is defined as the amount of information that can flow through a network connection in a given period of time.Bandwidth.
UNDERSTANDING THE HOST-TO-HOST COMMUNICATIONS MODEL - OSI LAYER & TCP/IP MODEL 1.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
NSH0503/01/11041 Overview Computer Network Technology By Diyurman Gea.
1 Kyung Hee University Chapter 2 Network Models. 2 Kyung Hee University 2.1 LAYERED TASKS We use the concept of layers in our daily life. As an example,
OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
Chapter 2 Dissecting the OSI Model
CCNA 1 v3.0 Module 9 TCP/IP Protocol Suite and IP Addressing
BZUPAGES.COM 2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Network Models.
1 Pertemuan 5 Networking Models. Discussion Topics Using layers to analyze problems in a flow of materials Using layers to describe data communication.
CSCD 218 : DATA COMMUNICATIONS AND NETWORKING 1
Chapter 2. Network Models
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non proprietary standards for networking and for operating system.
Comparison Between OSI & TCP/IP Model
Another Model?! The TCP/IP Reference Model By: Allan Johnson.
COMPUTER NETWORK AND DESIGN CSCI 3385K. Host-to-Host Communications Model Older model Proprietary Application and combinations software controlled by.
TCP/IP Protocol Suite and IP Addressing Presented By : Dupien AMS.
OSI Layer and TCP/IP Laboratorium Teknik Informatika – Universitas Gunadarma August, Stefanus Vlado Adi Kristanto Version 1.1.
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
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.
Chapter 2 Network Models.
Click to edit Master subtitle style
Click to edit Master subtitle style
The OSI Model and the TCP/IP Protocol Suite
CHAPTER 2 THE OSI MODEL.
The OSI Model and the TCP/IP Protocol Suite
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
OSI Model OSI MODEL.
The OSI Model and the TCP/IP Protocol Suite
Lecture Protocol & Model Ashis Talukder, MIS, EWU.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Presentation transcript:

Aleksandar Radovanovic Chapter 2: The OSI Model Aleksandar Radovanovic

Network Communication The most basic level of computer information consists of binary digits, or bits (0s (zeros) and 1s). In order for computers to send information through a network, all communications on a network originate at a source and then travel to a destination. Computers that send one or two bits of information, however, would not be very useful. Other groupings, bytes, kilobytes, megabytes, and gigabytes are therefore necessary. In order for data packets to travel from a source to a destination on a network, it is important that all the devices on the network speak the same language or protocol.

OSI Reference Model The OSI reference model, released in 1984 by International Organization for Standardization (ISO) is the primary model for network communications. It breaks network communication into smaller parts to make it easier to understand. It standardizes network components to allow multiple-vendor development and support. It allows different types of network hardware and software to communicate with each other. It prevents changes in one layer from affecting the other layers, so that they can develop more quickly.

The 7 Layers of the OSI Model

Encapsulation All communications on a network originate at a source, and are sent to a destination. The information sent on a network is referred to as data or data packets. If one computer (host A) wants to send data to another computer (host B), the data must first be packaged by a process called encapsulation. Encapsulation wraps data with the necessary protocol information before network transit. Therefore, as the data packet moves down through the layers of the OSI model, it receives headers, trailers, and other information.

Peer-to-Peer Communications Communication between the same OSI reference model layer in two different network devices During this process, the protocol of each layer exchanges information, called protocol data units (PDUs), between peer layers.

The TCP/IP Reference Model Application layer handles high level protocols, issues of representation, encoding, and dialog control. The transport layer deals with the quality of service issues of reliability, flow control, and error correction. The purpose of the internet layer is to send packets and have them arrive at the destination. Network Access Layer includes the LAN and WAN technology details.

Comparison of the OSI and the TCP/IP model Differences TCP/IP combines the presentation and session layer issues into its application layer TCP/IP combines the OSI data link and physical layers into one layer TCP/IP appears simpler because it has fewer layers, however this is a misconception. The OSI reference model, with its less complex and multiple layers, is simpler to develop TCP/IP protocols are the standards around which the Internet developed – typically networks are not built on the OSI protocol. Similarities Both have layers Both have application layers, though they include very different services Both have comparable transport and network layers Packet-switched (not circuit-switched) technology is assumed

Labs 2.3.4 (homework) In this lab, you will learn to relate the seven layers of the OSI model to the four layers of the TCP/IP model as well as name the primary TCP/IP protocols and utilities that operate at each layer. 2.3.5 (homework) In this lab, you will identify the characteristics of each layer as well as the terminology and physical devices that operate at each layer. Interactive Labs: 2.3.5 (homework) Test your knowledge of the functions of the OSI Model layers.