Packet Switched Networks (Chapter 11.1) by Beverley Louis

Slides:



Advertisements
Similar presentations
COMPUTER NETWORK TOPOLOGIES
Advertisements

Interconnection Networks: Flow Control and Microarchitecture.
Computer Network Topologies
Evolution of the Internet Mrs. Wilson Internet Basics & Beyond Rocky Point High School.
CSCI-235 Micro-Computers in Science The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
Lecture 13 Information and History. Objectives Revolution or Paradigms of Information Systems Development of Information Systems in historical context.
ECOM 4314 Data Communications Fall September, 2010.
William Stallings Data and Computer Communications 7th Edition
Chapter 10 Introduction to Wide Area Networks Data Communications and Computer Networks: A Business User’s Approach.
Data Communications and Networking
Chapter 13: WAN Technologies and Routing 1. LAN vs. WAN 2. Packet switch 3. Forming a WAN 4. Addressing in WAN 5. Routing in WAN 6. Modeling WAN using.
MODULE IV SWITCHED WAN.
Network Layer (3). Node lookup in p2p networks Section in the textbook. In a p2p network, each node may provide some kind of service for other.
Chapter 1 - Introduction How do Computer Networks and Internet operate? Explosive growth Internet Economic impact Complexity Abstractions and concepts.
The Internet Trisha Cummings ITE115. What is the Internet? The Internet is a world-wide network of computer networks that use a common communications.
Circuit & Packet Switching. ► Two ways of achieving the same goal. ► The transfer of data across networks. ► Both methods have advantages and disadvantages.
8.1 Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Switching breaks up large collision domains into smaller ones Collision domain is a network segment with two or more devices sharing the same Introduction.
 Circuit Switching  Packet Switching  Message Switching WCB/McGraw-Hill  The McGraw-Hill Companies, Inc., 1998.
Overview of computer communication and Networking Communication VS transmission Computer Network Types of networks Network Needs Standards.
1 Voice and Video Networks Reserved Capacity –Circuit capacity is reserved during duration of each call –At each switch –On each trunk line Circuit Reserved.
1 Lecture # 21 Evolution of Internet. 2 Circuit switching network This allows the communication circuits to be shared among users. E.g. Telephone exchange.
Hierarchies Ethernet Switches Must be Arranged in a Hierarchy –Root is the top-level Ethernet Switch Root.
Communication Networks - Overview CSE 3213 – Fall November 2015.
Networks. Ethernet  Invented by Dr. Robert Metcalfe in 1970 at Xerox Palo Alto Research Center  Allows group of computers to communicate in a Local.
Internet Overview (Chapter 1 in [2]). 2 Outline History of the Internet History of the Internet Seven Layers of the OSI Model Seven Layers of the OSI.
1 Evolution of the Internet Evolution of the Internet Presented by: Presented by: Usman Akhtar Usman Akhtar Roll no Roll no presented for:
 The Internet is the huge network of computers that links many different types of computers all over the world.  It is a network of networks that shares.
Packet switching Monil Adhikari. Packet Switching Packet switching is the method by which the internet works, it features delivery of packets of data.
Motivation and Tools NETD411 – Computer Technology and Architecture.
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-17 Hammad Khalid Khan.
Introduction to TCP/IP. What is TCP/IP? It is a protocol suite Enables computers within a network to communicate with each other Network can be made up.
Data and Computer Communications Chapter 7 Circuit Switching and Packet Switching.
Network Layer COMPUTER NETWORKS Networking Standards (Network LAYER)
COMPUTER NETWORKS and INTERNETS
A bit of Computer History
Distributed Systems.
The Underlying Technologies
Computer Network Topologies
URL: Chapter 8 Switching Tel: (03) Ext: URL:
Packet Switching Datagram Approach Virtual Circuit Approach
Topics discussed in this section:
BY Engr. Mehran Mamonai Department of Telecommunication Engineering
ADDRESSING Before you can send a message, you must know the destination address. It is extremely important to understand that each computer has several.
Chapter 3 Switching.
Shuffle Exchange Point-to-point, Bus, Ring, Star, Mesh
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
A Brief History of the Internet
SWITCHING Switched Network Circuit-Switched Network Datagram Networks
WAN Technologies and Routing
Data and Computer Communications by William Stallings Eighth Edition
Chapter 3: Open Systems Interconnection (OSI) Model
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Review of TCP/IP Internetworking
Data Communication Networks
Switching Techniques.
Network Topologies Charles Warren.
The Internet What is the internet?
Data Communications and Networking
Detect and Prevent Rogue Traffic in Mobile Ad Hoc Networks
Introduction and Overview
Wide Area Networks (WANs), Routing, and Shortest Paths
DATA COMMUNICATION Lecture-2.
was not invented by Al Gore…
Wide Area Networks (WANs), Routing, and Shortest Paths
Circuit Switched Network
COMPUTER NETWORKS CS610 Lecture-16 Hammad Khalid Khan.
Switching Chapter 2 Slides Prepared By: -
WJEC GCSE Computer Science
Presentation transcript:

Packet Switched Networks (Chapter 11.1) by Beverley Louis

Packet Switched Networks (brief History) During the Cold War in the late 1950's, the US Department of Defense was concerned about a nuclear war's effect on their communications systems. Existing networks were point-to-point networks. Stations or nodes were linked to each other in a line or chain.

Data must travel through each node / Station to reach destination Point-to-Point Network Data must travel through each node / Station to reach destination If one station was destroyed, the entire chain of nodes would not be able to communicate.

A researcher who worked for the military discussed the possibility of a 'decentralized network' where the network's nodes / stations each had multiple connections to each other, and there was no central node or server. If a node /Station were destroyed, communications could be redirected through other nodes to reach the intended destination. In 1969 the Pentagon's Advanced Research Projects Agency (ARPA) funded and developed this idea as the first packet-switching network.

How does it work ? dividing a message into tiny chunks, or packets. each packet contains a destination address. packets are routed through various paths within a distributed network. Packets move between nodes quickly & arrive at their destination within a fraction of a second.

the network picks the best possible route for a packet to take through the network at any particular time thereby maximizing efficiency. In the event of a node or path (link) failure. Packets are re-routed automatically, but the overall system is still operable.

The End Thank You