Assignment 3 –Networking Answers Flashcards
- What are four IPv4 address settings that typically set on a host computer system?
Typical IPv4 values assigned to a host include unique IP, subnet mask, default gateway, and DNS address.
- What is an APIPA address?
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.
- In what situations would a host computer be assigned an APIPA address?
APIPA addresses are assigned to host machines when a DHCP server is not available and static address values have not been configured.
- What is the purpose of an IPv4 address of 127.0.0.1?
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.
- What is the purpose of configuring NAT in a private network?
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.
- Which command line utility would you use to test network connectivity?
Use PING to verify network connectivity.
- Which command line utility would you use if you were experiencing network connectivity issues using the command
Use IPCONFIG to check the network settings if PING is not working.
- What are the two components of an IPv6 address?
An IPv6 address has a network prefix and an interface ID.
- What is the loopback address used with IPv6?
The loopback address used with IPv6 is ::1.
- Describe how you would distinguish between the following IPv6 address types:
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.
- What are two common techniques for translating IPv4 and IPv6 addresses?
Dual Stack – both IPv4 and IPv6 protocols are configured on the host machine.
Tunneling – the IPv6 packet is contained inside an IPv4 packet.
- Describe some general characteristics of Windows Firewall rules.
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.
- What is NIC Teaming?
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.
- What benefits does NIC Teaming provide?
NIC Teaming is typically used to increase bandwidth or provide redundancy.
- How many NIC adapters are supported for NIC Teaming?
Windows Server supports up to 32 network adapters per team.