Chapter 2 - Physical layer (1)
Chapter 2 - Physical layer (1)
Agenda:
Functions of Physical Layer
Data and signals: Analog and Digital signals, Transmission Impairment, Data Rate
Limits, Performance
Data transmission Media: Guided Media, Unguided Media and Satellites
Bandwidth Utilization: Multiplexing and Spreading
Switching : Circuit switching, Message Switching and Packet Switching
Telephone, Mobile and Cable network for data communication
Physical Layer
Physical layer is the lowest layer of the OSI reference model. It is responsible for sending bits
from one computer to another. This layer is not concerned with the meaning of the bits and deals
with the setup of physical connection to the network and with transmission and reception of
signals.
The main functionality of the physical layer is to transmit the individual bits from one node to
another node. It is the lowest layer of the OSI model. It establishes, maintains and deactivates
the physical connection. It specifies the mechanical, electrical and procedural network interface
specifications.
1. Representation of Bits: Data in this layer consists of stream of bits. The bits must be encoded
into signals for transmission. It defines the type of encoding i.e. how 0's and 1's are changed to
signal.
2. Data Rate: This layer defines the rate of transmission which is the number of bits per second.
3. Synchronization: It deals with the synchronization of the transmitter and receiver. The sender
and receiver are synchronized at bit level.
4. Interface: The physical layer defines the transmission interface between devices and
transmission medium.
5. Line Configuration: This layer connects devices with the medium: Point to Point configuration
and Multipoint configuration.
6. Topologies: Devices must be connected using the following topologies: Mesh, Star, Ring and
Bus.
7. Transmission Modes: Physical Layer defines the direction of transmission between two
devices: Simplex, Half Duplex, Full Duplex.
Analog data is continuous data that keeps changing over time, for example in an analog
watch, the hour, minute and second hands keep moving so you infer the time by looking at
it, it keeps changing.
Digital data is discrete data. Digital data is information stored on a computer system as a
series of 0's and 1's in a binary language. On the other hand digital watch shows you discrete
data such as 12:20 AM, 5:30 PM etc. at a particular moment of time.
Analog and Digital Signals:
There are three parameters that defines a sine wave – peak amplitude, frequency and phase.
For example a data that is converted it into a machine language (combination of 0s and 1s) such
as 1001 can be represented in form digital signals. 1 represents high voltage and 0 represents
low voltage.
Bit Rate: A bit rate is measured as bits per second, it represents the number of 1s send in 1
second.
Bit Length: A bit length is the distance a bit occupies on the transmission medium.
Causes of impairment
There are three main causes of impairment are,
1. Attenuation
2. Distortion
3. Noise
A signal has lost or gained its strength, for this purpose engineers use the concept of decibel (dB).
Decibel is used to measure the relative strengths of two signals or a signal at two different points.
If a signal is attenuated then dB is negative and if a signal is amplified so the db is positive.
2) Distortion
If a signal changes its form or shape, it is referred to as distortion. Signals made up of different frequencies
are composite signals. Distortion occurs in these composite signals.
Each component of frequency has its propagation speed traveling through a medium and therefore,
different components have different delay in arriving at the final destination.
It means that signals have different phases at the receiver than they did at the source.
This figure shows the effect of distortion on a composite signal:
a. Thermal noise
b. Intermodulation noise
c. Crosstalk
d. Impulse noise
a) Thermal noise
The thermal noise is random motion of electrons in a conductor that creates an extra signal not originally
sent by the transmitter.
It is also known as white noise because it is distributed across the entire spectrum (as the frequency
encompass over a broad range of frequencies).
b) Intermodulation noise
More than one signal share a single transmission channel, intermodulation noise is generated.
c) Cross talk
Cross talk is an effect a wire on the another. One wire acts as a sending antenna and the transmission
medium acts as the receiving antenna.
Just like in telephone system, it is a common experience to hear conversation of other people in
the background. This is known as cross talk.
d) Impulse noise
Impulse noise is irregular pulses or spikes( a signal with high energy in a very short period) generated by
phenomena like that comes from power lines, lightning, spark due to loose contact in electric circuits and
so on.
It is a primary source of bit-errors in digital data communication that kind of noise introduces burst errors.
In this formula, B is the bandwidth of the channel, L is the number of signal levels used to represent data,
and Bit Rate is the bit rate in bits per second.
Example
1. Consider a noiseless channel with a bandwidth of 3000 Hz transmitting a signal with two signal levels. The
maximum bit rate can be calculated as
2. Consider the same noiseless channel transmitting a signal with four signal levels (for each level, we send 2
bits). The maximum bit rate can be calculated as
In this formula, bandwidth is the bandwidth of the channel, SNR is the signal-to-noise ratio, and capacity
is the capacity of the channel in bits per second.
Example
Consider an extremely noisy channel in which the value of the signal-to-noise ratio is almost zero. In other words,
the noise is so strong that the signal is faint.
For this channel the capacity C is calculated as
This means that the capacity of this channel is zero regardless of the bandwidth. In other words, we cannot receive
any data through this channel.
Example
We can calculate the theoretical highest bit rate of a regular telephone line. A telephone line normally
has a bandwidth of 3000 Hz (300 to 3300 Hz) assigned for data communications. The signal-to-noise
ratio is usually 3162. For this channel the capacity is calculated as
C = B log2 (1 + SNR)
= 3000 log2 (l + 3162) = 3000 log2 3163
= 3000 x 11.62 = 34,860 bps
This means that the highest bit rate for a telephone line is 34.860 kbps. If we want to send data faster than
this, we can either increase the bandwidth of the line or improve the signal-to-noise ratio.
Performance
One important issue in networking is the performance of the network—how good is it? We discuss quality
of service, an overall measurement of network performance, in greater detail in Chapter 24. In this
section, we introduce terms that we need for future chapters.
Topics discussed in this section:
Bandwidth
Throughput
Latency (Delay)
Bandwidth-Delay Product
Bandwidth
One characteristic that measures network performance is bandwidth. However, the term can be used in
two different contexts with two different measuring values: bandwidth in hertz and bandwidth in bits per
second.
Bandwidth in Hertz
We have discussed this concept. Bandwidth in hertz is the range of frequencies contained in a composite
signal or the range of frequencies a channel can pass. For example, we can say the bandwidth of a
subscriber telephone line is 4 kHz.
Compiled by Er. Jeet Narayan Yadav
Bandwidth in Bits per Seconds
The term bandwidth can also refer to the number of bits per second that a channel, a link, or even a
network can transmit. For example, one can say the bandwidth of a Fast Ethernet network (or the links
in this network) is a maximum of 100 Mbps. This means that this network can send 100 Mbps.
Throughput
The throughput is a measure of how fast we can actually send data through a network. Although, at first
glance, bandwidth in bits per second and throughput seem the same, they are different.
A link may have a bandwidth of B bps, but we can only send T bps through this link with T always less
than B.
In other words, the bandwidth is a potential measurement of a link; the throughput is an actual
measurement of how fast we can send data.
For example, we may have a link with a bandwidth of 1 Mbps, but the devices connected to the end of
the link may handle only 200 kbps. This means that we cannot send more than 200 kbps through this
link.
Latency (Delay)
The latency or delay defines how long it takes for an entire message to completely arrive at the destination
from the time the first bit is sent out from the source.
We can say that latency is made of four components: propagation time, transmission time, queuing time
and processing delay.
Propagation Time
Propagation time measures the time required for a bit to travel from the source to the destination. The
propagation time is calculated by dividing the distance by the propagation speed.
The propagation speed of electromagnetic signals depends on the medium and on the frequency
of the signal For example, in a vacuum, light is propagated with a speed of 3 x 108 m/s. It is
lower in air; it is much lower in cable.
Transmission Time
In data communications we don't send just 1 bit, we send a message. The first bit may take a
time equal to the propagation time to reach its destination; the last bit also may take the same
amount of time. However, there is a time between the first bit leaving the sender and the last bit
arriving at the receiver. The first bit leaves earlier and arrives earlier; the last bit leaves later and
arrives later. The time required for transmission of a message depends on the size of the message
and the bandwidth of the channel.
Jitter
Another performance issue that is related to delay is jitter.
We can roughly say that jitter is a problem if different packets of data encounter different delays
and the application using the data at the receiver site is time-sensitive (audio and video data, for
example).
If the delay for the first packet is 20ms, for the second is 45ms, and for the third is 40ms, then
the real-time application that uses the packets endures jitter.
1. Guided Media
Guided Media is also known as Wired or Bounded transmission media. A signal travelling the
media is directed and confined by the physical limits of the medium.
Guided media is more secure. These types of networks use the cable to communicate.
Guided media, which are those that provide a conduit from one device to another, include
twisted-pair cable, coaxial cable, and fiber-optic cable.
A signal traveling along any of these media is directed and contained by the physical limits of
the medium.
Twisted-pair and coaxial cable use metallic (copper) conductors that accept and transport
signals in the form of electric current. Optical fiber is a cable that accepts and transports signals
in the form of light.
The waves are guided along a solid medium.
a) Twisted Pair Cable
b) Coaxial Cable
c) Optical Fiber
The single-mode fibre itself is manufactured with a much smaller diameter than that of
multimode fibre, and with substantially lower density.
It performs super performance.
For longer distance and LASER is used as light source.
ii. Multi-Mode
For shorter distance and LED is used as light source.
The Subscriber Channel (SC) connector is used for cable TV. It uses push/pull locking system.
The Straight-Tip (ST) connector is used for connecting cable to the networking devices. MT-
RJ is a connector that is the same size as RJ45.
Advantages of Fibre Optic Cable
Higher bandwidth. Fiber-optic cable can support dramatically higher bandwidths
(and hence data rates) than either twisted-pair or coaxial cable. Currently, data rates
and bandwidth utilization over fiber-optic cable are limited not by the medium but by
the signal generation and reception technology available.
Less signal attenuation. Fiber-optic transmission distance is significantly greater than
that of other guided media. A signal can run for 100 km without requiring regeneration.
We need repeaters every 5km and 100 meters for coaxial and twisted-pair cable
respectively.
Immunity to electromagnetic interference. Electromagnetic noise cannot affect
fiber-optic cables.
Resistance to corrosive materials. Glass is more resistant to corrosive materials than
copper
Light weight. Fiber-optic cables are much lighter than copper cables.
Greater immunity to tapping. Fiber-optic cables are more immune to tapping than
copper cables. Copper cables create antenna effects that can easily be tapped.
Disadvantages of Fibre Optic Cable
There are some disadvantages in the use of optical fiber.
Installation and maintenance. Fiber-optic cable is a relatively new technology. Its
installation and maintenance require expertise that is not yet available everywhere.
Unidirectional light propagation. Propagation of light is unidirectional. If we need
bidirectional communication, two fibres are needed.
Cost. The cable and the interfaces are relatively more expensive than those of other
guided media. If the demand for bandwidth is not high, often the use of optical fiber
cannot be justified.
Unguided signals can travel from the source to the destination in several ways: Ground
propagation, Sky propagation and Line-of-sight propagation as shown in below figure.
Propagation Modes
Ground Propagation: In this, radio waves travel through the lowest portion of the
atmosphere, hugging the Earth. These low-frequency signals emanate in all directions from the
transmitting antenna and follow the curvature of the planet.
Sky Propagation: In this, higher-frequency radio waves radiate upward into the ionosphere
where they are reflected back to Earth. This type of transmission allows for greater distances
with lower output power.
Line-of-sight Propagation: in this type, very high-frequency signals are transmitted in
straight lines directly from antenna to antenna.
Wireless transmission types
We can divide wireless transmission into three broad groups:
1. Radio waves
2. Micro waves
3. Infrared waves
ii.Satellite Microwave
Links two or more Earth-based microwave transmitter/receiver known as ground stations.
Satellite receives transmissions on one frequency band, regenerates the signal using a repeater,
and transmits the signal on another frequency.
Satellite Applications:
Long-distance telephones.
Television distribution
Private business networks
VSAT (Very Small Aperture System)
For business data applications requiring high data rates for short periods of time.
National Weather Service, news services, credit card verification, automatic tellers, car rental
agencies,
Commonly connects a central location with many remote ones.
Communication between two sites is via a satellite and allows a low-cost small antenna dishes
(5 ft.).
The first two are techniques designed for analog signals, the third, for digital signals (see
Figure 6.2).
1. Frequency-Division Multiplexing
Frequency-division multiplexing (FDM) is an analog technique that can be applied when the
bandwidth of a link (in hertz) is greater than the combined bandwidths of the signals to be
transmitted.
In FDM, signals generated by each sending device modulate different carrier frequencies. These
modulated signals are then combined into a single composite signal that can be transported by
the link.
Carrier frequencies are separated by sufficient bandwidth to accommodate the modulated
signal. These bandwidth ranges are the channels through which the various signals travel.
Channels can be separated by strips of unused bandwidth-guard bands-to prevent signals from
overlapping. In addition, carrier frequencies must not interfere with the original data
frequencies.
Figure 6.3 gives a conceptual view of FDM. In this illustration, the transmission path is divided
into three parts, each representing a channel that carries one transmission.
Frequency overlap is a serious issue when it comes to frequency division multiplexing and it
must be completely avoided. Two frequency ranges can be separated by using some narrow
frequency ranges called guard bands.
The guard bands avoid signal interference and enhance the quality of communication.
At the receiver end the multiplexed signals are separated using a de-multiplexer and the
separated signals are sent to intended receivers.
Multiplexing Process
Figure 6.4 is a conceptual illustration of the multiplexing process. Each source generates a
signal of a similar frequency range.
Inside the multiplexer, these similar signals modulates different carrier frequencies. The
resulting modulated signals are then combined into a single composite signal that is sent out
over a media link that has enough bandwidth to accommodate it.
Example 6.2
Five channels, each with a l00-kHz bandwidth, are to be multiplexed together. What is the minimum
bandwidth of the link if there is a need for a guard band of 10kHz between the channels to prevent
interference?
Solution
For five channels, we need at least four guard bands. This means that the required bandwidth is at least
5 x 100 + 4 x 10 = 540 kHz, as shown in Figure 6.7.
Advantages:
It does not need synchronization between its transmitter and receiver.
Frequency division multiplexing (FDM) is simpler and easy demodulation.
Due to slow narrow band fading only one channel gets affected.
It is used for analog signals.
A large number of signals (channels) can be transmitted simultaneously.
Disadvantages:
Although WDM technology is very complex, the basic idea is very simple. We want to combine
multiple light sources into one single light at the multiplexer and do the reverse at the
demultiplexer.
The combining and splitting of light sources are easily handled by a prism. Recall from basic
physics that a prism bends a beam of light based on the angle of incidence and the frequency.
A new method, called Dense WDM (DWDM), can multiplex a very large number of channels
by spacing channels very close to one another. It achieves even greater efficiency.
Fig TDM
Types of TDM
1.Synchronous TDM
2.Asynchronous TDM
1. Synchronous TDM (STDM)
In synchronous TDM, each device is given same time slot to transmit the data over the link,
irrespective of the fact that the device has any data to transmit or not. Hence the name
Synchronous TDM. Synchronous TDM requires that the total speed of various input lines
should not exceed the capacity of path.
Each device places its data onto the link when its time slot arrives i.e. each device is given the
possession of line turn by turn.
If any device does not have data to send then its time slot remains empty.
The various time slots are organized into frames and each frame consists of one or more time
slots dedicated to each sending device.
If there are n sending devices, there will be n slots in frame i.e. one slot for each device.
In STDM every device is given the opportunity to transmit a specific amount of data onto the
link.
Each device gets its turn in fixed order and for fixed amount of time. This process is known as
interleaving
We can say that the operation of STDM is similar to that of a fast interleaved switch. The
switch opens in front of a device; the device gets a chance to place the data onto the link.
Such an interleaving may be done on the basis of a hit, a byte or by any other data unit.
In STDM, the interleaved units are of same size i.e. if one device sends a byte, other will also
send a byte and so on.
As shown in the fig. interleaving is done by a character (one byte). Each frame consists of four
slots as there are four input devices. The slots of some devices go empty if they do not have
any data to send.
At the receiver, demultiplexer decomposes each frame by extracting each character in turn. As
a character is removed from frame, it is passed to the appropriate receiving device.
The channel capacity cannot be fully utilized. Some of the slots go empty in certain frames. As
shown in fig only first two frames are completely filled. The last three frames have 6 empty
slot. It means out of 20 slots in all, 6 slots are empty. This wastes the l/4th capacity of links.
The capacity of single communication line that is used to carry the various transmission should
be greater than the total speed of input lines.
In this system slots are not predefined, the slots are allocated to any of the device that has data
to send.
The multiplexer scans the various input lines, accepts the data from the lines that have data to
send, fills the frame and then sends the frame across the link.
If there are not enough data to fill all the slots in a frame, then the frames are transmitted
partially filled.
Asynchronous Time Division Multiplexing is depicted in fig. Here we have five input lines
and three slots per frame.
In Case 1, only three out of five input lines place data onto the link i.e. number of input lines
and number of slots per frame are same.
In Case 2, four out of five input lines are active. Here number of input line is one more than
the number of slots per frame.
In Case 3, all five input lines are active.
In all these cases, multiplexer scans the various lines in order and fills the frames and transmits
them across the channel.
The distribution of various slots in the frames is not symmetrical. In case 2, device 1 occupies
first slot in first frame, second slot in second frame and third slot in third frame.
Applications:
SPREAD SPECTRUM(SS)
Multiplexing combines signals from several sources to achieve bandwidth efficiency; the
available bandwidth of a link is divided between the sources.
In spread spectrum, we also combine signals from different sources to fit into a larger
bandwidth, but our goals are somewhat different.
Spread spectrum is designed to be used in wireless applications (LANs and WANs) in which
stations must be able to share the medium without interception by an eavesdropper and without
being subject to jamming from a malicious intruder.
In these types of applications, we have some concerns that outweigh bandwidth efficiency. In
wireless applications, all stations use air (or a vacuum) as the medium for communication.
Stations must be able to share this medium without interception by an eavesdropper and without
being subject to jamming from a malicious intruder (in military operations, for example).
To achieve these goals, spread spectrum techniques add redundancy; they spread the original
spectrum needed for each station. If the required bandwidth for each station is B, spread
spectrum expands it to Bss ' such that Bss » B. The expanded bandwidth allows the source to
wrap its message in a protective envelope for a more secure transmission. An analogy is the
sending of a delicate, expensive gift. We can insert the gift in a special box to prevent it from
being damaged during transportation, and we can use a superior delivery service to guarantee
the safety of the package.
Figure 6.27 shows the idea of spread spectrum. Spread spectrum achieves its goals through two
principles:
The bandwidth allocated to each station needs to be, by far, larger than what is needed. This
allows redundancy.
The expanding of the original bandwidth B to the bandwidth Bss must be done by a process
that is independent of the original signal. In other words, the spreading process occurs after the
signal is created by the source.
As an example, let us consider the sequence used in a wireless LAN, the famous Barker
sequence where 11 is 11. We assume that the original signal and the chips in the chip generator
use polar NRZ encoding.
Figure 6.33 shows the chips and the result of multiplying the original data by the chips to get
the spread signal.
In Figure 6.33, the spreading code is 11 chips having the pattern 10110111000 (in this case). If
the original signal rate is N, the rate of the spread signal is lIN. This means that the required
bandwidth for the spread signal is 11 times larger than the bandwidth of the original signal. The
spread signal can provide privacy if the intruder does not know the code. It can also provide
immunity against interference if each station uses a different code.
Circuit Switching
Circuit switching is a switching technique that establishes a dedicated path between sender and
receiver.
In the Circuit Switching Technique, once the connection is established then the dedicated path
will remain to exist until the connection is terminated.
Circuit switching in a network operates in a similar way as the telephone works.
A complete end-to-end path must exist before the communication takes place.
In case of circuit switching technique, when any user wants to send the data, voice, video, a
request signal is sent to the receiver then the receiver sends back the acknowledgment to ensure
the availability of the dedicated path. After receiving the acknowledgment, dedicated path
transfers the data.
Circuit switching is used in public telephone network. It is used for voice transmission.
Fixed data can be transferred at a time in circuit switching technology.
Circuit establishment
Data transfer
Circuit Disconnect
1. Crossbar Switch
2. Multistage Switch
1. Crossbar Switch
The Crossbar switch is a switch that has n input lines and n output lines. The crossbar switch
has n2 intersection points known as crosspoints.
The number of crosspoints increases as the number of stations is increased. Therefore, it
becomes very expensive for a large switch. The solution to this is to use a multistage switch.
2. Multistage Switch
Multistage Switch is made by splitting the crossbar switch into the smaller units and then
interconnecting them.
It reduces the number of crosspoints.
If one path fails, then there will be an availability of another path.
Once the dedicated path is established, the only delay occurs in the speed of data transmission.
It takes a long time to establish a connection approx. 10 seconds during which no data can be
transmitted.
It is more expensive than other switching techniques as a dedicated path is required for each
connection.
It is inefficient to use because once the path is established and no data is transferred, then the
capacity of the path is wasted.
In this case, the connection is dedicated therefore no other data can be transferred even if the
channel is free.
Message Switching
Message Switching is a switching technique in which a message is transferred as a complete
unit and routed through intermediate nodes at which it is stored and forwarded.
In Message Switching technique, there is no establishment of a dedicated path between the
sender and receiver.
The destination address is appended to the message. Message Switching provides a dynamic
routing as the message is routed through the intermediate nodes based on the information
available in the message.
Message switches are programmed in such a way so that they can provide the most efficient
routes.
Each and every node stores the entire message and then forward it to the next node. This type
of network is known as store and forward network.
Message switching treats each message as an independent entity.
Data channels are shared among the communicating devices that improve the efficiency of
using available bandwidth.
Traffic congestion can be reduced because the message is temporarily stored when the next
node is not available.
The size of the message which is sent over the network can be varied. Therefore, it supports the
data of unlimited size.
Manages traffic efficiently by assigning priorities.
The message switches must be equipped with sufficient storage to enable them to store the
messages until the message is forwarded.
The Long delay can occur due to the storing and forwarding facility provided by the message
switching technique.
Packet Switching
The packet switching is a switching technique in which the message is sent in one go, but it is
divided into smaller pieces, and they are sent individually.
The message splits into smaller pieces known as packets and packets are given a unique number
to identify their order at the receiving end.
Every packet contains some information in its headers such as source address, destination
address and sequence number.
Packets will travel across the network, taking the shortest path as possible.
All the packets are reassembled at the receiving end in correct order.
If any packet is missing or corrupted, then the message will be sent to resend the message.
If the correct order of the packets is reached, then the acknowledgment message will be sent.
In the above diagram, A and B are the sender and receiver respectively. 1 and 2 are the nodes.
Call request and call accept packets are used to establish a connection between the sender and
receiver.
When a route is established, data will be transferred.
After transmission of data, an acknowledgment signal is sent by the receiver that the message
has been received.
If the user wants to terminate the connection, a clear signal is sent for the termination.
Packet Switching technique cannot be implemented in those applications that require low delay
and high-quality services.
The protocols used in a packet switching technique are very complex and requires high
implementation cost.
If the network is overloaded or corrupted, then it requires retransmission of lost packets. It can
also lead to the loss of critical information if errors are nor recovered.
The public switched telephone network (PSTN) is the worldwide telephone system that handles
voice-oriented telephone calls.
Dial-Up Lines
ADVANTAGES
Low cost
Availability
DISADVANTAGES
Low Speed
Requires phone line
Route busy
ISDN LINES
ISDN (Integrated Services Digital Network) is a set of standards for digital transmission of
data over standard copper telephone lines.
For the small business and home user, an ISDN line provides faster transfer rates than dial-up
telephone lines.
Not as widely used today as in the past.
ISDN requires that both ends of the connection have an ISDN modem. The ISDN modem at
your location must be within about 3.5 miles of the telephone company’s ISDN modem.
Thus, ISDN may not be an option for rural residents.
It put together speech and information on the same line
Data transfer rate: 64kbps
ADVANTAGES
DISADVANTAGE
DSL
DSL (Digital Subscriber Line) is a popular digital line alternative for the small business or
home user.
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.
DSL transmits at fast speeds on existing standard copper telephone wiring. Some DSL
installations include a dial tone, providing users with both voice and data communications.
To connect to DSL, a customer must have a special network card and a DSL modem.
Not all areas offer DSL service because the local telephone company or the lines in the area
may not be capable of supporting DSL technology.
Provides higher-speed access to the Internet
Price not much more than the price of dial up, but twice the speed.
It provides 960 Kbps download & 120 Kbps upload.
ADVANTAGES
DSL simultaneously keeps your Internet connection and phone lines open
Downloads are faster than uploads
DSL uses the existing wiring infrastructure of your telephone lines
DISADVANTAGES
ADSL (asymmetric digital subscriber line) is a type of DSL that supports faster transfer rates
when receiving data (the downstream rate) than when sending data (the upstream rate).
ADSL is ideal for Internet access because most users download more information from the
Internet than they upload i.e. Downstream bit rate > upstream bit rate
ADSL is an asymmetric communication technology designed for residential users; it is not
suitable for businesses.
FTTP
Long-Term Use
o FTTP is expected to be usable as-is for a very long time. As long as a fiber optic network
is made with cable that can transmit the full optical spectrum of light
Durability
o Fiber optic cable is generally more durable than copper, since the materials it's made
out of are less susceptible to weather damage. Remote Monitoring and Control
Disadvantages
Cable modem connections are faster than dial-up and DSL connections.
ADVANTAGES
DISADVANTAGES
SATELLITE CONNECTION
ADVANTAGES
DISADVANTAGES
WI-FI
Wireless Fidelity
Vic Hayes has been named as father of Wi-Fi
Practical range is about 90 meters (300 feet) from the transceiver using normal powered
transmitters
At least 7 or more end users can be sharing the same master transceiver & still each be able to
get up to 1544 Kbps.
ADVANTAGES
Flexible working
Reduced set up cost
Password and security
DISADVANTAGES
Climatic conditions
Wi-Max
ADVANTAGES
WiMAX coverage
WiMAX high speed
Multi-functionality within WiMAX Technology
DISADVANTAGES
Lack of quality
WiMAX range
WiMAX bandwidth
High cost
The mobile phone network enables wireless communication using mobile devices, such as
mobile phones, smart phones or tablets.
Mobile phone networks provide the necessary infrastructure and are operated by mobile phone
providers. In addition to the access network, which establishes the wireless connection to the
terminal devices by radio, a core network exists that connects the individual access points to
each other. The core network ensures that mobile users can exchange information with those
using other access networks or external networks.
A mobile network is composed of a web of base stations, each covering a delimited area (cell)
and routing communications in the form of radio waves to and from users’ terminals
A user’s mobile telephone communicates through the air with an base station antenna, which
in turn links to the central exchange of the operator – a computer. This routes the
communication to the corresponding party on the fixed network or via other base stations.
Mobile network connects urban and rural area through their base stations.
The speeds vary depending on the provider, but the most common are 3G and 4G speeds.
A 3G is a term that describes a 3rd generation cellular network obtaining mobile speeds of
around 2.0 Mbps.
4G is the fourth generation of cellular wireless standards.
The goal of 4G is to achieve peak mobile speeds of 100 Mbps but the reality is about 21 Mbps
currently.
*********************************************