A-Level Computing#BristolMet Session Objectives#12 MUST define the term data packet SHOULD describe packet switching and circuit switching COULD explain.

Slides:



Advertisements
Similar presentations
Packet Switching vs. Circuit Switching
Advertisements

Review of Topology and Access Techniques / Switching Concepts BSAD 141 Dave Novak Sources: Network+ Guide to Networks, Dean 2013.
A-Level Computing#BristolMet Session Objectives#11 MUST identify the hardware required to connect to the Internet SHOULD describe how data is transmitted.
Answers of Exercise 7 1. Explain what are the connection-oriented communication and the connectionless communication. Give some examples for each of the.
Packet Switching Vs Circuit Switching Packet-switched and circuit-switched networks use two different technologies for sending messages and data from one.
Networks Types. Spring 2002Computer Network Applications Data Transfer During the ’70s: Minicomputers became affordable; Need to communicate information;
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
Open System Interconnection (OSI) Model
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
1 Computer Networks Switching Technologies. 2 Switched Network Long distance transmission typically done over a network of switched nodes End devices.
Damian Gordon.  When we hook up computers together using data communication facilities, we call this a computer network.
Term 2, 2011 Week 1. CONTENTS Network communications standards – Ethernet – TCP/IP Other network protocols – The standard – Wireless application.
Data Exchange Packet switching  Packet switching breaks data in to packets before sending it through a network, then reassembles it at the other end –
OSI Model. Open Systems Interconnection (OSI) is a set of internationally recognized, non-proprietary standards for networking and for operating system.
Chapter 1: Overview Lecturer: Alias Mohd Telecommunications Department Faculty of Electrical Engineering UTM SET 4573: Data Communication and Switching.
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.
GCSE Computing#BristolMet Session Objectives#16 MUST describe the hardware needed to connect to the Internet and describe the nature of the Internet. SHOULD.
Communication Networks
AS Computing F451 F451 Data Transmission. What data is transmitted? Phone SMS Radio TV Internet.
Computers Are Your Future Tenth Edition Chapter 8: Networks: Communicating & Sharing Resources Copyright © 2009 Pearson Education, Inc. Publishing as Prentice.
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.
Networks QUME 185 Introduction to Computer Applications.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
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.
Sami Al-wakeel 1 Data Transmission and Computer Networks The Switching Networks.
Computer Networks Lecture 5 Packet Switching & Circuit Switching, Causes of impairment Lahore Leads University.
 Circuit Switching  Packet Switching  Message Switching WCB/McGraw-Hill  The McGraw-Hill Companies, Inc., 1998.
William Stallings Data and Computer Communications 7 th Edition Chapter 1 Data Communications and Networks Overview.
Networks CS105. What is a computer network? A computer network is a collection of computing devices that are connected in various ways so that they can.
Overview of computer communication and Networking Communication VS transmission Computer Network Types of networks Network Needs Standards.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
Computer Networks with Internet Technology William Stallings
Computer by S.Shrestha (comp 251)
Chapter 12 - Packet Switching Introduction Sharing Saves Money –Arranging for multiple devices to share a single transmission path lowers cost because.
William Stallings Data and Computer Communications
Lecture (Mar 23, 2000) H/W Assignment 3 posted on Web –Due Tuesday March 28, 2000 Review of Data packets LANS WANS.
3.3 Data Networks. Overview Identify the main differences between LAN and WAN. Identify the advantages of using a network over stand-alone computers.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Networks Am I hooked up?. Networks definition sizes of networks types advantages and disadvantages how data is sent transmission media business uses.
Mr C Johnston ICT Teacher G055 - Lecture 03 Local and Wide Area Networks.
Lecture 1: Major Networking Concepts: a Review Dr. Najla Al-Nabhan.
Higher Computing Networking. Networking – Local Area Networks.
WAN Transmission Media
PACKET SWITCHING AND CIRCUIT SWITCHING AS PART OF NETWORK AND HARDWARE.
Data Communication and Networks Chapter 5. What’s a Network? a network consists of two or more computers that are connected together to share information.
Data Communication & Networking. Data communication Not to be confused with telecommunication –Any process that permits the passage from a sender to one.
Data Communication Networks Lec 13 and 14. Network Core- Packet Switching.
# 1 6/8/2016 CS 147- Computer Architecture Network Communication and YOU By Ali Farsio.
Chapter 3.  Help you understand what hardware is required to allow networks to work including: ◦ Repeaters ◦ Hub ◦ Switch ◦ Bridge ◦ Gateway (not needed.
Cisco Router Technology. Overview Topics :- Overview of cisco Overview of cisco Introduction of Router Introduction of Router How Router Works How Router.
2.2 Interfacing Computers MR JOSEPH TAN CHOO KEE TUESDAY 1330 TO 1530
Network types Point-to-Point (Direct) Connection Dedicated circuit boards connected by cable; To transfer data from A to B: – A writes on its circuit board;
INTRODUCTION TO COMPUTER NETWORKS BY: SAIKUMAR III MSCS, Nalanda College.
Planning & System Installation
Networks Keywords Network Hardware
Chapter 4 Introduction to Network Layer
Networks By Lawrence standen.
Wide Area Network.
Local Area and Wide Area Networks
Chapter 4 Introduction to Network Layer
Local Area and Wide Area Networks
Network Protocol Layers
Computer communications
WJEC GCSE Computer Science
WJEC GCSE Computer Science
Presentation transcript:

A-Level Computing#BristolMet Session Objectives#12 MUST define the term data packet SHOULD describe packet switching and circuit switching COULD explain the difference in the use of packet switching and circuit switching Use ipads to make an informative animation

A-Level Computing#BristolMet LAN & WAN Differences Starter: Explain as many differences between a LAN and a WAN as you can. Which network do you think is the most secure and why?? LANWAN All machines and devices are locoal (close proximity) Machines and devices are spread to more remote locations (overseas?) Majority of network connected via physical links (hardwired via cables unless solely using wireless) Will usually incorporate a satellite link if connecting over long distances (international) The organisation usually owns all of the network infrastructure (cables and other network hardware) The network usually requires the use of 3 rd party or public communications mediums (such as BT Internet lines) to complete the network.

A-Level Computing#BristolMet Data Packets When data is sent from one machine to another over a network, either through the internet or over a LAN, it needs to be collected together in bundles called packets. Packets – bundles of data ready to be transmitted. The size of the ‘message’ doesn’t matter as packages are a standard size, the bigger the message the more packets sent. A data packet consists of several parts or labels Source Address Destination Address Packet Sequence Number DATA Error Checking (Checksum) Where the file Is coming from Where it is going to Which part of the file it is The data itself Ensuring it is the same as original and not corrupted

A-Level Computing#BristolMet Sending data packets When data is bundled into a packet there a 2 ways in which the packet can be sent across a network: circuit switching and packet switching. Circuit Switching – a path between the machines is established first and all packets are sent in order. The path is reserved for the duration of the message and then shuts down Advantages: Packets arrive in the right order. Circuit dedicated to data transfer Disadvantages: Network tied up and could be used more efficiently. It takes a relatively long time to set up the circuit. Packet Switching – Individual packets are sent on to the network and each follows the most convenient route at that time. They will probably arrive in a different order but the number sequence label is read and reordered at the destination machine. Advantages: Does not tie up network and are difficult to intercept messages (more secure) Disadvantages: Under heavy use there can be a delay. Data packets can get lost or become corrupted.

A-Level Computing#BristolMet Circuit vs Packet Switching Watch this video clip to help confirm your understanding of the difference between packet and circuit switching. TASK: In pairs use the iPads to make a fun animation to explain the differences between circuit and packet switching. Highlight how the data is bundled and the advantages and disadvantages of each mehtod.