You are on page 1of 98

Optical Networks

1
CHAPTER 8

QUEUING ANALYSIS
Source: High Speed Networks and Internet, William Stallings

2
Queuing Model and Analysis
• Queuing theory deals with Q1
modeling and analyzing systems
with queues of items and servers
that process the items.

Q2

Q3

3
Goals of Queuing Analysis
● Typically used in analysis of networking system; examples,
Increase in rate of arrival of packets, processes
Increase in disc access time
Increase in process load
● Especially useful of analysis of performance when either the load on a system is expected to
increase or a design change is contemplated.
● While it is a popular method in network analysis, it has gained popularity within a system
esp. with the advent of multi-core processors.

4
Contd..

5
Contd..

6
Analysis methods
● After the fact analysis: let the system run some n number times, collect the “real” data and
analyze – problems?
● Predict some simple trends /projections based on experience – problems?
● Develop analytical model based on queuing theory – problems?
● Run simulation (not real systems) and collect data to analyze –problems?

7
Contd..

8
Single server queue
queue departures
Dispatching
arrivals discipline
server
λ= arrival rate

w = mean # items waiting Ts = mean service time


Tw = mean waiting time ρ = utilization

r mean # items residing in the system


Tr = mean residence time

9
Contd..

10
Parameters
● Items arrive at the facility at some average rate (items arriving per second) l.
● At any given time, a certain number of items will be waiting in the queue (zero or more);
● The average number waiting is w, and the mean time that an item must wait is Tw.
● The server handles incoming items with an average service time Ts;

11
More parameters
● Utilization, ρ, is the fraction of time that the server is busy, measured over some interval of
time.
● Finally, two parameters apply to the system as a whole.
● The average number of items resident in the system, including the item being served (if
any) and the items waiting (if any), is r;
● The average time that an item spends in the system, waiting and being served, is Tr; we
refer to this as the mean residence time

12
Analysis
● As the arrival rate, which is the rate of traffic passing through the system increases, the
utilization increases and with it, congestion. The queue becomes longer, increasing waiting
time. At ρ = 1, the server becomes saturated, working 100% of the time.
● Thus, the theoretical maximum input rate that can be handled by the system is:
λmax = 1/Ts
● However, queues become very large near system saturation, growing without bound when
ρ= 1. Practical considerations, such as response time requirements or buffer sizes, usually
limit the input rate for a single server to 70-90% of the theoretical maximum.
● For multi server queue for N servers:
λmax = N/Ts

13
Model Characteristics
● Before deriving any analytic equations for the queuing model, certain key characteristics of
the model must be chosen.
● The following are the typical choices, usually reasonable in a data communications context:
Item population
Queue size
Dispatching discipline

14
Contd..

15
Multiserver Queue

16
Little’s Law
● Very simple law that works from a Case Western Reserve University professor Dr. Little
● Average number of customers in a system = average arrival rate * average time spent in the
system
● r = Tr * λ
● w = Tw * λ
● Tr = Tw + Ts
● Extend it to the M/M/1 queuing model

17
Some Basic Queuing Relationships

18
Example
● Suppose the arrival rate of vehicles in a toll booth is 3,600 vehicles per hour, with 120
vehicles being serviced every hour, and the expected number of vehicles in the system are
20. Compute the following based on Queuing theory.
1. Maximum utilization of the system.
2. Average time spent by the vehicle in the queuing booth
3. Mean time between arrival
4. Mean service time.

● Arrival rate (lamda) = 3600 /hr Service rate (nu) = 120/hr Expected number of vehicles in system (n)= 20
● 1. Utilization (rho)= lamda/nu = 3600/120 = 30
● 2. n= lamda * T
Average response time (T)= n/lamda =20/3,600h=20s or 0.0055 hr
● 3. E=1/lamda =1/3600/hr= 3600/3600 seconds= 1sec or 0.000277 hr
● 4. 1/nu= 1/120/hr= 3600/120 = 30 sec or 0.00833 hr
19
Specific Metrics
● The fundamental task of a queuing analysis is as follows: Given the following information
as input:
 Arrival rate
 Service time
● Provide as output information concerning:
 Items waiting
 Waiting time
 Items in residence
 Residence time.
● We would like to know their average values (w, Tw, r, Tr) and the respective variability the
σ’s
● We are also interested in some probabilities: what is probability that items waiting in line <
M is 0.99?

20
Contd..
● Queue Length: The number of packets in a queue at any time.
● Serving Time: Time taken for serving one unit (packet) of the queue.
● Mean arrival rate: The number of expected packets in one unit of time is known as mean
arrival rate and it is denoted by λ
● Mean serving rate: The number of expected packets completed the service in one unit time
is called Mean serving rate and it is denoted by µ
● Idle period: The time interval between the completion of the service and the new arrival is
called the idle period.
● Traffic intensity (ρ) = (Mean arrival rate / Mean Service rate) = λ / µ => Single server
ρ = λ * Ts Ts = 1/ µ
● Multi-server ρ = λ / Nµ ρ = (λ * Ts)/N

21
Example-2
● The time spent by repairmen on their jobs has exponentially distribution with a mean 30
minutes. If he repairs sets in the order in which they can come in, and if arrival offset
approximately possion with an average rate of 10/8 hours a day. Find the traffic intensity
(utilization ρ)

● Given µ = 60/ 30= 2 sets / hour


● λ = 10 / 8 = 5/4 = 1.25 per hour
● ρ = λ / µ = 1.25 / 2 = 0.625 traffic intensity

● Ts = 30 min = 0.5 hour


● λ = 1/0.8
● ρ = λ * Ts = 1/0.8 * 0.5 = 0.625
22
Important Assumptions
● The arrival rate obeys the Poisson distribution, which is equivalent to saying that the inter-
arrival times are exponential;
● On other words, the arrivals occur randomly and independent of one another.
● A convenient notation has been developed for summarizing the principal assumptions that
are made in developing a queuing model.
● The notation is X/Y/N, where X refers to the distribution of the inter-arrival times, Y refers
to the distribution of service times, and N refers to the number of servers.
● M/M/1 refers to a single-server queuing model with Poisson arrivals and exponential
service times.
● M/G/1 and M/M/1 and M/D/1
● D = deterministic arrivals or fixed-length service
● G = general distribution of interarrival times or service times

23
Contd..
There are two key points
● Arrival rate λ - Poisson Distribution
● Service rate µ - Exponential

Probability of n packets in the system. (Mean residence Time)


● If n = 0 => P(0) = Idle rate = ( )
● If n = 1 => P(1) = ρ * P(0) = * ( )
● If n = 2 => P(2) = ρ * P(1) = * * ( ) = ( )2* ( )
● If n = n => P(n) = ρ * P(n-1) = ( )n* ( )

24
Contd..
● Average number of packets in the system Ls = (Utilization rate / Idle rate)
Ls = = = =
● Average number of packets in the queue Lq (length of queue) = Ls – Utilization rate
Lq = - = ( - ) = () = = * = * Ls
● Average waiting time for a packet in the system Ws
Ws= (Average number of packets in the system) / (Arrival rate)
Ws = = * = =

25
Contd..
● Average waiting time for a packet in the queue Wq
Wq= (Average number of packets in the queue) / (Arriving rate)
Wq = = * * = = * = Ws *

● Expected length of the non empty queue Lq1


Lq1=(Expected number of packets in the queue)/ (Probability of more than 1 packet in queue)
Lq1= = =

26
Contd..

27
Example-1
● Students arrive at the head office of Universal Teacher Publications according to a Poisson
input process with a mean rate of 40 per hour. The time required to serve a student has an
exponential distribution with a mean of 50 per hour. Assume that the students are served by
a single individual, find the average waiting time of a student.

28
Example 2
New Delhi Railway Station has a single ticket counter. During the rush hours, customers
arrive at the rate of 10 per hour. The average number of customers that can be served is 12 per
hour. Find out the following:
• Probability that the ticket counter is free.
• Average number of customers in the queue.

29
Example-3
At Bharat petrol pump, customers arrive according to a Poisson process with an average time
of 5 minutes between arrivals. The service time is exponentially distributed with mean time =
2 minutes. On the basis of this information, find out
● What would be the average queue length?
● What would be the average number of customers in the queuing system?
● What is the average time spent by a car in the petrol pump?
● What is the average waiting time of a car before receiving petrol?

30
Contd..

31
Example -4
● Universal Bank is considering opening a drive in window for customer service.
Management estimates that customers will arrive at the rate of 15 per hour. The teller whom
it is considering to staff the window can service customers at the rate of one every three
minutes.
Assuming Poisson arrivals and exponential service find
1.Average number in the waiting line.
2.Average number in the system.
3.Average waiting time in line.
4.Average waiting time in the system.

32
Contd..
● Given λ = 15/hour, μ = 1/3 min or 20/hour

33
Contd..
Chhabra Saree Emporium has a single cashier. During the rush hours, customers arrive at the
rate of 10 per hour. The average number of customers that can be processed by the cashier is
12 per hour. On the basis of this information, find the following:
• Probability that the cashier is idle
• Average number of customers in the queuing system
• Average time a customer spends in the system
• Average number of customers in the queue
• Average time a customer spends in the queue

34
Contd..
● Given λ = 10/hour, μ = 12/hour

35
Optical Links

High Performance Communication Network


- Jean Walrand
- Pravin Varaiya
Communication through the ages
● Telegraph – 1866

● Telephone – Twisted Pair -1876

● Coaxial cable ---- 1940

● Microwave communication – 1948

● Optical carrier – 1960s


Why Optical?
• Greater Bandwidth
• Reliable
• Long Distance Communication
39
The advantages of fiber optic over wire cable
● Thinner
● Higher carrying capacity
● Less signal degradation
● Light signal
● Low power
● Flexible
● Non-flammable
● Lightweight
Disadvantages over copper cable
● Optical fiber is more expensive per meter than copper
● Optical fiber cannot be joined as easily as copper cable. It requires training and expensive
splicing and measurement equipment.
Contd..

https://nptel.ac.in/courses/115/107/115107095/
Contd..

https://nptel.ac.in/courses/115/107/115107095/
History of Fiber Optics
● John Tyndall demonstrated in 1870
● Total Internal reflection is the basic idea of fiber optic
Total internal reflection
● Optical fibers work on the principle of total internal reflection
● With light, the refractive index is listed
● The angle of refraction at the interface between two media is governed by Snell’s law:

n1 sin 1  n2 sin  2
● Is a formula used to describe the relationship between the angles of incidence and
refraction, when referring to light or other waves passing through a boundary between two
different isotropic media, such as water, glass, or air.
Optical Transmission
Advantages of optical transmission:
● Longer distance (noise resistance and less attenuation)
● Higher data rate (more bandwidth)
● Lower cost/bit

Optical
Electrical Electrical
Optical signal Optical
signal signal
Fibre Fibre
Transmission Transmission
System System
Optical Network Architecture
● A passive optical network (PON) is a system that brings optical fiber cabling and signals all
or most of the way to the end user.

DWDM Long Haul


Network

SONET
Metro Metro
Network Network
Transport network
PON
Access Access Access Access
Network Network Network Network

CPE (customer premise)


Optical Networks
● Passive Optical Network (PON)
Fiber-to-the-home (FTTH)
Fiber-to-the-curb (FTTC)
Fiber-to-the-premise (FTTP)
● Metro Networks (SONET)
Metro access networks
Metro core networks
● Transport Networks (DWDM)
Long-haul networks
● A passive optical network (PON) is a system commonly used by telecommunications
network providers that brings fiber optic cabling and signals all or most of the way to the
end user. Depending on where the PON terminates, the system can be described as fiber to
the curb, fiber to the building or fiber to the home.
49
All-Optical Networks
● Most optical networks today are EOE (electrical/optical/electrical)
● All optical means no electrical component
To transport and switch packets photonically.
● Transport: no problem, been doing that for years
● Photonic switching: many patents, but how many products?
● Label Switch
Use wavelength to establish an on-demand end-to-end path
Optical Signal
● Wavelength (λ): length of a wave and is measured in nanometers, 10^-9m (nm)
400nm (violet) to 700nm (red) is visible light
Fiber optics primarily use 850, 1310, & 1550nm
● Frequency (f): measured in Tera Hertz, 1012 (THz)
● Speed of light = 3×108 m/sec
Optical Spectrum
● Light
Ultraviolet (UV)
Visible 
UV IR 125 GHz/nm
Infrared (IR)
Visible

● Communication wavelengths 850 nm 1310 nm 1550 nm

850, 1310, 1550 nm


1550nm 193,548.4GHz
Low-loss wavelengths
1551nm 193,424.6GHz

1nm 125 GHz

Bandwidth
Optical Fiber
● An optical fiber is made of three sections:
The core carries the light signals
Core Cladding
The cladding keeps the light in the core
The coating protects the glass

Coating
Optical Fiber (cont.)
● Single-mode fiber
Carries light pulses by laser along single path
● Multimode fiber
Many pulses of light generated by LED travel at different angles

SM: core=8.3 cladding=125 µm

MM: core=50 or 62.5 cladding=125 µm


Bending of light ray
Propagation modes
Propagation modes
Fiber construction
Fiber-optic cable connectors
60
Optical Fiber Overview
● Optical fibers are thin, flexible strands of glass or plastic that transmit data as pulses of
light. They are a fundamental component of modern telecommunication systems.
● The purpose of optical fibers is to facilitate high-speed, high-capacity data transmission
across vast distances. Unlike traditional copper wires, optical fibers use light signals to
carry information.
● Principle: Optical fibers rely on the principle of total internal reflection. Light signals
bounce within the fiber due to the difference in refractive indices, ensuring minimal signal
loss.

61
Fiber Installation
● Don’t squeeze support straps too tight.
● Pull cables by hand, no jerking, even hand pressure.
● Avoid splices.
● Make sure the fiber is dark when working with it.
● Broken pieces of fiber VERY DANGEROUS!! Do not ingest!
Bandwidth in Optical Fiber
• Bandwidth refers to the data-carrying capacity of a communication channel, often measured
in Hertz (Hz) or Gigahertz (GHz). It indicates the range of frequencies or the rate at which
data can be transmitted through the channel.
• Bandwidth is a crucial factor in determining the data-carrying capacity and speed of a
communication medium. In optical fiber communication, a higher bandwidth means the
fiber can transmit more data at faster speeds.
Given Bandwidth of 25000GHz (25 THz)
• The specified bandwidth of 25000GHz (25 THz) indicates an incredibly high data-carrying
capacity for the optical fiber.
• This immense bandwidth enables the fiber to handle a vast amount of data simultaneously
and transmit it at extremely high speeds.
• The optical fiber becomes capable of supporting a multitude of applications, including high-
definition video streaming, real-time gaming, cloud computing, and more.
63
Optical Transmission Effects

Attenuation

Dispersion & Nonlinearity

Distortion

Transmitted Data Waveform Waveform After 1000 Km


Optical Transmission Effects
Attenuation: Attenuation refers to the reduction in the intensity or power of the
optical signal as it travels through the optical fiber
Loss of transmission power due to long distance

Dispersion and Nonlinearities: Dispersion and nonlinearities erode


signal clarity and integrity, especially over long distances and at high data transmission
speeds.
Erodes clarity with distance and speed

Distortion due to signal detection and recovery. Signal


distortion occurs during the process of detecting and recovering the transmitted signal at the
receiver end.
Transmission Degradation
Ingress Egress
Signal Signal

Loss of Energy
Optical Amplifier

Shape Distortion
Dispersion Compensation Unit (DCU)
Phase Variation

Loss of Timing (Jitter)


t t
Optical-Electrical-Optical (OEO) cross-connect
Communication Components
● Bandwidth of optical fiber is 25000GHz
● Components of Optical Network
Transmitter : Input signal to optical signal
OOK – On-Off keying
SCM – Sub Carrier Multiple Access
Fiber : Transmission over large distance
Receiver : Optical signal to electrical signal

Electrical Optical fiber Receiver Electrical


Modulator
signal signal

Optical
source
Contd..
• Data Transmission Process: Input data in the form of electrical signals is first converted
into light signals using a transmitter.
• Modulation Techniques:
• On-Off Keying (OOK): In this modulation technique, the presence of a signal is represented by one
level (e.g., light on), and the absence of a signal is represented by another level (e.g., light off). It's a
fundamental modulation scheme used to encode data into optical signals.
• Sub Carrier Multiple Access (SCM): SCM involves dividing the available bandwidth into multiple sub-
carriers, each of which carries its own set of data. This technique allows multiple signals to be transmitted
simultaneously over the optical fiber, optimizing the utilization of the bandwidth.
• These light signals travel through the optical fiber, carrying data over long distances.
• At the receiving end, the light signals are converted back into electrical signals by a receiver
for interpretation and processing.

68
Contd..
Optical Links
Contd..
● A link is characterized by (B,L) where
B: bitrate (bps)
L: Max. Distance for which BER <10^(-12)

● To build a communication system that can transmit BT bps over a distance LT kms using
(B,L) optical links, we need BT/B parallel systems each with LT/L links in series.
● Thus we need (BT X LT) / (B x L) optical links.
Transmitter - A Light Sources

LED (Light emitting diode) ILD (injection laser diode)


Transmitter
● Transmitter is modulated source of light.
● LASER diode is light source.
● Wavelength of emitted photon is

● where h is Planck's constant, and c is the speed of light. The energy Wg depends on the material of
the laser diode.
● Light amplification is achieved as photons move back and forth between two parallel mirrors,
triggering forced or stimulated emission.
● Ideal laser light is formed when group of photons are coherent.
● Amplification and coherence create Laser’s highly directional beam.
● Intensity of light can be varied by modulation.
● Transmitter’s limitations are determined by Power of light Source (PT), its Coherence, and its
Modulation bandwidth.
Transmitter
● Laser diodes have output power of 10mW and modulation bandwidth of 3GHz.
● A fiber optic transmitter is a device which includes a LED or laser source and signal
conditioning electronics that is used to inject a signal into fiber.
● Information is sent from a source to a transmitter by means of an electrical signal. The
transmitter then takes that binary data and transfers it to a light signal.
● A transceiver is a device which combines the functions of both the transmitter and receiver.
Receiver
● Modulated light from the transmitter is launched into the fiber.
● At the distant end of the fiber the receiver converts the optical signal into an electrical
signal and demodulates it to recover the modulating signal—the input data at the
transmitter.
● To determine whether a 1 or 0 is transmitted during a specific bit time requires several
operations: photo detection, amplification, filtering, and decision.
Photo detection is done by a photodiode, which converts the received optical signal into electric
photocurrent.
The amplifier converts the photocurrent into a voltage signal at a usable level.
The low-pass filter reduces the noise introduced by the amplifier by cutting off frequencies beyond the
bandwidth of the input data signal.
The decision circuitry includes an equalizer to restore the data pulse shape and a timing extractor, and it
compares the processed signal with a threshold to decide whether a 1 or 0 bit is received.

76
Contd..
● The voltage signal on which this decision is based is corrupted by three noise sources: the
photodetector shot noise, the photodetector dark current, and the amplifier thermal noise.
The photocurrent is not a deterministic process, but a shot noise process. It is the sum of a sequence of
impulses that coincide with the random arrival times of the photons that constitute the optical signal. (The
arrival times have a Poisson distribution.)
The dark current is the photocurrent produced even when no external light is impinging on the photodiode.
Dark current is caused by the spontaneous thermal excitation of electrons in the photodiode. Typical values
of dark current range between 1 and 5 nA (nanoamps).
The thermal noise is a white noise process produced by the amplifier. Its power is proportional to the
bandwidth of the low-pass filter and hence to the bit rate B.
● The three noise sources are independent, and so their effect is additive:
{i2} total = (i2)shot + (i2)dark + (i2) thermal,

77
Contd..

78
Contd..
● Because of the noise, the receiver makes errors in detecting the signal. Errors are measured
by the bit error rate (BER), which is a function of the signal-to-noise ratio

● Receiver performance is measured by its sensitivity. By convention, this is the minimum


received optical power PR needed to achieve a BER of 10~9 , at a specified bit rate B.
● The signal power is given by the average photocurrent, Iph, which is proportional to the
received power, Iph=R * PR.
● Here R is the responsivity of the photodetector. Thus the average energy per bit is

where Τ = 1/B is the bit time. 79


Contd..
● For example, if Β = 100 Mbps, then Τ = 10*10~9 = 10ns (nanoseconds).
● We can immediately see that SNR is proportional to PR and inversely proportional to Β (or
B2 if we take noise power proportional to B).
● For gallium arsenide photodiodes, R = 1amp /W for wavelengths λ ~ 0.8 —1.5 μm.
● For example, if PR = 1 μW (-30 dBm), then the average photocurrent is about 1 μA
(microamp). (Iph=R * PR )
● In summary, the larger the bit rate B, the greater the received power PR needed to maintain a
specified BER.
● The received power is proportional to the transmitted power and the characteristics of the
fiber.

80
Contd..
● How to calculate power (in dBm) for the given watts?

● How to calculate power (in dBm) for the given milliwatts?


● dBm stands for decibel-milliwatts; is a dimensionless unit used to define/measure signal
strength (power level), with reference to 1 milliwatt. (i.e., the power level of 0dBm
represents 1 milliwatt).
● The dBm is a convenient unit; used in radio, microwave, audio applications, and fiber-
optical communications networks to measure signal strength.
● A signal’s power level lower than 1 mW has negative dBm values, and the signals stronger
than 1 mW have positive dBm values.

81
Contd..
● How to calculate watts for the given power (in dBm)?

● How to calculate milliwatts for the given power (in dBm)?

82
Attenuation
● Expressed in dB/km.
● To explain why these units are appropriate, we first show that attenuation is exponential in
the fiber length. Consider an optical fiber propagating a beam of light.
● Suppose the power of the beam launched into the fiber is Ρ T. As the beam travels along the
fiber, some of its power is dissipated.
● Suppose that after travelling l km of fiber, the power in the beam is P(l). Ρ (l) is
proportional to PT.
● We denote the attenuation factor by a(l), that is, P(l) = a(l)ΡT
● The power in the beam after l1+ l2 is P(l1+ l2 ), which may be expressed in different ways,
Contd..
● The first equality follows directly from the definition of a(l). The second expression is obtained by
writing P(11 + l2 ) as the power P(l2) attenuated by l1 km of fiber. We conclude that

● Attenuation is exponential to fiber length.


 Which it follows that a(l) must be of the form a(l) = e (-α l), l > 0
 Since a(l) < 1, we must have α > 0. By modifying the expression for a, the function a(l) can be rewritten as
 The attenuation after L km is such that 10 log (Pt/P(l)) = A x L
Where a(l) attenuation factor
 P(l) Power of beam after travelling l km
 Pt Power of beam launched into fiber
 A Attenuation of fiber in dB/Km
 L Length of fiber
● So that the attenuation in decibels is equal to A multiplied by the distance L in km. Thus, A is the
attenuation of the fiber in decibels per kilometer.
84
Attenuation
• Figure 11.2 shows A for an all-glass fiber as a function of λ, measured in μm or microns.
• Attenuation in all-glass fiber is measured in dB/km. There are two low-loss windows near
1.3 and 1.55 μm.
Attenuation
● The figure indicates two different physical causes of attenuation
 Rayleigh Scattering
 Vibrational absorption
● There are two "windows" of wavelengths where the attenuation is at a minimum.
● One of these windows is at λ =1.33 μm, and its attenuation is 0.4 dB/km. The other window is
at 1.55 μm, and its attenuation is 0.25 dB/km.

● Consider that the window at 1.55μm has a width of 200nm.


● The range of frequencies of light carried in this window goes from c/(λ+200) nm to c/ λ nm
● If λ ~ 1.45 μm, the range of frequencies is that is, from
(3 x 108)/(1.65 x 10-6 ) =1.818 X 1014 to (3 X 108)/(1.45 X 10-6 ) = 2.068 X 1014 Hz.
● Therefore, this window covers a range of frequencies of about 25 x 1012 Hz or 25,000 GHz.
For all practical purposes, the bandwidth of an optical fiber is unlimited.
Contd..
● To utilize this bandwidth, however, requires modulating the laser transmitter at very high
speeds.
● Today's electronics limit the speed to 2.5 Gbps.
● The limit is likely to increase to 10 Gbps.
● A much better approach to utilizing the bandwidth is offered by wave-division multiplexing
(WDM), discussed later.

● We can determine the maximum usable length of an optical fiber from its attenuation
coefficient A if we know the transmitted power Ρτ and the receiver sensitivity PR.

87
Maximum Usable Length of an optical fiber
● Tb determine that maximum length, we use the formula expressing the received power P(L)
after L km in which we set P(L) = Pr and we solve for L.
L = (10/A) log 10(Pt/Pr)
P (dBm) = 10 log10(P In Watts/ 1mW)

● Assume that Pt=1mW (0dBm), Pr = -45dBm at the rate of 1Gbps and BER = 10 -12 with
A = 0.2dB/Km.
● Calculate L L = 225Km => (BxL) = 225Gbps X Km
● To utilize this bandwidth, however, requires modulating the laser transmitter at very high
speeds. Today's electronics limit the speed to 2.5 Gbps.
● The limit is likely to increase to 10 Gbps.
● A much better approach to utilizing the bandwidth is offered by wave-division multiplexing
(WDM),
Dispersion
● Suppose transmitter transmits 1 for ‘T’ seconds (on) and 0 for ‘T’ seconds (off light).
(T = 1/B is bit time and B is bit rate in bps)
● Receiver can see the 0 between two 1’s if the pulse spread is less than T/4.
● If pulse spread is given as αL and if the condition is to be satisfied, then
αL < 1/ (4B) => B x L < 1/ (4α)
● Hence dispersion limits bandwidth distance
product.
Subcarrier Multiplexing
● N analog or digital baseband signals modulate different oscillators at different RF
subcarrier frequencies.
● Electrical signal obtained by adding modulated subcarriers now modulates a single laser.
● At receiver, direct detection is followed by down converting to intermediate frequency.
● Combine Cable TV, telephone and
data networks : Fiber to the curb
Wavelength Division Multiplexer (WDM)
Contd..
● WDM divides the window into N channels.
● Light of each wavelength is generated by separate laser and modulated independently.
● They are then combined and transmitted over same fiber.
● At receiver, the filter selects desired channel, and the signal is demodulated.
● WDM offers protocol transparency since each wavelength is modulated independently.
● Hence one wavelength may carry Analog TV signals, other can carry IP packets.
● Connecting WDM links without electrical signal conversion needs Optical cross connects.
λ1 λ1
T R

T R
λn MUX DEMUX λn
Advantages of WDM
● Lesser number of channels to transmit and receive data.
● Immune to amplitude nonlinearity.
Optical cross connects (OXC)
● Also called frequency or wavelength selective switch.
● Each of N input fibers carries n WDM channels.
● After demultiplexing the nN channels are switched to nN X nN space- division switch.
● The switch permutes the channels
● The nN output channels are then re-multiplexed into N output fibers.
Contd..
● Some channels may terminate locally, and local channels may be substituted.
● The switch may not be reconfigurable.
● So we need ADMs.
● Two light paths that share a common fiber link should not be assigned the same
wavelength.
● So we need Wavelength conversion. This may be based on
Optical Gating
Wave-mixing.
Add drop multiplexing
● Optical cross connects permits wavelength routing
● A virtual light path must be created that spans several links joined by cross connects.
● A light path must carry same wavelength. This is called wavelength continuity requirement.

Single fiber connects adjacent multiplexers.


Contd..
Three generations of Optical Fiber

Factor First Generation Second Generation Third Generation

Laser AlGaAs or LED


Pt 1mW 1mW 1mW
Wavelength 0.85µm 1.3µm 1.55µm
Fiber Multimode Single mode Single mode
Attenuation 2.5dB/Km 0.4dB/Km 0.25dB/Km
Photodiode Silicon InGaAs InGaAs
Receiver
300 photons per bit 1000 photons per bit Approx. 1000 photons per
Sensitivity
bit

You might also like