|
StudyNotes
- Network+
Linux
Windows
edit SideBar
|
BridgesBroutersAndRouters
CompTIA Network+ NotesPart A – Chapter 5 – Bridges, Brouters and RoutersInternetworkingInternetworking DevicesIEEE 802 Series SpecificationThe Role of the MAC AddressPlaced in a data packet by a process in the media access control sublayer of the OSI Data Link Layer
Function: to keep track of where the packet is going next, it's next 'hop'
Example: With TCP/IP, when the packet reaches it's destination IP address, the destination MAC address will be for that machine
Introduction to BridgesBridgesOperate at Data Link Layer (physical addresses, MAC sublayer)
Regenerates signals (more expansion than with repeaters)
Transparent to higher level protocols (on same logical network)
Filters traffic based on physical address (segmenting and security)
Heterogeneous (Translating) BridgesAllows linking between dissimilar MAC layers who share identical LLC (Logical Link Control, 802.2) layer
E.g. IBM Model 8209 Ethernet to Token Ring Bridge
Encapsulating BridgesPackages frames of one format in the format of another
e.g. Frames from 802.5 (TR) network are packaged as 802.3 (Ethernet) frames, they pass over the CSMA/CD network, then are de-encapsulated by another bridge and put on a third (802.5) network. The Ethernet network doesn't even see the frames
Much faster than translation, allows packets to travel quickly over multiple LANs
Flow Control in a BridgeIn complex internetworking, one segment may have multiple paths to a destination
Two critical issues arise for such choices: Flow control information is necessary to know the relative capacities of bridged segments
Routing control (segments with multiple links would broadcast redundant frames, which will all arrive at the destination !!! )
Flow control is very important on large active networks
Routing Management for BridgesA Learning (Transparent) Bridge Modern bridges build up tables of the addresses of stations on the segments it connects
They will only forward frames if they don't know whether the source and destination are on the same segment
This can be a significant factor on local traffic, as it keeps traffic segmented
Additional Filtering and Intelligence Local and Remote BridgesLocal
Remote A LAN segment on one side and a WAN segment on the other
Output channel usually much lower bandwidth
Much more complicated to design and implement
Must be able to buffer inbound traffic and manage time-outs
Necessary to keep traffic over the remote link to a minimum
Layer 2 SwitchesIntroduction to RoutersRoutersBridges are too simple to control complex networks
Routers segment extended internetworks into manageable subnets
Operate at Network Layer of OSI
May not have throughput of bridges because of higher resource demand, but current routers can handle 802.3/802.5 traffic without dropping packets
About RoutersEarly routers supported a single protocol (e.g. TCP/IP or XNS)
Modern routers may support 15-20 protocols
Forwards packets based on static or dynamic tables
Bandwidth now cheap on LANs, so flow control, routing decisions and multi-path management arise mainly in WAN links
Separates networks logically, allowing for
Allows for a port of entry and exit
Programmable
Router FeaturesMay be either a separate box or a specialised PC
Trend towards using router cards in hubs or wiring concentrators
Processor/Memory/Storage
Physical Interfaces (Ports) Supported
Because hardware is similar for routers, brouters, and bridges, upgrades may just require new software
Protocols Supported LAN
WAN
Router Protocols RIP
OSPF
End System-Intermediate System (OSI ES-IS)
Intermediate System-Intermediate System (OSI IS-IS)
Proprietary vendor protocols
Configuration/Management (Open/Proprietary) RS232 serial port for local or modem terminal access
Provides a simple character oriented interface
Also maybe possible to connect remotely across the network
Security Password
Restrict access to
SNMP (Simple Network Management Protocol) TCP/IP management protocol
Does not provide security, so to be avoided
Access to view or change settings is done via read-only or read-write community strings
OSI network management standards
BroutersOperates at the Network layer as a router for routable protocols
ALSO at the Data Link layer as a bridge for non-routable protocols
Bridged protocols can propagate through network but techniques such as filtering and learning can reduce congestion
Bridges vs. RoutersUnderstanding Routing ProtocolsEach router meets it's neighbours and learns their names
Each router then constructs a link state packet (LSP) containing a list of names and distances to each of it's neighbours
The LSP is then sent to every other router, the most recent LSP being stored
Each router can then compute routes using a complete topological map without having to consult it's neighbours
|