© McLean 20061 HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.

Slides:



Advertisements
Similar presentations
Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
Advertisements

Introduction to TCP/IP
OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
Open System Interconnection
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
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.
Protocols and the TCP/IP Suite
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
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.
OIS Model TCP/IP Model.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Lecturer: Tamanna Haque Nipa
THE OSI REFERENCE MODEL LES M C LELLAN DEAN WHITTAKER SANDY WORKMAN.
THE OSI MODEL KUDIRAT FAWEHINMI COSC 541.
1 Protocol Interaction (ISO’s Open Systems Interconnection (OSI model)) the 7 layers.
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.
Data Communications and Networks
OSI Model Routing Connection-oriented/Connectionless Network Services.
NetworkProtocols. Objectives Identify characteristics of TCP/IP, IPX/SPX, NetBIOS, and AppleTalk Understand position of network protocols in OSI Model.
© 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.
SEED Infotech Pvt. Ltd. 1 Networking in Java. SEED Infotech Pvt. Ltd. 2 Objectives of This Session Describe issues related to any type of network using.
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Lect1..ppt - 01/06/05 CDA 6505 Network Architecture and Client/Server Computing Lecture 2 Protocols and the TCP/IP Suite by Zornitza Genova Prodanoff.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Services Networking for Home and Small Businesses – Chapter 6.
Bob Baker Open Systems Interconnection OSI Reference model –Layer 7 application –Layer 6 presentation –Layer 5 session –Layer 4 transport –Layer 3 network.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
THE OSI REFERENCE MODEL Open Systems Interconnection (OSI) International Organization for Standardization( ISO)
Unit27-networking BTEC NAT – UNIT 27 NETWORKING OSI MODEL Unit Leader:Dave Bell
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
Chapter 15 – Part 2 Networks The Internal Operating System The Architecture of Computer Hardware and Systems Software: An Information Technology Approach.
OSI Model Andres, Wen-Yuan Liao Department of Computer Science and Engineering De Lin Institute of Technology
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
Network Protocols and Standards (Part 2). The OSI Model In 1984, the International Organization for Standardization (ISO) defined a standard, or set of.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
Protocol Suits and Layering Models OSI Model Dr. Abraham UTPA.
Net 221D:Computer Networks Fundamentals
The OSI Model A Framework for Communications David A. Abarca July 19, 2005.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Mr. Sathish Kumar. M Department of Electronics and Communication Engineering I’ve learned that people will forget what you said, people will forget what.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
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.
Networking Using the OSI Model.
The OSI Model & TCP/IP model
Computer Networks.
Internetwork An internetwork is a collection of individual networks, connected by intermediate networking devices, that functions as a single large network.
Networking for Home and Small Businesses – Chapter 6
Networking for Home and Small Businesses – Chapter 6
Protocols and the TCP/IP Suite
Network Protocol Layers
Computing Over Distance
OSI Model The Seven Layers
OSI Model OSI MODEL.
Network Architecture Models
Protocols and the TCP/IP Suite
Networking for Home and Small Businesses – Chapter 6
Protocol Application TCP/IP Layer Model
Open System Interconnect (OSI).
Presentation transcript:

© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model

© McLean HIGHER COMPUTER NETWORKING Introduction Protocols Are sets of rules that govern how two devices communicate and exchange data when connected over a network. Examples are TCP/IP, HTTP, FTP, SMTP etc.

© McLean HIGHER COMPUTER NETWORKING The Open Systems Connection (OSI) model The OSI is a theoretical model that standardises network architecture and protocols within a seven layer hierarchy. PhysicalData Link (MAC)NetworkTransportSessionPresentationApplication Layer 7 Layer 6 Layer 5 Layer 4 Layer 3 Layer 2 Layer 1 “Application layers” “Transport layers”

© McLean HIGHER COMPUTER NETWORKING The Open Systems Connection (OSI) model Top level layer where users actually interact with applications that create the data that will be sent over the network. e.g. when using a web browser the browser requests a web page from a server Examples of application-layer programs include web browsers, ftp programs, telnet, , and so forth. The user interacts with these directly. 7 Application layer

© McLean HIGHER COMPUTER NETWORKING The Open Systems Connection (OSI) model This layer is concerned with the actual format that the data is presented in. It is home to a number of data presentation standards including JPG, GIF, and MPEG. This layer is also usually responsible for data encryption and compression. 6 Presentation layer

© McLean HIGHER COMPUTER NETWORKING The Open Systems Connection (OSI) model The responsibility of this layer is to create, manage, and terminate communication sessions between systems. Think of the session layer as a coordinator of communication between systems A variety of protocols exist at the session layer, including Remote Procedure Calls (RPCs), the Network File System (NFS), SQL, and the AppleTalk Zone Information Protocol (ZIP). 5 Session layer

© McLean HIGHER COMPUTER NETWORKING The Open Systems Connection (OSI) model Its responsibilities include : segmenting data that comes from the upper layers establishing a connection between end-to-end systems that defines the parameters of the connection and ensuring that data actually gets to its destination in the correct order and error free Examples of protocols found at this layer include TCP and UDP. 4 Transport layer

© McLean HIGHER COMPUTER NETWORKING The Open Systems Connection (OSI) model This layer is responsible for two main functions – network addressing and routing. It identifies systems uniquely on an internetwork, and also handles how to get from one part of the network to another. Most of the network configuration takes place, since protocols such as IP, IPX, and equipment such as routers work here Its concerned with ‘where am I going (the address), and how do I get there (the routing). 3 Network layer

© McLean HIGHER COMPUTER NETWORKING The Open Systems Connection (OSI) model is concerned with how upper level data is formatted for transmission over a given network technology. For example, if your network is running Ethernet, this layer will format data packets accordingly, and follow the rules of Ethernet transmission on the network. Examples of Data Link protocols include Ethernet, Token Ring and FDDI At this layer, systems are generally identified by what is referred to as their hardware or MAC address. 2 Data Link (MAC) layer

© McLean HIGHER COMPUTER NETWORKING The Open Systems Connection (OSI) model it defines the actual media and characteristics used to send the 1’s and 0’s over the network. This includes the actual wiring itself, the connectors used, voltage levels, maximum media distances and so forth. For example, a packet might start on twisted-pair wiring, move onto a wireless network, and then ultimately end up on fibre – each of which using different media and methods during the transfer process. In this case, copper wiring, then air, and then fibre optic cable. 1 Physical layer

© McLean HIGHER COMPUTER NETWORKING The Open Systems Connection (OSI) model So, in summary… PhysicalData Link (MAC)NetworkTransportSessionPresentationApplication Layer 7 Layer 6 Layer 5 Layer 4 Layer 3 Layer 2 Layer 1 Type of communications e.g. , ftp Encryption, data conversion Starts, stops session Ensures delivery of entire file or message Routes data over LANs or WANs via IP address Transmits packets via MAC address Electrical signals and cabling