Lecture (05) Network interface Layer media & switching II

Size: px
Start display at page:

Download "Lecture (05) Network interface Layer media & switching II"

Transcription

1 Lecture (05) Network interface Layer media & switching II By: ElShafee ١ Agenda Circuit switching technology (cont,..) Packet switching technique Telephone network ٢

2 Circuit switching technology (cont,..) Blocking and non blocking characteristic : Blocking occurs when the network is unable to connect two stations because all possible paths between them are already in use. nonblocking network permits all stations to be connected (in pairs) at once and grants all possible connection requests as long as the called party is free. Voice network point of view: When a network is supporting only voice traffic, a blocking configuration is generally acceptable, because it is expected that most phone calls are of short duration and that therefore only a fraction of the telephones will be engaged at any time. Circuit switching technology (cont,..) ٣ Data network point of view: Not accepted, as data entry application, a terminal may be continuously connected to a computer for hours at a time. Specially if some sensitive operation is performed like money transfer (ATM machine and bank server) for data applications, there is a requirement for a no blocking or "nearly no blocking" (very low probability of blocking) configuration. ٤

3 Circuit switching technology (cont,..) Space Division Switch ٥ Circuit switching technology (cont,..) Space division switching was originally developed for the analog environment and has been carried over into the digital one. Each connection requires the establishment of a physical path through the switch that is dedicated to the transfer of signals between the two endpoints. The basic building block of the switch is a metallic cross point or semiconductor gate that can be enabled and disabled by a control unit. Figure shows simple crossbar matrix with 10 full duplex I/O lines. ٦

4 ٧ Circuit switching technology (cont,..) The matrix has 10 inputs and 10 outputs; each station attaches to the matrix via one input and one output line. Interconnection is possible between any two lines by enabling the appropriate cross point. Note that a total of 100 cross points is required. ٨

5 Circuit switching technology (cont,..) Advantages Non blocking system Simple control scheme ٩ Circuit switching technology (cont,..) Disadvantages The number of cross points grows with the square of the number of attached stations. This is costly for a large switch. The loss of a cross point prevents connection between the two devices whose lines intersect at that cross point. The cross points are inefficiently utilized; even when all of the attached devices are active, only a small fraction of the cross points are engaged. ١٠

6 Circuit switching technology (cont,..) multiple stage switches To overcome these limitations, multiple stage switches are employed. ١١ ١٢

7 Circuit switching technology (cont,..) Advantages 1. The number of cross points is reduced, 2. increasing crossbar utilization. 3. Multiple paths/connections In the example, the total number of cross points for 10 stations is reduced from 100 to 48. There is more than one path through the network to connect two endpoints, increasing reliability. ١٣ Circuit switching technology (cont,..) Disadvantages: System have some blocking probability. requires a more complex control scheme (free path through the stages must be determined and the appropriate gates enabled). ١٤

8 Circuit switching technology (cont,..) The heavier lines indicate the lines that are already in use. In this state, input line 10, for example, cannot be connected to output line 3, 4, or 5, even though all of these output lines are available. ١٥ A multiplestage switch can be made non blocking by increasing the number or size of the intermediate switches, but of course this increases the cost. ١٦

9 Circuit switching technology (cont,..) Time Division Switching Instead of relatively dumb space division systems, modern digital systems rely on intelligent control of space and time division elements.. ١٧ Virtually all modern circuit switches use virtual time division techniques for establishing and maintaining "circuits. Time division switching involves the partitioning of a lowerspeed bit stream into pieces that share a higher speed stream with other bit streams. ١٨

10 The individual pieces, or slots, are manipulated by control logic to route data from input to output ١٩ Circuit switching technology (cont,..) Soft switches: A soft switch is a central device in a telecommunications network which connects telephone calls from one phone line to another phone line or terminal PC, typically via the internet, entirely by means of software running on a computer system. This work was formerly carried out by hardware, with physical switchboards to route the calls. generally it handles IP to IP phone calls, ٢٠

11 Circuit switching technology (cont,..) ٢١ Circuit switching technology (cont,..) Soft switch consists of two components: Media gateway: which is the equivalent software version of physical/ virtual connection matrix. Media gateway controller: which is the equivalent software version of switch controller. ٢٢

12 Circuit switching technology (cont,..) ٢٣ Packet switching technique Introduction In contrast a packet switching network is designed for data use. Data are transmitted in short packets. Fixed packet length say 1000 octets (bytes). If a source has a longer message to send, the message is broken up into a series of packets. Each packet contains a portion (or all for a short message) of the user's data plus some control information. ٢٤

13 The control information, at a minimum, includes the information that the network requires to be able to route the packet through the network and deliver it to the intended destination. At each node, the packet is received, stored briefly, and passed on to the next node. ٢٥ Advantages 1. Line efficiency is greater, because a single node to node link can be dynamically shared by many packets over time. The packets are queued up and transmitted as rapidly as possible over the link. By contrast, with circuit switching, time on a node to node link is pre allocated using synchronous time division multiplexing. Much of the time, such a link may be idle because a portion of its time is dedicated to a connection that is idle (considered to disadvantage) ٢٦

14 2. A packet switching network can perform data rate conversion. Two stations of different data rates can exchange packets because each connects to its node at its proper data rate. 3. Decrease blocking, When traffic becomes heavy on a circuit switching network, some calls are blocked; that is, the network refuses to accept additional connection requests until the load on the network decreases. On a packet switching network, packets are still accepted, but delivery delay increases. ٢٧ 4. Priorities can be used. If a node has a number of packets queued for transmission, it can transmit the higher priority packets first. These packets will therefore experience less delay than lower priority packets. ٢٨

15 Switching technique Two approaches are used in packet switching networks: datagram and virtual circuit. ٢٩ datagram approach, each packet is treated independently, with no reference to packets that have gone before. Each node chooses the next node on a packet's path, taking into account information received from neighboring nodes on traffic, line failures, and so on. So the packets, each with the same destination address, do not all follow the same route, and they may arrive out of sequence at the exit point. Exit node, or destination rearrange the data grams to restore the original squence. ٣٠

16 Virtual circuit a preplanned route is established before any packets are sent. Once the route is established, all the packets between a pair of communicating parties follow this same route through the network. Because the route is fixed for the duration of the logical connection, it is somewhat similar to a circuit in a circuits switching network and is referred to as a virtual circuit. Each packet contains a virtual circuit identifier as well as data. Each node on the pre established route knows where to direct such packets; no routing decisions are required. ٣١ At any time, each station can have more than one virtual circuit to any other station. The virtual circuit is established before data being transferred, even, it s not a dedicated path. A transmitted packet is buffered at each node, and queued for output over a line, while other packets on other virtual circuits may share the use of the line. Nods do no routing decisions, as virtual path is already established. ٣٢

17 Comparisons between datagrame, and Virtual circuits Datagram No sequencing or error control, destination or exit node should solve these problems Packets are slow, need routing decision at each node. no call setup phase, immediate transmission More reliable, any available path, if node fail, forward to any nearby node more flexible Virtual circuit network can provide sequencing and error control, as all packets follow the same route packets are forwarded more quickly, no routing decisions Call setup, wait before start less reliable, only predefined path, if node fails, path down Less fixable ٣٣ Packet size and transmission time Assume that a virtual circuit exists from station X through nodes a and b to station Y. The message to be sent comprises 40 octets, with 3 octets of control information at the beginning of each packet in the header. ٣٤

18 If the entire message is sent as a single packet of 43 octets (3 octets of header plus 40 octets of data), then the packet is first transmitted from station X to node a When the entire packet is received, it can then be transmitted from a to b. ٣٥ When the entire packet is received at node b, it is then transferred to station Y. Ignoring switching time, total transmission time is 129 octet times (43 octets 3 packet transmissions). ٣٦

19 If we break the message into two packets with 20 octets of message and 3 octets of header each. node a can begin transmitting the first packet as soon as it has arrived from X. Because of this overlap in transmission, Tx time=23x4=92 octet time ٣٧ the total transmission time drops to 92 octet-times. breaking the message into five packets (40/5)+3=11 octet, each intermediate node can begin transmission even sooner, with a total of = 11x7 = 77 octet times for transmission. Dividing message to 10 packets each of 4 octet + 3 control=7 octet/ packet Total Tx time = 12x7=84 octet time ٣٨

20 Conclusions: each packet contains a fixed amount of header, and more packets Also, processing and queuing delays at each node are greater when more packets are handled for a single message. extremely small packet size (53 octets) can result in an efficient network design. ٣٩ Packet switching delays Propagation delay: The time it takes a signal to propagate from one node to the next. The speed of electromagnetic signals through a wire medium, for example, is typically m/s, delay is neglectable. Transmission time: The time it takes for a transmitter to send out a block of data. For example, it takes 1 s to transmit a 10,000 bit block of data onto a 10 kbps line. Node delay: The time it takes for a node to perform the necessary processing as it switches data. ٤٠

21 Circuit switching and packet switching comparison Circuit switching Transparent service, once connection is established fixed data rate in provided No overhead required for routing packets Not achieving 100% line utilization Blocking till free up resources no traffic priority expansive Fixed data rate Analog and digital Wait till establishment ٤١ Packet switching Variable delay is introduced to packets, which need some sequencing and error recovery Add header to each packet contains routing information Almost achieves 100% line utilization No Blocking till solving congestion Traffic Priority Cheap Equalizing data rates Digital only Immediate start(datagram) or wait for establishment (Virtual circuit) Event timing ٤٢

22 For circuit switching, there is a delay before the message is sent. First, a Call Request signal is sent. If the destination station is not busy, a Call Accepted signal returns. Note a processing delay is incurred at each node during the call request. On return, this processing is not needed because the connection is already set up. After the connection s set up, the message is sent as a single block, with no noticeable delay at the switching nodes. ٤٣ Virtual circuit packet switching appears similar to circuit switching. A virtual circuit is requested using a Call Request packet, which incurs a delay at each node, and is accepted with a Call Accept packet. In contrast to the circuit switching case, the call acceptance also experiences node delays, since each packet is queued at each node and must wait its turn for transmission. ٤٤

23 Once the virtual circuit is established, the message is transmitted in packets. Packet switching involves some delay at each node in the path. Worse, this delay is variable and will increase with increased load. ٤٥ Datagram packet switching does not require a call setup. Thus, for short messages, it will be faster than virtual circuit and perhaps circuit switching. However, because each individual datagram is routed independently, the processing at each node may be longer than for virtual circuit packets. For long messages virtual circuits may be superior. ٤٦

24 Telephone network Telephone networks use circuit switching. The telephone network had its beginnings in the late 1800s. The entire network, which is referred to as the plain old telephone system (POTS), was originally an analog system using analog signals to transmit voice. Local loop Trunk Trunk End offices Tandem offices Regional offices ٤٧ A telephone system LATA (Local access and transport area) : were grouped into regions within which one particular telecomm service provider (like telecomm Egypt) that allowed by government or regime authority to provide services. The LATAs in each of these regions are numbered beginning with the same digit. ٤٨

25 A class 4, or tandem (toll) office is a national telephone company central office telephone exchange used to interconnect local exchange carrier (LXC) offices for long distance communications in the public switched telephone network (PSTN). ٤٩ ٥٠

26 The tasks of data transfer and signaling are separated in modern telephone networks: data transfer is done by one network, signaling by another. ٥١ Dial up modem Traditional telephone lines can carry frequencies between 300 and 3300 Hz, giving them a bandwidth of 3000 Hz. All this range is used for transmitting voice, where a great deal of interference and distortion can be accepted without loss of intelligibility. ٥٢

27 Modem stands for modulator/demodulator. Modulation/demodulation ٥٣ ٥٤ Uploading and ElShafee, downloading ACU in Networks 56K I modems

28 Digital Subscriber line After traditional modems reached their peak data rate, telephone companies developed another technology, DSL, to provide higher speed access to the Internet. Digital subscriber line (DSL) technology is one of the most promising for supporting high speed digital communication over the existing local loops. ADSL is an asymmetric communication technology designed for residential users; it is not suitable for businesses. The existing local loops can handle bandwidths up to 1.1 MHz. ADSL is an adaptive technology. The system uses a data rate based on the condition of the local loop line. ٥٥ ٥٦ Bandwidth division in Networks ADSLI

29 Discrete multi tone simulation ٥٧ ٥٨

30 ٥٩ Discrete multitone technique ٦٠ ElShafee, ADSL ACU : modem Fall 2015,

31 ٦١ ElShafee, DSLAM ACU ٦٢ Summary ElShafee, of ACU DSL : Fall technologies 2015,

32 ATM Adaptation Layer 5 (AAL5) Optical Carrier 3 (OCC3) ٦٣ Thanks,.. See you next week (ISA), ٦٤

Lecture (03) Circuit switching

Lecture (03) Circuit switching Agenda Lecture (03) Circuit switching Switched communication network Circuit switching technology Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU Fall 2011, Networks I ٢ Dr. Ahmed ElShafee, ACU Fall 2011,

More information

Lecture (04 & 05) Packet switching & Frame Relay techniques Dr. Ahmed ElShafee

Lecture (04 & 05) Packet switching & Frame Relay techniques Dr. Ahmed ElShafee Agenda Lecture (04 & 05) Packet switching & Frame Relay techniques Dr. Ahmed ElShafee Packet switching technique Packet switching protocol layers (X.25) Frame Relay ١ Dr. Ahmed ElShafee, ACU Fall 2011,

More information

Lecture (04 & 05) Packet switching & Frame Relay techniques

Lecture (04 & 05) Packet switching & Frame Relay techniques Lecture (04 & 05) Packet switching & Frame Relay techniques Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU Fall 2011, Networks I Agenda Packet switching technique Packet switching protocol layers (X.25)

More information

Circuit switching. Switched communication network Circuit switching technology. 2 Dr. Ahmed ElShafee, ACU Spring 2011, Networks I

Circuit switching. Switched communication network Circuit switching technology. 2 Dr. Ahmed ElShafee, ACU Spring 2011, Networks I Lecture (03) Circuit switching Dr. Ahmed ElShafee 1 Dr. Ahmed ElShafee, ACU Spring 2011, Networks I Agenda Switched communication network Circuit switching technology 2 Dr. Ahmed ElShafee, ACU Spring 2011,

More information

Lecture 02 Chapter 10: Circuit Switching and Packet Switching

Lecture 02 Chapter 10: Circuit Switching and Packet Switching NET 456 High Speed Networks Lecture 02 Chapter 10: Circuit Switching and Packet Switching Dr. Anis Koubaa Reformatted slides from textbook Data and Computer Communications, Ninth Edition by William Stallings,

More information

Chapter 10. Circuits Switching and Packet Switching 10-1

Chapter 10. Circuits Switching and Packet Switching 10-1 Chapter 10 Circuits Switching and Packet Switching 10-1 Content Switched communication networks Circuit switching networks Circuit-switching concepts Packet-switching principles X.25 (mentioned but not

More information

William Stallings Data and Computer Communications 7 th Edition. Chapter 10 Circuit Switching and Packet Switching

William Stallings Data and Computer Communications 7 th Edition. Chapter 10 Circuit Switching and Packet Switching William Stallings Data and Computer Communications 7 th Edition Chapter 10 Circuit Switching and Packet Switching Switching Networks Long distance transmission is typically done over a network of switched

More information

Wave Division Multiplexing. Circuit Switching (1) Switching Networks. Nodes. Last Lecture Multiplexing (2) Source: chapter8

Wave Division Multiplexing. Circuit Switching (1) Switching Networks. Nodes. Last Lecture Multiplexing (2) Source: chapter8 Circuit Switching (1) Last Lecture Multiplexing (2) Source: chapter8 This Lecture Circuit switching (1) Source: chapter9 Next Lecture Circuit switching (2) Source: chapter 9 Reference books A. Tanenbaum,

More information

Lecture #6 Multiplexing and Switching

Lecture #6 Multiplexing and Switching SPRING 2015 Integrated Technical Education Cluster At AlAmeeria E-626-A Data Communication and Industrial Networks (DC-IN) Lecture #6 Multiplexing and Switching Instructor: Dr. Ahmad El-Banna 1 Agenda

More information

Communication Networks

Communication Networks Communication Networks Chapter 3 Multiplexing Frequency Division Multiplexing (FDM) Useful bandwidth of medium exceeds required bandwidth of channel Each signal is modulated to a different carrier frequency

More information

Wireless Networks. Communication Networks

Wireless Networks. Communication Networks Wireless Networks Communication Networks Types of Communication Networks Traditional Traditional local area network (LAN) Traditional wide area network (WAN) Higher-speed High-speed local area network

More information

Circuit Switching and Packet Switching

Circuit Switching and Packet Switching Chapter 10: Circuit Switching and Packet Switching CS420/520 Axel Krings Page 1 Switching Networks Long distance transmission is typically done over a network of switched nodes Nodes not concerned with

More information

Internet Architecture and Protocol

Internet Architecture and Protocol Internet Architecture and Protocol Set# 04 Wide Area Networks Delivered By: Engr Tahir Niazi Wide Area Network Basics Cover large geographical area Network of Networks WANs used to be characterized with

More information

Chapter 9 Using Telephone and Cable Networks. 9.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Chapter 9 Using Telephone and Cable Networks. 9.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 9 Using Telephone and Cable Networks for Data Transmission 9.1 Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 9-1 TELEPHONE NETWORK Telephone networks

More information

Part Two dealt with the transfer of data between devices that are directly

Part Two dealt with the transfer of data between devices that are directly PART THREE Wide Area Networks Part Two dealt with the transfer of data between devices that are directly connected, generally by a point-to-point link. Often, however, this arrangement is impractical,

More information

Wide area networks: packet switching and congestion

Wide area networks: packet switching and congestion Wide area networks: packet switching and congestion Packet switching ATM and Frame Relay Congestion Circuit and Packet Switching Circuit switching designed for voice Resources dedicated to a particular

More information

Lecture 22 Overview. Last Lecture. This Lecture. Next Lecture. Internet Applications. ADSL, ATM Source: chapter 14

Lecture 22 Overview. Last Lecture. This Lecture. Next Lecture. Internet Applications. ADSL, ATM Source: chapter 14 Last Lecture Lecture 22 Overview Internet Applications This Lecture ADSL, ATM Source: chapter 14 Next Lecture Wireless Networking Source: chapter 15 COSC244 & TELE202 Lecture 22 - ADSL, ATM 1 Modem Enable

More information

BROADBAND AND HIGH SPEED NETWORKS

BROADBAND AND HIGH SPEED NETWORKS BROADBAND AND HIGH SPEED NETWORKS SWITCHING A switch is a mechanism that allows us to interconnect links to form a larger network. A switch is a multi-input, multi-output device, which transfers packets

More information

This Lecture. BUS Computer Facilities Network Management. Switching Network. Simple Switching Network

This Lecture. BUS Computer Facilities Network Management. Switching Network. Simple Switching Network This Lecture BUS0 - Computer Facilities Network Management Switching networks Circuit switching Packet switching gram approach Virtual circuit approach Routing in switching networks Faculty of Information

More information

CS343: Data Communication Switched Communication Network

CS343: Data Communication Switched Communication Network CS343: Data Communication Switched Communication Network by Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Guwahati E-mail: manaskhatua@iitg.ac.in Switched Communication Network Broader aspect interconnecting

More information

Introduction to Wireless Networking ECE 401WN Spring 2008

Introduction to Wireless Networking ECE 401WN Spring 2008 Introduction to Wireless Networking ECE 401WN Spring 2008 Lecture 2: Communication Networks The first major topic we will study will be WLANs. But before that, we need to consider a few basics of networking.

More information

CS 457 Networking and the Internet. Network Overview (cont d) 8/29/16. Circuit Switching (e.g., Phone Network) Fall 2016 Indrajit Ray

CS 457 Networking and the Internet. Network Overview (cont d) 8/29/16. Circuit Switching (e.g., Phone Network) Fall 2016 Indrajit Ray 8/9/6 CS 457 Networking and the Internet Fall 06 Indrajit Ray Network Overview (cont d) Circuit vs. Packet Switching Best Effort Internet Model Circuit Switching (e.g., Phone Network) Step : Source establishes

More information

DC Assignment III. Communication via circuit switching implies that there is a dedicated communication path between two stations.

DC Assignment III. Communication via circuit switching implies that there is a dedicated communication path between two stations. DC Assignment III 1. Explain circuit-switched Network with neat Diagrams. Communication via circuit switching implies that there is a dedicated communication path between two stations. That path is a connected

More information

Lecture 15: Multiplexing (2)

Lecture 15: Multiplexing (2) Lecture 15: Multiplexing (2) Last Lecture Multiplexing (1) Source: chapter 8 This Lecture Multiplexing (2) Source: chapter8 Next Lecture Circuit switching (1) Source: chapter9 Digital Carrier Systems Hierarchy

More information

WAN Technologies CCNA 4

WAN Technologies CCNA 4 WAN Technologies CCNA 4 Overview Note: Most of this will be described in more detail in later chapters. Differentiate between a LAN and WAN Identify the devices used in a WAN List WAN standards Describe

More information

Data and Computer Communications

Data and Computer Communications Data and Computer Communications Chapter 10 Circuit Switching and Packet Switching Eighth Edition by William Stallings Lecture slides by Lawrie Brown Circuit Switching and Packet Switching He got into

More information

Connectionless and Connection-Oriented Protocols OSI Layer 4 Common feature: Multiplexing Using. The Transmission Control Protocol (TCP)

Connectionless and Connection-Oriented Protocols OSI Layer 4 Common feature: Multiplexing Using. The Transmission Control Protocol (TCP) Lecture (07) OSI layer 4 protocols TCP/UDP protocols By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU Fall2014, Computer Networks II Introduction Most data-link protocols notice errors then discard frames

More information

Review of Network Technologies

Review of Network Technologies Indian Institute of Technology Kharagpur Review of Network Technologies Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T. Kharagpur, INDIA Lecture 2: Review of network technologies On completion,

More information

Eliminating the Last Mile Bottleneck

Eliminating the Last Mile Bottleneck Eliminating the Last Mile Bottleneck P. Michael Henderson michael.henderson@cox.net 1 Agenda Technology and Market Drivers Performance Requirements VoDSL System Architecture Closed Form Analysis Non-Closed

More information

UNIT- 2 Physical Layer and Overview of PL Switching

UNIT- 2 Physical Layer and Overview of PL Switching UNIT- 2 Physical Layer and Overview of PL Switching 2.1 MULTIPLEXING Multiplexing is the set of techniques that allows the simultaneous transmission of multiple signals across a single data link. Figure

More information

Packet Switching Networks. Dr. Indranil Sen Gupta Packet Switching Networks Slide 1

Packet Switching Networks. Dr. Indranil Sen Gupta Packet Switching Networks Slide 1 Packet Switching Networks Dr. Indranil Sen Gupta Packet Switching Networks Slide 1 Packet Switching (Basic Concepts) New form of architecture for long-distance data communication (1970). Packet switching

More information

Chapter 8: Multiplexing

Chapter 8: Multiplexing NET 456 High Speed Networks Chapter 8: Multiplexing Dr. Anis Koubaa Reformatted slides from textbook Data and Computer Communications, Ninth Edition by William Stallings, 1 (c) Pearson Education - Prentice

More information

Lecture 2 Physical Layer - Multiplexing

Lecture 2 Physical Layer - Multiplexing DATA AND COMPUTER COMMUNICATIONS Lecture 2 Physical Layer - Multiplexing Mei Yang Based on Lecture slides by William Stallings 1 MULTIPLEXING multiple links on 1 physical line common on long-haul, high

More information

Computer Networks and the internet. Daniel Graham Ph.D

Computer Networks and the internet. Daniel Graham Ph.D Computer Networks and the internet Daniel Graham Ph.D 1.1 What Is the Internet? The Internet is a computer network that interconnects hundreds of millions of computing devices throughout the world. As

More information

Modems, DSL, and Multiplexing. CS158a Chris Pollett Feb 19, 2007.

Modems, DSL, and Multiplexing. CS158a Chris Pollett Feb 19, 2007. Modems, DSL, and Multiplexing CS158a Chris Pollett Feb 19, 2007. Outline Finish up Modems DSL Multiplexing The fastest modems Last day, we say the combinations and phases used to code symbols on a 2400

More information

INTRODUCTORY COMPUTER

INTRODUCTORY COMPUTER INTRODUCTORY COMPUTER NETWORKS TYPES OF NETWORKS Faramarz Hendessi Introductory Computer Networks Lecture 4 Fall 2010 Isfahan University of technology Dr. Faramarz Hendessi 2 Types of Networks Circuit

More information

TELECOMMUNICATION SYSTEMS

TELECOMMUNICATION SYSTEMS TELECOMMUNICATION SYSTEMS By Syed Bakhtawar Shah Abid Lecturer in Computer Science 1 Public Switched Telephone Network Structure The Local Loop Trunks and Multiplexing Switching 2 Network Structure Minimize

More information

Lecture (11) OSI layer 4 protocols TCP/UDP protocols

Lecture (11) OSI layer 4 protocols TCP/UDP protocols Lecture (11) OSI layer 4 protocols TCP/UDP protocols Dr. Ahmed M. ElShafee ١ Agenda Introduction Typical Features of OSI Layer 4 Connectionless and Connection Oriented Protocols OSI Layer 4 Common feature:

More information

CSIS Frequency Division Multiplexing. Basic Types of Multiplexing. Frequency Division Multiplexing. Frequency Division Multiplexing.

CSIS Frequency Division Multiplexing. Basic Types of Multiplexing. Frequency Division Multiplexing. Frequency Division Multiplexing. Multiplexing: combining information streams from multiple sources for transmission over a shared medium Demultiplexing: separating a combination back into individual information streams CSIS 4222 Ch 11:

More information

William Stallings Data and Computer Communications. Chapter 10 Packet Switching

William Stallings Data and Computer Communications. Chapter 10 Packet Switching William Stallings Data and Computer Communications Chapter 10 Packet Switching Principles Circuit switching designed for voice Resources dedicated to a particular call Much of the time a data connection

More information

A typical WAN structure includes the following components.

A typical WAN structure includes the following components. CBCN4103 WAN is a computer network that spans a relatively large geographical area. Typically, a WAN consists of two or more LANs. A WAN is a network usually provided by a specialised company called a

More information

Competitive Public Switched Telephone Network (PSTN) Wide- Area Network (WAN) Access Using Signaling System 7 (SS7)

Competitive Public Switched Telephone Network (PSTN) Wide- Area Network (WAN) Access Using Signaling System 7 (SS7) Competitive Public Switched Telephone Network (PSTN) Wide- Area Network (WAN) Access Using Signaling System 7 (SS7) Definition Using conventional Internet access equipment, service providers may access

More information

Integrated t Services Digital it Network (ISDN) Digital Subscriber Line (DSL) Cable modems Hybrid Fiber Coax (HFC)

Integrated t Services Digital it Network (ISDN) Digital Subscriber Line (DSL) Cable modems Hybrid Fiber Coax (HFC) Digital Local Loop Technologies Integrated t Services Digital it Network (ISDN) Handles voice and data Relatively l high h cost for low bandwidth (Skip) Digital Subscriber Line (DSL) Cable modems Hybrid

More information

UNIT-II OVERVIEW OF PHYSICAL LAYER SWITCHING & MULTIPLEXING

UNIT-II OVERVIEW OF PHYSICAL LAYER SWITCHING & MULTIPLEXING 1 UNIT-II OVERVIEW OF PHYSICAL LAYER SWITCHING & MULTIPLEXING Syllabus: Physical layer and overview of PL Switching: Multiplexing: frequency division multiplexing, wave length division multiplexing, synchronous

More information

Chapter 9. High Speed Digital Access

Chapter 9. High Speed Digital Access Chapter 9 High Speed Digital Access 9-1 TELEPHONE NETWORK Telephone networks use circuit switching. The telephone network had its beginnings in the late 1800s. The entire network, which is referred to

More information

Few Multiplexing Applications

Few Multiplexing Applications Few Multiplexing Applications by Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur E-mail: manaskhatua@iitj.ac.in Web: http://home.iitj.ac.in/~manaskhatua http://manaskhatua.github.io/ The

More information

The Network Layer and Routers

The Network Layer and Routers The Network Layer and Routers Daniel Zappala CS 460 Computer Networking Brigham Young University 2/18 Network Layer deliver packets from sending host to receiving host must be on every host, router in

More information

Chapter 4 Transmission Systems and the Telephone Network. School of Info. Sci. & Eng. Shandong Univ.

Chapter 4 Transmission Systems and the Telephone Network. School of Info. Sci. & Eng. Shandong Univ. Chapter 4 Transmission Systems and the Telephone Network School of Info. Sci. & Eng. Shandong Univ. Skip in Chapter 3 Articles 3.8.7, 3.8.8 (polynomial math for CRC codes) Skip in Chapter 4 4.2.2 (SONET

More information

CSC 401 Data and Computer Communications Networks

CSC 401 Data and Computer Communications Networks CSC 401 Data and Computer Communications Networks Computer Networks and The Inter Sec 1.3 Prof. Lina Battestilli Fall 2017 Outline Computer Networks and the Inter (Ch 1) 1.1 What is the Inter? 1.2 work

More information

ECE 650 Systems Programming & Engineering. Spring 2018

ECE 650 Systems Programming & Engineering. Spring 2018 ECE 650 Systems Programming & Engineering Spring 2018 Networking Introduction Tyler Bletsch Duke University Slides are adapted from Brian Rogers (Duke) Computer Networking A background of important areas

More information

Introduction to the Internet

Introduction to the Internet Introduction to the Internet CCST9015 8 th Sep, 2010 Dr. Hayden Kwok-Hay So Department of Electrical and Electronic Engineering 2 Internet in 2003 3 Internet Basics The Internet is a network that connects

More information

Chapter - 7. Multiplexing and circuit switches

Chapter - 7. Multiplexing and circuit switches Chapter - 7 Multiplexing and circuit switches Multiplexing Multiplexing is used to combine multiple communication links into a single stream. The aim is to share an expensive resource. For example several

More information

Multiplexing From one channel to multiple channels

Multiplexing From one channel to multiple channels Multiplexing From one channel to multiple channels How to share one medium while facilitating multiple channels of communication: Frequency Division and Time Division Multiplexing 1 Frequency Division

More information

Chapter 10: Wireless Networking. School of information science and Engineering, SDU

Chapter 10: Wireless Networking. School of information science and Engineering, SDU Chapter 10: Wireless Networking School of information science and Engineering, SDU 10.1 Introduction to Wireless Networks Requirement to the networks: Provides ubiquitous personal communications; Accommodate

More information

Computer Communication Networks

Computer Communication Networks Contents ELL 785 Computer Communication Networks Introduction Lecture 1 Taxonomy of communication works Computer Communication Networks Building a work ed work architecture 1-1 Introduction PC server wireless

More information

Few Multiplexing Applications

Few Multiplexing Applications Few Multiplexing Applications by Dr. Manas Khatua Assistant Professor Dept. of CSE IIT Jodhpur E-mail: manaskhatua@iitj.ac.in Web: http://home.iitj.ac.in/~manaskhatua http://manaskhatua.github.io/ The

More information

Outline: Connecting Many Computers

Outline: Connecting Many Computers Outline: Connecting Many Computers Last lecture: sending data between two computers This lecture: link-level network protocols (from last lecture) sending data among many computers 1 Review: A simple point-to-point

More information

What s a protocol? What s a protocol? A closer look at network structure: What s the Internet? Hardware view: What s the Internet?

What s a protocol? What s a protocol? A closer look at network structure: What s the Internet? Hardware view: What s the Internet? What s the Internet? Hardware view: What s the Internet? Hardware view: PC server wireless laptop cellular handheld access points wired s connected computing devices: hosts = end systems running apps communication

More information

Chapter 10 Switching in Data Networks. School of Information Science and Engineering, Shandong University Associate Prof.

Chapter 10 Switching in Data Networks. School of Information Science and Engineering, Shandong University Associate Prof. Chapter 10 Switching in Data Networks School of Information Science and Engineering, Shandong University Associate Prof., Deqiang Wang Outline Data transmission in PSTNs Switching Techniques for Data Transmission

More information

Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on

Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on CBCN4103 Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on the correct path across the complete network

More information

Data Transmission Definition Data Transmission Analog Transmission Digital Transmission

Data Transmission Definition Data Transmission Analog Transmission Digital Transmission Data Transmission Definition Data Transmission Data transmission occurs between transmitter (sender) and receiver over some transmission medium. This transfer of data takes place via some form of transmission

More information

Lecture 4. Data Transmission Modes and Switching. Data Transmission & Switching 1-1

Lecture 4. Data Transmission Modes and Switching. Data Transmission & Switching 1-1 Lecture 4 Data Transmission Modes and Switching Data Transmission & Switching 1-1 Agenda Introduction to Data Transmission Modes Parallel and Serial Transmission Transmission Media Guided and unguided

More information

COMPUTER NETWORK Model Test Paper

COMPUTER NETWORK Model Test Paper Model Test Paper Question no. 1 is compulsory. Attempt all parts. Q1. Each question carries equal marks. (5*5 marks) A) Difference between Transmission Control Protocol (TCP) and User Datagram Protocol.

More information

2 Network Basics. types of communication service. how communication services are implemented. network performance measures. switching.

2 Network Basics. types of communication service. how communication services are implemented. network performance measures. switching. 2 Network Basics types of communication service how communication services are implemented switching multiplexing network performance measures 1 2.1 Types of service in a layered network architecture connection-oriented:

More information

TELECOMMUNICATIONS NETWORKS. University Pierre and Marie Curie (Paris 6) Master Informatique Spécialité Réseaux

TELECOMMUNICATIONS NETWORKS. University Pierre and Marie Curie (Paris 6) Master Informatique Spécialité Réseaux TELECOMMUNICATIONS NETWORKS University Pierre and Marie Curie (Paris 6) Master Informatique Spécialité Réseaux 1 2 Equipe pédagogique Guy Pujolle Thi-Mai-Trang Nguyen Stéfano Secci Anastasios Giovanidis

More information

Routing in packet-switching networks

Routing in packet-switching networks Routing in packet-switching networks Circuit switching vs. Packet switching Most of WANs based on circuit or packet switching Circuit switching designed for voice Resources dedicated to a particular call

More information

ELC 537 Communication Networks

ELC 537 Communication Networks Modern Academy for Engineering and Technology Electronics Engineering and Communication Technology Dpt. ELC 537 Communication Networks Prepared by: Dr. Nelly Muhammad Hussein Sections & Objectives Principles

More information

Objectives. Learn how computers are connected. Become familiar with different types of transmission media

Objectives. Learn how computers are connected. Become familiar with different types of transmission media Objectives Learn how computers are connected Become familiar with different types of transmission media Learn the differences between guided and unguided media Learn how protocols enable networking 2 Objectives

More information

Announcements. TAs office hours: Mohamed Grissa: Mohamed Alkalbani:

Announcements. TAs office hours: Mohamed Grissa: Mohamed Alkalbani: Announcements TAs office hours: Mohamed Grissa: grissam@oregonstate.edu Tuesday: 4-5 Friday: 11-12 Mohamed Alkalbani: alkalbmo@oregonstate.edu Wednesday: 11-12 Thursday: 11-12 Lecture slides: Will be posted

More information

TCOM 370 NOTES 99-1 NETWORKING AND COMMUNICATIONS

TCOM 370 NOTES 99-1 NETWORKING AND COMMUNICATIONS TCOM 370 NOTES 99-1 NETWORKING AND COMMUNICATIONS Communication Networks Allow Exchange of Information between Users telephone network for voice communication interconnected computers and peripherals,

More information

Chapter 15 Local Area Network Overview

Chapter 15 Local Area Network Overview Chapter 15 Local Area Network Overview LAN Topologies Bus and Tree Bus: stations attach through tap to bus full duplex allows transmission and reception transmission propagates throughout medium heard

More information

Chapter 8 OSI Physical Layer

Chapter 8 OSI Physical Layer Chapter 8 OSI Physical Layer Upper OSI layer protocols prepare data from the human network for transmission to its destination. The Physical layer controls how data is placed on the communication media.

More information

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications Data and Computer Communications Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based s 1 Need For Protocol Architecture data exchange can involve complex procedures better if task broken into subtasks

More information

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers Router Router is a Microprocessor controlled device that forwards data packets across the computer network. It is used to connect two or more data lines from different net works. The function of the router

More information

Access to the Web. Coverage. Basic Communication Technology. CMPT 165: Review

Access to the Web. Coverage. Basic Communication Technology. CMPT 165: Review Access to the Web CMPT 165: Review Tamara Smyth, tamaras@cs.sfu.ca School of Computing Science, Simon Fraser University December 5, 2011 Access to the Web requires: a computer (of some kind) a connection

More information

Special expressions, phrases, abbreviations and terms of Computer Networks

Special expressions, phrases, abbreviations and terms of Computer Networks access access point adapter Adderssing Realm ADSL (Asymmetrical Digital Subscriber Line) algorithm amplify amplitude analog antenna application architecture ARP (Address Resolution Protocol) AS (Autonomous

More information

Multiplexing (Recap)

Multiplexing (Recap) Multiplexing (Recap) Multiplexing How to transfer data between two sites once there is a digital link between them? Analog to Digital (A2D) conversion Human voice is a continuous signal in the range 0-4

More information

CSCD 433/533 Advanced Networks

CSCD 433/533 Advanced Networks CSCD 433/533 Advanced Networks Lecture 2 Network Review Winter 2017 Reading: Chapter 1 1 Topics Network Topics Some Review from CSCD330 Applications Common Services Architecture OSI Model AS and Routing

More information

Module 2 Overview of Computer Networks

Module 2 Overview of Computer Networks Module 2 Overview of Computer Networks Networks and Communication Give me names of all employees Who earn more than $00,000 ISP intranet backbone satellite link desktop computer: server: network link:

More information

Module 2 Overview of. Computer Networks

Module 2 Overview of. Computer Networks Module Overview of Networks and Communication Give me names of all employees Who earn more than $00,000 ISP intranet backbone satellite link desktop computer: server: network link: CS454/654 - Issues How

More information

What is the fundamental purpose of a communication system? Discuss the communication model s elements.

What is the fundamental purpose of a communication system? Discuss the communication model s elements. What is the fundamental purpose of a communication system? The fundamental purpose of a communication system is the exchange of data between two parties. Discuss the communication model s elements. The

More information

What s a protocol? What s a protocol? A closer look at network structure: What s the Internet? What s the Internet? What s the Internet?

What s a protocol? What s a protocol? A closer look at network structure: What s the Internet? What s the Internet? What s the Internet? What s the Internet? PC server laptop cellular handheld access points wired s connected computing devices: hosts = end systems running apps communication s fiber, copper, radio transmission rate = bandwidth

More information

Study Guide. Module Three

Study Guide. Module Three Exam Three will draw questions four content areas: our textbook, our assignments, the Rackspace Web Hosting Tutorial, and our class lectures. The purpose of this guide is to help you focus your exam preparations.

More information

ABSTRACT. that it avoids the tolls charged by ordinary telephone service

ABSTRACT. that it avoids the tolls charged by ordinary telephone service ABSTRACT VoIP (voice over IP - that is, voice delivered using the Internet Protocol) is a term used in IP telephony for a set of facilities for managing the delivery of voice information using the Internet

More information

Lecture 2: Internet Structure

Lecture 2: Internet Structure Lecture 2: Internet Structure COMP 332, Spring 2018 Victoria Manfredi Acknowledgements: materials adapted from Computer Networking: A Top Down Approach 7 th edition: 1996-2016, J.F Kurose and K.W. Ross,

More information

Physical Layer: Multiplexing, Spectrum Spreading and Switching. Covers Chapters# 06 & 08 from Text Book

Physical Layer: Multiplexing, Spectrum Spreading and Switching. Covers Chapters# 06 & 08 from Text Book Physical Layer: Multiplexing, Spectrum Spreading and Switching Covers Chapters# 06 & 08 from Text Book 2 Multiplexing From Chapter#06 3 Multiplexing If bandwidth of a medium linking two devices is greater

More information

Overview of Networks

Overview of Networks CMPT765/408 08-1 Overview of Networks Qianping Gu 1 Overview of Networks This note is mainly based on Chapters 1-2 of High Performance of Communication Networks by J. Walrand and P. Pravin, 2nd ed, and

More information

Lecture 7. Network Layer. Network Layer 1-1

Lecture 7. Network Layer. Network Layer 1-1 Lecture 7 Network Layer Network Layer 1-1 Agenda Introduction to the Network Layer Network layer functions Service models Network layer connection and connectionless services Introduction to data routing

More information

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Network and Telecommunications Basics Chapter Outline The telecommunications system Network services

More information

ET4254 Communications and Networking 1

ET4254 Communications and Networking 1 Topic 2 Aims:- Communications System Model and Concepts Protocols and Architecture Analog and Digital Signal Concepts Frequency Spectrum and Bandwidth 1 A Communications Model 2 Communications Tasks Transmission

More information

An Overview. 12/22/2011 Hardev Singh Manager (BB-NOC) MTNL Delhi

An Overview. 12/22/2011 Hardev Singh Manager (BB-NOC) MTNL Delhi Broadband Technology An Overview 12/22/2011 Hardev Singh Manager (BB-NOC) MTNL Delhi 1 1 2 3 4 5 6 7 8 9 * 8 # 1 2 3 4 5 6 7 8 9 * 8 # Typical Narrowband (voice) setup Local Exchange PSTNSwitch telephone

More information

Using Telephone and Cable Networks for Data Transmission

Using Telephone and Cable Networks for Data Transmission CHAPTER 9 Using Telephone and Cable Networks for Data Telephone networks were originally created to provide voice communication. The need to communicate digital data resulted in the invention of the dial-up

More information

Lecture 1 Overview - Data Communications, Data Networks, and the Internet

Lecture 1 Overview - Data Communications, Data Networks, and the Internet DATA AND COMPUTER COMMUNICATIONS Lecture 1 Overview - Data Communications, Data Networks, and the Internet Mei Yang Based on Lecture slides by William Stallings 1 OUTLINE Data Communications and Networking

More information

Introduction to ATM Technology

Introduction to ATM Technology Introduction to ATM Technology ATM Switch Design Switching network (N x N) Switching network (N x N) SP CP SP CP Presentation Outline Generic Switch Architecture Specific examples Shared Buffer Switch

More information

BROADBAND AND HIGH SPEED NETWORKS

BROADBAND AND HIGH SPEED NETWORKS BROADBAND AND HIGH SPEED NETWORKS ATM SWITCHING ATM is a connection-oriented transport concept An end-to-end connection (virtual channel) established prior to transfer of cells Signaling used for connection

More information

Digital Communication Networks

Digital Communication Networks Digital Communication Networks MIT PROFESSIONAL INSTITUTE, 6.20s July 25-29, 2005 Professor Muriel Medard, MIT Professor, MIT Slide 1 Digital Communication Networks Introduction Slide 2 Course syllabus

More information

UNIT II NETWORKING

UNIT II NETWORKING UNIT II INTRODUCTION TO WIRELESS NETWORKING Wireless Network The cellular telephone system is responsible for providing coverage throughout a particular area known as coverage region or market The interconnection

More information

CENTURYLINK OPERATING COMPANIES TARIFF F.C.C. NO. 11 2ND REVISED INDEX PAGE 8-0 CANCELS 1ST REVISED INDEX PAGE 8-0 ACCESS SERVICE

CENTURYLINK OPERATING COMPANIES TARIFF F.C.C. NO. 11 2ND REVISED INDEX PAGE 8-0 CANCELS 1ST REVISED INDEX PAGE 8-0 ACCESS SERVICE 2ND REVISED INDEX PAGE 8-0 CANCELS 1ST REVISED INDEX PAGE 8-0 ALPHABETICAL BY SUBJECT PAGE Changes of Service... 8-3 General... 8-1 Moves... 8-2 Order Modifications... 8-1 Special Construction... 8-1 Termination

More information

Outline. Computer Communication and Networks. The Network Core. Components of the Internet. The Network Core Packet Switching Circuit Switching

Outline. Computer Communication and Networks. The Network Core. Components of the Internet. The Network Core Packet Switching Circuit Switching Outline Computer Communication and Networks 1 Department of Computer Science & Information Technology University of Balochistan Lecture 03 1/26 2/26 Two major components The mesh of packet switches and

More information

(b) DS1 Entrance Facility

(b) DS1 Entrance Facility Second Revised Sheet 7 Cancels First Revised Sheet 7 6.1 General (Continued) 6.1.3 Rate Categories (Continued) (A) Local Transport The Local Transport rate category provides the transmission and tandem

More information