SWITCHING Switched Network Circuit-Switched Network Datagram Networks

Slides:



Advertisements
Similar presentations
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Advertisements

NETWORK LAYER (1) T.Najah AlSubaie Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET331.
ECOM 4314 Data Communications Fall September, 2010.
Switching When we have a lot of devices that want to communicate, how do we set up connections between them?
Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Computer Networks Switching Technologies. 2 Switched Network Long distance transmission typically done over a network of switched nodes End devices.
8.1 Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 8.# 1.
MODULE IV SWITCHED WAN.
7.1 Chapter 7 Transmission Media Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
8.1 Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
Review of Networking Concepts Part 1: Switching Networks
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 4 Introduction to Network.
Virtual Circuit Network. Network Layer 2 Network layer r transport segment from sending to receiving host r network layer protocols in every host, router.
Switched network.
EITnotes.com For more notes and topics visit:
ECE 466 Switching Networks. ECE 466 A communication network provides a scalable solution to connect a large number of end systems Communication Networks.
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.
8.1 Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Lecture 6 Introduction To Switching Circuit Switching.
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.
Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Packet switching network Data is divided into packets. Transfer of information as payload in data packets Packets undergo random delays & possible loss.
Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Lecture 8 Virtual Switching (contd.) & Message Switching.
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
Unit III Bandwidth Utilization: Multiplexing and Spectrum Spreading In practical life the bandwidth available of links is limited. The proper utilization.
Ch 8. Switching. Switch  Devices that interconnected with each other  Connecting all nodes (like mesh network) is not cost-effective  Some topology.
Data Communications, Kwangwoon University
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 CH. 8: SWITCHING & DATAGRAM NETWORKS 7.1.
CS440 Computer Networks 1 Packet Switching Neil Tang 10/6/2008.
1 Kyung Hee University Chapter 8 Switching. 2 Kyung Hee University Switching  Switching  Switches are devices capable of creating temporary connections.
1 Switching and Forwarding Sections Connecting More Than Two Hosts Multi-access link: Ethernet, wireless –Single physical link, shared by multiple.
1 Kyung Hee University Chapter 8 Switching. 2 Kyung Hee University Switching  Switching  Switches are devices capable of creating temporary connections.
Data Communication Networks Lec 13 and 14. Network Core- Packet Switching.
Prepaid by: Guided by: ashwin goswami.
Switching By, B. R. Chandavarkar, CSE Dept., NITK, Surathkal Ref: B. A. Forouzan, 5 th Edition.
Data and Computer Communications Eighth Edition by William Stallings Lecture slides by Lawrie Brown Chapter 10 – Circuit Switching and Packet Switching.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Muhammad Waseem Iqbal Lecture # 20 Data Communication.
INTRODUCTION NETWORKING CONCEPTS AND ADMINISTRATION CSIS 3723
Chapter 2 PHYSICAL LAYER.
Chapter 3 Part 3 Switching and Bridging
Point-to-Point Network Switching
Chapter 4 Introduction to Network Layer
Chapter 8 Switching Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
URL: Chapter 8 Switching Tel: (03) Ext: URL:
Packet Switching Datagram Approach Virtual Circuit Approach
School of Computer Science and Engineering Pusan National University
Topics discussed in this section:
CS4470 Computer Networking Protocols
Chapter 3 Switching.
Subject Name:COMPUTER NETWORKS-1
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Chapter 3 Part 3 Switching and Bridging
Switching A Network Layer Function
Chapter 4 Introduction to Network Layer
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Chapter 4 Introduction to Network Layer
Data Communication Networks
Switching Techniques.
Circuit Switching Packet Switching Message Switching
Data Communications and Networking
Chapter 3 Part 3 Switching and Bridging
Circuit Switched Network
Switching A network is a set of connected devices
Switching.
Presentation transcript:

SWITCHING Switched Network Circuit-Switched Network Datagram Networks Virtual-Circuit Network Data Communication

Introduction In large networks we need some means to allow one-to-one communication between any two nodes. In LANs this is achieved using one of three methods: Direct point-to-point connection (mesh) Via central controller (star) Connection to common bus in a multipoint configuration (bus/hup) Data Communication

Introduction None of the previous works in larger networks with large physical separation or consisting of a large number of computers The solution is a switching network Data Communication

Switched Network Consists of a series of interlinked nodes called switched. Switches are capable to create temporary connections between two or more devices Data Communication

Data Communication

Circuit-Switched Network A circuit-switched network consists of a set of switches connected by physical links. A connection between two stations is a dedicated path made of one or more links each connection uses only one dedicated channel on each link Each link is normally divided into n channels by using FDM or TDM. The link can be permanent (leased line) or temporary (telephone) Data Communication

Circuit-Switched Network Data Communication

Circuit-Switched Network Switching take place at physical layer Resources Such as bandwidth in FDM and time slot in TDM Switch buffer Switch processing time Switch I/O ports Data transferred are not packetized, continuous flow No addressing involved during data transfer Data Communication

Example Data Communication

Transmission phases Setup phase A dedicated circuit needs to be established So create dedicated channel by sending a request Data Communication

Transmission phases Data transfer phase Teardown phase Signal is sent to each switch to release resources Data Communication

Delay Data Communication

Datagram Networks Data are transmitted in discrete units called packets Size of the packet depends on the protocol and network Packets switched networks are connectionless, hence no resource allocation Connectionless means the switch does not keep information about the connection state. Datagram switching is done at network layer Data Communication

Datagram Networks Data Communication

Routing table & Destination Add. A switch in a datagram network uses a routing table that is based on the destination address. The destination address in the header of a packet in a datagram network remains the same during the entire journey of the packet. Data Communication

Delay Total Delay = 3T + 3t+ w1+ w2 Data Communication

Virtual-Circuit Network Packets form a single message travel along the same path. Characteristics Three phases to transfer data Resources can be allocated during setup phase Data are packetized and each packet carries an address in the header All packets follow the same path Implemented in data link layer Data Communication

Virtual-Circuit Network Data Communication

Addressing Global addressing Virtual-circuit identifier Source and destination needs unique addresses Virtual-circuit identifier Data Communication

Transmission phases Setup phase A switch creates an entry for a virtual circuit. Request acknowledgment Data Communication

Setup Data Communication

acknowledgment Data Communication

Data transfer and teardown phases After sending all frames, a special frame is send to end the connection Data Communication

Efficiency In virtual-circuit switching, all packets belonging to the same source and destination travel the same path; But the packets may arrive at the destination with different delays if resource allocation is on demand. Data Communication

Total delay = 3T + 3ζ+ setup delay + teardown delay Data Communication