Dealing with Different Types of Networks

Slides:



Advertisements
Similar presentations
CSE 413: Computer Networks
Advertisements

Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Jaringan Komputer Lanjut Packet Switching Network.
Networks: Switching1 Point-to-Point Network Switching.
4-1 Network layer r transport segment from sending to receiving host r on sending side encapsulates segments into datagrams r on rcving side, delivers.
Wide Area Networks School of Business Eastern Illinois University © Abdou Illia, Spring 2007 (Week 11, Thursday 3/22/2007)
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.
1 Computer Networks Switching Technologies. 2 Switched Network Long distance transmission typically done over a network of switched nodes End devices.
Switching Techniques Student: Blidaru Catalina Elena.
Data Communications and Networking
29-Aug-154/598N: Computer Networks Switching and Forwarding Outline –Store-and-Forward Switches.
CS 447 Networks and Data Communication
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
Circuit & Packet Switching. ► Two ways of achieving the same goal. ► The transfer of data across networks. ► Both methods have advantages and disadvantages.
TELE202 Lecture 5 Packet switching in WAN 1 Lecturer Dr Z. Huang Overview ¥Last Lectures »C programming »Source: ¥This Lecture »Packet switching in Wide.
Sami Al-wakeel 1 Data Transmission and Computer Networks The Switching Networks.
Switching breaks up large collision domains into smaller ones Collision domain is a network segment with two or more devices sharing the same Introduction.
Data and Computer Communications Circuit Switching and Packet Switching.
Computer Networks with Internet Technology William Stallings
CS 453 Computer Networks Lecture 18 Introduction to Layer 3 Network Layer.
CSCI 465 D ata Communications and Networks Lecture 14 Martin van Bommel CSCI 465 Data Communications & Networks 1.
Packet switching network Data is divided into packets. Transfer of information as payload in data packets Packets undergo random delays & possible loss.
Review of Network Technologies. Basic of Network concepts Computer Network – A Communication system for connecting computers/hosts Why? – Better connectivity.
Unit III Bandwidth Utilization: Multiplexing and Spectrum Spreading In practical life the bandwidth available of links is limited. The proper utilization.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 CH. 8: SWITCHING & DATAGRAM NETWORKS 7.1.
WAN Transmission Media
1 Switching and Forwarding Sections Connecting More Than Two Hosts Multi-access link: Ethernet, wireless –Single physical link, shared by multiple.
Switching. Circuit switching Message switching Packet Switching – Datagrams – Virtual circuit – source routing Cell Switching – Cells, – Segmentation.
Network Layer Lecture Network Layer Design Issues.
Data Communication Networks Lec 13 and 14. Network Core- Packet Switching.
Lecture # 3: WAN Data Communication Network L.Rania Ahmed Tabeidi.
Day 13 Intro to MANs and WANs. MANs Cover a larger distance than LANs –Typically multiple buildings, office park Usually in the shape of a ring –Typically.
Fall, 2001CS 6401 Switching and Routing Outline Routing overview Store-and-Forward switches Virtual circuits vs. Datagram switching.
Data and Computer Communications Chapter 7 Circuit Switching and Packet Switching.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 10 – Circuit Switching and Packet Switching.
SWITCHING. Switching is process to forward packets coming in from one port to a port leading towards the destination. When data comes on a port it is.
Data and Computer Communications Ninth Edition by William Stallings Chapter 10 – Circuit Switching and Packet Switching Data and Computer Communications,
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Muhammad Waseem Iqbal Lecture # 20 Data Communication.
Point-to-Point Network Switching
Chapter 4 Introduction to Network Layer
Packet Switching Outline Store-and-Forward Switches
Packet Switching Datagram Approach Virtual Circuit Approach
Switching and High-Speed Networks
Chapter 5 The Network Layer.
Introduction and Overview of Network and Telecommunications (contd.)
Topics discussed in this section:
Switching and Forwarding Bridges and Extended LANs
CS4470 Computer Networking Protocols
Chapter 3 Switching.
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
SWITCHING Switched Network Circuit-Switched Network Datagram Networks
William Stallings Data and Computer Communications
Chapter 4 Introduction to Network Layer
Data Communication and Computer Networks
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Network Core and QoS.
Data Communication Networks
Switching Techniques.
Circuit Switching Packet Switching Message Switching
Congestion Control (from Chapter 05)
Chapter 3 Part 3 Switching and Bridging
Routing and the Network Layer (ref: Interconnections by Perlman
Congestion Control (from Chapter 05)
WJEC GCSE Computer Science
An Engineering Approach to Computer Networking
Point-to-Point Network Switching
Network Core and QoS.
Switching.
Presentation transcript:

Dealing with Different Types of Networks Data Link Layer Issues Dealing with Different Types of Networks www.assignmentpoint.com

Types of Networks Network hardware can be categorized into: Circuit-switched (e.g. telephone) Prior to communication, the hardware establishes a dedicated end-to-end connection Since there is a dedicated connection, a continuous stream of bytes can be sent Frequency or time-division multiplexing can be used to share links in such a network Packet-switched (e.g. Ethernet, ATM) Data is divided into packets of limited size, and each is forwarded through the network to the destination This can be done by routers or switches www.assignmentpoint.com

Types of Networks Disadvantages Circuit-switched Packet-switched A dedicated connection that has no transmission means wasted bandwidth A connection is time consuming if short, infrequent, or sporadic communication is to occur Packet-switched Forwarding each packet means that each router must decide the next hop for every packet (even for the same destination) Routers are typically network slowdowns due to the amount of processing, as well as input/output buffering www.assignmentpoint.com

Types of Networks Circuit-switching is used in a telephone conversation A connection to the receiver is established by the sender (the caller) The telephone company reserves a certain bandwidth (64 Kbps for voice communication) for this call If the bandwidth is not used by the callers, it is wasted Packet-switching is similar to the postal service Each message (envelope) is addressed to the recipient individually, and the postal service delivers each message to the recipient The postal service may deliver these envelopes through different cities and methods of transport (airplane, truck, …) It can be said that these messages can be delivered using different routes www.assignmentpoint.com

Circuit-Switching A B Talk Call: B Telephone Company Switching System Disconnect www.assignmentpoint.com

Circuit-Switching A B Telephone Company Switching System www.assignmentpoint.com

Packet-Switching A B Postal Network Quebec, QC Buffalo, NY Montreal, QC A Windsor, ON B Toronto, ON Niagara Falls, ON London, ON Ottawa, ON Kitchener, ON Postal Network www.assignmentpoint.com

Types of Packet-Switching Virtual circuit-switching A ‘virtual circuit’ is created between source and destination This VC is used for all subsequent sending of packets Datagram Each packet is routed individually www.assignmentpoint.com

Virtual Circuit Packet-Switching Advantages After the first message, routing is faster A route must only be determined once, for the first message Once the route has been determined, the path used by the router is reused for all messages As a result, routing tables are much smaller (and can be searched more quickly) Because a connection is created, the connection identifier can be used (alone) to address packets Typically, such as with ATM cells, this can reduce the size of a cell/packet’s header Messages do not arrive out of order As a result, receivers do not need to reorder the cells www.assignmentpoint.com

Virtual Circuit Packet-Switching Disadvantages Connections take some time to create Routers/switches must intercommunicate in order to create the connection Infrequent messaging is not suitable for connection-based messaging The connection may be lost after a timeout, and will have to be recreated again and again The time delay for creating the connection may outweigh the speed benefits of using connection-based transport Routing tables will be dynamic, and routing algorithms are more complex www.assignmentpoint.com

Datagram Packet-Switching Advantages Connections need not be created Infrequent messaging is perfect for connectionless messaging Connectionless messaging can be resumed after any amount of delay, any number of times, without any delays due to the resumption of communication Routing each message separately allows for load balancing Some messages may be sent through one route, but when that route becomes saturated, messages may then be sent through a different route in order to achieve the most optimal communication possible www.assignmentpoint.com

Datagram Packet-Switching Disadvantages Each message takes a certain amount of time to transmit (including transmission, routing, reception, etc.) Nodes communicating large amounts of information in a short time will: Use a lot of bandwidth for things such as header information Waste a lot of time routing messages to the same destination Messages may arrive out of order Messages must be reordered by the recipient www.assignmentpoint.com