Chapter 6 Flashcards

(30 cards)

1
Q

What are the two types of network addresses assigned to a device?

A

MAC Address (Physical/Permanent) and IP Address (Logical/Changeable).

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

What happens to a laptop’s addresses when it moves to a different network?

A

The MAC address stays the same, but the IPv4/IPv6 addresses change.

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

What command is used in Windows to display the MAC address?

A

ipconfig /all

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

What are the two parts of an IPv4 address?

A

The Network portion and the Host portion.

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

What determines which part of an IPv4 address is the network part?

A

The Subnet Mask.

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

What are the two main rules for compressing an IPv6 address?

A
  1. Omit leading zeros. 2. Omit all-zero segments using a double colon (::) only once.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What four pieces of information are required for a static IP configuration?

A
  1. IP Address, 2. Subnet Mask, 3. Default Gateway, 4. DNS Server.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Default Gateway?

A

The IP address of the router that allows a device to communicate with other networks or the internet.

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

What is APIPA (Automatic Private IP Addressing)?

A

A link-local IPv4 address (169.254.x.x) a device assigns itself if it cannot obtain an address from a DHCP server.

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

What protocol does the ping command use?

A

ICMP (Internet Control Message Protocol).

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

What is the first security step a technician should take when configuring a new wireless router?

A

Change the default username and password immediately.

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

How do you renew a DHCP IP address via the command line?

A

Run ipconfig /release followed by ipconfig /renew.

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

What is NAT (Network Address Translation)?

A

A process that converts private IPv4 addresses to a single, internet-routable public IP address.

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

What is QoS (Quality of Service)?

A

A configuration that prioritizes specific traffic (like voice or video) over less time-sensitive data (like email).

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

Why is UPnP (Universal Plug and Play) considered a security risk?

A

It allows devices to dynamically add themselves to a network and open firewall ports without user intervention.

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

What is a DMZ (Demilitarized Zone)?

A

A sub-network that exposes specific services (like web servers) to an untrusted network (the internet) while protecting the internal LAN.

17
Q

Contrast Port Forwarding vs. Port Triggering.

A

Forwarding: Permanent rule to send data to a specific device/port. Triggering: Temporary opening of ports based on an outbound request.

18
Q

What is MAC Address Filtering?

A

A security feature that specifies exactly which hardware addresses are allowed to connect to the wireless network.

19
Q

Contrast Whitelisting vs. Blacklisting in a firewall.

A

Whitelisting: Blocks everything except specific allowed sites. Blacklisting: Allows everything except specific blocked sites.

20
Q

What is the Internet of Things (IoT)?

A

A network of physical objects (smart appliances, sensors) that connect to the internet to collect and exchange data.

21
Q

Step 1 (Troubleshoot): What is an example of an open-ended question for a network issue?

A

“What happens when you try to access the internet?”

22
Q

Step 2 (Troubleshoot): What are three “Probable Causes” for a device having no network connectivity?

A
  1. Loose cables, 2. Power off on the router, 3. Wrong IP settings (NIC disabled).
23
Q

Step 5 (Troubleshoot): What must a technician do after implementing a solution?

A

Verify full functionality and implement preventive measures (e.g., reboot all devices to ensure connectivity persists).

24
Q

Symptom: A user has a 169.254.x.x IP address. What is the problem?

A

The computer cannot communicate with the DHCP server.

25
Symptom: A user can access the internet by IP address but not by URL (e.g., cisco.com).
The DNS server settings are incorrect or the DNS server is down.
26
Advanced: An FTP session fails even though the server is up. What should you check?
Check if Port 21 is blocked by a software or hardware firewall.
27
Tools: Which tool is used to find a specific cable in a cluttered wiring closet?
A Tone Generator and Probe.
28
IoT: How do many IoT devices typically connect to a home network?
Via Wi-Fi, Zigbee, or Z-Wave through a central hub or smartphone app.
29
Advanced Troubleshooting: A user can connect to the local office printer but cannot get to Google.
The Default Gateway address is likely missing or incorrect.
30
Security: Why should you disable the "SSID Broadcast" on a router?
To make the network "hidden" so it doesn't appear in the list of available networks for unauthorized users.