Networks: Switching1 Point-to-Point Network Switching.

Slides:



Advertisements
Similar presentations
CSE 413: Computer Networks
Advertisements

Network Research Group Universiti Sains Malaysia.
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.
Jaringan Komputer Lanjut Packet Switching Network.
© Jörg Liebeherr ECE 1545 Packet-Switched Networks.
Point-to-Point Network Switching Advanced Computer Networks.
Lecture 2 Protocol Layers CPE 401 / 601 Computer Network Systems slides are modified from Dave Hollinger.
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)
Department of Computer Engineering University of California at Santa Cruz Networking Systems (1) Hai Tao.
Network Basics: Circuit-siwtching vs. packet-switching
TDC /502, Summer II Unit 2: Underlying Technologies Transmission media (Section 3.1. Read on your own) Local Area Networks (LANs) –Ethernet.
Networking Basics: A Review Carey Williamson iCORE Chair and Professor Department of Computer Science University of Calgary.
Chapter 10 Introduction to Wide Area Networks Data Communications and Computer Networks: A Business User’s Approach.
CMPE 80N - Introduction to Networks and the Internet 1 CMPE 80N Winter 2004 Lecture 15 Introduction to Networks and the Internet.
Traffic Characterization Dr. Abdulaziz Almulhem. Almulhem©20012 Agenda Traffic characterization Switching techniques Internetworking, again.
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.
Switching Techniques Student: Blidaru Catalina Elena.
29-Aug-154/598N: Computer Networks Switching and Forwarding Outline –Store-and-Forward Switches.
Communication Networks
CS448 Computer Networking Chapter 1 Introduction to Computer Networks Instructor: Li Ma Office: NBC 126 Phone: (713)
TE/EE530 Advanced Computer Networks Lecture 1 Introduction.
CS 447 Networks and Data Communication
Networks for Distributed Systems n network types n Connection-oriented and connectionless communication n switching technologies l circuit l packet.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 4 Introduction to Network.
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
Virtual Circuit Network. Network Layer 2 Network layer r transport segment from sending to receiving host r network layer protocols in every host, router.
CS 447 Networks and Data Communication Department of Computer Science Southern Illinois University Edwardsville Fall, 2013 Dr. Hiroshi Fujinoki
Switched network.
Establishing Connections Networking Modes: When you are evaluating a network, you concentrate on circuit switching versus packet switching. But it's also.
ECE 466 Switching Networks. ECE 466 A communication network provides a scalable solution to connect a large number of end systems Communication Networks.
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.
Switching breaks up large collision domains into smaller ones Collision domain is a network segment with two or more devices sharing the same Introduction.
 Circuit Switching  Packet Switching  Message Switching WCB/McGraw-Hill  The McGraw-Hill Companies, Inc., 1998.
Data and Computer Communications Circuit Switching and Packet Switching.
William Stallings Data and Computer Communications 7 th Edition Chapter 1 Data Communications and Networks Overview.
Ch 1. Computer Networks and the Internet Myungchul Kim
Computer Networks with Internet Technology William Stallings
Chapter 14 Connection-Oriented Networking and ATM
ICOM 6115©Manuel Rodriguez-Martinez ICOM 6115 – Computer Networks and the WWW Manuel Rodriguez-Martinez, Ph.D. Lecture 21.
Packet switching network Data is divided into packets. Transfer of information as payload in data packets Packets undergo random delays & possible loss.
5: DataLink Layer5-1 Link Layer r 5.1 Introduction and services r 5.2 Error detection and correction r 5.3Multiple access protocols r 5.4 Link-Layer Addressing.
Final Chapter Packet-Switching and Circuit Switching 7.3. Statistical Multiplexing and Packet Switching: Datagrams and Virtual Circuits 4. 4 Time Division.
Review of Network Technologies. Basic of Network concepts Computer Network – A Communication system for connecting computers/hosts Why? – Better connectivity.
1 Networking. 2 Network “... communication system for connecting end-systems” End-systems a.k.a. “hosts” PCs, workstations dedicated computers network.
1 Addressing, Internetworking. 2 Collection of Subnetworks The Internet is an interconnected collection of many networks.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 CH. 8: SWITCHING & DATAGRAM NETWORKS 7.1.
WAN – Packet and Cell-switched Networks
1 Netprog: OSI Reference Model Networking. 2 Network “... communication system for connecting end-systems” End-systems a.k.a. “hosts” PCs, workstations.
WAN Transmission Media
Switching. Circuit switching Message switching Packet Switching – Datagrams – Virtual circuit – source routing Cell Switching – Cells, – Segmentation.
1587: COMMUNICATION SYSTEMS 1 Wide Area Networks Dr. George Loukas University of Greenwich,
1. Layered Architecture of Communication Networks: Circuit Switching & Packet Switching.
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.
Point-to-Point Network Switching
Chapter 4 Introduction to Network Layer
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Chapter 4 Introduction to Network Layer
Chapter 20 Network Layer: Internet Protocol
Point-to-Point Network Switching
Presentation transcript:

Networks: Switching1 Point-to-Point Network Switching

Networks: Switching2 Point-to-Point Network Switching Circuit Switching, Message Switching, Packet Switching, Cell Switching Connection-Oriented versus Connectionless Virtual Circuit versus Datagram Networks Internal/External Abstractions

Networks: Switching3 Point-to-Point Switching Circuit Switching Store-and -Forward Networks –Message Switching –Packet Switching connection-oriented vs connectionless virtual circuit vs datagram –Cell Switching

Networks: Switching4 Circuit Switching Seeking out and establishing a physical copper path 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.

Networks: Switching5 Circuit Switching Figure (a) Circuit switching. (b) Packet switching.

Networks: Switching6 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, inspected for errors, and retransmitted along the path to the destination. This implies buffering at the router and one transmission time per hop.

Networks: Switching7 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 –high mean delay

Networks: Switching8 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 tight upper bound.  Using packets improves mean message delay.

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

Networks: Switching10 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).

Networks: Switching11 Connection-Oriented Concatenation of Virtual Circuits Figure 5-45.Internetworking using concatenated virtual circuits.

Networks: Switching12 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.

Networks: Switching13 Connectionless Internetworking Figure A connectionless internet.

Networks: Switching14 Datagram vs Virtual Circuit Datagram –Each datagram packet may be individually routed. Virtual Circuit –Virtual circuit set up is required. –All packets in a virtual circuit follow the same path.

Networks: Switching15 Event Timing DCC 6 th Ed., W. Stallings, Figure 10.3

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

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