SOHO Network Flashcards

(22 cards)

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

What is a SOHO Router?

A

Connects a small LAN to the Internet.

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

What connects wired devices in a SOHO router?

A

Ethernet Switch (Layer 2).

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

What connects wireless devices in a SOHO router?

A

Wireless Access Point (WAP).

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

How are devices identified in a network?

A

MAC Address (Unique hardware address).

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

What gives IP addresses automatically in a SOHO?

A

DHCP Server inside the router.

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

What private IP range is commonly used in SOHO?

A

192.168.x.x

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

What kind of IP does ISP assign to your router?

A

Public IP (e.g., 203.x.x.x).

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

What manages traffic based on IPs and ports?

A

Firewall.

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

How is Wi-Fi access protected?

A

WPA2/WPA3 encryption + Password.

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

What is CPE?

A

Customer Premises Equipment (Router/Modem at your location).

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

What is a Demarcation Point (Demarc)?

A

Where telco’s network ends and customer’s network begins.

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

Who manages global IP addresses and domain names?

A

IANA (Internet Assigned Numbers Authority).

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

Who writes Internet standards and protocols?

A

IETF (Internet Engineering Task Force).

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

OSI Layer 1 device function?

A

Physical connections: LAN ports, antennas, WAN port.

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

OSI Layer 3 device function?

A

Routing between private LAN and public Internet.

17
Q

OSI Layer 4 device function?

A

Port management for applications, firewall control.

18
Q

OSI Layer 7 device function?

A

Application services: web, email, file sharing.

19
Q

How do you convert Decimal to Binary?

A

Divide by 2, write remainders, read bottom to top.

20
Q

How do you convert Decimal to Hex?

A

Divide by 16, remainder becomes 0-9 or A-F.

21
Q

How do you convert Binary to Decimal?

A

Multiply each bit by powers of 2 and add up.

22
Q

How do you convert Hex to Decimal?

A

Multiply each digit by powers of 16 and add up.