Switching Techniques Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF.

Slides:



Advertisements
Similar presentations
CSE 413: Computer Networks
Advertisements

Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
1 Introduction to Network Layer Lesson 09 NETS2150/2850 School of Information Technologies.
20.1 Chapter 20 Network Layer: Internet Protocol Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Module 3.4: Switching Circuit Switching Packet Switching K. Salah.
ECEN “Mobile Wireless Networking”
Semester Copyright USM EEE442 Computer Networks The Data Link / Network Layer Functions: Switching En. Mohd Nazri Mahmud MPhil (Cambridge, UK)
EE 4272Spring, 2003 Chapter 10 Packet Switching Packet Switching Principles  Switching Techniques  Packet Size  Comparison of Circuit Switching & Packet.
Network Basics: Circuit-siwtching vs. packet-switching
William Stallings Data and Computer Communications 7th Edition
Telecommunication Technologies
1.5 网络平台与交换技术 网络平台是计算机网络的枢纽,它由传输设备, 交换设备,网络互联设备,布线系统,操作系统等 组成。 网络平台 传输 交换 网络互联 布线系统 网络接入 网络测试 网络服务器.
Chapter 12: Circuit Switching and Packet Switching
1 Computer Networks Switching Technologies. 2 Switched Network Long distance transmission typically done over a network of switched nodes End devices.
4/11/40 page 1 Department of Computer Engineering, Kasetsart University Introduction to Computer Communications and Networks CONSYL Switching network.
Computer Networks MCA Sem-III Baljeet Kaur
Switching Techniques Student: Blidaru Catalina Elena.
Data Communications and Networking
Communication Networks Chapter 3. Types of Communication Networks Traditional Traditional local area network (LAN) Traditional wide area network (WAN)
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.
Lecture 3: Networks and Protocols Anders Västberg Slides are a selection from the slides from chapter 3 and 4 from:
EITnotes.com For more notes and topics visit:
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 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.
SUBMITTED TOSUBMITTED BY S.D.MISHRA SIRSANATAN TRIVEDI.
333: DISCUSS THE FUNDAMENTALS OF NETWORKING.  1. Discuss networking concepts (20 hrs)  2. Discuss hardware & software requirement to setup a Local Area.
Computer Networks with Internet Technology William Stallings
CSCI 465 D ata Communications and Networks Lecture 14 Martin van Bommel CSCI 465 Data Communications & Networks 1.
DATA COMMUNICATION (ELA…) CIRCUIT SWITCHING AND PACKET SWITCHING 1.
Lect1..ppt - 01/06/05 CDA 6505 Network Architecture and Client/Server Computing Lecture 4 Frame Relay by Zornitza Genova Prodanoff.
EEC4113 Data Communication & Multimedia System Chapter 7: Network Layer by Muhazam Mustapha, October 2011.
Data Link Layer - 2 Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF.
Lecture # 03 Switching Course Instructor: Engr. Sana Ziafat.
1 Chapter 3. Communication Networks Wen-Shyang Hwang KUAS EE.
Chapter 3 Communication networks Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
WAN Transmission Media
1 Switching and Forwarding Sections Connecting More Than Two Hosts Multi-access link: Ethernet, wireless –Single physical link, shared by multiple.
Switching. Circuit switching Message switching Packet Switching – Datagrams – Virtual circuit – source routing Cell Switching – Cells, – Segmentation.
Computer Communication & Networks Lecture # 03 Circuit Switching, Packet Switching Nadeem Majeed Choudhary
Data Communication Networks Lec 13 and 14. Network Core- Packet Switching.
Data and Computer Communications 8 th and 9 th Edition by William Stallings Chapter 10 – Circuit Switching and Packet Switching.
Why Is It All?  A Network is a set of connected devices. Whenever we have multiple devices, we have the problem of how to connect them to make one-to-one.
Data and Computer Communications Chapter 7 Circuit Switching and Packet Switching.
1 Packet Switching. 2 Introduction zPacket Switching refers to protocols in which messages are divided into packets before they are sent. Each packet.
Data and Computer Communications Ninth Edition by William Stallings Chapter 10 – Circuit Switching and Packet Switching Data and Computer Communications,
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Muhammad Waseem Iqbal Lecture # 20 Data Communication.
William Stallings Data and Computer Communications
Packet Switching Networks & Frame Relay
Unit 1:Frame Relay.
Packet Switching Datagram Approach Virtual Circuit Approach
#2 Switching Techniques
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
SWITCHING Switched Network Circuit-Switched Network Datagram Networks
Computer Networks MCA Sem-III Baljeet Kaur
Communication Networks
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
Chapter 4 Frame Relay Chapter 4 Frame Relay.
CDA 6505 Network Architecture and Client/Server Computing
Data Communication Networks
Switching Techniques.
Chapter 12: Circuit Switching and Packet Switching
Circuit Switched Network
Switching.
Presentation transcript:

Switching Techniques Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF

Circuit Switching Switching refers to mechanism used to provide a path from s to d for a call in a phone network or a packet in a computer network. Circuit Switching: Communication via circuit switching implies that there is a dedicated path between two stations. E.g. Phone network.

Circuit Switching There are 3 phases involved in Circuit Switching: 1. Circuit Establishment Before any signals can be transmitted, an end-to-end (station-to- station) circuit must be established. This circuit is an exclusive path for data transfer from s to d. 2. Data Transfer Information can now be transmitted through the network 3. Circuit Disconnect After some period of data transfer, the connection is terminated, usually by the action of one the two stations. Circuit Switching is fine for voice traffic but is inefficient for data traffic (between computers) because the dedicated path is idle during most of the connection.

Packet Switching Data is transmitted in short packets (< 1500 bytes). A message is broken into a series of packets. Each packet contains data and control information (routing and error control information) At each node along the path, the packet is received, stored briefly, and passed on to the next node.

Advantages of Packet Switching over Circuit Switching 1. Line utilization is greater since many packets share a link over time. 2. Calls are never blocked as in circuit switching. 3. It is possible to prioritize packets.

Types of Packet Switching There are two types of Packet Switching: Datagram Service Virtual Circuits

Datagrams Each packet is treated independently, with no reference to packets that have gone before. Packets can follow different routes and arrive out of sequence. Each packet is called a datagram.

Virtual Circuits A preplanned route is established before any packets are sent. Once the route is established, all the packets between a pair of communicating parties follow this same route through the network. The s node sends a control packet called the Call Request Packet to the d node. If the d node is prepared to accept the connection, it sends back a control packet called the Call Accept Packet to the s node. This packet follows the same route as was established by the Call Request Packet.

Virtual Circuits Note: There is no dedicated path as in a circuit switched network as the same virtual path is shared by packets belonging to different messages. A packet is still queued for output over a line. Only there is no routing decision made at each node as in datagrams.

Datagrams vs. Virtual Circuits (VCs) DATAGRAMSVIRTUAL CIRCUITS Call setup phase avoidedCall setup phase needed Routing decision at each node for each packet All packets follow the same route (no routing decision) Packets may arrive out of sequence Packets arrive in sequence More suited if s wants to send only a few packets More suited for data exchange for extended period of time If a part of a network becomes congested, incoming datagrams can be routed away More difficult to adapt to network congestion More reliable because if a node fails, packets can be routed around it Less reliable because a failed node would disrupt all VCs through it

The Effect of Packet Size on Transmission Time There is an important relationship between packet size and transmission time. Assume there is a virtual circuit from X to Y via nodes a, b. The message to be sent is 30 bytes and each packet contains 3 bytes of control information (header).

The Effect of Packet Size on Transmission Time