OSPF (Open Shortest Path First) is a standards-based Link-State Interior Gateway Protocol (IGP) implemented within Junos OS 24.4:
Intra-AS Routing: OSPF is designed to distribute routing information and perform neighbor discovery within a single Autonomous System (AS). It divides the AS into areas to localize Link-State Advertisements (LSAs) and reduce the size of the Link-State Database (LSDB) on each router. (Option B)
Algorithm: OSPF uses the Shortest Path First (SPF) or Dijkstra algorithm, not a distance vector algorithm (which would be RIP or BGP). This makes Option A incorrect.
Directly Connected Routes: In Junos OS, you must explicitly configure an interface under the [edit protocols ospf] hierarchy to include it in the OSPF process. Once an interface is added, its prefix is automatically advertised to neighbors via Router (Type 1) LSAs. This makes Option C technically inaccurate in the context of interfaces participating in the protocol.
Scope: Protocols used between multiple autonomous systems are External Gateway Protocols (EGPs), such as BGP. This makes Option D incorrect.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit