🎴 Flashcard Mode
Mixed Technology Fundamentals Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
What is the IP Address of Local host on your workstation?
AnswerClick to flip back
A
127.0.0.1
💡 Explanation:
127.0.0.1 is the standard IPv4 loopback address, universally designated as 'localhost' on all TCP/IP systems. It always refers to the local machine itself. 0.0.0.0 means 'all interfaces' or 'any address'. 127.0.0.0 is the network address, not a specific host. 255.255.255.255 is the limited broadcast address.