Assignment 3 –Networking Answers Flashcards

1
Q
  1. What are four IPv4 address settings that typically set on a host computer system?
A

Typical IPv4 values assigned to a host include unique IP, subnet mask, default gateway, and DNS address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. What is an APIPA address?
A

An Automatic Private IPv4 Address is an address assigned automatically to a host to allow communication with other host machines on the same subnet. APIPA addresses are in the range of 169.254.0.1 to 169.254.255.255.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. In what situations would a host computer be assigned an APIPA address?
A

APIPA addresses are assigned to host machines when a DHCP server is not available and static address values have not been configured.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. What is the purpose of an IPv4 address of 127.0.0.1?
A

The IPv4 address of 127.0.0.1 is a local loopback address and is used to test the local link and protocol stack. It is also used for DNS servers to point to themselves for name resolution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. What is the purpose of configuring NAT in a private network?
A

Network Address Translation is used to translate private network addresses to a single public network address. NAT is commonly used to conserve addresses by allowing private addresses to be used within an internal network but allow external communication to still occur by translating the private addresses into an available public address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. Which command line utility would you use to test network connectivity?
A

Use PING to verify network connectivity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. Which command line utility would you use if you were experiencing network connectivity issues using the command
A

Use IPCONFIG to check the network settings if PING is not working.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. What are the two components of an IPv6 address?
A

An IPv6 address has a network prefix and an interface ID.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. What is the loopback address used with IPv6?
A

The loopback address used with IPv6 is ::1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. Describe how you would distinguish between the following IPv6 address types:
A

a. Global-Unicast – the first characters in the address are typically 2 or 3.
b. Unique-Local – the first characters in the address are typically FC or FD.
c. Link-Local – the first characters in the address are typically FE8.
d. Multicast – the first characters in the address are typically FF.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. What are two common techniques for translating IPv4 and IPv6 addresses?
A

Dual Stack – both IPv4 and IPv6 protocols are configured on the host machine.

Tunneling – the IPv6 packet is contained inside an IPv4 packet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. Describe some general characteristics of Windows Firewall rules.
A

Windows Firewall rules are set to either inbound or outbound traffic to either allow or block traffic that matches the rule criteria. Typical rules can apply to a program, port, predefined, or custom rule.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. What is NIC Teaming?
A

NIC Teaming allows two or more network adapters to be combined and to work together as a team. It is typically used to increase bandwidth or provide redundancy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. What benefits does NIC Teaming provide?
A

NIC Teaming is typically used to increase bandwidth or provide redundancy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. How many NIC adapters are supported for NIC Teaming?
A

Windows Server supports up to 32 network adapters per team.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. What does a group of adapters configured with NIC Teaming appear to the operating system?
A

A group of adapters configured as a NIC team appear as one adapter with a single IP address.

17
Q
  1. Describe the two modes that NIC Teaming can be configured on a Server.
A

Switch-dependent mode requires all network adapters to be connected to the same switch. They are typically configured as either static where the links forming the team are identified on both the switch and the server, or dynamic which used the Link Aggregation Control Protocol to identify the links.

Switch-independent mode has each adapter connected to a different switch and is used to provide fault tolerance. Both static and dynamic methods are available with this mode.