SlideShare a Scribd company logo
Session T2:
Campus LAN
Interconnection
An Introduction to Concepts and
Technologies
ethernet: one ethernet is one "collision domain"
 cabling rules ("4-repeater", etc.) allow growth of a
single ethernet
 limited distance:~2500m or less, depending on cable
type
 limited number of stations: 1024 (architecturally); 100
(practical, olden days); 20-30? (practical, today)
 when you grow beyond these limits, build another
ethernet and connect the two together
the issue: expanding a local network

the issue: expanding a local network...
A
C
D
B
A
C
D
B
A
C
D
B
A
C
D
B
 Appends data
 Intermediate stations repeat
data
 Receiver copies data and
continues to repeat
 Sender generates new token
one token ring is one "token path"
 limited distance: ~2000m or so, depending on cabling
 limited number of stations: 250 or fewer, depending on
traffic
why connect or split LANs?
why connect LANs?
 to allow sharing of files, devices, etc.
why split LANs?
 to provide physical security/isolation
 to implement policies (user groups, etc)
 to give greater average bandwidth per user
("segmentation" or "microsegmentation")
so, what are our options for interconnecting the
LAN segments we create?
the issue, restated: which LAN frames should be
forwarded from one segment to another?
a LAN frame on an ethernet:
 SNA, IP, IPX, AppleTalk Address
 Token-Ring, Ethernet Address
 Also known as MAC address (Media
Access Control)
?
LAN interconnection technologies
Presentation
Session
Transport
Network
Data Link
Physical
Application
OSI
reference
model
hubs/multiplexors
bridges/switches
routers
application gateways
tunneling/encapsulation
bridge
bridge operation:
 at layer 1, connects two physical LAN segments
 at layer 2, connected LANs look like a single logical
LAN
e.g., bridge forwards LAN broadcasts
 forwards frames based on layer 2 info (e.g., MAC
address)
thus, independent of higher layer protocols
 easy to implement -- little or no configuration
B
B
B
B
B
B
B
B
B
B
B
B
transparent bridge
bridges agree on a single path through the
network
 path is called a "spanning tree"
all LAN traffic follows that single path
 frames forwarded based on MAC address
parallel bridges may exist, but are inactive
("blocking")
B
B
B
B
B
B
B
B
source routing bridge
commonly used in token ring networks (not ethernet)
 each ring is given a ring number (unique in the whole bridged
LAN)
 each bridge is given a bridge number (unique between same
pair of rings)
end stations discover routes via a broadcast process
 bridges place path of broadcast in the frame (routing info
field)
 that same path (rings and bridges) is then used for other
frames
frames forwarded based on routing info field in frame
for connection-oriented protocols, broadcast occurs
only when connection is established
parallel active paths are allowed
B
B
B
B
B
B
B
B
A
B
B?
B? B?
B? B?
B
B
B
B
B
B
B
B
A
B
B via Rt 1!
B via Rt 2!
source routing bridge...
B?
switch
basically a fast, multiport, layer-two device
 i.e., similar in function/capability to a bridge
 fast, since functions often performed in hardware
 low latency -- good for fast response time
 easy implementation, low cost
each port connects to a separate LAN segment
 shared or dedicated
 dedicated ports may operate in full-duplex mode
router
router isolates logical subnetworks for more efficient
network utilization
 layer 2 traffic not typically forwarded unless addressed to
router
 each subnetwork is given an identification--e.g., IP subnet;
IPX network number
end station sends traffic to router; router forwards
toward ultimate destination
router must understand the layer 3 protocol(s) it is to
handle--complexity, configuration
routing protocols allow router to understand network
topology
R
R
R
Net A
Net C
Net D
Net E
Net B
router...
R
choosing technologies--considerations
protocols (IP, IPX, NetBIOS, SNA, Appletalk, ...)
 how do they work?
 do they have a layer 3 structure (are they "routable?")
 how often do they broadcast? how much traffic?
end user response time--delay/latency in the
interconnection device
administration
 configuration of router vs bridge/switch
 network operations--e.g., moves/changes
 network management, troubleshooting, etc.
cost
example - distributed backbone with
bridges
B
B
B
hubs
bridges
hubs
Physical
Logical
example - distributed backbone with
bridges
pro:
 easy to implement--little configuration
 inexpensive
 administration is easy
con:
 potential bridge congestion, depending on which
bridge used
 bridge management harder since bridges
distributed
example - collapsed backbone with
bridges
Ring 001
Ring 002
Backbone Ring
Bridge Bridge
hubs
bridges
Physical
backbone hub
Logical
example -- collapsed backbone with
bridges
pro:
 same as distributed bridge design, plus
centralized bridges/backbone hub are easier to
manage
servers can be centralized while still physically
connected to floor LAN segments
con:
 same as distributed bridge design
 riser cable considerations
fiber? copper? distance? port cost on device?
example - collapsed backbone router
subnet A
subnet B
hubs
Physical
backbone router
Logical
example -- collapsed backbone router
pro:
 conceptually simple
 popular solution
 more powerful device than bridge--faster, more
intelligence
 router limits broadcast traffic between subnets
con:
 more expensive device than bridge
 operation, management much more complex than
bridge
 user moves more complicated to handle--subnets
 broadcast traffic not usually a problem in campus--
different from a WAN link
example - collapsed backbone switch
hubs
Physical
switch
Logical
switch
example -- collapsed backbone switch
advantages:
 same pros as bridged network -- low cost, easy
implementation and administration
 avoids subnet issues with user moves
 higher performance and lower latency than bridge or
router
 servers can be attached to dedicated switch ports for
higher performance
 being deployed today as front end to router
Trend today is to use switching within a campus, and
routing for lower speed WAN links
what about campus backbone
technologies?
generic picture: LANs (ethernet, token ring)
connected with some kind of high speed backbone
2 or 3 popular backbone technologies
the issues of interconnection devices are still the
same as before
 latency; intelligence; administration; cost; etc.......
B
B
B
B
Fast Enet
FDDI
ATM
"big pipe" technologies
...i.e., a faster flavor of what you have today
 e.g., fddi, fast ethernet
strengths
 simplicity; scalability; faster speed to attached devices
considerations
 sensitive to wiring installation quality
 upgrades may be required to hub and all stations
 adapter/CPU performance
 some problems cannot be solved with more bandwidth
--- latency! (bigger pipe doesn't change the
interconnection device--still use switches or routers)
cell switching (ATM)
ATM: a layer 2 technology based on cell switching
 low latency for high throughput
 multiple traffic types in cells--mixed voice, data, multimedia
scalable from low to high speeds
 25Mbps to ... 155Mbps? 622Mbps? 2.4Gbps?
 individual links can be different speeds
Quality of Service (QoS) allows (will allow) applications
to specify the network service characteristics they need
LAN Emulation allows applications to use ATM without
change
ATM
strengths
 mixed traffic (voice/video/data/multimedia)
 high speed; scalable speed
 very low latency
 Quality of Service support
 point to point technology allows broadcast
control (see IBM's MSS Server)
considerations
 cost
 complexity/learning curve
campus LAN interconnection
summary
interconnection devices: bridge, switch, router
 switches preferred today within campus
fast; low latency; easy implementation/administration
 routers good for controlling use of low speed WAN links
campus backbone technologies
 big pipes: fast ethernet, fddi
easy to deploy; faster speed to attached devices;
may or may not solve response time/performance
issues
 ATM
supports voice, video, data; gives true traffic control
for new applications; issues are cost, education

More Related Content

Similar to NET7.PPT

Rajesh basics of networking and routing
Rajesh basics of networking and routingRajesh basics of networking and routing
Rajesh basics of networking and routing
r123027
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
Mziaulla
 
1st Talk
1st Talk1st Talk
1st Talk
Aniruddha Das
 
Network adpater,cabel,cards ,types, network devices
Network adpater,cabel,cards ,types, network devicesNetwork adpater,cabel,cards ,types, network devices
Network adpater,cabel,cards ,types, network devices
Jafar Nesargi
 
Chapter7 l1
Chapter7 l1Chapter7 l1
Chapter7 l1
chandan_v8
 
Local Area Network – Wired LAN
Local Area Network – Wired LANLocal Area Network – Wired LAN
Local Area Network – Wired LAN
Raj vardhan
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
miteshppt
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Soumen Santra
 
Lecture 13
Lecture 13Lecture 13
Lecture 13
Joe Christensen
 
unit5-190409094326.pdf
unit5-190409094326.pdfunit5-190409094326.pdf
unit5-190409094326.pdf
FranzLawrenzDeTorres1
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5
Raj vardhan
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptx
ssuser86699a
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
okelloerick
 
Frame
FrameFrame
Osi model with neworking overview
Osi model with neworking overviewOsi model with neworking overview
Osi model with neworking overview
Sripati Mahapatra
 
Osimodelwithneworkingoverview 150618094119-lva1-app6892
Osimodelwithneworkingoverview 150618094119-lva1-app6892Osimodelwithneworkingoverview 150618094119-lva1-app6892
Osimodelwithneworkingoverview 150618094119-lva1-app6892
Aswini Badatya
 
Osimodelwithneworkingoverview 150618094119-lva1-app6892
Osimodelwithneworkingoverview 150618094119-lva1-app6892Osimodelwithneworkingoverview 150618094119-lva1-app6892
Osimodelwithneworkingoverview 150618094119-lva1-app6892
Saumendra Pradhan
 
Chapter 4ver2
Chapter 4ver2Chapter 4ver2
Chapter 4ver2
Mike Qaissaunee
 
Basic networking in power point by suprabha
Basic networking in power point by suprabhaBasic networking in power point by suprabha
Basic networking in power point by suprabha
Suprabha Sahoo
 
5 Lan
5 Lan5 Lan

Similar to NET7.PPT (20)

Rajesh basics of networking and routing
Rajesh basics of networking and routingRajesh basics of networking and routing
Rajesh basics of networking and routing
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
1st Talk
1st Talk1st Talk
1st Talk
 
Network adpater,cabel,cards ,types, network devices
Network adpater,cabel,cards ,types, network devicesNetwork adpater,cabel,cards ,types, network devices
Network adpater,cabel,cards ,types, network devices
 
Chapter7 l1
Chapter7 l1Chapter7 l1
Chapter7 l1
 
Local Area Network – Wired LAN
Local Area Network – Wired LANLocal Area Network – Wired LAN
Local Area Network – Wired LAN
 
Ethernet Computer network
Ethernet Computer networkEthernet Computer network
Ethernet Computer network
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
 
Lecture 13
Lecture 13Lecture 13
Lecture 13
 
unit5-190409094326.pdf
unit5-190409094326.pdfunit5-190409094326.pdf
unit5-190409094326.pdf
 
Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5Network Connecting Devices UNIT 5
Network Connecting Devices UNIT 5
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptx
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
Frame
FrameFrame
Frame
 
Osi model with neworking overview
Osi model with neworking overviewOsi model with neworking overview
Osi model with neworking overview
 
Osimodelwithneworkingoverview 150618094119-lva1-app6892
Osimodelwithneworkingoverview 150618094119-lva1-app6892Osimodelwithneworkingoverview 150618094119-lva1-app6892
Osimodelwithneworkingoverview 150618094119-lva1-app6892
 
Osimodelwithneworkingoverview 150618094119-lva1-app6892
Osimodelwithneworkingoverview 150618094119-lva1-app6892Osimodelwithneworkingoverview 150618094119-lva1-app6892
Osimodelwithneworkingoverview 150618094119-lva1-app6892
 
Chapter 4ver2
Chapter 4ver2Chapter 4ver2
Chapter 4ver2
 
Basic networking in power point by suprabha
Basic networking in power point by suprabhaBasic networking in power point by suprabha
Basic networking in power point by suprabha
 
5 Lan
5 Lan5 Lan
5 Lan
 

More from ssuser50c54b

Security.ppt
Security.pptSecurity.ppt
Security.ppt
ssuser50c54b
 
CHAPTER8.PPT
CHAPTER8.PPTCHAPTER8.PPT
CHAPTER8.PPT
ssuser50c54b
 
CHAPTER7.PPT
CHAPTER7.PPTCHAPTER7.PPT
CHAPTER7.PPT
ssuser50c54b
 
CHAPTER6.PPT
CHAPTER6.PPTCHAPTER6.PPT
CHAPTER6.PPT
ssuser50c54b
 
CHAPTER5.PPT
CHAPTER5.PPTCHAPTER5.PPT
CHAPTER5.PPT
ssuser50c54b
 
CHAPTER4.PPT
CHAPTER4.PPTCHAPTER4.PPT
CHAPTER4.PPT
ssuser50c54b
 
CHAPTER3.PPT
CHAPTER3.PPTCHAPTER3.PPT
CHAPTER3.PPT
ssuser50c54b
 
CHAPTER2.PPT
CHAPTER2.PPTCHAPTER2.PPT
CHAPTER2.PPT
ssuser50c54b
 
CHAPTER1.PPT
CHAPTER1.PPTCHAPTER1.PPT
CHAPTER1.PPT
ssuser50c54b
 
NET6.PPT
NET6.PPTNET6.PPT
NET6.PPT
ssuser50c54b
 
NET5.PPT
NET5.PPTNET5.PPT
NET5.PPT
ssuser50c54b
 
NET4.PPT
NET4.PPTNET4.PPT
NET4.PPT
ssuser50c54b
 
NET3.PPT
NET3.PPTNET3.PPT
NET3.PPT
ssuser50c54b
 
NET2.PPT
NET2.PPTNET2.PPT
NET2.PPT
ssuser50c54b
 

More from ssuser50c54b (14)

Security.ppt
Security.pptSecurity.ppt
Security.ppt
 
CHAPTER8.PPT
CHAPTER8.PPTCHAPTER8.PPT
CHAPTER8.PPT
 
CHAPTER7.PPT
CHAPTER7.PPTCHAPTER7.PPT
CHAPTER7.PPT
 
CHAPTER6.PPT
CHAPTER6.PPTCHAPTER6.PPT
CHAPTER6.PPT
 
CHAPTER5.PPT
CHAPTER5.PPTCHAPTER5.PPT
CHAPTER5.PPT
 
CHAPTER4.PPT
CHAPTER4.PPTCHAPTER4.PPT
CHAPTER4.PPT
 
CHAPTER3.PPT
CHAPTER3.PPTCHAPTER3.PPT
CHAPTER3.PPT
 
CHAPTER2.PPT
CHAPTER2.PPTCHAPTER2.PPT
CHAPTER2.PPT
 
CHAPTER1.PPT
CHAPTER1.PPTCHAPTER1.PPT
CHAPTER1.PPT
 
NET6.PPT
NET6.PPTNET6.PPT
NET6.PPT
 
NET5.PPT
NET5.PPTNET5.PPT
NET5.PPT
 
NET4.PPT
NET4.PPTNET4.PPT
NET4.PPT
 
NET3.PPT
NET3.PPTNET3.PPT
NET3.PPT
 
NET2.PPT
NET2.PPTNET2.PPT
NET2.PPT
 

Recently uploaded

Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Public CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptxPublic CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptx
marufrahmanstratejm
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
Dinusha Kumarasiri
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
Miro Wengner
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
Data Hops
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
alexjohnson7307
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Precisely
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 

Recently uploaded (20)

Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Public CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptxPublic CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptx
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
 
JavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green MasterplanJavaLand 2024: Application Development Green Masterplan
JavaLand 2024: Application Development Green Masterplan
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 

NET7.PPT

  • 1. Session T2: Campus LAN Interconnection An Introduction to Concepts and Technologies
  • 2. ethernet: one ethernet is one "collision domain"  cabling rules ("4-repeater", etc.) allow growth of a single ethernet  limited distance:~2500m or less, depending on cable type  limited number of stations: 1024 (architecturally); 100 (practical, olden days); 20-30? (practical, today)  when you grow beyond these limits, build another ethernet and connect the two together the issue: expanding a local network 
  • 3. the issue: expanding a local network... A C D B A C D B A C D B A C D B  Appends data  Intermediate stations repeat data  Receiver copies data and continues to repeat  Sender generates new token one token ring is one "token path"  limited distance: ~2000m or so, depending on cabling  limited number of stations: 250 or fewer, depending on traffic
  • 4. why connect or split LANs? why connect LANs?  to allow sharing of files, devices, etc. why split LANs?  to provide physical security/isolation  to implement policies (user groups, etc)  to give greater average bandwidth per user ("segmentation" or "microsegmentation") so, what are our options for interconnecting the LAN segments we create?
  • 5. the issue, restated: which LAN frames should be forwarded from one segment to another? a LAN frame on an ethernet:  SNA, IP, IPX, AppleTalk Address  Token-Ring, Ethernet Address  Also known as MAC address (Media Access Control) ?
  • 6. LAN interconnection technologies Presentation Session Transport Network Data Link Physical Application OSI reference model hubs/multiplexors bridges/switches routers application gateways tunneling/encapsulation
  • 7. bridge bridge operation:  at layer 1, connects two physical LAN segments  at layer 2, connected LANs look like a single logical LAN e.g., bridge forwards LAN broadcasts  forwards frames based on layer 2 info (e.g., MAC address) thus, independent of higher layer protocols  easy to implement -- little or no configuration B B B B B B B B B B B B
  • 8. transparent bridge bridges agree on a single path through the network  path is called a "spanning tree" all LAN traffic follows that single path  frames forwarded based on MAC address parallel bridges may exist, but are inactive ("blocking") B B B B B B B B
  • 9. source routing bridge commonly used in token ring networks (not ethernet)  each ring is given a ring number (unique in the whole bridged LAN)  each bridge is given a bridge number (unique between same pair of rings) end stations discover routes via a broadcast process  bridges place path of broadcast in the frame (routing info field)  that same path (rings and bridges) is then used for other frames frames forwarded based on routing info field in frame for connection-oriented protocols, broadcast occurs only when connection is established parallel active paths are allowed
  • 10. B B B B B B B B A B B? B? B? B? B? B B B B B B B B A B B via Rt 1! B via Rt 2! source routing bridge... B?
  • 11. switch basically a fast, multiport, layer-two device  i.e., similar in function/capability to a bridge  fast, since functions often performed in hardware  low latency -- good for fast response time  easy implementation, low cost each port connects to a separate LAN segment  shared or dedicated  dedicated ports may operate in full-duplex mode
  • 12. router router isolates logical subnetworks for more efficient network utilization  layer 2 traffic not typically forwarded unless addressed to router  each subnetwork is given an identification--e.g., IP subnet; IPX network number end station sends traffic to router; router forwards toward ultimate destination router must understand the layer 3 protocol(s) it is to handle--complexity, configuration routing protocols allow router to understand network topology
  • 13. R R R Net A Net C Net D Net E Net B router... R
  • 14. choosing technologies--considerations protocols (IP, IPX, NetBIOS, SNA, Appletalk, ...)  how do they work?  do they have a layer 3 structure (are they "routable?")  how often do they broadcast? how much traffic? end user response time--delay/latency in the interconnection device administration  configuration of router vs bridge/switch  network operations--e.g., moves/changes  network management, troubleshooting, etc. cost
  • 15. example - distributed backbone with bridges B B B hubs bridges hubs Physical Logical
  • 16. example - distributed backbone with bridges pro:  easy to implement--little configuration  inexpensive  administration is easy con:  potential bridge congestion, depending on which bridge used  bridge management harder since bridges distributed
  • 17. example - collapsed backbone with bridges Ring 001 Ring 002 Backbone Ring Bridge Bridge hubs bridges Physical backbone hub Logical
  • 18. example -- collapsed backbone with bridges pro:  same as distributed bridge design, plus centralized bridges/backbone hub are easier to manage servers can be centralized while still physically connected to floor LAN segments con:  same as distributed bridge design  riser cable considerations fiber? copper? distance? port cost on device?
  • 19. example - collapsed backbone router subnet A subnet B hubs Physical backbone router Logical
  • 20. example -- collapsed backbone router pro:  conceptually simple  popular solution  more powerful device than bridge--faster, more intelligence  router limits broadcast traffic between subnets con:  more expensive device than bridge  operation, management much more complex than bridge  user moves more complicated to handle--subnets  broadcast traffic not usually a problem in campus-- different from a WAN link
  • 21. example - collapsed backbone switch hubs Physical switch Logical switch
  • 22. example -- collapsed backbone switch advantages:  same pros as bridged network -- low cost, easy implementation and administration  avoids subnet issues with user moves  higher performance and lower latency than bridge or router  servers can be attached to dedicated switch ports for higher performance  being deployed today as front end to router Trend today is to use switching within a campus, and routing for lower speed WAN links
  • 23. what about campus backbone technologies? generic picture: LANs (ethernet, token ring) connected with some kind of high speed backbone 2 or 3 popular backbone technologies the issues of interconnection devices are still the same as before  latency; intelligence; administration; cost; etc....... B B B B Fast Enet FDDI ATM
  • 24. "big pipe" technologies ...i.e., a faster flavor of what you have today  e.g., fddi, fast ethernet strengths  simplicity; scalability; faster speed to attached devices considerations  sensitive to wiring installation quality  upgrades may be required to hub and all stations  adapter/CPU performance  some problems cannot be solved with more bandwidth --- latency! (bigger pipe doesn't change the interconnection device--still use switches or routers)
  • 25. cell switching (ATM) ATM: a layer 2 technology based on cell switching  low latency for high throughput  multiple traffic types in cells--mixed voice, data, multimedia scalable from low to high speeds  25Mbps to ... 155Mbps? 622Mbps? 2.4Gbps?  individual links can be different speeds Quality of Service (QoS) allows (will allow) applications to specify the network service characteristics they need LAN Emulation allows applications to use ATM without change
  • 26. ATM strengths  mixed traffic (voice/video/data/multimedia)  high speed; scalable speed  very low latency  Quality of Service support  point to point technology allows broadcast control (see IBM's MSS Server) considerations  cost  complexity/learning curve
  • 27. campus LAN interconnection summary interconnection devices: bridge, switch, router  switches preferred today within campus fast; low latency; easy implementation/administration  routers good for controlling use of low speed WAN links campus backbone technologies  big pipes: fast ethernet, fddi easy to deploy; faster speed to attached devices; may or may not solve response time/performance issues  ATM supports voice, video, data; gives true traffic control for new applications; issues are cost, education