6.1 Flashcards

1
Q

What is the purpose of configuring devices for wired and wireless networks?

A

To enable communication and data transfer between devices in a network

This includes setting up physical connections for wired networks and configuring settings for wireless networks.

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

What does MAC stand for in networking?

A

Media Access Control

MAC addressing is used to identify devices on a local network.

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

What are the two parts of an IPv4 address?

A
  • Network
  • Host

The network part identifies the specific network, while the host part identifies the device on that network.

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

What is the purpose of a subnet mask?

A

To determine which part of an IP address is the network part

Subnet masks are essential for routing traffic within and between networks.

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

What are the main differences between IPv4 and IPv6 addressing?

A
  • IPv4 uses decimal, IPv6 uses hexadecimal
  • IPv6 supports a larger address space
  • IPv6 has address compression rules

IPv4 addresses are limited, while IPv6 was developed to accommodate the growing number of devices.

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

What is static addressing in IP configuration?

A

IP addresses are manually assigned and do not change

Static addresses are used for devices that require consistent IP addressing.

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

What does DHCP stand for?

A

Dynamic Host Configuration Protocol

DHCP automatically assigns IP addresses to devices on a network.

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

What is the role of a DNS server?

A

To resolve domain names to IP addresses

DNS servers maintain a database of domain names and their corresponding IP addresses.

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

What is a VLAN?

A

Virtual Local Area Network

VLANs allow segmentation of networks based on logical connections instead of physical ones.

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

What is the function of a DMZ in networking?

A

To provide services to an untrusted network

A DMZ often contains servers that are accessible from the internet while protecting the internal network.

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

What does NAT stand for, and what is its purpose?

A

Network Address Translation; it converts private IP addresses to public IP addresses

NAT allows multiple devices on a local network to share a single public IP address.

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

What is the ping command used for?

A

To test connectivity between devices

The ping command is part of the Internet Control Message Protocol (ICMP).

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

Fill in the blank: The _______ allows devices to dynamically add themselves to a wireless network without intervention.

A

Universal Plug and Play (UPnP)

UPnP is considered a security risk due to its lack of security measures.

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

What is the purpose of MAC address filtering?

A

To restrict access to a network based on MAC addresses

This enhances network security by allowing only authorized devices.

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

What are the four steps in the DHCP lease process?

A
  • Discover
  • Offer
  • Request
  • Acknowledge

This process allows a client to obtain an IP address from a DHCP server.

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

True or False: A link-local IPv4 address is used when a device cannot obtain an IPv4 IP address.

A

True

Link-local addresses are automatically configured for local communication.

17
Q

What is the role of a firewall in a network?

A

To control incoming and outgoing network traffic based on predetermined security rules

Firewalls help protect networks from unauthorized access.

18
Q

What is the significance of the default gateway in static addressing?

A

It is the address of the router used to send information to other networks

The default gateway is crucial for communication outside the local network.

19
Q

What are some common security measures for DNS servers?

A
  • Implementing anti-spam features
  • Using TXT resource records

These measures help prevent DNS abuse by threat actors.