Point-to-Point Network Switching

Slides:



Advertisements
Similar presentations
Network Research Group Universiti Sains Malaysia.
Advertisements

Switching Technology presented by Hussain Ahmad BA-Abdullah. Fawaz abdullah AL-Amri. prof : Adel Ali.
Packet / Message Switching Concepts
20.1 Chapter 20 Network Layer: Internet Protocol Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
NETWORK LAYER (1) T.Najah AlSubaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
Point-to-Point Network Switching Advanced Computer Networks.
Networks: Switching1 Point-to-Point Network Switching.
Semester Copyright USM EEE442 Computer Networks The Data Link / Network Layer Functions: Switching En. Mohd Nazri Mahmud MPhil (Cambridge, UK)
Networks: Switching1 Point-to-Point Network Switching.
Network Basics: Circuit-siwtching vs. packet-switching
Networking Basics: A Review Carey Williamson iCORE Chair and Professor Department of Computer Science University of Calgary.
CMPE 80N - Introduction to Networks and the Internet 1 CMPE 80N Winter 2004 Lecture 15 Introduction to Networks and the Internet.
1 Computer Networks Switching Technologies. 2 Switched Network Long distance transmission typically done over a network of switched nodes End devices.
Point-to-Point Network Switching Computer Networks Computer Networks Spring 2012 Spring 2012.
CMPE 80N - Introduction to Networks and the Internet 1 CMPE 80N Winter 2004 Lecture 14 Introduction to Networks and the Internet.
1 Networking Basics: A Review Carey Williamson iCORE Professor Department of Computer Science University of Calgary.
Data Communications and Networking
Communication Networks
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
Switched network.
Data and Computer Communications Chapter 10 – Circuit Switching and Packet Switching (Wide Area Networks)
TELE202 Lecture 5 Packet switching in WAN 1 Lecturer Dr Z. Huang Overview ¥Last Lectures »C programming »Source: ¥This Lecture »Packet switching in Wide.
Sami Al-wakeel 1 Data Transmission and Computer Networks The Switching Networks.
Switching Techniques Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF.
Data and Computer Communications Circuit Switching and Packet Switching.
Computer Networks with Internet Technology William Stallings
Chapter 14 Connection-Oriented Networking and ATM
20.1 Chapter 20 Network Layer: Internet Protocol Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
CS 453 Computer Networks Lecture 18 Introduction to Layer 3 Network Layer.
Packet switching network Data is divided into packets. Transfer of information as payload in data packets Packets undergo random delays & possible loss.
WAN Transmission Media
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 10 – Circuit Switching and Packet Switching.
SWITCHING. Switching is process to forward packets coming in from one port to a port leading towards the destination. When data comes on a port it is.
Data and Computer Communications Ninth Edition by William Stallings Chapter 10 – Circuit Switching and Packet Switching Data and Computer Communications,
CS 5565 Network Architecture and Protocols
Unit 1:Frame Relay.
Point-to-Point Network Switching
Chapter 4 Introduction to Network Layer
Packet Switching Outline Store-and-Forward Switches
CS4470 Computer Networking Protocols
Chapter 3 Switching.
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Network Layer Functions
Chapter 4 Introduction to Network Layer
Delivery and Routing of IP Packets
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Chapter 20 Network Layer: Internet Protocol
Network Core and QoS.
Chapter 4 Frame Relay Chapter 4 Frame Relay.
ECE453 – Introduction to Computer Networks
Data Communication Networks
Congestion Control (from Chapter 05)
PRESENTATION COMPUTER NETWORKS
Switching Techniques.
Congestion Control (from Chapter 05)
Network Architecture for Cyberspace
Chapter 4 Network Layer Computer Networking: A Top Down Approach 5th edition. Jim Kurose, Keith Ross Addison-Wesley, April Network Layer.
Networking Basics: A Review
Congestion Control (from Chapter 05)
Congestion Control (from Chapter 05)
Congestion Control (from Chapter 05)
COMPUTER NETWORKS CS610 Lecture-29 Hammad Khalid Khan.
Congestion Control (from Chapter 05)
Congestion Control (from Chapter 05)
Data Communication and Computer Networks
Congestion Control (from Chapter 05)
An Engineering Approach to Computer Networking
Network Core and QoS.
Switching.
Presentation transcript:

Point-to-Point Network Switching Computer Networks Term B14

Network Switching Outline Circuit Switching, Message Switching, Packet Switching, Cell Switching Connection-Oriented versus Connectionless Protocols Virtual Circuit versus Datagram Networks External/Internal Subnet Abstractions Computer Networks Network Switching

Computer Networks Network Switching Circuit Switching Seeking out and establishing a physical copper path from end-to-end [historic definition] . Circuit switching implies the need to first set up a dedicated, end-to-end path for the connection before the information transfer takes place. Once the connection is made, the only delay is propagation time. Computer Networks Network Switching

Computer Networks Network Switching Circuit Switching Figure 2-38. (a) Circuit switching. (b) Packet switching. Tanenbaum Computer Networks Network Switching

Network Core: Circuit Switching End-end resources reserved for “call” link capacity, router buffer space dedicated resources: no sharing circuit-like (guaranteed) performance call setup required Computer Networks Network Switching

Store-and-Forward Networks Intermediate processors (IMPS, nodes, routers, gateways, switches) along the path store the incoming block of data. Each block is received in its entirety at the router, inspected for errors, and retransmitted along the path to the destination. This implies buffering at the router and one transmission time per hop. Computer Networks Network Switching

Store-and-Forward Routers Computer Networks Network Switching

Computer Networks Network Switching ‘Cut Through’ Routers Computer Networks Network Switching

Computer Networks Network Switching Message Switching A store-and-forward network where the block of transfer is a complete message. Since messages can be quite large, this can cause: buffering problems at the router. high mean delay times. Computer Networks Network Switching

Computer Networks Network Switching Packet Switching A store-and-forward network where the block of transfer is a complete packet. A packet is a variable length block of data with a fixed upper bound. **Using packets improves mean message delay. Computer Networks Network Switching

Computer Networks Network Switching Cell Switching 53 bytes A network where the unit of transfer is a small, fixed-size block of data (i.e., a cell). ATM (Asynchronous Transfer Mode) networks use 53-byte cells. Computer Networks Network Switching

Packet Switched Networks Connection-Oriented Protocols A setup stage is used to determine the end-to-end path before a connection is established. Data flow streams are identified by some type of connection indicator (e.g. OSI, X.25, SNA, ATM). Computer Networks Network Switching

Connection-Oriented Virtual Circuits Figure 5-45.Internetworking using concatenated virtual circuits. Tanenbaum Computer Networks Network Switching

Packet Switched Networks Connectionless Protocols No set up is needed. Each packet contains information which allows the packet to be individually routed hop-by-hop through the network. Bifurcated and adaptive routing techniques are possible. Computer Networks Network Switching

Connectionless Internetworking Figure 5-46. A connectionless internet. Tanenbaum Computer Networks Network Switching

Datagram vs Virtual Circuit Datagram Routing Each datagram packet may be individually routed. Virtual Circuit Routing In virtual circuit, set up is required. All packets in a virtual circuit follow the same path through the network. Computer Networks Network Switching

Transmission Event Timing DCC 6th Ed., W. Stallings, Figure 10.3 Computer Networks Network Switching

External Virtual Circuit And Datagram Operation DCC 6th Ed., W. Stallings, Figure 10.4

Internal Virtual Circuit And Datagram Operation DCC 6th Ed., W. Stallings, Figure 10.5

Networking Switching Summary Circuit-switching and message switching are now obsolete!! Store-and- forward, datagram packet switching (IP routers) dominates the Internet. Cell switching and virtual circuits (ATM switches) still exists in ATM networks. The external protocol abstraction to the subnet may differ from the internal subnet view. e.g. TCP is connection-oriented protocol that runs on top of a datagram IP protocol. Computer Networks Network Switching