Circuit and Packet Switching

Slides:



Advertisements
Similar presentations
Packet Switching vs. Circuit Switching
Advertisements

Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Packet Switching Vs Circuit Switching Packet-switched and circuit-switched networks use two different technologies for sending messages and data from one.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
William Stallings Data and Computer Communications 7th Edition
Computer Networks IGCSE ICT Section 4.
Term 2, 2011 Week 1. CONTENTS Network communications standards – Ethernet – TCP/IP Other network protocols – The standard – Wireless application.
Networking Components Chad Benedict – LTEC
A-Level Computing#BristolMet Session Objectives#12 MUST define the term data packet SHOULD describe packet switching and circuit switching COULD explain.
Data Communications and Networking
Networks and Hackers Copyright © Texas Education Agency, All rights reserved. 1.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 CHAPTER 3 Created by, David Zolzer, Northwestern State University—Louisiana The Internet and World Wide.
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
Networks QUME 185 Introduction to Computer Applications.
Royal Latin School. Spec Coverage: a) Explain the advantages of networking stand-alone computers into a local area network e) Describe the differences.
Definitions What is a network? A series of interconnected computers, linked together either via cabling or wirelessly. Often linked via a central server.
Computer Networks Lecture 5 Packet Switching & Circuit Switching, Causes of impairment Lahore Leads University.
The seven layers of the OSI Model are: Basics of Networking.
INTRANETS MR ROSS UNIT 3 IT APPLICATIONS. DEFINITION An intranet is an internal, secured environment that has a similar look and feel to the Internet,
Higher Computing Networking. Networking – Local Area Networks.
Networks Network Components. Learning Objectives Describe different media for transmitting data and their carrying capabilities. Explain the different.
Data Communication Networks Lec 13 and 14. Network Core- Packet Switching.
Day 13 Intro to MANs and WANs. MANs Cover a larger distance than LANs –Typically multiple buildings, office park Usually in the shape of a ring –Typically.
Chapter 3.  Help you understand what hardware is required to allow networks to work including: ◦ Repeaters ◦ Hub ◦ Switch ◦ Bridge ◦ Gateway (not needed.
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.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Muhammad Waseem Iqbal Lecture # 20 Data Communication.
Component 1 Network Protocols.
Ethernet, WiFi & Protocols
1.4 wired and wireless networks lesson 2
Unit Communication Hardware
Network and hardware revision
LAN, WAN, and Network Topologies
Primary and Secondary Storage
Input, Output, and Specialist Devices
IP and MAC Addresses, DNS Servers
Unit 1 Logical operators.
Additional hardware components, and Embedded Systems
Component 1 Logical operators.
2E, F, G, H, I Component 2.
Section 4 – Computer Networks
THE NEED FOR DNS DOMAIN NAME SYSTEM
Web Programming– UFCFB Lecture 2
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Packet Switching Datagram Approach Virtual Circuit Approach
Introduction to Networking & Telecommunications
How And The Internet Work
Using MIS 2e Chapter 6 Appendix
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Teaching Computing to GCSE
Computer Networks Lesson 3.
Chapter 5 Networks Communicating and Sharing Resources
CS222 Web Programming Course Outline
Chapter 6 Networks Communicating and Sharing Resources
I. Basic Network Concepts
Progress leisure OCR GCSE ICT.
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Networks 1 Key Revision Points.
Data Communication Networks
Switching Techniques.
Computer communications
Introduction and Overview
How Our Customers Communicate With Us
Computer Networks Lesson 3.
Computer Networks Lesson 1.
Communication and the Internet
WJEC GCSE Computer Science
Computer Networks Lesson 2.
Year 9 Computer Science Digital Portfolio
Presentation transcript:

Circuit and Packet Switching Component 1 Circuit and Packet Switching

Starter: Pre-Reading Recap What is circuit switching? What are the advantages of circuit switching? What are the disadvantages? What is a packet? What information is in a packet? How big is a packet? What does a checksum do? What is packet switching? What are the advantages of packet switching? What is data redundancy? What is routing? Can you think of a real world example of routing?

Learning Intentions and Outcomes Learning Intention: To develop an understanding of how data is transferred around a network Learning Outcomes: Explain and give advantages and disadvantages of circuit switching and packet switching Describe the typical contents of a TCP/IP packet Describe methods of routing traffic on a network and calculate routing costs

Circuit Switching Circuit switching is a networking technology that provides a temporary but dedicated link between two stations or nodes regardless of the number of switching devices through which the data has to travel. During the connection no other data can be transmitted along the same route. The landline telephone system is an example of a circuit switched network.

Circuit Switching: Landlines The telephone system in the UK used to use a technique called 'circuit switching' to let two telephones (or computers) connect across the national network. Circuit switching enables you to send digital messages across a network by setting up a physical path between the sender and receiver. This is done using wires or fibre optic cable and is set up prior to transmission of the message. The path remains open throughout the communication and is only released for use by others once the message is complete.

Circuit Switching: Advantages The main advantage of circuit switching is that it is reliable and once the connection is established it is fast and generally error free.

Circuit Switching: Disadvantages It takes time to establish the connection. Should anywhere on the route fail then the connection will be broken Very inefficient - once the connection is made, the line is tied up and no one else can use them, even if no data is passing between them. Difficult to scale up the network to deal with millions of devices. Every connection would have to be capable of supporting the maximum bandwidth required. This was no problem for voice calls as a voice call needs a very low bandwidth (3KHz), but not when bandwidths of 100Mbps + are needed

Grade 4 Exercises Complete questions 1-4 of the Grade D exercises on Circuit Switching Remember to be smart when using the Internet: Wikipedia is often complicated – sometimes even I don’t understand! BBC Bitesize, Teach ICT, and Revision World are better places to find your information!

Packet Switching To overcome the problems with circuit switching, packet switching was developed. Rather than relying on a dedicated connection packet switching breaks the data down into small packets that can be sent by more than one route.

Packets A packet is a collection of data that is transmitted over a packet-switched network. A file has to be broken up into small chunks of data known as data packets in order to be transmitted over a network. The data is then re-built once it reaches the destination computer. Networking hardware is required to connect computers and manage how data packets are communicated. 

The destination address Other tracking information Packets: Content All Packets contain similar data and they are all built the same. They contain: The source address (Sender information) The destination address (Destination information) Information to enable the data to be reassembled (Like a cipher key) Other Tracking Information (Such as the number of the packet, and the total number e.g. 1/20, 4/20) The data itself A Checksum (This checks that the data has not been corrupted) The source address The destination address Information which enables the data to be reassembled into its original form Other tracking information The data itself A checksum that checks that the data has not been corrupted

Packet Switching Packet switching is the process of delivering packets from one computer system to another using a designated device, such as a switch or a router. Unlike circuit switching where the whole message is sent in one go, with packet switching the message is broken down into smaller parts (data packets) and these parts are sent individually through the network. The packets are given a 'packet number' to identify the order they are in. The packets will travel across the network, usually in different directions, taking the shortest route available. When the individual packets arrive at their destination they will be reassembled back together in the correct order.

Packet Switching Once all of the packets have safely arrived a message will be sent to the original computer as confirmation. If a packet is missing or corrupted then the message will instead be sent asking for that particular packet to be resent.

Packet Switching: Example A Message is being sent from A to F It has been split into 3 parts “Hel” “lo B” “ill!” What does the message say? What information is required to get from A to F?

Packet Switching: Advantages and Disadvantages Communication – it is easy (and often free) to communicate using email, text messages, voice calls and video calls. Roaming – if information is stored on a network, it means users are not fixed to one place. They can use computers anywhere in the world to access their information. Sharing information – it is easy to share files and information over a network. Music and video files, for instance, can be stored on one device and shared across many computers, so every computer does not need to fill the hard drive with files. Sharing resources – it is easy to share resources such as printers. Twenty computers in a room could share one printer over a network. Sharing software – it is possible to stream software using web applications. This avoids needing to download and store the whole software file. Dependence – users relying on a network might be stuck without access to it. Hacking - criminal hackers attempt to break into networks in order to steal personal information and banking details. This wouldn't be possible on a stand-alone computer without physically getting into the room, but with a network it is easier to gain access. Hardware – routers, network cards and other network hardware is required to set up a network. At home, it is quite easy to set up a wireless network without much technical expertise. However, a complicated network in a school or an office would require professional expertise. Viruses - networks make it easier to share viruses and other malware. They can quickly spread and damage files on many computers via a network.

Graded Exercises: Packet Switching Complete questions 5-8 of the grade 4 graded exercises on Packet Switching Remember to be smart when using the Internet: Wikipedia is often complicated – sometimes even I don’t understand! BBC Bitesize, Teach ICT, and Revision World are better places to find your information!

Routing Routing is the name given to the method of selecting paths along which packets are sent on a computer network. Specialist computer systems such as routers, switches, bridges, firewalls and gateways construct in their memory a routing table, which stores a number of paths along which it is best to send packets to reach a specific destination. – Think about commuting. People know their route to work/school, but if something goes wrong on the route they probably know their second best route! Maintaining accurate routing tables is essential for ensuring that packets are delivered as quickly as possible.

Routing: Example In the example shown, computer system 1 is sending a packet to computer system 126. Clearly, the quickest route for the packet to arrive at its destination is to be sent from router A, on to router B followed by router E for delivery to computer system 126. Good Route A > B > E Bad Route A > C > D > E

Routing: Network Paths – Failure! Most routers use only one network path at a time, such as the preferred route above (Computer system 1 > Router A > Router B > Router E > Computer system 126). Some multipath routing techniques enable the same packets to be sent using multiple alternative paths at the same time. This means that in the event of Router B failing in the transmission above, the same packet would also have been sent via the alternative longer route set out above (Computer system 1 > Router A > Router C > Router D > Router E > Computer system 126), to ensure that the packet arrives at its destination.

Graded Exercises: Routing Complete questions 5-8 of the grade 4 graded exercises on Routing Remember to be smart when using the Internet: Wikipedia is often complicated – sometimes even I don’t understand! BBC Bitesize, Teach ICT, and Revision World are better places to find your information!

Graded Exercises Complete Grade 5-7 Graded Exercises When you have completed these self- assess them using the mark schemes provided Extension Move on to the Grade 8 Extension Remember to be smart when using the Internet: Wikipedia is often complicated – sometimes even I don’t understand! BBC Bitesize, Teach ICT, and Revision World are better places to find your information!

Crib Sheet – What I must remember about _______ Starting Point: Read the learning outcomes from the exam board Record the key facts that you need to remember about Circuit and Packet switching. Think about what you have learnt today, what questions you have been asked, definitions of words, or anything else you think is important!

Homework Question Sheets: Pre-reading notes: Q37 (Network Hardware) 29-30 (IP and MAC addresses, DNS Servers)