41
Telecom Networks Lecture #2

Telecom Networks Lecture 2

Embed Size (px)

DESCRIPTION

Telecom Networks Lecture 2

Citation preview

Page 1: Telecom Networks Lecture 2

Telecom Networks

Lecture #2

Page 2: Telecom Networks Lecture 2

Switching Techniques

In large networks there might be multiple paths linking sender and receiver. Information may be switched as it travels through various communication channels. There are three typical switching techniques available.

• Circuit Switching • Message Switching • Packet Switching

Page 3: Telecom Networks Lecture 2

Circuit Switching• Circuit switching is a technique that directly connects the

sender and the receiver in an unbroken path.

• Telephone switching equipment, for example, establishes a path that connects the caller's telephone to the receiver's telephone by making a physical connection.

• With this type of switching technique, once a connection is established, a dedicated path exists between both ends until the connection is terminated.

• Routing decisions must be made when the circuit is first established, but there are no decisions made after that time.

Page 4: Telecom Networks Lecture 2

Circuit Switching

• Circuit switching in a network operates almost the same way as the telephone system works.

• A complete end-to-end path must exist before communication can take place.

• The computer initiating the data transfer must ask for a connection to the destination.

• Once the connection has been initiated and completed to the destination device, the destination device must acknowledge that it is ready and willing to carry on a transfer.

• Example of circuit switching system• Telephone network • GSM

Page 5: Telecom Networks Lecture 2

Circuit switching

Advantages: • The communication channel (once established) is dedicated.

Disadvantages: • Possible long wait to establish a connection, (10 seconds, more on long- distance or international calls.) during which no data can be transmitted. • More expensive than any other switching techniques, because a dedicated path is required for each connection. • Inefficient use of the communication channel, because the channel is not used when the connected systems are not using it.

Page 6: Telecom Networks Lecture 2

Message Switching

• With message switching there is no need to establish a dedicated path between two stations.

• When a station sends a message, the destination address is appended to the message.

• The message is then transmitted through the network, in its entirety, from node to node.

• Each node receives the entire message, stores it in its entirety on disk, and then transmits the message to the next node.

• This type of network is called a store-and-forward network.

• E-mail is example of a message switching system.

Page 7: Telecom Networks Lecture 2

Message Switching

A message-switching node is typically a general-purpose computer. The device needs sufficient secondary-storage capacity to store the incoming messages, which could be long. A time delay is introduced using this type of scheme due to store- and-forward time, plus the time required to find the next node in the transmission path.

Page 8: Telecom Networks Lecture 2

Message Switching

Advantages: • Channel efficiency can be greater compared to circuit- switched systems, because more devices are sharing the channel. • Traffic congestion can be reduced, because messages may be temporarily stored in route. • Message priorities can be established due to store-and-forward technique. • Message broadcasting can be achieved with the use of broadcast address appended in the message.

Page 9: Telecom Networks Lecture 2

Message Switching

Disadvantages • Message switching is not compatible with interactive applications. • Store-and-forward devices are expensive, because they must have large disks to hold potentially long messages.

Page 10: Telecom Networks Lecture 2

Packet Switching• Packet switching can be seen as a solution that tries to combine the advantages of message and circuit switching and to minimize the disadvantages of both. • There are two methods of packet switching: Datagram and virtual circuit.Connectionless packet switching, also known as datagram switching.Connection-oriented packet switching, also known as virtual circuit switching

Page 11: Telecom Networks Lecture 2

Packet Switching

• In both packet switching methods, a message is broken into small parts, called packets. • Each packet is tagged with appropriate source and destination addresses. • Since packets have a strictly defined maximum length, they can be stored in main memory instead of disk, therefore access delay and cost are minimized.• Also the transmission speeds, between nodes, are optimized.• With current technology, packets are generally accepted onto the network on a first-come, first-served basis. If the network becomes overloaded, packets are delayed or discarded (``dropped'').

Page 12: Telecom Networks Lecture 2

Packet switching• In packet switching, the analog signal from your phone is

converted into a digital data stream. That series of digital bits is then divided into relatively tiny clusters of bits, called packets. Each packet has at its beginning the digital address -- a long number -- to which it is being sent. The system blasts out all those tiny packets, as fast as it can, and they travel across the nation's digital backbone systems to their destination: the telephone, or rather the telephone system, of the person you're calling.

• They do not necessarily travel together; they do not travel sequentially. They don't even all travel via the same route. But eventually they arrive at the right point -- that digital address added to the front of each string of digital data -- and at their destination are reassembled into the correct order, then converted to analog form, so your friend can understand what you're saying.

Page 13: Telecom Networks Lecture 2

Packet Switching: Datagram• Datagram packet switching is similar to message switching in that each packet is a self-contained unit with complete addressing information attached. • This fact allows packets to take a variety of possible paths through the network. • So the packets, each with the same destination address, do not follow the same route, and they may arrive out of sequence at the exit point node (or the destination). • Reordering is done at the destination point based on the sequence number of the packets. • It is possible for a packet to be destroyed if one of the nodes on its way is crashed momentarily. Thus all its queued packets may be lost.

Page 14: Telecom Networks Lecture 2

Packet Switching:Virtual Circuit

• In the virtual circuit approach, a preplanned route is established before any data packets are sent. • A logical connection is established when a sender send a "call request packet" to the receiver and the receiver send back an acknowledge packet "call accepted packet" to the sender if the receiver agrees on conversational parameters.• The conversational parameters can be maximum packet sizes, path to be taken, and other variables necessary to establish and maintain the conversation. • Virtual circuits imply acknowledgements, flow control, and error control, so virtual circuits are reliable.

Page 15: Telecom Networks Lecture 2

Packet Switching:Virtual Circuit

• In virtual circuit, the route between stations does not mean that this is a dedicated path, as in circuit switching. • A packet is still buffered at each node and queued for output over a line. • The difference between virtual circuit and datagram approaches:

With virtual circuit, the node does not need to make a routing decision for each packet. It is made only once for all packets using that virtual circuit.

Page 16: Telecom Networks Lecture 2

Packet Switching: Virtual Circuit

VC's offer guarantees that

the packets sent arrive in the order sent with no duplicates or omissions with no errors (with high probability)

regardless of how they are implemented internally.

GPRS is example of a packet switching system.

Page 17: Telecom Networks Lecture 2

Advantages of packet switching

Advantages: • Packet switching is cost effective, because switching devices do not need massive amount of secondary storage. • Packet switching offers improved delay characteristics, because there are no long messages in the queue (maximum packet size is fixed). • Packet can be rerouted if there is any problem, such as, busy or disabled links. • The advantage of packet switching is that many network users can share the same channel at the same time. Packet switching can maximize link efficiency by making optimal use of link bandwidth.

Page 18: Telecom Networks Lecture 2

Disadvantages of packet switching

Disadvantages: • Protocols for packet switching are typically more complex. • It can add some initial costs in implementation. • If packet is lost, sender needs to retransmit the data.• Another disadvantage is that packet-switched systems still can’t deliver the same quality as dedicated circuits in applications requiring very little delay - like voice conversations or moving images.

Page 19: Telecom Networks Lecture 2

Switching and Signaling

To build the requested connection from one subscriber to another, the network has switching equipment that selects the required connection.

These switching systems are called exchanges. The subscriber identifies the required connection

with signaling information (dialing) that is transmitted over the subscriber line.

In the network, signaling is needed to transmit the control

information of a specific call and circuits from one exchange to another

Page 20: Telecom Networks Lecture 2

Telephone Exchange Main task of the telephone or ISDN exchange is to build

up a physical connection between subscriber A and B. The speech channel is connected from the time when

the circuit was established to the time when the call is cleared.

This principle is called the circuit switching concept and is different from packet switching, which has been used in data networks.

In the past, the switching matrix was electromechanical and controlled directly by pulses from a telephone.

Later, the control functions were integrated into a common control unit.

Page 21: Telecom Networks Lecture 2

SPC exchange and signaling principles used between exchanges

Page 22: Telecom Networks Lecture 2

Signaling

Signaling refers to the exchange of information between call components required to provide and maintain service.As users of the PSTN, we exchange signaling with network elements all the time. Examples of signaling between a telephone user and the telephone network include: dialing digits, providing dial tone, accessing a voice mailbox, sending a call-waiting tone, etc.

Page 23: Telecom Networks Lecture 2

In a telephony context, signaling means the passing of information and instructions from one point to another relevant to the setting up and supervision of a telephone call.

By tradition, Signaling has been divided into two types: Subscriber Signaling i.e. signaling between a subscriber terminal (telephone) and the local exchange, and Trunk Signaling i.e. signaling between exchanges.

L o c a lE x c h a n g e

L o c a lE x c h a n g e

T r u n k

S i g n a l l i n g

S u b s c r i b e r

S i g n a l l i n g

S u b s c r i b e r

S i g n a l l i n gccs

cas

ccs

cas

Page 24: Telecom Networks Lecture 2

Subscriber Signaling

H O O K O F F

D I A L T O N E

N U M B E R

R I N G I N G T O N E R I N G I N G S I G N A L

B A N S W E R

C O N V E R S A T I O N

H O O K O NH O O K O N

Calling PartyA_Number

Called PartyB_Number

Page 25: Telecom Networks Lecture 2

Trunk Signaling

The Trunk Signaling has further been divided into: Channel Associated Signaling (CAS) i.e. signaling in the speech channel (in-band) or in a channel closely associated with the speech channel (out-of-band), and Common Channel Signaling (CCS) i.e. signaling in a channel totally separated from the speech channels (out-of-band) and where this Signaling Channel is common for a large number of speech channels.

Page 26: Telecom Networks Lecture 2

Channel Associated Signaling between Exchanges

Page 27: Telecom Networks Lecture 2

Common Channel Signaling between Exchanges

Page 28: Telecom Networks Lecture 2

Evolution of SS7

Common Channel Signaling System No. 7 (i.e., SS7 or C7), which was specified in 1979/80, is intended primarily for digital networks, both national and international, where the high transmission rate (64 kb/s)can be exploited. It may also be used on analog lines.

SS7 signaling has not only been designed to control the setting up and supervision of telephone calls but of non -voice services also.

Page 29: Telecom Networks Lecture 2

Advantages of Using SS7

SS7 has several advantages compared with traditional signaling systems. Some obvious advantages are the following:

FAST - the time for call set up is reduced to less than one second in most cases.

HIGH CAPACITY - each signaling link can handle the signaling for several thousand simultaneous calls.

ECONOMICAL - much less signaling equipment is required, compared to traditional signaling systems.

RELIABLE - by using alternate signaling routes, the signaling network can be made very secure.

FLEXIBLE - the system can contain many more signals, for example, and can be used for other purposes than telephony.

Page 30: Telecom Networks Lecture 2

Switching Hierarchy

Page 31: Telecom Networks Lecture 2

Telephone Call Routing

Calls that are carried by the network are routed according to a plan, a set of rules.Rule # 1: “Step by step routing”

Call is routed step by step. Each exchange routes the calls via an available circuit towards the exchange nearest to the destination, and then assigns the latter task of connecting the routing.Rule # 2: “The 3 Choices”

Choice depends upon the extent to which the group circuits tested are busy.

Page 32: Telecom Networks Lecture 2

First choice must allow for majority of traffic flow. Second choice , also known as overflow, takes place on the hierarchical group. Third choice, called engaged choice, corresponds to a call redirection onto an announcement or a tone.

Rule # 3: “As close as possible”From a given exchange, the 1st choice group is

selected by attempting to reach the exchange (subscriber or transit) which is closest to the one requested.

Page 33: Telecom Networks Lecture 2

Calls made outside local area are handled by Toll centers

Higher level of switching depends on the destination of call and the traffic volumes at any given time

The end office is the lowest level of switching entity, there may be one or more end offices (Central offices) based on the number of subscribers in the area

The PSTN is a hierarchical network consisting of 5 levels of switching facilities

Page 34: Telecom Networks Lecture 2
Page 35: Telecom Networks Lecture 2

Routing

Page 36: Telecom Networks Lecture 2

Telephone Call Routing Principle

Page 37: Telecom Networks Lecture 2

Local-Access Network

Page 38: Telecom Networks Lecture 2

Local Exchange

Local or subscriber loops connect subscribers to local exchanges.Detect off-hook condition, analyze the dialed number, and determine if a route is available.• Connect the subscriber to a trunk exchange for longer distance calls.• Connect the subscriber to another in the same local area.• Determine if the called subscriber is free and connect ringing signal to her.• Provide metering and collect charging data for its own subscribers.• Convert 2W local access to 4W circuit of the network.• Convert analog speech into a digital signal (PCM).

Page 39: Telecom Networks Lecture 2

Distribution Frames

All subscriber lines are wired to the main distribution frame (MDF), which is located close to the local exchange.

Page 40: Telecom Networks Lecture 2

Two-Layer Network and Links Between Trunk and Local Exchanges

Page 41: Telecom Networks Lecture 2

Instructor: Sam Nanavaty

HW Assignment #1

• What is a PBX and what are the PBX interface standards?• Identify various PBX manufacturers• What are the typical functional features offered by a PBX?• Identify the companies that make the Central Office

switches• What are the key functional features offered by a C.O.

switch?

• Here is a URL to get you started:

• http://en.wikipedia.org/wiki/PBX#Overview