- What complicates the connection of one lan
to another?
- network architecture (ethernet, token ring,...)
- media (cables, etc)
- network operating system (novell netware,
windows NT,...)
- operating system (DOS. OS/2, Unix,...)
- What are the lan connection devices?
- repeaters, bridges, routers, brouters, gateways
- repeaters - function at ? layer of OSI model
(page 245)
- repeat signal (regenerate, retime, amplify)
- passes all signals between all attached
segments
- does NOT read destination address of data
packets
- allows for connection of different types
of media
- extends LAN distance
- why use a repeater?
- Increase total length of media
- isolate key network resources on different
lan segments
- Bridges
- function at ? layer of OSI model
- more discriminating than routers - only
let addressed data over the bridge, routers let all data through
- bridge types
- transparent (connect lans of similar data
link formats)
- translating (connect lans of different data
link formats - ethernet to token ring)
- encapsulating (bridges ethernet and token
ring)
- source routing (designed for token ring
lans)
- for rest see fig 6-14
- why is a source routing bridge not a router?
- because the best path to the destination
is chosen by the source device ( a lan attached PC) not by the
bridge
- also, the seven hop limit of bridges
- Bridge performance
- filtering rate - filters accesses at a certain
speed - token ring packets or ethernet frames per second (7000-60,000
frames per second)
- forwarding rate - the operation of placing
the data on the internetwork media (700-30,000 per second)
- Routers
- routers only examine data packets addressed
to it - NOT destination address of every packet on the LAN
- where is this address? It is in the header
portion of the data-link layer frame
- recall that the data-link layer is at layer
2 of the OSI 7 layer model and it provides the required reliability
to the physical layer transmission by organizing the bit stream
into structured frames which add addressing (header) and error-checking
(trailer) information. It is the network interface card on the
PC that builds the data-link layer frames. Also, recall that the
data-link layer is split into two sublayers to allow NetWare (for
example) to run equally well over Token Ring or Ethernet NICs
- media access control (lower sublayer)
- interfaces with the physical layer (layer
1) of the OSI model
- uses a token ring or ethernet frame (depending
on the NIC)
- logical link control (upper sublayer)
- interfaces with the the next OSI layer up
- network layer
- how does a router's address get into the
header portion of the data-link layer frame?
- the source PC determined that the destination
PC was not local
- the source PC built a data-link layer frame
(for example ethernet) with the address of the default gateway
router in the destination field in its header area
- the gateway router is queried to find the
address of the best next router
- when the data-link layer frame hits the
next router, the header information is discarded and replaced
with either address information of the next router or address
information of the destination PC
- how does the data-link layer packet finally
arrive at the destination PC?
- if the IP address is determined to be on
a given router's local network the data portion of the data-link
layer packet is examined for the address of the destination workstation
- next, the data-link layer frame header information
is replaced with a destination address of the destination PC
- how do routers choose the best path for
the packets destination
- number of intermediate hops
- speed/condition of communications circuits
- protocol of network operating system (multiprotocol
routers can take more time) note protocols on page 256
- Routing protocols - look at page 257 fig
6-19
- note algorithm or method of figuring the
best path to the destination PC distinguishes one router from
another