Packet switching Monil Adhikari. Packet Switching Packet switching is the method by which the internet works, it features delivery of packets of data.

Slides:



Advertisements
Similar presentations
The Internet.
Advertisements

Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Computer Networking A Top-Down Approach Chapter 4.7.
NETWORK LAYER (1) T.Najah AlSubaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
Chapter 3 CCNA Discovery Encapsulation - Explanations and Clarifications CCNA Discovery Encapsulation - Explanations and Clarifications.
William Stallings Data and Computer Communications 7th Edition
CMPE 80N - Introduction to Networks and the Internet 1 CMPE 80N Winter 2004 Lecture 13 Introduction to Networks and the Internet.
1 An Introduction to Computer Networks Some slides are from lectures by Nick Mckeown, Ion Stoica, Frans Kaashoek, Hari Balakrishnan, and Sam Madden Prof.
Introduction of Web programming Ins. Elaf Alhazmi LECTURE 2.
Networking Components
Data Exchange Packet switching  Packet switching breaks data in to packets before sending it through a network, then reassembles it at the other end –
The internet and the WWW
Switching Techniques Student: Blidaru Catalina Elena.
30-1 Computer Networking The Internet Hourglass Model The physical layer is how machines are physically connected to each other... FTP HTTPNVTFTP.
Chapter 1: Introduction to Web Applications. This chapter gives an overview of the Internet, and where the World Wide Web fits in. It then outlines the.
CPT 123 [299] Internet Skills Overview of the Internet Session One Class Notes DMWilliamson 1998.
Rules of Packet Transmission
I. Basic Network Concepts. I.1 Networks Network Node Address Packet Protocol.
Follow the Data Data (and information) move from place to place in computer systems and networks. As it moves it changes form frequently. This story describes.
Internetworking – What is internetworking? Connect multiple networks of one or more organizations into a large, uniform communication system. The resulting.
1 The Internet and Networked Multimedia. 2 Layering  Internet protocols are designed to work in layers, with each layer building on the facilities provided.
Circuit & Packet Switching. ► Two ways of achieving the same goal. ► The transfer of data across networks. ► Both methods have advantages and disadvantages.
Switching breaks up large collision domains into smaller ones Collision domain is a network segment with two or more devices sharing the same Introduction.
The Inter-network is a big network of networks.. The five-layer networking model for the internet.
The seven layers of the OSI Model are: Basics of Networking.
Chapter 12 - Packet Switching Introduction Sharing Saves Money –Arranging for multiple devices to share a single transmission path lowers cost because.
Packet switching network Data is divided into packets. Transfer of information as payload in data packets Packets undergo random delays & possible loss.
Chapter 2 The Internet Underlying Architecture. How the DNS works? DNS: Domain Name System Visiting a website: - Write the address - IP will use the address.
Presented by Rebecca Meinhold But How Does the Internet Work?
When you take a picture on your phone, the camera turns the light signals into colour values and stores a colour for each pixel. Did you know? An iPhone.
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
Individual Project 1 Sarah Pritchard. Fran, a customer of your company, would like to visit your company’s website from her home computer… How does your.
ISDS 4120 Project 1 DWAYNE CARRAL JR 3/27/15. There are seven layers which make up the OSI (Open Systems Interconnection Model) which is the model for.
Protocol Layering Chapter 11.
IT 210: Web-based IT Fall 2012 Lecture: Network Basics, OSI, & Internet Architecture.
Protocols Monil Adhikari. Agenda Introduction Port Numbers Non Secure Protocols FTP HTTP Telnet POP3, SMTP Secure Protocols HTTPS.
science/internet-intro
PACKET SWITCHING AND CIRCUIT SWITCHING AS PART OF NETWORK AND HARDWARE.
ICSA 341 Data communications & Computer Networks Switching In the WAN, mesh networks are not practical for geographically spread areas with many nodes.
ARP ‘n RARP. The Address Resolution Protocol (ARP) is a request sent out by a computer to find another computer’s MAC address. It already knows the IP.
Internet Flow By: Terry Hernandez. Getting from the customers computer onto the internet Internet Browser
Networking Components Quick Guide. Hubs Device that splits a network connection into multiple computers Data is transmitted to all devices attached Computers.
: MobileIP. : r Goal: Allow machines to roam around and maintain IP connectivity r Problem: IP addresses => location m This is important for efficient.
Data Communication Networks Lec 13 and 14. Network Core- Packet Switching.
Computing: Computer Networking Fundamentals Ian Eyre Part 4 Data Transmission.
Delivery Categories of Messaging. Messaging Categories Unicast: Messages are sent to a single, specific recipient Multicast: Messages are sent to a group.
BASICS Gabriella Paolini (GARR) 27/05/11 - ICCU Roma 1 How INTERNET works !
Data and Computer Communications Chapter 7 Circuit Switching and Packet Switching.
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.
1.4 Wired and Wireless Networks
Networks Keywords Network Hardware
Layered Architectures
How And The Internet Work
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Hiding Network Computers Gateways
How Data Flows through the Internet
How Does Data Travel the Internet?
I. Basic Network Concepts
Modelling the internet
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Topologies, Protocols and Layers
Review of TCP/IP Internetworking
Modelling the internet
PRESENTATION COMPUTER NETWORKS
Switching Techniques.
Net301 LECTURE 10 11/19/2015 Lect
Computer communications
Protocols & Packet Switching
How Our Customers Communicate With Us
WJEC GCSE Computer Science
Presentation transcript:

Packet switching Monil Adhikari

Packet Switching Packet switching is the method by which the internet works, it features delivery of packets of data between devices over a shared network. For example the school web server sending you a webpage over the internet or you sending an to a friend. To get from one device to another the data packets will have to travel through network adapters, switches, routers and other network nodes. The route taken by each packet might vary and at times there might be a lot of data travelling through these nodes meaning packets will be queued. This will result in varying times it takes to send data from one device to another depending on the traffic load in the network.

Packet Switching (Contd.) If you play computer games online you might have heard the term latency (or lag), this is the time taken to send data from one device to another. The higher the latency (time taken to send data), the less responsive your game will be. People with very low latency tend to do better at games as their machines will be more responsive.

Packet Switching Steps Data split into chunks (packets) Each packet has a from address, to address and payload (data chunk) If data requires multiple chunks then the order of each packet is noted Packets sent onto the network, moving from router to router taking different paths (set by the router). Each packet's journey time can therefore differ. Once packets arrive they are re-ordered Message sent from recipient to sender indicating that the message has been received If no confirmation message, sender transmits data again

Exercises

1. For the following packets (Green, Blue, Red), assuming each step from router to router takes an equal time. What order will the packets arrive at their destination? How do we make sure that the packets are read in the correct order? 2. What happens if a packet gets permanently lost on the way to a host? 3. What happens if a router on the network fails? How will the packets get to their destination?

What happens if a router on the network fails? How will the packets get to their destination?

THANK YOU