Switching on our smartphone and sending an to a friend living 5000 km from our home is something that we take for granted, but that involves a

Similar documents
COMPONENTS OF DATA COMMUNICATION

Chapter 3 Protocols and the TCP/IP Suite

OSI Model. Teran Subasinghe MBCS, Bsc.(Hons) in Computer Science - University of Greenwich, UK

Chapter -4 OSI Reference Model

Operating Systems CS 571

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer

Introduction. Communication

ES623 Networked Embedded Systems

Network Protocols. Terms you ll need to understand: Techniques you ll need to master:

Communicating over the Network

ITEC 3800 Data Communication and Network. Introducing Networks

Data Communication and Network. Introducing Networks

Network Models. Behrouz A. Forouzan Data communication and Networking Fourth edition

Chapter 3: Network Protocols and Communications CCENT Routing and Switching Introduction to Networks v6.0 Instructor Planning Guide

Need For Protocol Architecture

Need For Protocol Architecture

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space that is provided.

Configuring your VLAN. Presented by Gregory Laffoon

Module 1. Computer Communications and Networking

TCP/IP THE TCP/IP ARCHITECTURE

Computer Communication & Networks / Data Communication & Computer Networks Week # 03

Networking Models OSI Model Created by International Organization Standardization

Computer Network : Lecture Notes Nepal Engineering College Compiled by: Junior Professor: Daya Ram Budhathoki Nepal Engineering college, Changunarayan

Component 4: Introduction to Information and Computer Science

Internetwork Basic. Possible causes of LAN traffic congestion are

Network Fundamentals Chapter 2 Modified by Tony Chen 05/20/2008

Network Reference Models

Lecture 2. Computer Networks Models. Network Models 1-1

Chapter 12. Network Organization and Architecture. Chapter 12 Objectives Introduction Introduction

Data & Computer Communication

Layered Architecture

Guide to Networking Essentials, 6 th Edition. Chapter 6: Network Reference Models and Standards

Chapter 1: Introduction

Internetworking Models The OSI Reference Model

M242 COMPUTER NETWORS AND SECURITY

Network Review TEJ4M. SBrace

Computer Communications and Network Basics p. 1 Overview of Computer Communications and Networking p. 2 What Does Computer Communications and

Networking Applications

Network Architecture Models

Chapter 2 Network Models 2.1

Chapter 1: OSI Model

MEBS Utilities services M.Sc.(Eng) in building services Faculty of Engineering University of Hong Kong

Layered Architecture

COMP750. Distributed Systems. Network Overview

Cross Layer Protocol Design. Radio Communication III

OSI Reference Model. Computer Networks lab ECOM Prepared By : Eng. Motaz Murtaja Eng. Ola Abd Elatief

Guide to Networking Essentials, 6 th Edition. Chapter 5: Network Protocols

Chapter 2 Network Models 2.1

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO).

Open Systems Interconnection Model

Networking and Health Information Exchange Unit 1a ISO Open Systems Interconnection (OSI) Slide 1. Slide 2. Slide 3

Communication Fundamentals in Computer Networks

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Networking and Internetworking 1

1: Review Of Semester Provide an overview of encapsulation.

Area Covered is small Area covered is large. Data transfer rate is high Data transfer rate is low

SUBJECT: DATA COMMUNICATION AND NETWORK SEMESTER: V SEMESTER COURSE: BCA SUBJECT TEACHER: Dr.K.Chitra Assistant Professor, Department of Computer

Part VI. Appendixes. Appendix A OSI Model and Internet Protocols Appendix B About the CD

We are going to see a basic definition of the devices you can find in a corporate wired network, so you can understand basic IT engineering jargon.

Lecture (02) Network Protocols and Standards

QUESTION BANK ENGINEERS ACADEMY. Computer Networks Computer Network Basics Segentation is done in. 12. Session layer is used for

EE-379 Embedded Systems and Applications Introduction to Ethernet

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications

Network Models. Presentation by Dr.S.Radha HOD / ECE SSN College of Engineering

Reference Models. 7.3 A Comparison of the OSI and TCP/IP Reference Models

CS3600 SYSTEMS AND NETWORKS

CS4700/CS5700 Fundaments of Computer Networks

Raj Jain. The Ohio State University Columbus, OH

Lecture-4. TCP/IP-Overview:

Computer Networks. Introduction to Network. Dr. Adel Gaafar Abd Elrahim

Chapter 2 Network Models 2.1

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

Lecture (03) Networking Model (TCP/IP) Networking Standard (OSI) cont.,..

precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet protocol (bottom level)

Review of Network Technologies

Network Layers. Standardization Cruelty 2009/08/12. (C) Herbert Haas

Networking interview questions

Introduction to internetworking, OSI, TCP/IP and Addressing.

Application Layer. Presentation Layer. Session Layer. Transportation Layer. Network Layer. Physical Layer

Data Encapsulation & OSI & TCP/IP Models Week 2. Lecturer: Lucy White Office : 324

Packet Switching, Layer Models and Protocol Suites

E&CE 358: Tutorial 1. Instructor: Sherman (Xuemin) Shen TA: Miao Wang

CCNA Exploration1 Chapter 7: OSI Data Link Layer

Organizations have developed standard sets of protocols

Network Model: Each layer has a specific function.

Introduction to Open System Interconnection Reference Model

Introduction to computer networking

Copyright 2011 Sakun Sharma

Chapter Two. The OSI Model

Module 11. OSI Model, Network Devices, and Network Standards

06/02/ Local & Metropolitan Area Networks 0. INTRODUCTION. 1. History and Future of TCP/IP ACOE322

CS-435 spring semester Network Technology & Programming Laboratory. Stefanos Papadakis & Manolis Spanakis

Running Head: NETWORKING 1

Review of Important Networking Concepts. Recall the Example from last lecture

Data Communication & Computer Networks MCQ S

OSI Layers (Open System Interconnection)

CS 268: Internet Architecture & E2E Arguments. Today s Agenda. Scott Shenker and Ion Stoica (Fall, 2010) Design goals.

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers

Lecture (03) Network Model

Chapter 15 Networks. Chapter Goals. Networking. Chapter Goals. Networking. Networking. Computer network. Node (host) Any device on a network

Transcription:

Switching on our smartphone and sending an email to a friend living 5000 km from our home is something that we take for granted, but that involves a lot of very complex processes and has to take into account a myriad of different situations. As in any engineering problem, the best solution to tackle a complex problem is to break it down in a series of smaller problems easier to solve, and assemble the solution later. One way to do this is to make an abstraction, and separate the different functions of a computer s communication process in layers, considering that a layer communicates with the correspondent layer in the other computer by using the services of the layer that lies immediately under it, without knowing anything of what lies below and how it works. That way the programmers of the software that manages that layer only have to deal with how to communicate with its partner layer in the other computer and how to use the services of the layer below, being completely isolated of the rest of the processes involved in the communication.

The Open System Interconnection (OSI) model defines a networking framework to implement protocols in seven layers. Control is passed from one layer to the next, starting at the application layer in one station, and proceeding to the bottom layer, over the channel to the next station and back up the hierarchy. The OSI model doesn't really perform any functions in the networking process. It is a conceptual framework that allows the complex problem of computer internetworking to be broken down in smaller, more manageable problems. The OSI model takes the task of internetworking and divides that up into what is referred to as a vertical stack that consists of the following layers, that are usually divided in two sets

The Application set or upper set consists of the 3 top layers of the model. It deals with the communication between applications in the two end computers and its 3 layers manage data not yet divided in segments or packets. The top layer is the Application layer. This layer supports application and end-user processes. Communication partners are identified, quality of service is agreed, user authentication and privacy are considered, and any constraints on data syntax are identified. Everything at this layer is application-specific. This layer provides application services for file transfers, e-mail, and other network software services. Telnet and FTP are applications that exist entirely in the application level. Next we find the Presentation layer. This layer provides independence from differences in data representation (e.g., encryption) by translating from application to network format, and vice versa. The presentation layer works to transform data into the form that the application layer can accept. This layer formats and encrypts data to be sent across a network, providing freedom from compatibility problems. It is sometimes called the syntax layer. The last layer in the application set is the Session layer. This layer establishes, manages and terminates connections between

applications. The session layer sets up, coordinates, and terminates conversations and exchanges, it also dialogues between the applications at each end. It deals with session and connection coordination between one application and its counterpart in the other computer.

The transport set or lower set, consists of the remaining layers of the model and deals with all the processes needed when communicating in a computer network. Its layers work with smaller chunks of data, created to facilitate the communication and internetworking. The upper layer of this set is the Transport layer. This layer provides transparent transfer of data between end systems, or hosts, and is responsible for end-to-end error recovery and flow control. It is the lowest layer that works between end computers and it ensures complete data transfer. The next layer we find is the Network layer, that offers its services to Transport layer. This layer provides switching and routing technologies, managing a multi-node network, creating logical paths, known as virtual circuits, for transmitting data from node to node. Routing and forwarding are functions of this layer, as well as addressing, internetworking, error handling, congestion control and packet sequencing. This layer not only works in end computers, but also in the intermediate network devices. Approaching the communications hardware we find the Data Link Layer, that is in charge of direct communication between to adjacent nodes. At this layer, data packets are encoded and decoded into bits. It furnishes transmission protocol knowledge and management and handles errors in the physical layer, flow control and frame synchronization. The data link layer is divided into two sub layers: The Media Access Control (MAC) layer and the Logical Link Control (LLC) layer. The MAC sub layer controls how a computer on the network gains access to the data and permission to transmit it. The LLC layer controls frame synchronization, flow control and error checking. The layer that controls communication hardware is called Physical Layer. This layer conveys the bit stream - electrical impulse, light or radio signal through the network

at the electrical and mechanical level. It provides the hardware means of sending and receiving data on a carrier, including defining cables, cards and physical aspects. Gigabit Ethernet, RS232, DSL or ATM are protocols with physical layer components.

Here we can see an example of how the different layers are implemented in different devices. A router, that is able to connect different networks goes up to network layer. A switch, that works inside a local network, only goes up to layer 2. The hosts applications use all 7 layers to communicate

With the widespread use of the Internet, the simpler TCP/IP protocol stack has become a de facto standard in internetworking across the world, so the OSI model is no longer used to develop communication software, but it is still useful in education since its additional layers make it simpler to differentiate how network communication works. We can see it in use when system administrators troubleshoot a network problem. 1 Physical - Is the network cable plugged in? 2 Data Link - Do you have a link light in the network card? 3 Network Is the PC getting an IP address? 4 Transport - Can you ping your default gateway? 5 Session - Do you have DNS server information? Can you ping 4.2.2.2 but not google.com? 6 &7. Presentation & Application - Can you reach a website with your web browser?