BCST Unit-1
BCST Unit-1
TECHNOLOGY
➢What do you mean by telecommunication?
• Telegraph communications
• Telephone communications
Electrical And Electromagnetic Telecommunication
Technologies Include:
• Telegraph,
• Networks,
• Radio,
• Microwave Transmission,
• The internet
What are the different types of telecommunication networks?
➢Radio networks.
➢Television networks.
Principles of Telecommunication services
Telecommunications services follow the following principles:
• The telecommunications networks are used to provide services to the users
• A service requires the execution of a series of programs by the originating and destination
entities
• The services are decomposed into different layers by the initiating entity, where each layer
undertakes a specified portion of the overall service. This makes the services more
manageable and allows interoperability between vendors. Most modern systems adhere
to the 7-layer OSI reference model
• The telecommunications services include information transfer, signaling, and billing
• Information is transferred over the network in the form of bits. These bits have different
forms depending on the type of the transmission media; electrical signals on copper
cables, pulses of light in fiber optic cables and electromagnetic waves traveling through
space
• Signals can be corrupted during transmission, due to interference
• Protocols incorporate error correction and detection mechanisms to overcome errors
• Components of a Telecommunication System
• In its most fundamental form, a telecommunication system includes a transmitter to
take information and convert it to a signal, a transmission medium to carry the signal
and a receiver to take the signal and convert it back into usable information. This
applies to any communication system, whether it uses computers or not.
• Most modern day telecommunications systems are best described in terms of a
network. This includes the basic elements listed above but also the infrastructure and
controls needed to support the system. There are six basic components to a
telecommunications network.
1. Input and output devices, also referred to as 'terminals'
• These provide the starting and stopping points of all communication. A telephone is
an example of a terminal. In computer networks, these devices are commonly
referred to as 'nodes' and consist of computer and peripheral devices.
2. Telecommunication channels, which transmit and receive data
• This includes various types of cables and wireless radio frequencies.
3. Telecommunication processors, which provide a number of control and support
functions
• For example, in many systems, data needs to be converted from analog to digital and
back.
4. Control software, which is responsible for controlling the functionality and activities
of the network
5. Messages represent the actual data that is being transmitted
• In the case of a telephone network, the messages would consist of audio as well as
data.
6. Protocols specify how each type of telecommunication systems handle the messages
• For example, GSM and 3G are protocols for mobile phone communications, and
TCP/IP is a protocol for communications over the Internet.
• While early telecommunication systems were built without computers, almost all
systems we use today are computerized in some way.
Essential Components
1. Computers (for information processing)
3. Communication channels:
Telephone lines, coaxial cable, fiber optic cable, wireless links etc.
5. Communications software
Communication Channel
1. Twisted wires:
• The oldest transmission medium
• Low cost
• Relatively slow for data transmission
2. Coaxial Cable:
• Consists of thickly insulated copper wire
• Can transmit larger amount of data
• Faster than twisted wire
3. Fiber Optics Cables:
• Consists of thousands of strands of clear glass Fiber
• Thickness of the glass fiber is as small as the thickness of a human hair
• Data is transmitted into pulses of light
• More suitable for providing high-speed backbone network
• Advantages:
1. Lighter and more durable that coaxial cable and twisted wire
• 2. Can handle a very large volume of data
• Disadvantages:
1. Difficult to work with
2. Relatively expensive
Pulse Code Modulation
• Pulse-code modulation (PCM) is a method used to digitally represent sampled
analog signals. It is the standard form of digital audio in computers, compact discs,
digital telephony and other digital audio applications.
• PCM is the standard method used in PSTN (Public Switched Telephone Network) to
convert analog data into digital data and with PCM it is easy to combine digitized
voice and digital data into a single, high speed digital signal and propagate it over a
metallic and optical fiber cable.
• PCM is not a type of modulation but it is a form of digitally coding of analog
signals. In this pulses are of fixed length and amplitude. It is a binary system where
presence and absence of pulse represents either logic 1 or logic 0.
• With PCM, the analog signal is sampled at regular intervals by sampling process,
next quantization measures numerical value of samples and allot them table value
from suitable scale. Then encoding converts numerical value into binary data.
Pulse-code modulation (PCM) is a method used to digitally represent sampled
analog signals. It is the standard form of digital audio in computers, compact
discs, digital telephony and other digital audio applications.
Block Diagram of PCM System
PCM MUX , OPTICAL MULTIPLEX, 120 CHANNEL PHONE
MULTIPLEX OVER FIBER OR COAX, TELECOM MULTIPLEX
ADVANTAGES
• The PCM convenient for long distance communication.
• It has a higher transmitter efficiency.
• It has a higher noise immunity.
• It provides secure data transmission.
DISADVANTAGES
• The PCM requires large bandwidth as compared to analog system.
• Encoding, decoding and quantizing circuit of PCM is very complex.
APPLICATIONS OF PCM
• The PCM is used in the satellite transmission system.
• It is used in space communication.
• It is used in telephony.
• The compact disc (CD) is a recent application of PCM.
Connection-Oriented Service
• Connection-oriented service is analogous to the telephone system that
requires communication entities to establish a connection before sending
data. TCP provides Connection-oriented services as does ATM, Frame
Relay and MPLS hardware. It uses handshake process to establish the
connection between the sender and receiver.
A handshake process includes some steps which are:
➢ Client requests server to set up a connection for transfer of data.
➢ Server program notifies its TCP that connection can be accepted.
➢ The client transmits a SYN segment to the server.
➢ The server sends SYN+ACK to the client.
➢ Client transmits 3rd segment i.e. just ACK segment.
➢ Then server terminates the connection.
Connection-less Service
• Connection-less service is analogous to the postal system. In which
packets of data (usually known as a datagram) is transmitted from source
to destination directly. Each packet is treated as an individual entity, which
allows communication entities to send data before establishing
communication. Each packet carries a destination address to identify the
intended recipient.
• Packets don’t follow a fixed path that is the reason the packets received at
receiver end can be out of order. It uses packet switching for transmission
of data.
• Most network hardware, the Internet Protocol (IP), and the User
Datagram Protocol (UDP) provides connection-less service.
BASIS OF
CONNECTION-ORIENTED SERVICE CONNECTION-LESS SERVICE
COMPARISON
Suitability Suitable for long and steady Suitable for bursty Transmission.
communication.
Signalling Used for connection establishment. There is no concept of signalling.
Packet forwarding Packets sequentially travel to their Packets reach the destination
destination node and follows the same randomly without following the same
route. route.
• In packet switching, each packet may follow a different route to reach the
destination. Packets arrived at the destination are out of order but, they are
assembled in order before the destination forward it to the upper layer.
➢ The main difference between circuit switching and packet switching is that Circuit
Switching is connection oriented whereas, Packet Switching is connectionless.
Conclusion
• For Data transmission, Packet Switching is the more efficient than
Circuit Switching whereas, when it comes to voice transmission
Circuit switching is more efficient than packet switching.
BASIS FOR
CIRCUIT SWITCHING PACKET SWITCHING
COMPARISON
Orientation Connection oriented. Connectionless.
Purpose Initially designed for Voice Initially designed for Data
communication. Transmission.
Flexibility Inflexible, because once a path is Flexible, because a route is
set all parts of a transmission created for each packet to
follows the same path. travel to the destination.
Order Message is received in the order, Packets of a message are
sent from the source. received out of order and
assembled at the destination.
Technology/Approa Circuit switching can be Packet Switching has two
ch achieved using two technologies, approaches Datagram
either Space Division Switching Approach and Virtual Circuit
or Time-Division Switching. Approach.
➢ HIGHER SPEED
• The capacity of pipe and therefore no. of channels carried may vary
from user to user
• Can be used as a single pipe for fast fax/ video/ high speed data/ high
Quality audio
OR
• Subdivide channels according to user’s own TDM scheme (mux info
at lower rates)
• These channel types are grouped into Txn structure that are offered as
package to user
THE IDN
Telephone
Packet
switched
network
Data terminal “Digital
pipes”
Circuit
switched
network
Customer
ISDN Other
ISDN CENTRAL network
PBX interface OFFICE
Data
Subscriber loop & base
ISDN channel structure
Alarm
Other
services
There is no synchronization between payload and There is synchronization between payload and
frame. frame.
PDH system has different frame structures at SDH system has consistent frame structures
different hierarchy levels. throughout the hierarchy.
Physical cross-connections are provided on the Digital cross-connections are provided at different
same level in PDH. signal levels in SDH.
There is no universal standard for PDH. Universal standard exists for SDH.
PDH is incompatible with other signals such as SDH is compatible with other signals such as
ATM, FDDI, DQDB etc. ATM, FDDI, DQDB etc.
Multiplying method used in PDH is complex. Multiplying method used in SDH is simple.