Circuit Switched Network

Slides:



Advertisements
Similar presentations
CSE 413: Computer Networks
Advertisements

Switching Technology presented by Hussain Ahmad BA-Abdullah. Fawaz abdullah AL-Amri. prof : Adel Ali.
Ch. 10 Circuit Switching and Packet Switching
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)
ECOM 4314 Data Communications Fall September, 2010.
Switching When we have a lot of devices that want to communicate, how do we set up connections between them?
William Stallings Data and Computer Communications 7th Edition
1 Computer Networks Switching Technologies. 2 Switched Network Long distance transmission typically done over a network of switched nodes End devices.
8.1 Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Data Communications and Networking
MODULE IV SWITCHED WAN.
8.1 Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Communication Networks
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
Switched network.
EITnotes.com For more notes and topics visit:
Circuit & Packet Switching. ► Two ways of achieving the same goal. ► The transfer of data across networks. ► Both methods have advantages and disadvantages.
CSCI 465 D ata Communications and Networks Lecture 13 Martin van Bommel CSCI 465 Data Communications & Networks 1.
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.
8.1 Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Lecture 6 Introduction To Switching Circuit Switching.
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.
Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
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
Lecture 8 Virtual Switching (contd.) & Message Switching.
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
Circuit Switching Circuit switching networks,
Unit III Bandwidth Utilization: Multiplexing and Spectrum Spreading In practical life the bandwidth available of links is limited. The proper utilization.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 CH. 8: SWITCHING & DATAGRAM NETWORKS 7.1.
Computer Communication & Networks Lecture # 03 Circuit Switching, Packet Switching Nadeem Majeed Choudhary
1 Kyung Hee University Chapter 8 Switching. 2 Kyung Hee University Switching  Switching  Switches are devices capable of creating temporary connections.
Data Communication Networks Lec 13 and 14. Network Core- Packet Switching.
Prepaid by: Guided by: ashwin goswami.
Switching By, B. R. Chandavarkar, CSE Dept., NITK, Surathkal Ref: B. A. Forouzan, 5 th Edition.
Data and Computer Communications Chapter 7 Circuit Switching and Packet Switching.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 10 – Circuit Switching and Packet Switching.
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.
Chapter 2 PHYSICAL LAYER.
A Taxonomy of Communication Networks
Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
URL: Chapter 8 Switching Tel: (03) Ext: URL:
Packet Switching Datagram Approach Virtual Circuit Approach
School of Computer Science and Engineering Pusan National University
#2 Switching Techniques
Topics discussed in this section:
Chapter 3 Switching.
Subject Name:COMPUTER NETWORKS-1
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
William Stallings Data and Computer Communications
Switching A Network Layer Function
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Lecture 5: TELEPHONE NETWORK
Data Communication Networks
Switching Techniques.
Chapter 12: Circuit Switching and Packet Switching
Data Communications and Networking
Lecture 5: TELEPHONE NETWORK.
Lecture 3: TELEPHONE NETWORK.
Switching A network is a set of connected devices
Switching.
Presentation transcript:

Circuit Switched Network Three Phases

Three Phases of circuit switching Network The actual communication in circuit switched network require 3-phases. Setup phase Data transfer phase Teardown phase

Three Phases Setup phase If the two parties want (or multiple) to communicate, a dedicated connection needs to be established. connection setup means creating dedicated channels between the switches.

Setup Phase For example, If station A wants to sends a data ,request to node 4 requesting a connection to station E. Typically, the link from A to 4 is a dedicated line, ,so that part of the connection already exist. Based on routing information and measures of availability ,node 4 selects the link to node 5,allocates a free channel on that link .Node 5 allocates a channel to node 6 and internally ties that channel to the channel from node 4. In completing the connection , a test is made to determine if E is busy or is prepared to accept the connection.

Setup Phase Diagram

Data transfer Phase Data can now be transmitted from A through the network to E. The transmission may be analog or digital , depending on the nature of the network. As the carriers evolve to fully integrated digital networks , the use of digital (binary) transmission for both voice and data is becoming the dominant method.

Data Transfer Phase The path is A-4 link , internal switching through 4,4-5 channel , internal switching through 5,5-6 channel , internal switching through 6,6-E link. Generally , the connection is full duplex.

Teardown Phase After some time of data transfer , connection is terminated , generally by the action of one or two station. Signals must be propagated to nodes 4,5,and 6 to deallocate the dedicated resources. Note that the connection path is established before data transmission begins.

Efficiency Circuit switching networks are no efficient as packet message switched network. The switches know how to find the route to the destination and how to allocate bandwidth (channel) to establish a connection. Once the dedicated path is established between two computers, the path may remains connected even when no data transmission is taking place.

Delay The delay in this type of network is minimal. The total delay is due to the time needed to create a connection, transfer data and disconnect the circuit. The delay caused by the setup is the sum of four parts, the propagation time , request signal transfer time , propagation time of the acknowledgment from the destination computer , signal transfer time of the acknowledgment.

Problem of circuit switching Network designed for only voice services. Resources dedicated to a particular call. For data transmission, much of the time the connection is idle . Data rate is fixed. Both ends must operate at the same rate during the entire period of connection.