2.6 Explain common network configuration concepts. Flashcards

1
Q

An IPv4 will always follow the same format of…

A

four separate numbers separated with a period between each one of them

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

An IPv4 address is (1)___ long, while IPv6 are (2)___ long.

A

4bytes

8bytes

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

IPv4 addresses are (1)___ addresses. IPv6 are (2)___ addresses, which means we can have a very large number of available addresses with IPv6.

A

32-bit

128-bit

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

Instead of using periods or dots to separate the addresses as we do with IP version 4– in IP version 6, we use a (1)___. And the IP version 6 address is represented in (2)___, rather than in decimal.

A

colon

hexadecimal

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

What are the rules for shortening IPv6 addresses?

A

If there leading 0s omit them.

If there are two consecutive sections of the address that have 0s, remove all of those 0s and replace them with a double colon.

If there are any remaining sections with only 0s, leave a single 0 in each remaining octet.

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

What are the IPv4 troubleshooting/workstation setup steps?

A

1) Assign a unique IPv4 address and the subnet mask
2) configure the default gateway.
3) add 2 DNS servers IP address (ipv6 servers for ipv6 resolution)

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

If we look at most IPv6 configurations, the first half or the first 64 bits of the address, are generally referred to as the (1)___. And then the last 64 bits of the address are the (2)___ of the device.

A

(1) network prefix

(2) node or the network address

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

What is a subnet mask

A

A subnet mask is used to identify subnetworks so devices can communicate on large networks without broadcasting to every single device on the network.

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

This is a value that’s used by the local device to determine what IP subnet it happens to be on. It’s not a value that’s generally transmitted across the network.

A

subnet mask

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

This is the IP address of a router that’s on your local subnet. Your workstation won’t be able to communicate outside of its local network if you do not configure it.

A

default gateway

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

APIPA stands for what, means what?

A

Automatic Private IP Addressing. It allows devices to communicate on their own subnet if they do not receive a DHCP response, but cannot communicate outside that subnet. (This is known as a link local IP address.)

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

DHCP stands for what, and does what?

A

Dynamic host configuration protcol. It automatically assigns IP addresses to devices on a network.

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

The DHCP process works on a local subnet. But on our network, we have a DHCP server on our local subnet and a DHCP server that is not on our local subnet. To be able to use this DHCP server that’s on a different IP subnet than ours, we need to configure our local router to have a DHCP ___ configured.

A

relay address

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

what does a DHCP relay address do?

A

IT tells the router that if it ever sees any requests for DHCP, to also send them to DHCP servers outside of our the local subnet.

It creates DHCP server redundancy.

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

how does the DHCP assignment process work?

A

1) device sends a broadcast through UDP port 67
2) DHCP servers recieve this request
3) DHCP servers make an offer to that device of an available private IP address.
4) Device requests one of the IP addresses offered to the DHCP through UDP port 67.
5) DHCP server gives formal acknowledgement (permission) over UDP port 68 allowing that device to configure an IP.

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

If you do not want the IP address of a device to be randomized on a network, you must configure ___ on the DHCP server where you can associate the MAC address of this device to a specific IP address

A

IP reservation

17
Q

If you turn on your computer, and you don’t receive a response from a DHCP server, you might still be able to communicate with other devices on your network. You’re able to do this thanks to ___.

A

APIPA (automatic private IP addressing)

18
Q

Link local (may be called autoconfiguration) IPv4 addresses always start with what in the first octet?

A

169

19
Q

This process of assigning an APIPA address is done automatically by the operating system. And before it puts that address onto your workstation, it sends an ___ frame out to the network to make sure that nobody else is using the IP address that it wants to assign to your workstation.

A

Address Resolution Protocol, or ARP

20
Q

Link local IPv6 addresses always start with what?

A

fe80, then 0000s

21
Q

___ IP are chosen randomly by DHCP, ___ IP are manually configured and can be associated with a specific MAC address.

A

dynamic, static

22
Q

___ use a very common protocol, which is TCP/443. This is the same protocol that we use to communicate securely to web servers inside of our browser. This means we can avoid a lot of problems with firewalls by well-used protocol.

A

SSL VPNs

23
Q

SSL VPNs are commonly used for what?

A

Confidential end user communication; a secure tunnel between a device and a corporate network.

24
Q

VPN clients can run inside of a browser, or are built into an operating system are often referred to as __, or ___ because you can be anywhere remotely out in the world and be able to communicate securely back to your corporate network.

A

client-to-site VPNs/remote access VPNs,

25
Q

A ___ is defined as a group of devices that share the same broadcast domain. A network may have multiple ___s by using switches or ___s.

A

(1) LAN (local area network)

2) VLAN (virtual local area network

26
Q

We often maintain the separation between different ___s for security reasons and to maintain the efficiency of the network. But this also means that we would have to have a separate switch every time we wanted to have a separate broadcast domain. To simplify this, we create a ___, which means that we can have a single switch.

A

(1) LAN (local area network)

2) VLAN (virtual local area network

27
Q

What is a VLAN?

A

A single switch operating as if it were multiple.

28
Q

What is a NAT?

A

Network Address Translation translates one IP address to another.

29
Q

What device is normally configured to use NAT?

A

routers