WDM Chapter 10 PPT
WDM Chapter 10 PPT
• Engineers try to lower the cost of design and meeting the traffic
demand by optimising the network.
Different
Network
Topologies
• Router Ports: Minimising the router ports means to
minimise the number of light paths that must be set up
to handle the network.
• Wavelengths: Minimising the number of wavelengths
would reduce the additional equipment cost of the
network.
Components • Hops: Designing of transmission system becomes difficult
as the number of hops taken by light in the system
in an Optical increases.
Network However there is a tradeoff between these different
parameters.
For example, we will see that the PWDM ring uses a large
number of router ports, but the smallest possible number
of wavelengths. In the hub and all-optical design examples
that follow, we will use fewer router ports at the cost of
requiring more wavelengths.
Analysis of Network
topology: PWDM ring
Passive
• Number of
lightpaths/wavelengths: W
• Number of nodes: N
• Traffic Load: L
• Assuming shortest path
routing algorithm and single
hop light paths
• L=(N+1+1/(N-1))t/8
• W=ceil(L) t--> no of transmitters per wavelength
• Q=2W
Q = no of router ports; mutiplied with 2 because 2 on each side of router
Analysis of
Network topology:
Hub Network
• Number of lightpaths/wavelengths: W
• Number of nodes: N
• Traffic Load: L
• Number of hops: H
• Number of router ports: Q
• Assuming shortest path routing
algorithm and single hop light paths
• Q=2*ceil(T)
• W=(N/2)*ceil(t)
• H=N-1 t--> no of transmitters per wavelenth
T--> no of transmitters per node
Analysis of
Network topology: All optical design Network
• Number
of lightpaths/wavelengths: W
• Number of nodes: N
• Traffic Load: L
• Number of router ports: Q
• Assuming shortest path
routing algorithm and single
hop light paths
• Q=(N-1)*ceil(t/(N-1))
• W=ceil(t/N-1)*(N^2/8+N/4)
Comparision of the designs on the basis number of minimum
number of IP router ports vs traffic
Comparision of the designs on the basis number of
number of wavelengths vs traffic
*large number of router ports* but *smaller number of wavelengths* for PWDM ring design
LTD (Lightpath Topology Design): Focuses on creating an optimal network layout for connecting nodes with minimal cost and high performance.
RWA (Routing and Wavelength Assignment): Involves determining the best paths for data transmission and assigning wavelengths to avoid conflicts and
ensure efficient use of resources.
• The problem is modeled by using binary variables bij to indicate if there is a lightpath from node i to node j.
• The traffic between nodes is assumed to be IP packets that can be split over different paths.
• The fraction of traffic between s-d pair (s, d) that goes over link (i, j) is asd ij and the total traffic over link (i, j) is λij .
• The congestion is defined as the maximum traffic over any link, λmax .
• The problem involves finding the values of bij and asd ij that specify the lightpath topology and the routing algorithm.
• The congestion is important because it determines the queuing delay and the throughput of the network.
• The network can be modeled as a collection of M/M/1 queues with service rate μ and arrival rate λij for each link (i, j).
• The queuing delay on link (i, j) is dij = 1/(μ - λij) and the throughput is the minimum offered load that makes λmax = μ.
• The performance objective is to minimize the congestion λmax.
Without wavelength conversion, a lightpath must use the same wavelength across the entire path from
source to destination. If the required wavelength is unavailable on any link, the lightpath cannot be
established, leading to wavelength blocking. Conversion allows lightpaths to switch wavelengths at
certain points, reducing the likelihood of blocking.
Optical Cross-Connects (OXCs)
O/E/O-->Optical-Electrical-Optica
• Fixed and limited conversion models can save on switch cost but still
need O/E/Os for each signal.
• These models are useful when all-optical wavelength converters are
available or when networks have multiple fibers and no conversion.
• Networks with multiple fibers and no conversion can be modeled as
single fiber networks with limited-degree conversion at the nodes.
• The suffixes NC, FC, C, and LC are used to denote different types of
wavelength conversion.
• The WA problem depends on the type of wavelength conversion
available in the network.
• Full conversion allows any wavelength change and makes the WA
problem trivial.
• Limited conversion allows only a subset of wavelength changes and
makes the WA problem more complex.
• Fixed conversion requires a predetermined wavelength change at
each node and makes the WA problem even more complex.
• The load of a request is the maximum number of lightpaths on a link
and it is a lower bound on the number of wavelengths needed. The
actual number of wavelengths could be much higher without
conversion.
Need of wavelength conversion
10.3- Dimensioning Wavelength-Routing
Networks
• Wavelength dimensioning is basically providing the set of wavelength
in every WDM link.
Dimensioning Wavelength-Routing Networks
30 ports OXC
Dimensioning Wavelength-Routing Networks
Dimensioning Wavelength-Routing Networks
• Example 10.6 -To illustrate the flexibility obtained by using OXCs in
the network, consider the three-node linear network example again.
By replacing the static OADM in Figure 10.1(c) by a reconfigurable
OADM, or OXC, with 30 ports, we obtain the node design shown in
Figure 10.14. This design can handle any combination of traffic that
does not require termination of more than 100 Gb/s of traffic at each
node, in contrast to the design of Figure 10.1(c), which was designed
for a specific traffic matrix: 50 Gb/s of traffic between each pair of
nodes.
Dimensioning Wavelength-Routing Networks
• Solving the dimensioning problem determines not only the number of
wavelengths that need to be supported on each link, but also the
sizes of the OLTs and the OXCs.