Lesson 8: Explaining Network Topologies and Types Flashcards

1
Q

Define a client-server network

A

A network where its nodes are made up of PCs, laptops, and servers

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

Define a peer-to-peer network

A

A network where an end system acts as both client and server, typically in a residential network

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

Define a star topology

A

Endpoint nodes are connected to a central forwarding node, such as a hub, switch, or router. The central node mediates communications between the endpoints

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

Define a mesh topology

A

Each device has (in theory) a point-to-point connection with every other device to create redundant routes

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

What is the equation to determine how many links are needed in a mesh network

A

Let n represent the number of nodes planned to be in the network: n (n-1)/2

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

Define a ring topology

A

A topology where each node has a point to point connection with each of its neighbors in the logical ring, each node will receive a transmission and continue to forward it until the transmission has reached its destination

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

Define a bus topology

A

A logical bus topology is one in which nodes are attached to the single cable and receive the data transmitted all at the same time, regardless of the physical wiring layout of the network

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

Define a Personal Area Network

A

The concept of IOT such as phones, laptops, printers, smart watches to connect to each other

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

Define the three tiered network hierarchy

A

Paradigm to simplify network design by separating switch and router functionality with a separate role and topology

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

What three tiers make up a three-tiered network hierarchy?

A
  1. Access/Edge layer
  2. Distribution/Aggregation layer
  3. Core layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define the Access layer

A

Bottom tier of the hierarchy that allows end-user devices to connect to the network through wired/wireless access and LAN switches

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

Define the Distribution/Aggregation layer

A

Intermediate tier that provides fault-tolerant interconnections between the access layer and the core layer using layer 3 capable switches with 10GB for switching and 40GB ports for routing

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

What technology does a layer 3 switch use?

A

Application Specific Integrated Circuit (ASIC)

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

Define the Core layer

A

Highest tier in three-tiered network hierarchy that uses routers and layer 3 switches configured in a mesh topology to provide redundant paths for data to flow around the access and distribution layers

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

What layer 2 protocol is used to prevent network loops?

A

Spanning tree protocol (STP)

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

Define a spanning tree protocol hierarchy

A

The root bridge is the switch at the top of the hierarchy and is selected based on the lowest ID and is connected to the remaining bridges

17
Q

How do switches in a spanning tree hierarchy communicate?

A

Using data packaged as bridge protocol data unit (BPDU) in multicast frames

18
Q

Once configured, how does data flow between switches using spanning tree protocol (STP)?

A

The root bridge has two designated ports (DP) connected to lower tiered bridges. The lower tiered bridges have root ports (RP) connected back to the designated ports on the root bridge. The lower tiered bridges also have a connection directly to one another. One of the bridges in the lower tier must have a blocked port (BP) to prevent a loop

19
Q

How is spanning tree protocol configured on the switch?

A

If the switch supports STP it will operate by default, but and administrator should set priority value to define the root switch

20
Q

List the states a port can be in when the switch is using spanning tree protocol

A
  1. Blocking - can’t forward or learn MACs
  2. Listening - can’t forward or learn MACs but listens for BPDUs to detect loops
  3. Learning - only listens for MACs to build MAC table and hierarchy
  4. Forwarding - Preforms forwarding and learning
  5. Disabled
21
Q

Described what it takes for spanning tree protocol network to be converged

A

All ports on all the switches are in forwarding or blocking states

22
Q

What is a switching flood

A

An issue where layer 2 broadcast messages (ARP, DHCP) circulate the network perpetually, which causes the switches to clear MAC address tables and start flooding unicast traffic

23
Q

Left unmanaged, what are the consequences of a switching flood?

A

A broadcast storm will occur, causing network latency and crashing switches

24
Q

Which two network models/topologies are used in a three-tier hierarchical model?

A

Core layer is mesh as well as the links between the core and distribution layer while the access layer uses a star topology to connect end systems

25
Q

What is the link used to connect two switches to each other?

A

Backbone link/Trunk

26
Q

How do trunked switches determine where to forward frames?

A

The VLAN ID (VID) of each frame is stored in the 802.1Q tag in an ethernet frame

27
Q

What is an untagged port?

A

Designation configured for ports that are connected to an end system

28
Q

What is a tagged/trunked port?

A

Designation configured for ports that are connected to another switch operating as a trunk

29
Q

What are the two ways a switch processes a VLAN tag

A
  1. If a frame is addressed to a port in the same VLAN, no tag is added to the frame
  2. If the frame needs to be transported over the trunk link, the switch adds the relevant 802.1Q tag to identify the VLAN