Network Architecture and the OSI Reference Model Computer Networks Computer Networks A15 A15.

Slides:



Advertisements
Similar presentations
Summer Workshop on Cyber Security Computer Networks Security (Part 1) Dr. Hamed Mohsenian-Rad University of California at Riverside and Texas Tech University.
Advertisements

James 1:5 If any of you lacks wisdom, he should ask God, who gives generously to all without finding fault, and it will be given to him.
International Standards Organization Open Systems Interconnect (OSI) Reference Model Advanced Computer Networks.
PROTOCOLS AND ARCHITECTURE Lesson 2 NETS2150/2850.
Network Architecture and the OSI Reference Model Computer Networks Computer Networks Spring 2012 Spring 2012.
Networks: HTTP and DNS1 The Internet and HTTP and DNS Examples.
Protocols and the TCP/IP Suite
1 School of Computing Science Simon Fraser University CMPT 771/471: Internet Architecture & Protocols Introduction Instructor: Dr. Mohamed Hefeeda.
Networks: HTTP and DNS 1 The Internet and HTTP and DNS Examples.
Networks: OSI Reference Model 1 International Standards Organization Open Systems Interconnect (OSI) Reference Model.
Computer Networks: Internet Introduction 1 Internet Introduction and HTTP and DNS Examples.
Networks: OSI Reference Model1 International Standards Organization Open Systems Interconnect (OSI) Reference Model.
Leon-Garcia & Widjaja: Communication Networks Copyright ©2000 The McGraw Hill Companies The user clicks on a link to indicate which document is to be retrieved.
Networks: HTTP and DNS1 The Internet and HTTP and DNS Examples.
Networks: HTTP and DNS1 Internet, HTTP and DNS Examples.
Network Architecture and the OSI Reference Model Computer Networks Computer Networks Term B10.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 2: Protocols and Architecture.
Networks: OSI Model1 International Standards Organization Open Systems Interconnect (OSI) Reference Model.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Network Architecture and the OSI Reference Model Advanced Computer Networks Advanced Computer Networks D12 D12.
OIS Model TCP/IP Model.
Lecture slides prepared for “Business Data Communications”, 7/e, by William Stallings and Tom Case, Chapter 8 “TCP/IP”.
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.
Review: – computer networks – topology: pair-wise connection, point-to-point networks and broadcast networks – switching techniques packet switching and.
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.
Layer Architecture of Network Protocols
1 ELEN602 Lecture 2 Review of Last Lecture Layering.
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.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
ECE 4400:427/527 - Computer Networks Spring 2015 Dr. Nghi Tran Department of Electrical & Computer Engineering Lecture 3: Network Architectures Dr. Nghi.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
Spring 2006Computer Networks1 Chapter 2 Network Models.
CSC 535 Communication Networking I Chapter 2 Layered Architectures Dr. Cheer-Sun Yang.
RSC Part I: Introduction Redes y Servicios de Comunicaciones Universidad Carlos III de Madrid These slides are, mainly, part of the companion slides to.
Computer Networks Chapter 2: Applications and Layered Architectures.
TCP/IP Network.
Network Architecture and the OSI Reference Model Computer Networks Computer Networks Spring 2013 Spring 2013.
OSI Model Data Communications. 7 layer “research” model ApplicationPresentationSessionTransportNetworkLinkPhysical.
Spring 2006Computer Networks1 Chapter 2 Network Models.
Network Architecture and the OSI Reference Model Advanced Computer Networks Advanced Computer Networks C13 C13.
1 Chapter Overview Network Communications The OSI Reference Model.
1 Chapter Overview Network Communications The OSI Reference Model.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
Net 221D:Computer Networks Fundamentals
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Advanced Higher Computing Computer Networking Topic 1: Network Protocols and Standards.
Introduction 1-1 1DT057 Distributed Information Systems Chapter 1 Introduction.
COMPUTER NETWORKS Hwajung Lee. Image Source:
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
A special acknowledge goes to J.F Kurose and K.W. Ross Some of the slides used in this lecture are adapted from their original slides that accompany the.
Computer Networking A Top-Down Approach Featuring the Internet Introduction Jaypee Institute of Information Technology.
Roadmap  Introduction to Basics  Computer Network – Components | Classification  Internet  Clients and Servers  Network Models  Protocol Layers.
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.
Computer Networks Dr. Adil Yousif CS Lecture 1.
Computer Networks.
Part 0: Networking Review
OSI Protocol Stack Given the post man exemple.
ECE 4400:427/527 - Computer Networks Spring 2017
Protocols and the TCP/IP Suite
Data and Computer Communications by William Stallings Eighth Edition
The Internet and HTTP and DNS Examples
Chapter 1: roadmap 1.1 What is the Internet? 1.2 Network edge
Networks: OSI Reference Model
Network Architecture and the OSI Reference Model
TCP/IP Protocol Suite: Review
Networks: OSI Reference Model
Protocols and the TCP/IP Suite
Computer Networking A Top-Down Approach Featuring the Internet
Presentation transcript:

Network Architecture and the OSI Reference Model Computer Networks Computer Networks A15 A15

Architecture Outline  The Internet and IP  Network Architecture –Protocols and Layers –Encapsulation  The OSI Reference Model –The Seven OSI Layers  The TCP/IP Internet Stack  Layering Example  Tiered Internet Architecture 2 Computer Networks Network Architecture

The Internet versus an internet An internet :: involves the interconnection of multiple networks into a single large networks. [LG&W] The Internet :: refers to the successor to ARPANET. The modern Internet is multi- tiered and includes commercial participation. IP (the Internet Protocol) :: provides connectionless transfer of packets across an internet. 3 Computer Networks Network Architecture

The Internet  Provides a name space to refer to machines connected to the Internet (e.g. chablis.cs.wpi.edu).  The name space is hierarchical, but it is only administrative and not used in network routing operations.  DNS (Domain Name Service) provides automatic translation of names to addresses. 4 Computer Networks Network Architecture

IPIP  Currently IP provides best-effort service. –packets may be lost (i.e., IP is unreliable).  General IP design philosophy –Keep internal operations simple by relegating complex functions to the edge of the subnet. –IP can operate over any network. –This design allows IP to scale!!! –The end-to-end mechanisms are responsible for recovery of packet losses and congestion control. 5 Computer Networks Network Architecture

IPv4IPv4 Network IDHost ID 4 bytes  Uses 32 bit hierarchical address space with location information embedded in the structure.  IPv4 address is usually expressed in dotted-decimal notation e.g., Computer Networks Network Architecture

IPv6IPv6  IPv6 addresses are 128 bits long.  16 bytes of IPv6 address are represented as a group of hexadecimal digits, separated by colons. e.g. [D&C] 2000:fdb8:0000:0000:0001:00ab:853c:39a1 2000:fdb8:0000:0000:0001:00ab:853c:39a1  Shorthand – leave out groups of zeros and leading zeros. 2000:fdb8:::1:ab:853c:39a1 2000:fdb8:::1:ab:853c:39a1 7 Computer Networks Network Architecture

Layering and Abstraction  Layering accommodates incremental changes.  It is possible to have alternative abstractions at each layer. Figure 1.9 Layered system with alternate abstractions available at a given layer. 8 P&D Computer Networks Network Architecture

Applications and Layered Architectures Applications and Layered Architectures  In the 1970’s vendor companies (IBM and DEC) developed proprietary networks with the common feature of grouping communication functions into related and manageable sets called layers. network architecture :: a set of protocols that specify how every layer is to function and the defined interfaces between the layers. [LG&W] 9 Computer Networks Network Architecture

ProtocolsProtocols  Protocols are the building blocks of a network architecture.  Each protocol object has two different interfaces: –service interface :: operations on this protocol –peer-to-peer interface :: messages exchanged with peer 10 Computer Networks Network Architecture

Interfaces Figure 1.10 Service interfaces and peer interfaces P&D 11 Computer Networks Network Architecture

What’s a protocol? human protocols:  “what’s the time?”  “I have a question”  introductions … specific msgs sent … specific actions taken when msgs received, or other events network protocols:  machines rather than humans  All communication activity in the Internet is governed by protocols. Protocols define: the format, the order of msgs sent and received among network entities, and the actions taken on message transmission and receipt. 12 K & R Computer Networks Network Architecture

What’s a protocol? a human protocol and a computer network protocol: Hi Got the time? 2:00 TCP connection request TCP connection response Get time K & R 13 Computer Networks Network Architecture

International Standards Organization Open Systems Interconnect (OSI) Reference Model Network Architecture Network Architecture

ISO Architecture Figure 1.13 The OSI seven-layer model 15 P&D Computer Networks Network Architecture

Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Network Layer Electrical and/or Optical Signals Application A Application B Data Link Layer Physical Layer Network Layer Data Link Layer Physical Layer Communication Network Figure 2.6 Copyright ©2000 The McGraw Hill Companies The OSI Model Leon-Garcia & Widjaja: Communication Networks 16 Computer Networks Network Architecture

Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application Layer Presentation Layer Session Layer Transport Layer Network Layer Data Link Layer Physical Layer Application A Application B data ah ph sh th nh dh bits dt OSI Layer Encapsulation OSI Layer Encapsulation Leon-Garcia & Widjaja: Communication Networks 17 Computer Networks Network Architecture

Seven Layer OSI Model Application Layer Provides users access to the OSI environment and distributed information services. Presentation Layer Provides application processes independence from differences in data representations. Session Layer Provides the control structure for communicating between applications. Establishes, manages and terminates session connections between cooperating applications. Transport Layer Provides reliable transparent transfer of data between end points. Provides end-to-end flow control and error recovery. Network Layer Provides independence from the data transmission, routing/switching technologies used to connect systems. Responsible for establishing, managing and terminating connections. Data Link Layer Provides for reliable transfer of information across the physical layer. Sends and receives frames with the necessary synchronization, flow control and error control. Physical Layer Concerned with transmission of unstructured bit stream over a physical medium. Deals with mechanical, electrical, functional and procedural characteristics to access the physical medium. 18 Computer Networks Network Architecture

ISO/OSI Reference Model  Presentation layer: allow applications to interpret meaning of data, e.g., encryption, compression, machine- specific conventions  Session layer: synchronization, check-pointing, recovery of data exchange  The TCP/IP Internet stack is “missing” these two layers! –these services, if needed, must be implemented in an application. –needed? application presentation session transport network data link physical K & R 19 Computer Networks Network Architecture

Advantages of Layering Design  An explicit structure for dealing with a complex system: –allows identification and structures the relationship of complex system’s pieces. –layered reference model for discussion.  Provides an abstraction for functional locality.  Simplifies the design process. 20 Computer Networks Network Architecture

Advantages of Layering Design  Modularity of layers eases maintenance and updating of system components: –change in implementation of a layer’s service is transparent to rest of the system. –Led to flexibility in modifying and developing network architectures. –Accommodates incremental changes. 21 Computer Networks Network Architecture

TCP/IP Architectural Model DCC 6 th Ed., W. Stallings 22 Computer Networks Network Architecture

OSI versus TCP/IP Figure [old] The TCP/IP reference model. Tanenbaum 23 Computer Networks Network Architecture

China WSN Token Ring Internet Concepts: Layering… Ethernet WiFi 802.3a Ethernet 10b i Ethernet 10bT 802.3y Ethernet 100bT 802.3ab Ethernet 1000bT 802.3an Ethernet 1G bT a WiFi b WiFi g WiFi n WiFi X3T9.5 FDDI Serial Modem GPRS ISDN DSL Sonet Transport (UDP/IP, TCP/IP) Application (Telnet, FTP, SMTP, SNMP, HTTP) Diverse Object and Data Models (HTML, XML, …, BacNet, …) ??? Network (IP) Link 2: link 3: net 4: xport 7: app 1: phy David Culler Keynote

Internet Protocol Stack  application: supporting network applications –FTP, SMTP, HTTP  transport: process-process data transfer –TCP, UDP  network: routing of datagrams from source to destination –IP, routing protocols  link: data transfer between neighboring network elements –PPP, Ethernet application transport network link physical  physical: bits “on the wire” or in the air K & R 25 Computer Networks Network Architecture

HTTP SMTP RTP TCP UDP IP Network Interface 1 Network Interface 3 Network Interface 2 DNS Leon-Garcia & Widjaja: Communication Networks TCP/IP Protocols 26 Computer Networks Network Architecture

Alternate View Figure 1.15 Alternate view of the Internet architecture 27 P&D Computer Networks Network Architecture

Layering Example Client/server relationship port –Server process waits for incoming requests by listening to a port. –Client process makes requests as required. –Server process provides responses to these requests. –The server process usually runs in the background as a daemon (e.g. httpd is the server daemon). for HTTP). 28 Computer Networks Network Architecture

HTTP Example  HTTP (HyperText Transfer Protocol) specifies rules by which the client and the server interact so as to retrieve a document.  The protocol assumes the client and the server can exchange messages directly.  The client software needs to set up a two-way connection prior to the HTTP request. 29 Computer Networks Network Architecture

HTTP server HTTP client Request Response Figure 2.1 Leon-Garcia & Widjaja: Communication NetworksCopyright ©2000 The McGraw Hill Companies HTTP Client/Server Interaction Leon-Garcia & Widjaja: Communication Networks 30 Computer Networks Network Architecture

HTTP server HTTP client TCP GET 80, # #, 80 STATUS Port 80 Ephemeral Port # HTTP/TCP Layering Interface Leon-Garcia & Widjaja: Communication Networks 31 Computer Networks Network Architecture

HTTP Request TCP Header Header contains source and destination port numbers Header contains source and destination IP addresses; transport protocol type IP Header Header contains source and destination physical addresses; network protocol type Frame Check Sequence Ethernet Header HTTP Encapsulation Example Leon-Garcia & Widjaja: Communication Networks 32 Computer Networks Network Architecture

source application transport network link physical HtHt HnHn M segment HtHt packet destination application transport network link physical HtHt HnHn HlHl M HtHt HnHn M HtHt M M network link physical link physical HtHt HnHn HlHl M HtHt HnHn M HtHt HnHn M HtHt HnHn HlHl M router switch Encapsulation Animation message M HtHt M HnHn frame K & R 33 Computer Networks Network Architecture

Internet Structure: Network of Networks  roughly hierarchical  at center: “tier-1” ISPs (e.g., Verizon, Sprint, AT&T, Cable and Wireless), national/international coverage –treat each other as equals Tier 1 ISP Tier-1 providers interconnect (peer) privately K & R 34 Computer Networks Network Architecture

Tier-1 ISP: e.g., Sprint … to/from customers peering to/from backbone ….…. … … … POP: point-of-presence 35 Computer Networks Network Architecture

 “Tier-2” ISPs: smaller (often regional) ISPs –Connect to one or more tier-1 ISPs, possibly other tier-2 ISPs Tier 1 ISP Tier-2 ISP Tier-2 ISP pays tier-1 ISP for connectivity to rest of Internet  tier-2 ISP is customer of tier-1 provider Tier-2 ISPs also peer privately with each other. Internet Structure: Network of Networks K & R 36 Computer Networks Network Architecture

 “Tier-3” ISPs and local ISPs –last hop (“access”) network (closest to end systems) Tier 1 ISP Tier-2 ISP local ISP local ISP local ISP local ISP local ISP Tier 3 ISP local ISP local ISP local ISP Local and tier- 3 ISPs are customers of higher tier ISPs connecting them to rest of Internet Internet Structure: Network of Networks K & R 37 Computer Networks Network Architecture

 a packet passes through many networks! Tier 1 ISP Tier-2 ISP local ISP local ISP local ISP local ISP local ISP Tier 3 ISP local ISP local ISP local ISP Internet Structure: Network of Networks K & R 38 Computer Networks Network Architecture

Internet Structure: Network of Networks access net access net access net access net access net access net access net access net access net access net access net access net access net access net access net access net … … … … … … But if one global ISP is viable business, there will be competitors …. which must be interconnected ISP B ISP A ISP C IXP peering link Internet exchange point 39 K & R Computer Networks Network Architecture

access net access net access net access net access net access net access net access net access net access net access net access net access net access net access net access net … … … … … … … and regional networks may arise to connect access nets to ISPS ISP B ISP A ISP C IXP regional net Internet Structure: Network of Networks 40 K & R Computer Networks Network Architecture

access net access net access net access net access net access net access net access net access net access net access net access net access net access net access net access net … … … … … … … and content provider networks (e.g., Google, Microsoft, Akamai ) may run their own network, to bring services, content close to end users ISP B ISP A ISP B IXP regional net Content provider network Internet Structure: Network of Networks 41 K & R Computer Networks Network Architecture

 at center: small # of well-connected large networks –“tier-1” commercial ISPs (e.g., Level 3, Sprint, AT&T, NTT), national & international coverage –content provider network (e.g, Google): private network that connects its data centers to Internet, often bypassing tier-1, regional ISPs access ISP access ISP access ISP access ISP access ISP access ISP access ISP access ISP Regional ISP IXP Tier 1 ISP Google IXP Internet Structure: Network of Networks 42 K & R Computer Networks Network Architecture

Architecture Summary  The Internet and IP  Network Architecture –Protocols and Layers –Encapsulation  The OSI Reference Model –The Seven OSI Layers  The TCP/IP Internet Stack  Layering Example  Tiered Internet Architecture 43 Computer Networks Network Architecture