Every device that connects to a switch should have the same Network IP address. True or false?
True. This means they part of the same LAN
A switch considers all the devices as part of the same VLAN. True or false?
True
What does the switch do when it received network traffic?
The switch reads the source MAC address of data coming in a port and puts that MAC address in the MAC address table next to the port number on which it was received.
(Eg. E0: 0260.8c01.1111)
When the switch gets a message in a port and the switch cannot find the destination MAC address in the table, it sends that message out EVERY live port on the switch except the port on which it was received. This is like a hub.
Broadcast messages on a switch are always sent out all live ports except the one on which it was received.
What does a MAC address table hold?
What happens the switch is populated?
It can move unicast messages data directly from the “ingress” port to the correct destination, or “egress” port.
What happens when a switch receives a broadcast message?
It will send that message to all of its ports except the receiving port.
What is the difference between a hub and a switch that received a broadcast message?
A hub takes a signal in one port and recreate it on every other port on the hub, REGARDLESS of the data. When a switch receives a broadcast message, it will send that broadcast out all ports except receiving port.
Essentially, only when switch receive broadcast message then it will send to all ports but for hub it will recreate and send to all of its ports regardless of the signal it receives.
When a switch is booted up it has a blank MAC address table. True or false
True
What is included in the frame when a machine sends a frame of information?
Explain fully what happens when a switch receives a frame of information.
The switch looks up the destination MAC address in its table and find a particular port location.
The switch will then move the data from the sender’s port to the destination’s port based on the MAC address table’s port match.
(Switches can have many MAC addresses mapped to one port)
What is port density?
Number of ports available in a single switch
State type of switch port densities.
What are the considerations to select a switch for a hierarchical network?
State examples of switch form factors
What are the features of access layer?
What are the features of distribution layer?
What are the features of core layer?
What is Telnet?
What is SSH
What are the common features of a modern network security tool?
What can you use network security tools for?
Capture chat messages
Capture files from NFS traffic
Capture HTTP requests in Common Log Format
Capture passwords
and more…