Chapter 7: Networking with Windows Server 2022
- How many bits in length is an IPv6 address?
Answer: 128 bits
- Re-write the following IPv6 address in condensed form:
2001:ABCD:0001:0002:0000:0000:0000:0001
Answer: 2001:ABCD:1:2::1
- What is the name of the command that is similar to tracert but displays the local NIC that traffic is flowing out of?
Answer: PATHPING
- True or False—On a server with multiple NICs, you should input a default gateway address onto each of those NICs.
Answer: False. Doing so will cause routing issues. You should only ever have one default gateway address on a system, no matter how many NICs it has.
- What is the PowerShell cmdlet that can be used to create new routes on a Windows Server?
Answer: New-NetRoute
- Which Windows Server operating systems can be used with Azure Network Adapter in order to connect them directly to Azure virtual networks? ...