Network Types and Corresponding Link Layer Protocols
Broadcast: Ethernet
Point-to-Point (P2P): PPP, HDLC
Point-to-Multipoint (P2MP): PPP
Non-Broadcast Multi-Access (NBMA): Frame Relay
OSPF Network Types:
OSPF classifies networks based on link layer protocols into the following types:
Broadcast: This type assumes that all routers on the network can communicate directly with one another using multicast or broadcast frames. Ethernet networks are typical examples.
Point-to-Point (P2P): This type is used for links that connect two routers directly. Common protocols include PPP (Point-to-Point Protocol) and HDLC.
Point-to-Multipoint (P2MP): This type simulates multiple point-to-point connections over a single physical network, often used in WAN scenarios where PPP is employed.
Non-Broadcast Multi-Access (NBMA): These networks connect multiple devices but lack native broadcast capability, such as Frame Relay.
[Reference: HCIP-Datacom-Core Technology Training Material (OSPF Network Types)., Explanation of Matches:, Broadcast - Ethernet: Ethernet supports broadcast and multicast communication, making it a suitable example of a broadcast OSPF network., P2P - PPP, HDLC: Both PPP and HDLC are designed for direct communication between two nodes, fitting the P2P category., P2MP - PPP: In WANs, PPP often operates in a point-to-multipoint configuration, simulating separate connections for each endpoint., NBMA - Frame Relay: Frame Relay is a classic NBMA technology where direct communication between devices requires manual configuration, as there is no inherent broadcast capability., Conclusion:This classification ensures that OSPF operates efficiently over different network types by adapting neighbor discovery and LSA propagation mechanisms to the underlying link layer technology., , , ]