Soho Networks Flashcards

1
Q

What does SOHO stand for?

A

Small Office/Home Office.

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

What is the purpose of a SOHO router?

A

To provide internet access and manage network devices.

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

What is the default IP range for most SOHO routers?

A

192.168.x.x or 10.x.x.x.

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

What is the difference between a modem and a router?

A

A modem connects to the ISP, while a router connects devices within the network.

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

What is NAT, and why is it important for SOHO networks?

A

Network Address Translation allows multiple devices to share a single public IP address.

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

What type of cable is typically used for wired SOHO networks?

A

Ethernet cable (Cat5e or Cat6).

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

What is the maximum length for an Ethernet cable?

A

100 meters (328 feet).

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

What is the purpose of a switch in a wired network?

A

To connect multiple devices within the same network.

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

What is a common tool for testing Ethernet cable connectivity?

A

Cable tester or continuity tester.

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

What is the purpose of a patch panel?

A

To organize and manage Ethernet cable connections in a central location.

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

What does SSID stand for?

A

Service Set Identifier, which is the name of a Wi-Fi network.

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

What is the purpose of a wireless access point (WAP)?

A

To provide Wi-Fi connectivity to devices in the network.

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

What are the common Wi-Fi standards used in SOHO networks?

A

802.11n, 802.11ac, and 802.11ax.

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

What is the typical frequency range for Wi-Fi networks?

A

2.4 GHz and 5 GHz.

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

What is the difference between 2.4 GHz and 5 GHz Wi-Fi?

A

2.4 GHz offers longer range; 5 GHz offers higher speeds and less interference.

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

What is the purpose of WPA3 in wireless networks?

A

To provide enhanced security for Wi-Fi connections.

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

What is the purpose of a wireless channel?

A

To separate frequencies to reduce interference between networks.

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

What is a common method to secure a SOHO wireless network?

A

Enable WPA2/WPA3 encryption and set a strong password.

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

What is the purpose of a DHCP server in a SOHO network?

A

To assign IP addresses dynamically to connected devices.

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

What is the difference between static and dynamic IP addresses?

A

Static IPs are manually assigned; dynamic IPs are assigned by DHCP.

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

What is port forwarding?

A

A technique to allow external devices to access services within a private network.

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

What is QoS, and why is it important for SOHO networks?

A

Quality of Service prioritizes network traffic for certain devices or applications.

23
Q

What is the purpose of a guest network?

A

To provide internet access for guests without allowing access to the main network.

24
Q

What is the first step when troubleshooting a network issue in a SOHO environment?

A

Verify physical connections and check for power to devices.

25
What should you check if a wireless network is not visible?
Ensure the SSID is broadcast and the device is within range.
26
What is a common issue if a device cannot connect to Wi-Fi?
Incorrect password or incompatible Wi-Fi standard.
27
What is a common reason for slow network speeds?
Interference, bandwidth limitations, or outdated hardware.
28
What is the purpose of a firmware update for a router?
To fix bugs, improve performance, and enhance security.
29
What is the primary difference between IPv4 and IPv6?
IPv4 uses 32-bit addresses; IPv6 uses 128-bit addresses.
30
How many addresses are available in IPv4?
Approximately 4.3 billion.
31
How many addresses are available in IPv6?
Approximately 340 undecillion.
32
What is an example of an IPv4 address?
192.168.1.1.
33
What is an example of an IPv6 address?
2001:0db8:85a3:0000:0000:8a2e:0370:7334.
34
What is a private IPv4 address range for Class A?
10.0.0.0 to 10.255.255.255.
35
What is a private IPv4 address range for Class B?
172.16.0.0 to 172.31.255.255.
36
What is a private IPv4 address range for Class C?
192.168.0.0 to 192.168.255.255.
37
What is a public IP address?
An IP address assigned by an ISP, accessible over the internet.
38
What is a private IP address?
An IP address used within a local network and not accessible directly over the internet.
39
What does APIPA stand for?
Automatic Private IP Addressing.
40
What is the IP range for APIPA?
169.254.0.1 to 169.254.255.254.
41
When is an APIPA address assigned?
When a device cannot obtain an IP address from a DHCP server.
42
What is a common issue if a device has an APIPA address?
The device cannot connect to other network devices or the internet.
43
What is a static IP address?
An IP address manually assigned to a device.
44
What is a dynamic IP address?
An IP address automatically assigned by a DHCP server.
45
What is a common use case for static IP addresses?
Servers, printers, and devices that require a fixed address.
46
What is a benefit of using dynamic IP addresses?
Simplifies network configuration and management.
47
What is a subnet mask used for?
To determine the network and host portions of an IP address.
48
What is CIDR notation?
Classless Inter-Domain Routing, e.g., /24 represents a subnet mask of 255.255.255.0.
49
What is the subnet mask for a /16 network?
255.255.0.0.
50
What is the purpose of subnetting?
To divide a network into smaller, more manageable segments.
51
What is the purpose of link-local IPv6 addresses?
To communicate within the same network segment; begins with FE80::.
52
What is the purpose of global unicast IPv6 addresses?
To communicate over the internet; starts with 2000::/3.
53
What is the purpose of multicast IPv6 addresses?
To send data to multiple destinations simultaneously; starts with FF00::/8.
54
What is an IPv6 unique local address (ULA)?
Private IPv6 address range used within a local network; starts with FC00::/7.