Establishing Connections Networking Modes: When you are evaluating a network, you concentrate on circuit switching versus packet switching. But it's also.

Slides:



Advertisements
Similar presentations
CSE 413: Computer Networks
Advertisements

Packet Switching vs. Circuit Switching
Switching Techniques In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various.
Packet Switching Network One of the common communications method is packet switching, which divides messages into packets and sends each packet individually.packet.
Packet Switching Vs Circuit Switching Packet-switched and circuit-switched networks use two different technologies for sending messages and data from one.
Point-to-Point Network Switching Advanced Computer Networks.
Computers Are Your Future © 2008 Prentice-Hall, Inc.
The call path remains constant and bandwidth is dedicated throughout the duration of the call. - Unused bandwidth is not recovered. - Traffic.
Networks: Switching1 Point-to-Point Network Switching.
Chapter 10: Introduction to Metropolitan Area Networks and Wide Area Networks.
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?
VoIP Voice Transmission Over Data Network. What is VoIP?  A method for Taking analog audio signals Turning audio signals into digital data Digital data.
Point-to-Point Network Switching Computer Networks Computer Networks Spring 2012 Spring 2012.
1 Chapter 10 Introduction to Metropolitan Area Networks and Wide Area Networks Data Communications and Computer Networks: A Business User’s Approach.
The OSI Model A layered framework for the design of network systems that allows communication across all types of computer systems regardless of their.
Data Communications and Networks Chapter 2 - Network Technologies - Circuit and Packet Switching Data Communications and Network.
Packet and Circuit Switching
Switching Techniques Student: Blidaru Catalina Elena.
Data Communications and Networking
1 Wide Area Network. 2 What is a WAN? A wide area network (WAN ) is a data communications network that covers a relatively broad geographic area and that.
29-Aug-154/598N: Computer Networks Switching and Forwarding Outline –Store-and-Forward Switches.
Communication Networks
Chapter 18. Virtual-Circuit Networks: Frame Relay and ATM
Jaringan Komputer Dasar OSI Transport Layer Aurelio Rahmadian.
Chapter 2 – X.25, Frame Relay & ATM. Switched Network Stations are not connected together necessarily by a single link Stations are typically far apart.
Chapter 10: Introduction to Metropolitan Area Networks and Wide Area Networks Data Communications and Computer Networks: A Business User’s Approach Third.
Data Communications & Computer Networks, Second Edition1 Chapter 10 Introduction to Metropolitan Area Networks and Wide Area Networks.
Circuit & Packet Switching. ► Two ways of achieving the same goal. ► The transfer of data across networks. ► Both methods have advantages and disadvantages.
Switching breaks up large collision domains into smaller ones Collision domain is a network segment with two or more devices sharing the same Introduction.
Computer Networks Lecture 5 Packet Switching & Circuit Switching, Causes of impairment Lahore Leads University.
SUBMITTED TOSUBMITTED BY S.D.MISHRA SIRSANATAN TRIVEDI.
Voice Over Internet Protocol (VoIP). Basic Components of a Telephony Network.
Networks CS105. What is a computer network? A computer network is a collection of computing devices that are connected in various ways so that they can.
Ch 1. Computer Networks and the Internet Myungchul Kim
Computer Networks with Internet Technology William Stallings
Chapter 10: MANs and WANs. Topics What is MAN, WAN? How are they different from LANs? Subnet and three different switched-networks Connection-oriented.
1 Overview Remember, we are just beginning to herd the cats. Much of this will become clearer LATER! The more we learn, the more all of this will come.
ATM Technologies. Asynchronous Transfer Mode (ATM) Designed by phone companies Single technology meant to handle –Voice –Video –Data Intended as LAN or.
Networks and Protocols CE Week 5a. WAN’s and ISDN.
Packet switching network Data is divided into packets. Transfer of information as payload in data packets Packets undergo random delays & possible loss.
Lecture 8 Virtual Switching (contd.) & Message Switching.
Lecture # 03 Switching Course Instructor: Engr. Sana Ziafat.
1 Chapter 3. Communication Networks Wen-Shyang Hwang KUAS EE.
Unit III Bandwidth Utilization: Multiplexing and Spectrum Spreading In practical life the bandwidth available of links is limited. The proper utilization.
Chapter 3 Communication networks Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 CH. 8: SWITCHING & DATAGRAM NETWORKS 7.1.
WAN – Packet and Cell-switched Networks
WAN Transmission Media
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
Switching. Circuit switching Message switching Packet Switching – Datagrams – Virtual circuit – source routing Cell Switching – Cells, – Segmentation.
Network Layer Lecture Network Layer Design Issues.
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.
Lecture # 3: WAN Data Communication Network L.Rania Ahmed Tabeidi.
Packet Switching Vs Circuit Switching
1587: COMMUNICATION SYSTEMS 1 Wide Area Networks Dr. George Loukas University of Greenwich,
Data and Computer Communications 8 th and 9 th Edition by William Stallings Chapter 10 – Circuit Switching and Packet Switching.
Prepaid by: Guided by: ashwin goswami.
Switching By, B. R. Chandavarkar, CSE Dept., NITK, Surathkal Ref: B. A. Forouzan, 5 th Edition.
Why Is It All?  A Network is a set of connected devices. Whenever we have multiple devices, we have the problem of how to connect them to make one-to-one.
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.
Chapter 4 Introduction to Network Layer
Packet Switching Datagram Approach Virtual Circuit Approach
SWITCHING Switched Network Circuit-Switched Network Datagram Networks
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.
Data Communication Networks
Switching.
Presentation transcript:

Establishing Connections Networking Modes: When you are evaluating a network, you concentrate on circuit switching versus packet switching. But it's also very important to consider the networking mode, which can be either connection oriented or connectionless Connection-Oriented Networking As time-sensitive applications become more important, connection-oriented networks are becoming increasingly desirable. In a connection-oriented network, the connection setup is performed before information transfer occurs. all the subsequent information follows the same path to the destination. In a connection-oriented network, there can be some delay up front while the connection is being set up; but because the path is predetermined, there is no delay at intermediate nodes in this type of network after the connection is set up. The (PSTN, SONET) circuit switching and ATM, (Frame Relay) packet switching, use the connection-Oriented Networking.

Continue…….. Connectionless Networking In a connectionless network, no explicit connection setup is performed before data is transmitted. Instead, each data packet is routed to its destination based on information contained in the header. In other words, there is no preconceived path. Rather, each fragment (that is, packet) of the overall traffic stream is individually addressed and individually routed. In a connectionless network, the delay in the overall transit time is increased because each packet has to be individually routed at each intermediate node. Applications that are time sensitive would suffer on a connectionless network because the path is not guaranteed. All packet switched networks are connectionless Networking like internet

Continue…….. Switching Mode: There are two types of switching modes Circuit switching mode Packet switching mode Circuit switched Mode Circuit switching has been the basis of voice networks worldwide for many years. You can apply three terms to the nature of a circuit-switched call to help remember what this is: continuous, exclusive, and temporary. One of the key attributes of a circuit-switched connection is that it is a reserved network resource that is yours and only yours for the full duration of a conversation. But when that conversation is over, the connection is released. A circuit-switched environment requires that an end-to-end circuit be set up before a call can begin. A fixed share of network resources is reserved for the call, and no other call can use those resources until the original connection is closed. A call request signal must travel to the destination and be acknowledged before any transmission can actually begin.

Continue……. Figure

Continue….. Advantages of circuit switching Mode Reduce number of transmission lines Reduce routing processing calculation Speed up communication Suitable for voice communication Disadvantages of circuit switching Mode Circuit establishing time Not efficient use of transmission medium bandwidth

Continue…….. Packet Switching Mod The information divided into small pieces called packet These packet transmitted over network in different routes. Packet switching mode works on store-and-forward mechanism. The packets are of different size Each packet contain two very importants massages i.e. The distination address and the sequece number Routers need more routing calculation s. There is variation in processing time (delay) of packets, it is called jitter. There are two types of packet switching network, connection oriented packet switching and connectionless packet switching network. Advantages and disadvantages of packet switching Network Latencies occurs due to store-and-forward mechanism Packets are loss if there is heavy traffic over network. Packet switching network is suitable for the transmission of data which is not time sensitive like text data it is not suitable for the data transmission like audio and video

Internet versus PSTN PSTN Characteristics There would be no Internet without the PSTN. The communications links, or backbones, that ISPs run on are delivered over the PSTN, and the access lines for entry into the Internet are all subscriber lines that are part of the PSTN The PSTN basically includes telephones, fax machines, and circuit switches that set up continuous but temporary connections. In a PSTN environment, the circuit is established between two subscribers: The PSTN connects together two subscribers. But in the PSTN, a circuit is established between two subscribers and kept open for the duration of the call, including periods of silence. This provides guaranteed QoS and minimal latencies, and it means that the PSTN is optimized for voice and other real-time applications. It also means that the PSTN uses bandwidth inefficiently, making services more expensive

Continue…… Internet Characteristics The Internet basically includes clients, which are the user interface and the input/output device for information; the servers, which are the centralized repositories of wisdom that you are seeking; and the packet switches, which route and relay the packets of information between the clients and servers. Whereas the PSTN connects together two subscribers, the Internet connects together networks. As on the PSTN, messages on the Internet are routed to specific end devices. These messages take various forms, such as , instant messaging, and real-time audio/video communications. Unlike the PSTN, however, the Internet breaks down the messages into packets of data, which contain the routing information, which will then lead them to their destination. Individual packets may take different routes, but they'll be reassembled in the proper order at the destination.