Quick Definition
A virtual IP address on a router that is always up and never tied to a physical interface.
A loopback address is configured on a software loopback interface (Loopback0, Loopback1, etc.) rather than a physical port. It is always in the up/up state as long as the router is running and is never affected by physical link failures. Loopbacks are commonly used as the OSPF Router ID, as management addresses for SSH/Telnet, in BGP configurations, and for testing. The well-known 127.0.0.1 is the host loopback used for testing the local TCP/IP stack — different from a Cisco loopback interface.
interface Loopback0 ip address 1.1.1.1 255.255.255.255
A Cisco loopback interface (/32 address) and the host loopback (127.0.0.1) are different things. The exam typically means the Cisco router loopback interface when discussing OSPF router IDs.
A loopback address is configured on a software loopback interface (Loopback0, Loopback1, etc.) rather than a physical port. It is always in the up/up state as long as the router is running and is never affected by physical link failures. Loopbacks are commonly used as the OSPF Router ID, as management addresses for SSH/Telnet, in BGP configurations, and for testing. The well-known 127.0.0.1 is the host loopback used for testing the local TCP/IP stack — different from a Cisco loopback interface.
A Cisco loopback interface (/32 address) and the host loopback (127.0.0.1) are different things. The exam typically means the Cisco router loopback interface when discussing OSPF router IDs.
Loopback Address falls under the Network Fundamentals domain of the 200-301 exam. Understanding it in context with related terms like ospf and router-id is essential for answering scenario-based questions correctly.