Module 6: Network design and the access layer Flashcards
this includes:
- preamble
- Start Frame Delimiter (SFD)
- destination MAC address
- source MAC address
- type / length
- data
- Frame Check Sequence (FCS)

what 7 components make up the
ethernet frame format
The ethernet standard defines a minimum and maximum frame size of which the preamble and start frame delimiter (SFD) are not included
If the ethernet frame does not lie within the minimum and maximum boundaries then the frame will be discarded
how is the
ethernet frame size determined
and what actions take place if these ae not followed
this is an area of a network that a single ethernet broadcast frame will be flooded to.
Routers do not forward ethernet broadcasts and so this will usually be the boundary of this
what is a
broadcast domain
and what defines the boundarys
in 3 steps describe the steps involved when a host uses the
Address Resolution Protocol (ARP)
- The sending host creates and sends a frame addressed to a broadcast MAC address. Contained in the frame is a message with the IPv4 address of the intended destination host.
- Each host on the network receives the broadcast frame and compares the IPv4 address inside the message with its configured IPv4 address. The host with the matching IPv4 address sends its MAC address back to the original sending host.
- The sending host receives the message and stores the MAC address and IPv4 address information in a table called an ARP table.
this has a:
minimum size of: 64 Bytes
maximum size of: 1518 Bytes
what is the
minimum and maximum size of an ethernet frame
this is a table that contains MAC addresses corresponsing to an IP address
devices such as P.Cs and routers will have one of these stored

what is an
ARP table
it does this by inspecting the source MAC address of the ethernet frame. if it does not exists in its MAC address table then it will add it to the associated port the frame entered the switch
how does a switch learn about new MAC addresses
this layer will:
contain network devices such as:
- switches
- routers
This is the backbone of the network and will provide high speed and redundant connections between the distribution layer devices it is also the last layer of the hierarchical design and any traffic that is bound for the internet will pass through here
describe the
core layer
of the hierarchical layer network design
the values for this are a:
minimum of: 46 Bytes
maximum of: 1500 Bytes
what is the
minumum and maximum size of the data that can be encapsulated within an ethernet frame
this part of the frame tells the receiving Network Interface Card (NIC) that it is about to start receiving the data concerned with the ethernet frame
what is the
Start Frame Delimiter (SFD)
of the ethernet frame
this is an ethernet broadcast message that is sent out by a host when it knows the destination IP address but does not know the destination MAC address of a host
what is an
ARP request
describe the
access layer
of the hierarchical layer network design
this layer will:
contain host devices such as:
- P.Cs
- servers
- access points
- switches
the devices will be separated into networks if any traffic must leave the network then it will travel up to the next layer of the design; the distribution layer
this is an ethernet frame that has a destination address of
FF-FF-FF-FF-FF-FF
That is 48 bits all set to 1
what is an
ethernet broadast message
what is the
Source mac address
of the ethernet frame
this is the MAC address of the sender of the ethernet frame
what is the
minumum and maximum size of the data that can be encapsulated within an ethernet frame
the values for this are a:
minimum of: 46 Bytes
maximum of: 1500 Bytes
what is the
Frame check sequence
of the ethernet frame
this is here for error checking and ensuring that the frame was delivered correctly
if an IP packet must travel to a new network what happens to the ethernet frame
when this situation occurs the IP packet will reach a router at which point it will discard the ethernet frame and create a new ethernet frame with
- the source address as its own mac address
- the destination address as the host MAC address that matches the IP address (if applicable and using its ARP table)
a switch builds this so that hosts can communicate on a dedicated channel, where all of the bandwidth on that channel is reserved for the two hosts
describe the
circuit
that a switch builds
what is an
ARP reply
this is a message sent in response to a ARP request when the host has a matching IP address of the one within the ARP request
how is the
ethernet frame size determined
and what actions take place if these ae not followed
The ethernet standard defines a minimum and maximum frame size of which the preamble and start frame delimiter (SFD) are not included
If the ethernet frame does not lie within the minimum and maximum boundaries then the frame will be discarded
what is the
Destination mac address
of the ethernet frame
this is the MAC address of the Network Interface Card (NIC) receiving the frame
this is the MAC address of the Network Interface Card (NIC) receiving the frame
what is the
Destination mac address
of the ethernet frame
this part of the ethernet frame will give detail of either the type of data inside the data field (I.e IPv4 or IPv6) or it will tell you the length of the data within the data field
what is the
Type / length
of the ethernet frame
a host may need to use this if it was aware of the destination host IP address but did not know there MAC address
why might a host need to use the
IPv4 Address resolution protocol (ARP)
- The switch begins with a table of its ports with no mac addresses associated with the ports
- Host 1 sends a message to host 2 via the switch
- The switch receives the ethernet frame and looks at the source mac address
- The switch puts host 1 mac address into the table for the associated port the frame was received on
- The switch looks at the destination mac address
- Since the switch does not have this in its mac address table it uses a process known as flooding which sends the frame out of every port except the port it was received on
- All hosts NICS that do not match the destination mac address drop the frame and the host NIC that does match reads the rest of the frame and replies to host 1 via the switch
- The switch can now learn host 2 mac address using the reply frame
in 8 steps describe how a switch
populates its MAC address table
describe the
circuit
that a switch builds
a switch builds this so that hosts can communicate on a dedicated channel, where all of the bandwidth on that channel is reserved for the two hosts
this is a process that network devices use:
it involves sending a frame or packet out of every port except the one it received it on
this may be used in situations where not enough information is known to decide the correct destination for the said frame or packet
what is
flooding
this is a protocol that allows hosts to discover the MAC addresses of other hosts on the network
what is
Address resolution protocol (ARP)
how does the ethernet protocol handle
encoding
the ethernet protocol defines how the bits will be encoded onto the network media such as using electrical impulses over copper cable or light pulses over fibre optic
what is the
Start Frame Delimiter (SFD)
of the ethernet frame
this part of the frame tells the receiving Network Interface Card (NIC) that it is about to start receiving the data concerned with the ethernet frame
what 3 things does a
switch
allow
this network device:
- allows multipe hosts to be connected together
- can direct traffic to its correct destination by making use of a self built MAC address table
- can handle multiple conversations at a time by building temporary circuits
this is where packets from the layers above are encapsulated
(ETHERNET(IP(TCP)))
what is the
data
of the ethernet frame
what type of data are you
most likely going to find encapsulated within an ethernet frame
since the ethernet protocol is a layer 2 (data link) protocol the encapsulated data will most likely be a IPv4 or IPv6 packet since the IP is a layer above at layer 3 (network)
what action does a switch take when it receives an ethernet broadcast message
When a switch receives this ethernet broadcast frame it will recognises the destination address as being a broadcast message and forwards the frame out of every port
this network device:
- allows multipe hosts to be connected together
- can direct traffic to its correct destination by making use of a self built MAC address table
- can handle multiple conversations at a time by building temporary circuits
what 3 things does a
switch
allow
name 3 benefits that can be gained by implementing a
hierarchical layered network design
this includes:
- Increased efficiency - network traffic is separated into smaller networks where traffic only leaves the network if it is bound to
- Increased speed - less congestion and strategically placed network devices increases the overall speed of the network
- Scalability - this network design scales well since the addition of new devices or networks can be implemented without impacting the performance of the current network
this is the MAC address of the sender of the ethernet frame
what is the
Source mac address
of the ethernet frame
what 7 components make up the
ethernet frame format
this includes:
- preamble
- Start Frame Delimiter (SFD)
- destination MAC address
- source MAC address
- type / length
- data
- Frame Check Sequence (FCS)

what are the 3 layers of the
hierarchical layer design
this includes:
- access layer
- distribution layer
- core layer

a host may send this because:
- it does not know which of the other hosts can supply it the information it needs (i.e: i have an ip address, i want to know who owns it)
- it would like to send a message to every host on the network in an efficient and timely manner (i.e: hi ive just joined the network my name is AA:AA:AA:AA)
name 2 reasons why a host may transmit a
broadcast message
the ethernet protocol defines how the bits will be encoded onto the network media such as using electrical impulses over copper cable or light pulses over fibre optic
how does the ethernet protocol handle
encoding
this layer will:
contain host devices such as:
- P.Cs
- servers
- access points
- switches
the devices will be separated into networks if any traffic must leave the network then it will travel up to the next layer of the design; the distribution layer
describe the
access layer
of the hierarchical layer network design
why might a host need to use the
IPv4 Address resolution protocol (ARP)
a host may need to use this if it was aware of the destination host IP address but did not know there MAC address
what is
flooding
this is a process that network devices use:
it involves sending a frame or packet out of every port except the one it received it on
this may be used in situations where not enough information is known to decide the correct destination for the said frame or packet
this includes principles such as:
- Frame format
- Frame size
- Encoding
- encapsulation
name 4 principles that the
ethernet protocol
includes in its standard
what is an
ARP table
this is a table that contains MAC addresses corresponsing to an IP address
devices such as P.Cs and routers will have one of these stored

if a switch does not have the destination MAC address in its mac address table
how does it go about getting the frame to its correct destination?
when this situation occurs the switch will flood the frame out of every port except the one it received it on
name 3 drawbacks of a
poorly designed network
this includes:
- Congestion - due to too much traffic from end users, servers or even protocols such as ethernet broadcasts
- Security - by allowing mission critical devices to share network bandwidth with other devices there is a vulnerability
- Data corruption - again by allowing devices to share the network bandwidth there is potential for data to be mismanaged and corrupted
this layer will:
contain network devices such as:
- switches
- routers
this layer is concerned with interconnecting the smaller networks that reside in the access layer providing a way for the different networks within the access layer to communicate with each other and the internet
describe the
distribution layer
of the hierarchical layer network design
what is the
minimum and maximum size of an ethernet frame
this has a:
minimum size of: 64 Bytes
maximum size of: 1518 Bytes
this is here for error checking and ensuring that the frame was delivered correctly
what is the
Frame check sequence
of the ethernet frame
what is a
broadcast domain
and what defines the boundarys
this is an area of a network that a single ethernet broadcast frame will be flooded to.
Routers do not forward ethernet broadcasts and so this will usually be the boundary of this
name 4 principles that the
ethernet protocol
includes in its standard
this includes principles such as:
- Frame format
- Frame size
- Encoding
- encapsulation
describe the
core layer
of the hierarchical layer network design
this layer will:
contain network devices such as:
- switches
- routers
This is the backbone of the network and will provide high speed and redundant connections between the distribution layer devices it is also the last layer of the hierarchical design and any traffic that is bound for the internet will pass through here
this includes:
- access layer
- distribution layer
- core layer

what are the 3 layers of the
hierarchical layer design
what is a similar protocol to
IPv6 neighbour discovery
using IPv4
what is a similar protocol to
IPv4 Address resolution protocol (ARP)
using IPv6
this is a table that contains all of the ports of the switch and the mac address of the host that is connected to that port. The switch uses the mac address table in order to know which port to send an ethernet frame
describe the
MAC address table
used by a switch
what is an
ARP request
this is an ethernet broadcast message that is sent out by a host when it knows the destination IP address but does not know the destination MAC address of a host
what is an
ethernet broadast message
this is an ethernet frame that has a destination address of
FF-FF-FF-FF-FF-FF
That is 48 bits all set to 1
since the ethernet protocol is a layer 2 (data link) protocol the encapsulated data will most likely be a IPv4 or IPv6 packet since the IP is a layer above at layer 3 (network)
what type of data are you
most likely going to find encapsulated within an ethernet frame
in 8 steps describe how a switch
populates its MAC address table
- The switch begins with a table of its ports with no mac addresses associated with the ports
- Host 1 sends a message to host 2 via the switch
- The switch receives the ethernet frame and looks at the source mac address
- The switch puts host 1 mac address into the table for the associated port the frame was received on
- The switch looks at the destination mac address
- Since the switch does not have this in its mac address table it uses a process known as flooding which sends the frame out of every port except the port it was received on
- All hosts NICS that do not match the destination mac address drop the frame and the host NIC that does match reads the rest of the frame and replies to host 1 via the switch
- The switch can now learn host 2 mac address using the reply frame
what is the
data
of the ethernet frame
this is where packets from the layers above are encapsulated
(ETHERNET(IP(TCP)))
when this situation occurs the switch will flood the frame out of every port except the one it received it on
if a switch does not have the destination MAC address in its mac address table
how does it go about getting the frame to its correct destination?
what is
Address resolution protocol (ARP)
this is a protocol that allows hosts to discover the MAC addresses of other hosts on the network
this includes:
- Congestion - due to too much traffic from end users, servers or even protocols such as ethernet broadcasts
- Security - by allowing mission critical devices to share network bandwidth with other devices there is a vulnerability
- Data corruption - again by allowing devices to share the network bandwidth there is potential for data to be mismanaged and corrupted
name 3 drawbacks of a
poorly designed network
what action does a host take when it receives an ethernet broadcast message
When a host receives an ethernet broadcast message it will recognises the destination address as being a broadcast message and continues to read the frame
this part of the ethernet frame is there to help get the receiving Network Interface Card (NIC) into sync
what is the
preamble
of the ethernet frame
describe the
MAC address table
used by a switch
this is a table that contains all of the ports of the switch and the mac address of the host that is connected to that port. The switch uses the mac address table in order to know which port to send an ethernet frame
how does a switch learn about new MAC addresses
it does this by inspecting the source MAC address of the ethernet frame. if it does not exists in its MAC address table then it will add it to the associated port the frame entered the switch
what is the
preamble
of the ethernet frame
this part of the ethernet frame is there to help get the receiving Network Interface Card (NIC) into sync
describe the
distribution layer
of the hierarchical layer network design
this layer will:
contain network devices such as:
- switches
- routers
this layer is concerned with interconnecting the smaller networks that reside in the access layer providing a way for the different networks within the access layer to communicate with each other and the internet
- The sending host creates and sends a frame addressed to a broadcast MAC address. Contained in the frame is a message with the IPv4 address of the intended destination host.
- Each host on the network receives the broadcast frame and compares the IPv4 address inside the message with its configured IPv4 address. The host with the matching IPv4 address sends its MAC address back to the original sending host.
- The sending host receives the message and stores the MAC address and IPv4 address information in a table called an ARP table.
in 3 steps describe the steps involved when a host uses the
Address Resolution Protocol (ARP)
this includes:
- Increased efficiency - network traffic is separated into smaller networks where traffic only leaves the network if it is bound to
- Increased speed - less congestion and strategically placed network devices increases the overall speed of the network
- Scalability - this network design scales well since the addition of new devices or networks can be implemented without impacting the performance of the current network
name 3 benefits that can be gained by implementing a
hierarchical layered network design
when this situation occurs the IP packet will reach a router at which point it will discard the ethernet frame and create a new ethernet frame with
- the source address as its own mac address
- the destination address as the host MAC address that matches the IP address (if applicable and using its ARP table)
if an IP packet must travel to a new network what happens to the ethernet frame
When a switch receives this ethernet broadcast frame it will recognises the destination address as being a broadcast message and forwards the frame out of every port
what action does a switch take when it receives an ethernet broadcast message
this is a message sent in response to a ARP request when the host has a matching IP address of the one within the ARP request
what is an
ARP reply
what is a similar protocol to
IPv4 Address resolution protocol (ARP)
using IPv6
what is a similar protocol to
IPv6 neighbour discovery
using IPv4
name 2 reasons why a host may transmit a
broadcast message
a host may send this because:
- it does not know which of the other hosts can supply it the information it needs (i.e: i have an ip address, i want to know who owns it)
- it would like to send a message to every host on the network in an efficient and timely manner (i.e: hi ive just joined the network my name is AA:AA:AA:AA)
what is the
Type / length
of the ethernet frame
this part of the ethernet frame will give detail of either the type of data inside the data field (I.e IPv4 or IPv6) or it will tell you the length of the data within the data field
When a host receives an ethernet broadcast message it will recognises the destination address as being a broadcast message and continues to read the frame
what action does a host take when it receives an ethernet broadcast message