Chapter 12 - Packet Switching Introduction Sharing Saves Money –Arranging for multiple devices to share a single transmission path lowers cost because.

Slides:



Advertisements
Similar presentations
TCP/IP MODEL Maninder Kaur
Advertisements

Chapter 3 Internet. Physical Components of the Internet Servers Networks Routers.
Packet Switching Network One of the common communications method is packet switching, which divides messages into packets and sends each packet individually.packet.
A Brief History of the Internet. Internet: The early years … The Proliferation of LANs  Engineers have devised many LAN technologies  LAN performance.
IP: The Internet Protocol
The Transport Layer Chapter 6. The TCP Segment Header TCP Header.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
Chapter 29 Structure of Computer Names Domain Names Within an Organization The DNS Client-Server Model The DNS Server Hierarchy Resolving a Name Optimization.
CS335 Networking & Network Administration Tuesday, May 11, 2010.
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Review on Networking Technologies Linda Wu (CMPT )
We are Network Engineers
WXES2106 Network Technology Semester /2005 Chapter 8 Intermediate TCP CCNA2: Module 10.
TCP: Software for Reliable Communication. Spring 2002Computer Networks Applications Internet: a Collection of Disparate Networks Different goals: Speed,
Internet Basics.
A-Level Computing#BristolMet Session Objectives#12 MUST define the term data packet SHOULD describe packet switching and circuit switching COULD explain.
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
Lecture 2 TCP/IP Protocol Suite Reference: TCP/IP Protocol Suite, 4 th Edition (chapter 2) 1.
1 Chapter Client-Server Interaction. 2 Functionality  Transport layer and layers below  Basic communication  Reliability  Application layer.
Chapter 4. After completion of this chapter, you should be able to: Explain “what is the Internet? And how we connect to the Internet using an ISP. Explain.
Packet Switching zPacket is a unit of data that can be transferred at one time. zPacket includes a header and the data. zPackets are of variable sizes.
INTERNET DATA FLOW Created by David Whitchurch for ISDS 4120 Louisiana State University.
Networks QUME 185 Introduction to Computer Applications.
Computer Concepts 2014 Chapter 5 Local Area Networks.
Rules of Packet Transmission
NETWORKING FUNDAMENTALS. Bandwidth Bandwidth is defined as the amount of information that can flow through a network connection in a given period of time.Bandwidth.
EITnotes.com For more notes and topics visit:
I. Basic Network Concepts. I.1 Networks Network Node Address Packet Protocol.
Networking and Internet Dr. John P. Abraham Professor UT-RGV.
Internetworking – What is internetworking? Connect multiple networks of one or more organizations into a large, uniform communication system. The resulting.
Circuit & Packet Switching. ► Two ways of achieving the same goal. ► The transfer of data across networks. ► Both methods have advantages and disadvantages.
William Stallings Data and Computer Communications 7 th Edition Chapter 1 Data Communications and Networks Overview.
Information Flow Across the Internet. What is the Internet? A large group of computers that link together to form the Worldwide Area Network (WAN)
1 Part III Packet Transmission Chapter 7 Packets, Frames, and Error Detection.
1 Packets, Frames, and Error Detection. 2 The Problem Cannot afford individual network connection per pair of computers Reasons –Installing wires consumes.
Internetworking Concept and Architectural Model Chapter 3.
ATM Technologies. Asynchronous Transfer Mode (ATM) Designed by phone companies Single technology meant to handle –Voice –Video –Data Intended as LAN or.
Chapter 9 Hardware Addressing and Frame Type Identification 1.Delivering and sending packets 2.Hardware addressing: specifying a destination 3. Broadcasting.
Chapter 21 IP Encapsulation, Fragmentation, and Reassembly.
Internet Protocol: Routing IP Datagrams Chapter 8.
CCNA 1 v3.0 Module 9 TCP/IP Protocol Suite and IP Addressing
1 Client-Server Interaction. 2 Functionality Transport layer and layers below –Basic communication –Reliability Application layer –Abstractions Files.
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
Chapter 2 Network Models
1 Chapter 7 Switching, Packets, Frames, Parity, Checksums, and CRCs.
Linux Operations and Administration Chapter Eight Network Communications.
Mapping IP Addresses to Hardware Addresses Chapter 5.
The Internet Book. Chapter 16 3 A Packet Switching System Can Be Overrun Packet switching allows multiple computers to communicate without delay. –Requires.
Internet Architecture. 2 INTRODUCTION INTERNET developed by a community of researchers centered around the Defense Advanced Research Projects Agency (DARPA)
PACKET SWITCHING AND CIRCUIT SWITCHING AS PART OF NETWORK AND HARDWARE.
2.1 Chapter 2 Network Models – cont. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
TCP/IP Protocol Suite and IP Addressing Presented By : Dupien AMS.
Week #8 OBJECTIVES Chapter #5. CHAPTER 5 Making Networks Work Two Networking Models –OSI OPEN SYSTEMS INTERCONNECTION PROPOSED BY ISO –INTERNATIONAL STANDARDS.
CSCI-100 Introduction to Computing The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
COMPUTER NETWORKS CS610 Lecture-4 Hammad Khalid Khan.
The OSI Model Prof. Choong Seon HONG.
OSI Protocol Stack Given the post man exemple.
Ken Gunnells, Ph.D. - Networking Paul Crigler - Programming
IOS Network Model 2nd semester
I. Basic Network Concepts
Data Communication and Computer Networks
Network Protocol Layers
Protocols 1 Key Revision Points.
Computer communications
Introduction and Overview
Network and the internet
COMPUTER NETWORKS CS610 Lecture-37 Hammad Khalid Khan.
Switching, Packets, Frames, Parity, Checksums, and CRCs
Chapter 15 - IP: Software To Create A Virtual Network
Presentation transcript:

Chapter 12 - Packet Switching Introduction Sharing Saves Money –Arranging for multiple devices to share a single transmission path lowers cost because it uses fewer wires and fewer switching machines Sharing Introduces Delays –Granting one party exclusive access of a shared transport path can be impractical because it can delay all other parties Sharing Wires Selectable Channels (unique frequencies) Sharing By Taking Turns

Chapter 12 - Packet Switching Packet Switching Avoids Delays Each Packet Must Be Labeled (uses header) Computers Have Addresses (IP Addresses) –Each computer attached to a network is assigned a unique number called its address. A packet contains the address of the computer that sent it and the computer to which it is sent. Packets Are Not All the Same Size Packet Transmission Seems Instantaneous –A packet switching system permits multiple pairs of computers to communicate across a shared network with minimal delay because it divides each conversation into small packets and arranges for the computers that share a network to take turns sending packets.

Chapter 12 - Packet Switching Sharing Is Automatic –Because packet switching systems adapt instantly as computers become ready to send data or others finish sending data, each computer receives a fair share of network resources at any given time. Network Hardware Handles Sharing –From a computer's point of view obtaining fair access to a shared network is automatic - the network hardware handles all the details. Many Devices Can Use Packet Switching –Although many types of devices can connect directly to a computer network, each such device must contain a small computer that handles communications.

Chapter 12 - Packet Switching Relevance To The Internet –All data is transferred across the Internet in packets. A sender divides a message or document into packets and transfers the packets across the Internet. A receiver reassembles the original message from the packets that arrive. Packets from many machines traverse the Internet at the same time. Terms –destination address –network printer –packet –packet switching –source address