SlideShare a Scribd company logo
1 of 26
Networks
C
2
B

3

1

D

5
A

4

6
7
F

E
Router
End-node
link

Network:end-node and router

A, B, C, D, E, and F are all
end nodes and 1 through 7
are all routers. Each end-node
is attached to a router by a
link.
The end-nodes are actual
computers. The function of a
router is only to provide
switching facilities to move
the message from one node to
another node until they reach
their destinations. For
instance, message is
transmitted from source node
A to destination node D
through routers 4, 5, and 3.
Routing Techniques
Static routing
Routing
Dynamic routing
Static Routing: In static routing, for a given source, destinations
and routes are all predetermined. They are assigned during the
design of a network. For instance, node A can send message to node
D via 4,5, 3 . Node A can also send message to node D via 1, 2, 3.
However, node A cannot send message using the route
A 4 1
2
3
D
Advantage: easy to design and set-up cost is not high
Disadvantage: not very efficient, delay can be very long.
Dynamic Routing

Dynamic Routing: In dynamic routing, the routes are calculated
when they needed. The routes are not predetermined.
Advantages: more efficient, inherently more fault-tolerant.
Disadvantages: Set-up cost is high and it is fairly complex to design.
Network Topology: Physical & Logical
• The topology of a network defines how the nodes of a network
are connected.
• A network is defined by a physical topology and a logical topology.
• Physical topology defines how the nodes of the network are
physically connected .
• Logical topology dedicated connections between certain selected
source-destination pairs using the underlying physical topology.
• In order to have an efficient system, the logical topology should be
chosen such that either the average hop distance or the packet
delay or the maximum flow on any link must be minimal.
• Another important issue to select the logical topology is the
simplicity of the routing.
Multi-hop Network
1
6

4,
7,

8

4

T 3,

5
5,

2

1,
1,

1
7

Star
coupler
2,

T4

2
3,

6

1
4

8

3
Physical Topology: 2 X 2 star

2

6
3

7
T

2

3
4

5
8
Logical Topology: 2 X 2 torus
Physical and Logical topologies
• Node 1 can directly send information to node 2 and node 3 using
frequencies and 1 and 2,
• where as if node 1 wants to send message to node 4, it has to
multi-hop through either node 2 or node 3.
• For this reason, node 1 is directly logically connected to node 2
and node 3.
• Although, node 1 is not directly physically connected to node 2
and node 3.
• Node 1 is not directly logically connected to node 4.
• If node 1 node 1 communicates with node 4 via node 2, there will
be a wavelength conversion from 1 to 3 at node 2.
Communication Networks
Network topologies:
1
2
3
4

The Bus Network
Hub/Tree Network
Star Network
Ring Network
A bus network topology
C1

C5

C2

C3

C4

C6

Use: This topology is useful
in LANs. It does not rely on
central host.This network can
still function if one of the
computers malfunctions.
Other advantages: easy to
wire, quick response, less
expensive

Problem: The main disadvantage is bad connection to
the cable can bring down the entire network. Another
problem: collision occurs when 2 nodes send
messages simultaneously.
Bus Network
• In bus network, all stations are attached to a single cable.
• When a station sends a message, it is broadcast down on the cable
in both directions. Terminators at the end of the cable prevent the
signal from reflecting back to the sender.
• All stations on the cable constantly monitor for messages meant to
them. When a station detects a message meant for it, it reads the
message from the cable and the other stations will ignore it.
• Since all stations are sharing the same cable, some form of control
is needed to make sure which station will transmit when,
otherwise there will be a collision.
• Advantages: Easy to wire, quick response, less expensive, and if
one station dies, it has no effect on the total network.
• Disadvantage: However bad connection to the cable can short it
and bring down the entire network
A Hub/Tree Network

Hub
End node

Hub

Hub

Hub

A Hub / Tree Network

Hub
Tree Network
• In hub or tree network, the wires that are used to connect different
nodes are collapsed into a central unit, called hub.
• Hub does not perform switching function.
• It consists of repeaters that retransmitted all the signals from
nodes to all other nodes in the same way.
• The multipoint nature of tree topology gives rise to several
problems.
• The access control is fairly difficult to determine the time slot for
each node. Another problem with multipoint is signal balancing.
• When two device exchange data over a link, the signal strength of
the transmitter should be adjusted.
• If it is low, after attenuation, it might not meet the minimum
signal strength requirement of the transmitter and minimum signal
to noise ratio. If it is very high, it can overload the circuitry of the
transmitter resulting in harmonics and other spurious signals.
A ring network topology
C1
C6

C2

C5
C4

Use: This topology is useful
in LANs. It does not rely on
central host.This network can
still function if one of the
computers malfunctions.

Problems:
C 3 The connecting wire, cable,
or optical fiber forms a closed
loop. Data are passed along the
ring from one computer to
another.
Ring Network
• Ring network consists of nodes that are joined by point-to-point
connection to form a closed loop or ring.
• The transmitted signal is regenerated at each node.
• It is a shared-access network and it has the capability of
broadcasting messages.
• It needs some form of access control to determine which node
will transmit when.
Advantages
• The most important advantage of this network is its point-topoint connections.
• The electronics and maintenance of point-to-point links are
much simpler than multi cast links.
Ring Network
• The structure of this network is very simple and it is very easy to
insert and delete any number of nodes.
• For this reason, ring network is easily scalable and highly
modular.
• Fault isolation and recovery are much simpler than tree.
Disadvantages:
• The disadvantage is it offers only two alternate routes and
thereby it can manage only a single fault.
• Another important drawback of ring network is its large
diameter.
• If diameter of a network is high, the number of edges involved
in each communication will also be very high resulting in high
signal attenuation and network blocking probability.
A star network topology
C1
C6

C2

Host
CPU
C3

C5
C4

Use: This topology is
useful for applications
where processing must
be centralized and some
can be performed locally.

Problems:
All communication pass
through the central computer.
The communications in the
network will stop if the host
computer stops functioning.
Star Network
• In star network, each station is connected via a point-to-point link
to a central point.
• This central point is called hub, multi port repeater, or
concentrator.
• The central point may be “passive”, “active”, or “intelligent”.
• A passive hub simply connects the arms of a star, no signal
regeneration is performed.
• An active hub is like a passive hub, except that it regenerates
signals.
• Intelligent hubs not only regenerate signals but also perform
activities such as intelligent path selection and network
management.
Star Network
Advantage:
The main advantage of the star architecture over the bus is
its small excess loss, since in case of n-user star the excess
loss increases logarithmically with n, while in case of nuser bus it increases linearly with n.
Disadvantage:
Since all information in a star network goes through a
central point, stars are easy to troubleshoot.
Complex Networks: De Bruijn graphs

000
001

100
010

no. of nodes
=2^3=8

101

Advantages: diameter
= max hop no. = 3

011

110
111
Complex Networks:ShuffleNet
0

4

0

1

5

1

2

6

3

7

A ( 2, 2 ) Shuffle Net.

2

3
Complex Networks: Manhattan Street
Network
0,0

0,1

1,0

1,1

2,0

2,1

3,0

3,1

0,2

0,3

1,2

1,3

2,2

2,3

3,2

A 4 x 4 Manhattan Street Network

3,3
Complex Networks:Binary Hypercube
010

000

011

001

111

110

100

101

An 8-node binary hypercube
Fault-tolerant network
• reliable operation in faulty networks.
• alternate ways of communication.
• faults in optical networks
channel fault
link fault

node fault
Channel fault
• Why and when it occurs?
A channel fault occurs when a single wavelength channel on a link
between two nodes has failed due to the failure of the laser or
receiver for that wavelength channel, or due to cable disconnections.
• How to manage?
Thus fault can be managed by routing the traffic to a spare channel
on the same physical link and bypassing the faulty channel.
Link fault
• Why and when it occurs?
A link fault occurs due to fiber cut or due to noise
(particularly those running over long distance).

• How to manage?
It can be managed by using a bundle of protection fibers in
addition to the working fiber. The performance or survivability
is limited by the number of links in each bundle.
Another way of solving this problem is by providing a
“loopback” mechanism within each node on the same
working fiber.
Node fault
• Why and when it occurs?
A node fault occurs due to power outages or catastrophic failure
in an entire WADM node failure.
• How to handle?
It is complicated to handle since when this fault occurs, a part of
the conversion capability of the network as a whole is lost and
leaves an open circuit and can result in deadlock of all routing
networks.
One solution is to introduce redundancy in the internal
connections of the networks rather than in the connections of
the nodes. In case of multiple failures, the solution is a “firewall”
that can prevent deadlock spreading in the network. This can be
achieved by a simple device that tomes out if a packet passing
through it stay longer than a specified time.
Survivable route graph
G
G
A
F

A

F

B

B

E
C
D
A Network.

E
C

D
Survival route graph.

More Related Content

What's hot (20)

Networks topologies Lec#2
Networks topologies Lec#2Networks topologies Lec#2
Networks topologies Lec#2
 
Network devices
Network devicesNetwork devices
Network devices
 
Connecting devices ece 702
Connecting devices ece 702Connecting devices ece 702
Connecting devices ece 702
 
topology Final Presentation Fardeen N Qasim
topology Final  Presentation  Fardeen N  Qasimtopology Final  Presentation  Fardeen N  Qasim
topology Final Presentation Fardeen N Qasim
 
Swiching
SwichingSwiching
Swiching
 
Computer Network - Unit 2
Computer Network - Unit 2Computer Network - Unit 2
Computer Network - Unit 2
 
7 topology ethernet
7 topology ethernet7 topology ethernet
7 topology ethernet
 
Lec 4 and_5
Lec 4 and_5Lec 4 and_5
Lec 4 and_5
 
Switching Concepts presentation
Switching Concepts presentationSwitching Concepts presentation
Switching Concepts presentation
 
Switching techniques
Switching techniquesSwitching techniques
Switching techniques
 
Wireless LANs(IEEE802.11) Architecture
Wireless LANs(IEEE802.11) Architecture Wireless LANs(IEEE802.11) Architecture
Wireless LANs(IEEE802.11) Architecture
 
Circuit Packet
Circuit PacketCircuit Packet
Circuit Packet
 
original
originaloriginal
original
 
Network devices (2)
Network devices (2)Network devices (2)
Network devices (2)
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Switching
SwitchingSwitching
Switching
 
Switching Techniques (Lecture #2 ET3003 Sem1 2014/2015)
Switching Techniques (Lecture #2 ET3003 Sem1 2014/2015)Switching Techniques (Lecture #2 ET3003 Sem1 2014/2015)
Switching Techniques (Lecture #2 ET3003 Sem1 2014/2015)
 
Network Topology & Networking Devices
Network Topology & Networking DevicesNetwork Topology & Networking Devices
Network Topology & Networking Devices
 
what is Network topology?
what is Network topology?what is Network topology?
what is Network topology?
 
11 circuit-packet
11 circuit-packet11 circuit-packet
11 circuit-packet
 

Similar to Network

Chapter 1 Introduction to computer networks ppt by DMB
Chapter 1 Introduction to computer networks ppt by DMBChapter 1 Introduction to computer networks ppt by DMB
Chapter 1 Introduction to computer networks ppt by DMBdhanashrisabale1
 
Topology,Switching and Routing
Topology,Switching and RoutingTopology,Switching and Routing
Topology,Switching and RoutingAnushiya Ram
 
Types of network topology, hub, switch, router, repeater and brouter
Types of network topology, hub, switch, router, repeater and brouterTypes of network topology, hub, switch, router, repeater and brouter
Types of network topology, hub, switch, router, repeater and brouterAlidHasan4
 
Mba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkMba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkRai University
 
Mba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkMba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkRai University
 
Network and its concepts
Network and its conceptsNetwork and its concepts
Network and its conceptsHimanshu Sajwan
 
Bba i-introduction to computer-u-4-data communication and network
Bba  i-introduction to computer-u-4-data communication and networkBba  i-introduction to computer-u-4-data communication and network
Bba i-introduction to computer-u-4-data communication and networkRai University
 
3. overview of data communication part 2
3. overview of data communication   part 23. overview of data communication   part 2
3. overview of data communication part 2JAIGANESH SEKAR
 
Topology in Computer Network.pptx
Topology in Computer Network.pptxTopology in Computer Network.pptx
Topology in Computer Network.pptx454Saif
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005SOLOMONCHINAEMEUCHEA
 
Network Topology, multiplexer and demultiplexer
Network Topology, multiplexer and demultiplexerNetwork Topology, multiplexer and demultiplexer
Network Topology, multiplexer and demultiplexernitish sandhawar
 

Similar to Network (20)

Chapter 1 Introduction to computer networks ppt by DMB
Chapter 1 Introduction to computer networks ppt by DMBChapter 1 Introduction to computer networks ppt by DMB
Chapter 1 Introduction to computer networks ppt by DMB
 
Chapter 1 ppt by dmb
Chapter 1 ppt by dmbChapter 1 ppt by dmb
Chapter 1 ppt by dmb
 
Topology,Switching and Routing
Topology,Switching and RoutingTopology,Switching and Routing
Topology,Switching and Routing
 
Topology
TopologyTopology
Topology
 
Topology.pptx
Topology.pptxTopology.pptx
Topology.pptx
 
Network Topologies
Network TopologiesNetwork Topologies
Network Topologies
 
Switch networking
Switch networking Switch networking
Switch networking
 
Types of network topology, hub, switch, router, repeater and brouter
Types of network topology, hub, switch, router, repeater and brouterTypes of network topology, hub, switch, router, repeater and brouter
Types of network topology, hub, switch, router, repeater and brouter
 
Mba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkMba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and network
 
Mba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and networkMba i-ifm-u-4-data communication and network
Mba i-ifm-u-4-data communication and network
 
Networks PPT
Networks PPTNetworks PPT
Networks PPT
 
computernetworking.pdf
computernetworking.pdfcomputernetworking.pdf
computernetworking.pdf
 
chapter 5.1.pptx
chapter 5.1.pptxchapter 5.1.pptx
chapter 5.1.pptx
 
Network and its concepts
Network and its conceptsNetwork and its concepts
Network and its concepts
 
Bba i-introduction to computer-u-4-data communication and network
Bba  i-introduction to computer-u-4-data communication and networkBba  i-introduction to computer-u-4-data communication and network
Bba i-introduction to computer-u-4-data communication and network
 
3. overview of data communication part 2
3. overview of data communication   part 23. overview of data communication   part 2
3. overview of data communication part 2
 
Topology in Computer Network.pptx
Topology in Computer Network.pptxTopology in Computer Network.pptx
Topology in Computer Network.pptx
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
 
Network Topology, multiplexer and demultiplexer
Network Topology, multiplexer and demultiplexerNetwork Topology, multiplexer and demultiplexer
Network Topology, multiplexer and demultiplexer
 
Network Topology
Network Topology Network Topology
Network Topology
 

More from Daksh Bapna

Revenue (eco bms sem 1)
Revenue (eco bms sem 1)Revenue (eco bms sem 1)
Revenue (eco bms sem 1)Daksh Bapna
 
Production function
Production function Production function
Production function Daksh Bapna
 
Market structure
Market structure Market structure
Market structure Daksh Bapna
 
Manageral economics 1 introduction
Manageral economics  1   introductionManageral economics  1   introduction
Manageral economics 1 introductionDaksh Bapna
 
Lecture 17 game theory
Lecture 17   game theoryLecture 17   game theory
Lecture 17 game theoryDaksh Bapna
 
Economies of scale
Economies of scaleEconomies of scale
Economies of scaleDaksh Bapna
 
Demand forcasting
Demand forcastingDemand forcasting
Demand forcastingDaksh Bapna
 
International trade
International tradeInternational trade
International tradeDaksh Bapna
 
International payment
International paymentInternational payment
International paymentDaksh Bapna
 
International monetary system
International monetary system International monetary system
International monetary system Daksh Bapna
 
Demand and supply of money
Demand and supply of moneyDemand and supply of money
Demand and supply of moneyDaksh Bapna
 

More from Daksh Bapna (20)

Revenue (eco bms sem 1)
Revenue (eco bms sem 1)Revenue (eco bms sem 1)
Revenue (eco bms sem 1)
 
Production function
Production function Production function
Production function
 
Market structure
Market structure Market structure
Market structure
 
Mobile 1
Mobile 1Mobile 1
Mobile 1
 
Manageral economics 1 introduction
Manageral economics  1   introductionManageral economics  1   introduction
Manageral economics 1 introduction
 
Lecture 17 game theory
Lecture 17   game theoryLecture 17   game theory
Lecture 17 game theory
 
Elasticityppt
ElasticitypptElasticityppt
Elasticityppt
 
Economies of scale
Economies of scaleEconomies of scale
Economies of scale
 
Economics
EconomicsEconomics
Economics
 
Demand forcasting
Demand forcastingDemand forcasting
Demand forcasting
 
Demand analysis
Demand analysisDemand analysis
Demand analysis
 
Cost
CostCost
Cost
 
National income
National incomeNational income
National income
 
Monetary policy
Monetary policyMonetary policy
Monetary policy
 
International trade
International tradeInternational trade
International trade
 
International payment
International paymentInternational payment
International payment
 
International monetary system
International monetary system International monetary system
International monetary system
 
Glbalisation
Glbalisation Glbalisation
Glbalisation
 
Fiscal policy
Fiscal policyFiscal policy
Fiscal policy
 
Demand and supply of money
Demand and supply of moneyDemand and supply of money
Demand and supply of money
 

Recently uploaded

Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 

Recently uploaded (20)

INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 

Network

  • 1. Networks C 2 B 3 1 D 5 A 4 6 7 F E Router End-node link Network:end-node and router A, B, C, D, E, and F are all end nodes and 1 through 7 are all routers. Each end-node is attached to a router by a link. The end-nodes are actual computers. The function of a router is only to provide switching facilities to move the message from one node to another node until they reach their destinations. For instance, message is transmitted from source node A to destination node D through routers 4, 5, and 3.
  • 2. Routing Techniques Static routing Routing Dynamic routing Static Routing: In static routing, for a given source, destinations and routes are all predetermined. They are assigned during the design of a network. For instance, node A can send message to node D via 4,5, 3 . Node A can also send message to node D via 1, 2, 3. However, node A cannot send message using the route A 4 1 2 3 D Advantage: easy to design and set-up cost is not high Disadvantage: not very efficient, delay can be very long.
  • 3. Dynamic Routing Dynamic Routing: In dynamic routing, the routes are calculated when they needed. The routes are not predetermined. Advantages: more efficient, inherently more fault-tolerant. Disadvantages: Set-up cost is high and it is fairly complex to design.
  • 4. Network Topology: Physical & Logical • The topology of a network defines how the nodes of a network are connected. • A network is defined by a physical topology and a logical topology. • Physical topology defines how the nodes of the network are physically connected . • Logical topology dedicated connections between certain selected source-destination pairs using the underlying physical topology. • In order to have an efficient system, the logical topology should be chosen such that either the average hop distance or the packet delay or the maximum flow on any link must be minimal. • Another important issue to select the logical topology is the simplicity of the routing.
  • 5. Multi-hop Network 1 6 4, 7, 8 4 T 3, 5 5, 2 1, 1, 1 7 Star coupler 2, T4 2 3, 6 1 4 8 3 Physical Topology: 2 X 2 star 2 6 3 7 T 2 3 4 5 8 Logical Topology: 2 X 2 torus
  • 6. Physical and Logical topologies • Node 1 can directly send information to node 2 and node 3 using frequencies and 1 and 2, • where as if node 1 wants to send message to node 4, it has to multi-hop through either node 2 or node 3. • For this reason, node 1 is directly logically connected to node 2 and node 3. • Although, node 1 is not directly physically connected to node 2 and node 3. • Node 1 is not directly logically connected to node 4. • If node 1 node 1 communicates with node 4 via node 2, there will be a wavelength conversion from 1 to 3 at node 2.
  • 7. Communication Networks Network topologies: 1 2 3 4 The Bus Network Hub/Tree Network Star Network Ring Network
  • 8. A bus network topology C1 C5 C2 C3 C4 C6 Use: This topology is useful in LANs. It does not rely on central host.This network can still function if one of the computers malfunctions. Other advantages: easy to wire, quick response, less expensive Problem: The main disadvantage is bad connection to the cable can bring down the entire network. Another problem: collision occurs when 2 nodes send messages simultaneously.
  • 9. Bus Network • In bus network, all stations are attached to a single cable. • When a station sends a message, it is broadcast down on the cable in both directions. Terminators at the end of the cable prevent the signal from reflecting back to the sender. • All stations on the cable constantly monitor for messages meant to them. When a station detects a message meant for it, it reads the message from the cable and the other stations will ignore it. • Since all stations are sharing the same cable, some form of control is needed to make sure which station will transmit when, otherwise there will be a collision. • Advantages: Easy to wire, quick response, less expensive, and if one station dies, it has no effect on the total network. • Disadvantage: However bad connection to the cable can short it and bring down the entire network
  • 10. A Hub/Tree Network Hub End node Hub Hub Hub A Hub / Tree Network Hub
  • 11. Tree Network • In hub or tree network, the wires that are used to connect different nodes are collapsed into a central unit, called hub. • Hub does not perform switching function. • It consists of repeaters that retransmitted all the signals from nodes to all other nodes in the same way. • The multipoint nature of tree topology gives rise to several problems. • The access control is fairly difficult to determine the time slot for each node. Another problem with multipoint is signal balancing. • When two device exchange data over a link, the signal strength of the transmitter should be adjusted. • If it is low, after attenuation, it might not meet the minimum signal strength requirement of the transmitter and minimum signal to noise ratio. If it is very high, it can overload the circuitry of the transmitter resulting in harmonics and other spurious signals.
  • 12. A ring network topology C1 C6 C2 C5 C4 Use: This topology is useful in LANs. It does not rely on central host.This network can still function if one of the computers malfunctions. Problems: C 3 The connecting wire, cable, or optical fiber forms a closed loop. Data are passed along the ring from one computer to another.
  • 13. Ring Network • Ring network consists of nodes that are joined by point-to-point connection to form a closed loop or ring. • The transmitted signal is regenerated at each node. • It is a shared-access network and it has the capability of broadcasting messages. • It needs some form of access control to determine which node will transmit when. Advantages • The most important advantage of this network is its point-topoint connections. • The electronics and maintenance of point-to-point links are much simpler than multi cast links.
  • 14. Ring Network • The structure of this network is very simple and it is very easy to insert and delete any number of nodes. • For this reason, ring network is easily scalable and highly modular. • Fault isolation and recovery are much simpler than tree. Disadvantages: • The disadvantage is it offers only two alternate routes and thereby it can manage only a single fault. • Another important drawback of ring network is its large diameter. • If diameter of a network is high, the number of edges involved in each communication will also be very high resulting in high signal attenuation and network blocking probability.
  • 15. A star network topology C1 C6 C2 Host CPU C3 C5 C4 Use: This topology is useful for applications where processing must be centralized and some can be performed locally. Problems: All communication pass through the central computer. The communications in the network will stop if the host computer stops functioning.
  • 16. Star Network • In star network, each station is connected via a point-to-point link to a central point. • This central point is called hub, multi port repeater, or concentrator. • The central point may be “passive”, “active”, or “intelligent”. • A passive hub simply connects the arms of a star, no signal regeneration is performed. • An active hub is like a passive hub, except that it regenerates signals. • Intelligent hubs not only regenerate signals but also perform activities such as intelligent path selection and network management.
  • 17. Star Network Advantage: The main advantage of the star architecture over the bus is its small excess loss, since in case of n-user star the excess loss increases logarithmically with n, while in case of nuser bus it increases linearly with n. Disadvantage: Since all information in a star network goes through a central point, stars are easy to troubleshoot.
  • 18. Complex Networks: De Bruijn graphs 000 001 100 010 no. of nodes =2^3=8 101 Advantages: diameter = max hop no. = 3 011 110 111
  • 20. Complex Networks: Manhattan Street Network 0,0 0,1 1,0 1,1 2,0 2,1 3,0 3,1 0,2 0,3 1,2 1,3 2,2 2,3 3,2 A 4 x 4 Manhattan Street Network 3,3
  • 22. Fault-tolerant network • reliable operation in faulty networks. • alternate ways of communication. • faults in optical networks channel fault link fault node fault
  • 23. Channel fault • Why and when it occurs? A channel fault occurs when a single wavelength channel on a link between two nodes has failed due to the failure of the laser or receiver for that wavelength channel, or due to cable disconnections. • How to manage? Thus fault can be managed by routing the traffic to a spare channel on the same physical link and bypassing the faulty channel.
  • 24. Link fault • Why and when it occurs? A link fault occurs due to fiber cut or due to noise (particularly those running over long distance). • How to manage? It can be managed by using a bundle of protection fibers in addition to the working fiber. The performance or survivability is limited by the number of links in each bundle. Another way of solving this problem is by providing a “loopback” mechanism within each node on the same working fiber.
  • 25. Node fault • Why and when it occurs? A node fault occurs due to power outages or catastrophic failure in an entire WADM node failure. • How to handle? It is complicated to handle since when this fault occurs, a part of the conversion capability of the network as a whole is lost and leaves an open circuit and can result in deadlock of all routing networks. One solution is to introduce redundancy in the internal connections of the networks rather than in the connections of the nodes. In case of multiple failures, the solution is a “firewall” that can prevent deadlock spreading in the network. This can be achieved by a simple device that tomes out if a packet passing through it stay longer than a specified time.
  • 26. Survivable route graph G G A F A F B B E C D A Network. E C D Survival route graph.