To Previous Chapter To Table of Contents To Bottom of Page To Next Chapter

Chapter 11 - Packet Switching

  1. Introduction
  2. Sharing Saves Money
    Arranging for multiple devices to share a single transmission path lowers cost because it uses fewer wires and fewer switching machines
  3. Sharing Introduces Delays
    Granting one party exclusive access of a shared transport path can be impractical because it can delay all other parties
  4. Sharing Wires
  5. Selectable Channels (unique frequencies)
  6. Sharing By Taking Turns
  7. Packet Switching Avoids Delays
  8. Each Packet Must Be Labeled
  9. Computers Have 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.
  10. Packets Are Not All the Same Size
  11. 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.
  12. Sharing Is Automatic
    Because packet switching systems adapt instantly as compters become ready to send data or others finish sending data, each computer receives a fair share of network resources at any given time.
  13. 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.
  14. 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.
  15. 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.

To Previous Chapter To Table of Contents To top of page To Next Chapter