Module 7: Routing between networks Flashcards
what other term might be used to describe a
Local Area Network (LAN)
this may also be known as an
intranet
intranet describes how LANs have changed over time from very small single networks to its own network of networks containing large amounts of hosts
the reasons you might perform this are:
- Broadcast containment
- Security requirements
- Physical locations
- Logical grouping
name 4 reasons why you might
divide a single network on the access layer into multiple networks
name 4 reasons why you might
divide a single network on the access layer into multiple networks
the reasons you might perform this are:
- Broadcast containment
- Security requirements
- Physical locations
- Logical grouping
this is typically described as a network that is under the control of a single entity such as a business
how can a
Local Area Network (LAN)
be described
how does dividing a network enable
logical grouping
Sometimes we may divide up a network into logical groupings to maintain an organised network or so that hosts that have a common need can all access the resources that only they need. Such as accounting hosts being on the accounting network that has all the accounting servers which store the accounting data
- these are used to join different networks together
- they are concerned with routing data to there intended destination based upon the network portion of the IP address
- they are not concerned about individual hosts but only the destination network
what are routers
- used for
- what are they concerned about
- what are they not concerned about
Sometimes we may divide up a network into logical groupings to maintain an organised network or so that hosts that have a common need can all access the resources that only they need. Such as accounting hosts being on the accounting network that has all the accounting servers which store the accounting data
how does dividing a network enable
logical grouping
this is an address configured on one of the routers interfaces which is used when the router cannot determine a route for the packet
if this has not been configured then the packet would be dropped
what is a
default route
this is a table held by the router and contains a list of every interface of the router as well as the associated IP network connected to that interface
what is a
routing table
size
these can vary in size from tens of hosts to hundreds
location
although usually contained in one building these can span multiple buildings or geographical locations
technologies
these typically use technology such as ethernet and wireless protocols
descrribe the:
- size
- location
- technologies
of a Local Area Network (LAN)
a router can have this configured / populated either:
- dynamically by receiving information from other routers
- manually by a network administrator
how is a
routing table
configured / populated
when a router recieves a packet what 4 actions can it take
upon receiving and reading a packet this will take 1 of these 3 actions:
- if the packet is addressed to a network directly attached to this, it will create a new ethernet frame and forward the message directly to the destination host
- if the packet is addressed to a remote network that it knows about then it will forward the packet to the router that can get the packet to its correct network again a new ethernet frame will be created
- if the packet is addressed to an unkown network but the router has a default route configured then it will send the packet to the default route
- if the packet is addressed to an unknown network and the router has no default route configured then it will drop the packet
how does dividing a network up enable
broadcast containment
We may divide up a local network so that we can reduce the number of broadcast messages that will exist on that network. To many hosts on a network ends up creating a lot of unnecessary and useless traffic in the form of broadcasts
how is a
routing table
configured / populated
a router can have this configured / populated either:
- dynamically by receiving information from other routers
- manually by a network administrator
this may also be known as an
intranet
intranet describes how LANs have changed over time from very small single networks to its own network of networks containing large amounts of hosts
what other term might be used to describe a
Local Area Network (LAN)