FC0-U61 · Question #449
Which of the following is an IP address?
The correct answer is D. 172.0.0.1. An IP address, specifically an IPv4 address, is a numerical label assigned to each device connected to a computer network, commonly represented in dotted-decimal notation.
Question
Which of the following is an IP address?
Options
- A0x64F32
- B00:0F:AC:17:2F:32
- C10010110
- D172.0.0.1
How the community answered
(30 responses)- A3% (1)
- B7% (2)
- C3% (1)
- D87% (26)
Why each option
An IP address, specifically an IPv4 address, is a numerical label assigned to each device connected to a computer network, commonly represented in dotted-decimal notation.
0x64F32 is a hexadecimal number, not a standard IP address format.
00:0F:AC:17:2F:32 is the format for a MAC (Media Access Control) address, which uniquely identifies a network interface controller, not an IP address.
10010110 is a binary number, which could represent part of an IP address in binary, but is not the standard human-readable format for an entire IP address.
172.0.0.1 is an example of an IPv4 address, which uses four decimal numbers (octets) separated by periods, with each octet ranging from 0 to 255. This format is standard for identifying devices on a TCP/IP network.
Concept tested: IPv4 address format identification
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/tcpip-addressing-and-subnetting
Topics
Community Discussion
No community discussion yet for this question.