Section 2: Network Implementation Flashcards

1
Q

What is static routing, and what are its key characteristics?

A

Definition: Manually set routes that don’t change unless updated.

Key Characteristics:
* Manual Entry: Configured directly on the router.
* Low Overhead: No extra CPU or bandwidth needed.
* Consistent Paths: Provides consitent and predictable routes.

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

What are the pros, cons, and common use cases for static routing?

A

Pros: Simple, resource-efficient, secure.
Cons: Not scalable, needs manual updates, no auto reouting if an outage occurs.
Use Cases: Small networks, stub networks, controlled paths for security.

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

What are BGP, EIGRP, and OSPF, what do they stand for and what are they used for?

A

BGP (Border Gateway Protocol) :
* Connects large networks (e.g., ISPs) on the internet.
* Uses AS numbers and chooses the shortest path for routing.

EIGRP (Enhanced Interior Gateway Routing Protocol) :
* A Cisco-specific protocol for fast routing within a single organization.
* Uses bandwidth and delay to pick the best path, adapts quickly to changes.

OSPF (Open Shortest Path First) :
* A link-state protocol used for finding the best route inside a large network.
* Uses the Shortest Path First (SPF) algorithm and divides the network into areas for efficiency.

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

What is dynamic routing, and what are its key characteristics?

A

Definition: Routes are automatically learned and updated using routing protocols.

Key Characteristics:
* Automated Updates: Routes change based on network status.
* Scalable: Handles large and complex networks easily.
* Protocols Used: OSPF, EIGRP, and BGP

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

What are the pros, cons, and common use cases for dynamic routing?

A

Pros: Adapts to changes, reduces manual effort, scales well.
Cons: Higher CPU and bandwidth use, more complex setup.
Use Cases: Large, changing networks; environments needing fast failover and adaptation.

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

What is route selection, and what factors influence it?

A

Route Selection: Choosing the best path when multiple routes are available.

Key Factors:
* Administrative Distance (AD): Trust level of the route source.
* Prefix Length: The most specific (longest) match is preferred.
* Metric: Value used to determine the best path.

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

What are FHRP, VIP, and subinterfaces in networking?

A

FHRP (First Hop Redundancy Protocol): Provides backup gateways for failover. Ensures a backup router is ready to take over if the main router goes down.

Virtual IP (VIP): A shared IP address used by multiple devices for redundancy.

Subinterfaces: Creates virtual interfaces on a single physical port, allowing it to handle traffic from multiple VLANs.

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

What is VLAN?

A

Virtual Local Area Network

A VLAN divides a network into smaller, separate sections to isolate traffic, improve security, and reduce congestion, even if devices share the same physical switch.

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

What are Native VLANs and Voice VLANs?

A

Native VLAN: Handles untagged traffic on a trunk port (default is VLAN 1).

Voice VLAN: Dedicated VLAN for VoIP traffic, prioritizing voice data for quality.

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

What is 802.1Q tagging, and why is it used?

A

802.1Q tagging adds a VLAN identifier to Ethernet frames, ensuring that traffic on trunk ports is assigned to the correct VLAN.

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

What is an SVI and what does it do?

A

Switch Virtual Interface

An SVI is a virtual interface on a switch used to manage VLANs and provide Layer 3 IP communication for devices within or between VLANs.

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

What is a VLAN Database?

A

VLAN database is simply a collection of information about all the VLANs configured on a switch. It typically includes -
* VLAN ID
* VLAN Name
* Associated Ports

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

What are link aggregation and duplex settings?

A

Link Aggregation: Combines multiple physical links for more bandwidth and redundancy.

Duplex: Controls data flow; half-duplex allows one-way at a time, full-duplex allows simultaneous two-way communication.

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

What are MTU and Jumbo Frames?

A

MTU (Maximum Transmission Unit):
The largest packet size that can be transmitted (default: 1500 bytes).

Jumbo Frames:
Larger frames (e.g., 9000 bytes) used for high-speed networks to reduce overhead.

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

What is STP?

A

Spanning Tree Protocol

STP prevents network loops by ensuring only one active path exists between switches.

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

What is a channel in wireless networking?

A

A specific frequency range used by Wi-Fi devices for communication.

17
Q

What is channel width, and how does it affect performance?

A

Determines the size of the frequency band (e.g., 20MHz, 40MHz);
wider channels offer higher speeds but can cause more interference.

18
Q

What are non-overlapping channels, and why are they important?

A

Channels that do not interfere with each other; critical for reducing interference (e.g., channels 1, 6, 11 in 2.4GHz).

19
Q

What are regulatory impacts in wireless networking?

A

They are rules like power limits and frequency usage set by governments and standards (e.g., 802.11h for DFS and TPC).

20
Q

What is the role of 802.11h?

A

Adds dynamic frequency selection (DFS) and transmit power control (TPC) to avoid interference with radar systems.

21
Q

What are the frequency options in wireless networking?

A

2.4GHz: Longer range, more interference.
5GHz: Higher speeds, shorter range.
6GHz: Less interference, used by Wi-Fi 6E.

22
Q

What is band steering?

A

It automatically guides dual-band devices to the less congested 5GHz or 6GHz band for better performance.

23
Q

What is SSID and what does it stand for?

A

Service Set Identifier
The name of a Wi-Fi network visible to users.

24
Q

What is BSSID and what does it stand for?

A

Basic Service Set Identifier
The MAC address of a specific access point in a wireless network.

25
Q

What is ESSID and what does it stand for?

A

Extended Service Set Identifier
A unified SSID for multiple access points in the same network.

aka the same ssid across multiple access points

26
Q

What is the difference between Wi-Fi Protected Access (WPA2/WPA3) and guest network security like captive portals?

A

WPA2/WPA3: Encryption protocols (WPA3 offers better encryption and brute-force resistance).
WPA2 uses CCMP
WPA3 uses GCMP

Guest Networks: Separate networks for visitors, often secured by captive portals requiring login.

27
Q

How does authentication differ between Pre-Shared Key (PSK) and Enterprise modes?

A

PSK: Shared password for all users.

Enterprise: Uses individual credentials authenticated via a RADIUS server.

28
Q

What are the roles of antennas, and how do they differ?

A

Omnidirectional: Broadcasts in all directions.

Directional: Focuses signal in one direction for greater range.

29
Q

What is the difference between autonomous and lightweight access points (APs)?

A

Autonomous APs: Self-managed and configured individually.

Lightweight APs: Centrally managed through a wireless LAN controller

30
Q

What are the types of wireless networks?

A

Mesh networks: Devices form interconnected nodes for wide coverage.

Ad hoc: Peer-to-peer connections without infrastructure.

Point-to-point: Direct link between two devices.

Infrastructure: Centralized network with an access point

31
Q

What are key considerations when selecting locations for IT equipment?

A

Ensure proper placement for accessibility, cooling, and power.

Common locations:
* IDF (Intermediate Distribution Frame): Connects user equipment to the MDF, often placed on each floor.
* MDF (Main Distribution Frame): Central hub for networking and communication equipment.

32
Q

What is the standard rack size in IT installations?

A

Racks are typically 19 inches wide with variable heights measured in “U” (rack units, 1U = 1.75 inches).

33
Q

Why is port-side exhaust/intake important in rack installations?

A

Ensures proper airflow for cooling; equipment should align with hot aisle/cold aisle designs.

34
Q

What are the key components of cabling in installations?

A

Patch Panel: Organizes and connects cables from devices to switches or routers

Fiber Distribution Panel: Manages and protects fiber optic connections.

35
Q

Why should equipment racks be lockable?

A

To prevent unauthorized access, ensuring physical security for networking and server hardware.

36
Q

What are the key components of power management in IT setups?

A

UPS (Uninterruptible Power Supply): Provides temporary power during outages.

PDU (Power Distribution Unit): Distributes power to multiple devices in a rack.

Power Load: Total power required by equipment; must match supply capacity.

Voltage: Ensure compatible voltage levels (e.g., 120V or 240V).

37
Q

What are critical environmental factors in IT installations?

A

Humidity: Should be controlled to avoid condensation or static.

Fire Suppression: Use systems like inert gas or dry chemical suppressors to protect equipment.

Temperature: Maintain consistent cooling (ideal: 18–27°C or 64–81°F) to prevent overheating.