Topic 3 Network Hardware Part 2 Switches_2 Flashcards

1
Q

Every device that connects to a switch should have the same Network IP address. True or false?

A

True. This means they part of the same LAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A switch considers all the devices as part of the same VLAN. True or false?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the switch do when it received network traffic?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does a MAC address table hold?

A
  1. MAC address
  2. Port number to match
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What happens the switch is populated?

A

It can move unicast messages data directly from the “ingress” port to the correct destination, or “egress” port.

  • This means no collisions can happen on the network
  • It also improved bandwidth for every machine
  • Improves security as every machine is not receiving all information that any device sends
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What happens when a switch receives a broadcast message?

A

It will send that message to all of its ports except the receiving port.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the difference between a hub and a switch that received a broadcast message?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When a switch is booted up it has a blank MAC address table. True or false

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is included in the frame when a machine sends a frame of information?

A
  1. Sender’s MAC address
  2. Destination MAC address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explain fully what happens when a switch receives a frame of information.

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is port density?

A

Number of ports available in a single switch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

State type of switch port densities.

A
  1. 24-port switch
  2. 48-port switch
  3. Modular switch with up to 1000+ ports
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the considerations to select a switch for a hierarchical network?

A
  1. Port density
  2. Switch Form Factors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

State examples of switch form factors

A
  1. Fixed configuration switches - features and options are limited to those that originally come with the switch
  2. Modular configuration switch - The chassis accepts line cards that contain the ports.
  3. Stackable Configuration switches - Connected by a special cable, effectively operate as one large switch
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the features of access layer?

A
  1. Port security
  2. VLANs
  3. Fast ethernet/Gigabit Ethernet
  4. Power over Ethernet (PoE)
  5. Link aggregation
  6. Quality of service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the features of distribution layer?

A
  1. Layer 3 support
  2. High forwarding rate
  3. Gigabit Ethernet/10Gigabit Ethernet
  4. Redundant components
  5. Security Policies/Access control Lists
  6. Link aggregation
  7. QOS
17
Q

What are the features of core layer?

A
  1. Layer 3 support
  2. Very high forwarding rate
  3. Gigabit Ethernet/10Gigabit Ethernet
  4. Redundant components
  5. Link aggregation
  6. QOS
18
Q

What is Telnet?

A
  1. Most common access method
  2. Sends clear text message streams
  3. Is not secure
19
Q

What is SSH

A
  1. Should be the common access method
  2. Sends encrypted message stream
  3. Is secure
20
Q

What are the common features of a modern network security tool?

A
  1. Service identification
  2. Support of SSL services
  3. Non-destructive and destructive testing
  4. Database of vulnerabilities
21
Q

What can you use network security tools for?

A

Capture chat messages
Capture files from NFS traffic
Capture HTTP requests in Common Log Format
Capture passwords
and more…