Chapter II Final
Chapter II Final
by
phones in an office building to the outside world, has in many instances been replaced by
central national switching hubs. In industrial, commercial, and scientific sites an ubiquitous
installation is the local-area network (LAN). A LAN may range from a simple bus with a few
computers to a complex of switches and routers linking together hundreds of computers and
specialized pieces of equipment. A LAN may or may not be connected to the telephone
network, but it is a very important part of modern telecommunication.
2.2. The Local Network
The local-access network provides the connection between the customers telephones (the
customer premises equipment) and the local exchange, local exchanges, which are the lowestlevel exchanges in the switching hierarchy. All of the ordinary telephones are connected to
the local telephone end office through pairs of 22- or 26-gauge wire twisted together in order
to minimize crosstalk. Hundreds of these twisted pairs are bundled in a cable. In order to
improve the quality of the analog voice signal, loading coils are attached to the twisted pairs.
Hundreds of these twisted pairs are bundled in a cable. In order to improve the quality of the
analog voice signal, loading coils are attached to the twisted pairs. These same coils are
removed for digital transmission of modem signals. Since they are by far the most common
means of access to the premises, a great deal of work is going into increasing the
information-carrying capability of twisted pairs. This would allow the classic telephone
network to play a role in what might be called the Internet revolution with a relatively modest
increase in investment. The generic term for these techniques is digital subscriber links
(DSLs). Asynchronous digital subscriber links (ADSLs) recognize that most Internet users
receive far more information than they transmit; accordingly, the rates provided are 1.536
megabits per second (Mbps) on the downlink and 400 kilobits per second (kbps) on the
uplink. The latest development in this area is the very high-data-rate digital subscriber line
(VDSL), which provides uplink and downlink rate of 52 Mbps over optical links close to the
subscriber premises.
2.3. Long-Haul Network
The long-haul network carries traffic from one telephone end office to another end office. In
general, the long-haul network is a mesh of interconnected links (see figure 2.2). It is also
called Backbone. There may be a number of links in this path. The switch, which will be
discussed in the next subsection, serves to route the flow of traffic between links. A number
of different kinds of transmission media may be used to implement the links in the long-haul
network: twisted pairs with repeaters, coaxial cable, microwave radio, satellite, and optical
fiber. Increasingly, optical fiber is replacing the metallic media and microwave radio as the
transmission medium. This is the case for transoceanic cable as well. The dominance of
2
TELECOMMUNICATION ENGINEERING
by
optical fiber is not difficult to understand since it provides virtually error-free transmission at
gigabit rates. The only challenge to the domination of fiber is the satellite system in its area of
application. Satellites allow direct access to any point in their footprint; thus, new networks
can be set up quickly. Further, earthly impediments and distances constitute no barrier.
Satellites are unsurpassed in linking to remote areas, for example.
Physical layer: It is the lowest level of OSI model. The signal that is to be conveyed
from one point to another is transformed into a signal suitable for transmission over
the medium at hand. In digital communication systems, our main concern is that zeros
3
TELECOMMUNICATION ENGINEERING
by
and ones of a digital stream modulate electrical or optical pulses that are transmitted
over the respective media. The implementation of functions such as signal filtering
and phase and timing recovery and tracking are handled at this level.
Link layer: The physical layer delivers raw bits to the link level, whose function is to
organize the flow of bits over a segment of the path called a link. A link could be, for
example, an optical fiber between buildings on a university campus or an
intercontinental satellite channel. The basic format of bits at the link level is the
frame, which consists of user information bits together with a number of overhead
bits. The overhead bits perform several functions. In general, frames are not of fixed
length; accordingly, framing bits indicating the beginning and end of a frame must be
provided. Parity bits can be included in a frame in order to detect and/or correct errors
that have occurred in transmission. In order to ensure that frames are delivered in
order, sequencing bits must also be included in the frame. The primary performance
issue at the link level is the efficacy of error detection and correction.
Network layer: The frames, which are supposed to be error-free, are passed from the
link layer to the network layer, which is responsible for routing and flow control of
the links in the path between the source and the destination. At this level, a packet is
formed by adding addresses as well as other overhead to the frame. In packetswitched networks buffering is required to smooth flow between links.
The probability of buffer overflow is a function of the rate of traffic flow and the
information-carrying capacity of the link. A routing strategy could be based on
minimizing this probability.
4
TELECOMMUNICATION ENGINEERING
by
Transport layer: At this layer the end-to-end flow over all of the links in a path is
managed. Flow control can be used for efficient operation between systems whose
speeds are mismatched and as a type of congestion control. In some systems, errors
are detected and corrected at this level. Further, there is a requirement to provide
enough buffering to bring probability of buffer overflow to an acceptable level.
Session layer: Calls are established at the session layer. In a circuit-switched network,
the task is to find a suitable path through the network. The criterion that is relevant
here is the probability of call blocking, specifically, the probability that a suitable path
is not available to an arriving call. In packet-switched networks where resources are
assigned on demand, the criterion is whether there will be enough resources available
throughout the duration of a call. This is the admission control problem. The other
functions of the session layer include data transfer control using tokens, in the case of
request-response type dialogs (i.e. half duplex), synchronization in case of data
transfer failures.
Presentation layer: The performance issues that we will be considering do not arise
in the two upper layers. At the presentation layer the information is formatted for
purposes other than communication. Encryption is a form of formatting, for example.
Application layer: The application layer deals with the particular function that the
user is exercising, such as mail or image transfer, for example. Since much
functionality of different applications have a common structure for the
communication, the application layer supports these common functionalities in terms
of protocols called application service elements (ASEs) called common ASEs
(CASEs) and those functionalities which are specific to the application are modeled as
specific ASEs (SASEs).
5
TELECOMMUNICATION ENGINEERING
by
Transmission:
Transmission is the process of transporting information between end points of a
system or a network. Transmission systems use four basic media for information
transfer from one point to another:
1. Copper cables, such as those used in LANs and telephone subscriber lines
2. Optical fiber cables, such as high-data-rate transmission in telecommunications networks
3. Radio waves, such as cellular telephones and satellite transmission
4. Free-space optics, such as infrared remote controllers
In a telecommunications network, the transmission systems interconnect exchanges and,
taken together, these transmission systems are called the transmission or transport network.
Switching:
Then only a few cable connections were needed between exchanges because the number of
simultaneously ongoing calls is much smaller than the number of telephones. The first
switches were not automatic so switching was done manually using a switchboard. Strowger
developed the first automatic switch (exchange) in 1887. At that time, switching had to be
controlled by the telephone user with the help of pulses generated by a dial.
Signaling :
Signaling is the mechanism that allows network entities (customer premises or network
switches) to establish, maintain, and terminate sessions in a network. Signaling is carried out
with the help of specific signals or messages that indicate to the other end what is
requested of it by this connection.
6
TELECOMMUNICATION ENGINEERING
by
Dial: The subscriber dials digits and they are received by the exchange.
On-hook condition: The exchange notices that the subscriber has finished the call
(subscriber loop is disconnected), clears the connection, and stops billing.
Signaling is naturally needed between exchanges as well because most calls have to
be connected via more than just one exchange. Many different signaling systems are used for
the interconnection of different exchanges. Signaling is an extremely complex matter in a
telecommunications network.
by
Figure shows the signaling phases on a subscriber loop. When the exchange detects the offhook condition of a subscriber loop, it informs us with a dial tone that we hear when we raise
the hook that it is ready to receive digits. After dialing it keeps us informed about whether the
circuit establishment is successful by sending us a ringing tone when the telephone at the
Other end rings .When subscriber B answers, the exchange switches off both the ringing
signal and the ringing tone and connects the circuit. At the end of the conversation, an onhook condition is detected by the exchange and the speech circuit is released.
ROTARY DIALING:
8
TELECOMMUNICATION ENGINEERING
by
The telephone set has a switch that is open in the on-hook condition and closed when the
hook is off. This indicates to the telephone exchange when a call is to be initiated and when it
has to prepare to receive dialed digits. In old telephones, which exchanges still have to
support, this method of local loop connection/disconnection is used to transmit dialed
digits as well (Figure ). We call this principle rotary or pulse dialing.
In rotary dialing a local loop is closed and opened according to the dialed digits, and
the number of current pulses is detected by the exchange. This signalling method is also
known as loop disconnects signalling. The main disadvantages of this method are that it is
slow and expensive due to high resolution mechanics and it does not support supplementary
services such as call forwarding.
When a digit is to be dialed, the dialing plate with finger holes is rotated clockwise to
the end and released. While homing, the switch is breaking the line current periodically and
the number of these periods indicates the dialed digit. For example, digit 1 has one
period, 2 has two periods, and 0 has 10 periods or cycles. Mechanics make the homing
speed approximately constant and each period is about 100 ms long with a 60-ms break.
Tone Dialing:
Modern telephones usually have 12 push buttons for dialing, each generating a tone with two
frequencies.
One of the frequencies is from the upper frequency band and the other from the lower band.
All frequencies are inside the voice frequency band (3003,400 Hz) and can thus be
transmitted through the network from end to end, when the speech connection is established.
This signaling principle is known as dual-tone multi frequency (DTMF) signaling.
Advantages of tone dialing are as follows:
It is quicker and dialing of all digits takes the same time.
Fewer dialing errors result.
End-to-end signaling is possible.
9
TELECOMMUNICATION ENGINEERING
by
Telephone Numbering:
An international telephone connection from any telephone to any other telephone is made
possible by unique identification of each subscriber socket in the world.
International Prefix :
An international prefix or international access number is used for international calls. It tells
the network that the connection is to be routed via an international telephone exchange to
another country. The international prefix may differ from country to country, but it is
gradually becoming harmonized.
10
TELECOMMUNICATION ENGINEERING
by
Subscriber Number:
The subscriber number in a fixed telephone network is a unique identification of the
subscriber inside a geographical area. To connect to a certain subscriber, the same number
is dialed anywhere in the area. Because of the numbering hierarchy, the subscriber part
of the telephone number of one subscriber may be the same as that of another subscriber in
another area.
11
TELECOMMUNICATION ENGINEERING
by
Local-Access Network:
The local-access network provides the connection between the customers telephone
and the local exchange. Ordinary telephone and ISDN subscribers use two wires, a pair, as a
subscriber loop, but for business customers a higher capacity optical fiber or microwave radio
link may be required. Many different technologies are used in a local-access network to
connect subscribers to the public telecommunications network.
Most subscriber connections use twisted pairs of copper wires. Subscriber cables contain
many pairs that are shielded with common aluminium foil and plastic shield. In urban areas
cables are dug into the ground and may be very large, having hundreds of pairs.
Distribution points that are installed in outdoor or indoor cabinets are needed to divide large
cables into smaller ones and distribute subscriber pairs to houses as shown in Figure.
An optical connection is used when a high transmission capacity (more than 2 Mbps) or very
good transmission quality is required. A microwave radio relay is often a more economical
solution than optical fiber when there is a need to increase data capacity beyond the capacity
of an existing cable network. Installation of optical or copper cables takes more time because
permissions from landowners and city authorities are required. Installation of cables is also
very expensive when they must be sunk into the ground.
One technology for implementation of ordinary subscriber loops for fixed telephone service
is known as wireless local loop (WLL). WLL uses radio waves and does not require
installation of subscriber cables; it is a quick and low-cost way to connect a new subscriber to
the public network. With the help of this technology, new operators can provide services in an
area where another old operator owns the cables. WLL is also used for replacement of old
fixed overhead subscriber telephone lines in rural areas.
12
TELECOMMUNICATION ENGINEERING
by
When cable network capacity for subscriber connections needs to be increased, it may
be more economical to install concentrators, remote subscriber units, or subscriber
multiplexers so as to utilize existing cables more efficiently.
Local Exchange:
Local or subscriber loops connect subscribers to local exchanges, which are the lowest level
exchanges in the switching hierarchy. These are the main tasks of the digital local exchange:
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).
Distribution Frames:
by
subscriber cable network structure and switching arrangements. This fixed cabling stays the
same over long periods of time, but connections between sides change daily, for example,
because a subscriber moves to another house in the same switching area.
A cross-connection in the MDF is usually done with twisted open pairs that are able to carry
data rates up to 2 Mbps. Ordinary subscriber pairs are used for analog telephone subscribers,
analog and digital PBX/PABX connections, ISDN basic rate connections and ADSL. ADSL
and ordinary analog telephone circuits use the same 2W subscriber loop. Data and speech
connections may be used simultaneously and they are separated in the exchange where
speech is connected to an ordinary analog exchange interface and data are routed to the
Internet, as shown in Figure.
A digital exchange may include both analog and digital subscriber interfaces. For digital
private (automatic) branch exchange (PBX/PABX) applications, 1.5- or 2-Mbps digital
interfaces are available If the local switch has ISDN capability, basic rate and primary rate
interfaces are avail-able. Ordinary subscriber pairs are used for ISDN basic rate
connections (160-Kbps bidirectional) and a network terminal (NT) is required on customer
premises. The primary rate interface of ISDN (1.5 or 2 Mbps) is used for PABX connections.
It requires two pairs, one for each transmission direction, and supports many simultaneous
external calls.
14
TELECOMMUNICATION ENGINEERING
by