2.6 Network Configurations (IP, DNS, IPv4, etc.) Flashcards

Explain common network configuration concepts.

1
Q

What are the common types of IP addressing?

A

Static, Dynamic, APIPA, Link Local.

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

What is a static IP address?

A

It is a manually set IP address that will NOT change.

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

What is a dynamic IP address?

A

An IP address that is requested and received AUTOMATICALLY. It can change from time to time, and isn’t always the same.

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

What does APIPA stand for?

A

APIPA = Automatic Private IP Addressing.

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

What is an APIPA address?

A

It is a feature of windows that automatically assigns an IP address to the system when the client cannot obtain an IP address automatically. It is an IPv4 address.

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

What is a link-local address?

A

It is an IPv6 address that a computer gives itself when it first boots. IPv6’s equivalent to IPv4’s APIPA address.

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

What is DNS?

A

A TCP/IP name resolution system that translates a host name into an IP address. Uses UDP port 53. Remember the 411 analogy to obtain dominoes phone number.

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

Explain DHCP reservations.

A

You can set up DHCP servers to save IP addresses for specific functions such as servers or printers. These are called DHCP reservations. Typically, any servers have a reserved IP address.

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

What is DHCP and what does it do?

A

DHCP is a protocol that enables client hosts to request and receive TCP/IP settings automatically from an appropriately configured server. Uses UDP ports 67 and 68.

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

Explain the differences between IPv4 and IPv6.

A

An IPv4 address is made up of four octets of 8-bit binary numbers translated into their shorthand numeric values. An IPv6 address is 128 bits long, and can have letters up to F (16 digits).

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

What is a subnet mask?

A

It is a value used in TCP/IP settings to divide the IP address of a host into its component parts; network ID and host ID.

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

What is a gateway?

A

In a TCP/IP network, it is the nearest router to a particular host. This router’s IP address is part of the necessary TCP/IP configuration for communicating with multiple networks using IP.

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

What does VPN stand for?

A

VPN = Virtual Private Network

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

Explain what a VPN is.

A

An encrypted connection over the internet between a computer or remote network and a private network.

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

What does VLAN stand for?

A

VLAN = Virtual Local Area Network

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

What does VLAN do?

A

VLANs allow us to take the individual interfaces on a switch and separate them out into logical groups. We could accomplish the same thing by adding multiple physical switches and plugging people into their own physical switch, but instead of having all of that additional hardware, we can do all of that segmentation inside the switch itself. With VLANs, you’re effectively creating individual subnets for these different devices, just the same as if you had separate individual physical switches.

17
Q

What is NAT?

A

It is a means of translating a system’s IP address into another IP address before sending it out to a larger network. An NAT program is usually on a system or router. A network using NAT provides the systems on the network with private IP addresses.