Circuit & Packet Switching. ► Two ways of achieving the same goal. ► The transfer of data across networks. ► Both methods have advantages and disadvantages.

Slides:



Advertisements
Similar presentations
CSE 413: Computer Networks
Advertisements

Packet Switching vs. Circuit Switching
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Switching Technology presented by Hussain Ahmad BA-Abdullah. Fawaz abdullah AL-Amri. prof : Adel Ali.
Packet / Message Switching Concepts
Jaringan Komputer Lanjut Packet Switching Network.
Data Communication Topics to be discussed:  Data Communication Terminology.  Data Transmission Signals.  Data Transmission Circuits.  Serial & Parallel.
Packet Switching Network One of the common communications method is packet switching, which divides messages into packets and sends each packet individually.packet.
Packet Switching Vs Circuit Switching Packet-switched and circuit-switched networks use two different technologies for sending messages and data from one.
Lab Practical 2 Study about different types of Networking Device
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.
William Stallings Data and Computer Communications 7th Edition
Multi-path Routing -Sridevi Bellary. Introduction Multipath routing is an alternative to single shortest path routing to distribute and alleviate congestion.
1 Computer Networks Switching Technologies. 2 Switched Network Long distance transmission typically done over a network of switched nodes End devices.
Communication concepts (Continued) Week 2 Lecture 2.
Data Exchange Packet switching  Packet switching breaks data in to packets before sending it through a network, then reassembles it at the other end –
4/11/40 page 1 Department of Computer Engineering, Kasetsart University Introduction to Computer Communications and Networks CONSYL Switching network.
A-Level Computing#BristolMet Session Objectives#12 MUST define the term data packet SHOULD describe packet switching and circuit switching COULD explain.
Packet and Circuit Switching
Computer Networks MCA Sem-III Baljeet Kaur
Switching Techniques Student: Blidaru Catalina Elena.
Data Communications and Networking
1 Wide Area Network. 2 What is a WAN? A wide area network (WAN ) is a data communications network that covers a relatively broad geographic area and that.
Communication Networks
CS 447 Networks and Data Communication
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
EITnotes.com For more notes and topics visit:
CHAPTER #6  Introducti on to ATM. Contents  Introduction  ATM Cells  ATM Architecture  ATM Connections  Addressing and Signaling  IP over ATM.
TCP/IP Suite Transmission Control Protocol/ Internet Protocol Presentation by Chandra Porchia.
T. S. Eugene Ngeugeneng at cs.rice.edu Rice University1 COMP/ELEC 429 Introduction to Computer Networks Lecture 4: Fundamental network design issues Slides.
Data and Computer Communications Chapter 10 – Circuit Switching and Packet Switching (Wide Area Networks)
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.
The Transmission Control Protocol (TCP) Application Services (Telnet, FTP, , WWW) Reliable Stream Transport (TCP) Connectionless Packet Delivery.
Computer Networks with Internet Technology William Stallings
Physical Topology Physical layout of the network nodes – Broad description of the network: no detail about device types, connection methods, addressing,...
CSCI 465 D ata Communications and Networks Lecture 14 Martin van Bommel CSCI 465 Data Communications & Networks 1.
Chapter 12 - Packet Switching Introduction Sharing Saves Money –Arranging for multiple devices to share a single transmission path lowers cost because.
BZUPAGES.COM Presentation On SWITCHING TECHNIQUE Presented To; Sir Taimoor Presented By; Beenish Jahangir 07_04 Uzma Noreen 07_08 Tayyaba Jahangir 07_33.
Lecture 8 Virtual Switching (contd.) & Message Switching.
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
Chapter 6 Multiplexers and Switching Concepts
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
1 Chapter 15 Network Properties (Ownership, Service Paradigm, Measures of Performance)
Data and Computer Communications Chapter 10 – Circuit Switching and Packet Switching.
WAN Transmission Media
PACKET SWITCHING AND CIRCUIT SWITCHING AS PART OF NETWORK AND HARDWARE.
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.
Network Layer Lecture Network Layer Design Issues.
Data Communication Networks Lec 13 and 14. Network Core- Packet Switching.
CSCI-100 Introduction to Computing The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
Data and Computer Communications Chapter 7 Circuit Switching and Packet Switching.
Packet Switching Datagram Approach Virtual Circuit Approach
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
Data Communication and Computer Networks
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Data Communication Networks
Switching Techniques.
Chapter 12: Circuit Switching and Packet Switching
Circuit Switching Packet Switching Message Switching
Protocols & Packet Switching
Circuit Switched Network
Switching.
Presentation transcript:

Circuit & Packet Switching

► Two ways of achieving the same goal. ► The transfer of data across networks. ► Both methods have advantages and disadvantages.

Circuit Switching

► A connection path is established between sending & receiving nodes. ► All data follows the same physical path between sender & receiver. ► Lasts as long as it takes to transmit all data. ► ISDN & Dial-up connections

Circuit Switching ► Circuit switched connections take time to establish, up to 10 to 20 seconds. ► Quality can vary with each connection. ► Not efficient as communications channels are generally not used to full capacity. ► More expensive.

Packet Switching ► Does not establish a connection for the entire transmission period. ► The message is divided into packets and each individual packet can take a different path through the network. ► Each packet is given a destination address (IP) and sequence number (TCP).

Packet Switching

► Packets can be routed to avoid congestion ► Therefore, better bandwidth use. ► Packets from different sources can share the same lines. ► Usually much cheaper than circuit switching.

Packet Switching ► There is a processing overhead at the receiving end as messages need to be reconstructed having arrived in the wrong order. ► Data transfer can be slower than circuit as the connection is shared with other data.