OSP Network Architecture & Design Standards — Questions and Answers
Question 1: What is the primary purpose of a network architecture diagram?
- To list hardware prices.
- To monitor server uptime.
- To represent network structure and aid in design (Correct answer)
- To show user behavior trends.
Correct answer: To represent network structure and aid in design
A network architecture diagram is a visual blueprint that illustrates the physical and logical components of a network, including devices, connections, and protocols. Its primary purpose is to provide a clear, comprehensive overview of how the network is structured and operates. This visual representation is crucial for planning, designing, troubleshooting, and documenting network infrastructure, ensuring efficient and effective communication pathways.
Question 2: Which topology is most resilient to single point failures?
- Bus
- Ring
- Mesh (Correct answer)
- Star
Correct answer: Mesh
A mesh topology connects every device directly to every other device in the network, creating multiple redundant paths. This design makes it highly resilient to single point failures because if one link or device fails, data can still be rerouted through alternative paths. While complex and costly to implement, its fault tolerance is superior to other topologies like bus, ring, or star.
Question 3: What standard defines structured cabling for commercial buildings?
- IEEE 802.11
- ISO 9001
- ANSI/TIA-568 (Correct answer)
- NFPA 70
Correct answer: ANSI/TIA-568
ANSI/TIA-568 is a set of telecommunications standards from the Telecommunications Industry Association (TIA) that defines structured cabling systems for commercial buildings. These standards specify cabling types, distances, connectors, and installation practices for voice and data communications. Adherence to ANSI/TIA-568 ensures interoperability, performance, and proper installation of network infrastructure.
Question 4: What is the benefit of hierarchical network design?
- Increases cost
- Complicates management
- Improves scalability and manageability (Correct answer)
- Reduces performance
Correct answer: Improves scalability and manageability
Hierarchical network design organizes a network into distinct layers (access, distribution, core), each with specific functions. This layered approach improves scalability by allowing network expansion without redesigning the entire infrastructure, and enhances manageability by localizing problems and simplifying troubleshooting. It also provides better performance and security by segmenting traffic and applying policies at appropriate layers.
Question 5: Which layer in the network hierarchy focuses on policy-based connectivity?
- Access layer
- Distribution layer (Correct answer)
- Core layer
- Physical layer
Correct answer: Distribution layer
The distribution layer in a hierarchical network design acts as an aggregation point for the access layer and provides policy-based connectivity. It is responsible for routing, filtering, and implementing quality of service (QoS) and security policies, effectively defining broadcast and multicast domains. This layer ensures efficient traffic flow and enforces network policies before traffic reaches the core layer.
Question 6: What is the main function of a demarcation point in OSP design?
- To store backup data
- To extend Wi-Fi range
- To mark the boundary between provider and customer (Correct answer)
- To convert signal formats
Correct answer: To mark the boundary between provider and customer
A demarcation point, often called the 'demarc,' is the physical location where the responsibility for network service transitions from the service provider to the customer. In Outside Plant (OSP) design, it clearly defines where the provider's network ends and the customer's internal network begins. This point is crucial for troubleshooting, billing, and determining who is responsible for equipment and maintenance.
Question 7: Which standard governs fiber optic cabling systems?
- ISO/IEC 11801 (Correct answer)
- IEEE 1394
- RFC 1918
- OSHA 1910
Correct answer: ISO/IEC 11801
ISO/IEC 11801 is an international standard that specifies general-purpose telecommunications cabling for commercial buildings, covering both copper and fiber optic cabling systems. It defines the structure, performance, and installation requirements for various cabling types, including fiber optics. Adherence to this standard ensures consistent performance and interoperability of fiber optic infrastructure globally.
Question 8: What design principle helps reduce broadcast domains?
- Link aggregation
- Segmentation (Correct answer)
- Full mesh
- MAC filtering
Correct answer: Segmentation
Network segmentation involves dividing a larger network into smaller, isolated subnetworks or broadcast domains. This design principle helps reduce the size of broadcast domains, meaning broadcast traffic is contained within its segment and does not flood the entire network. This improves network performance, enhances security by limiting the scope of attacks, and simplifies troubleshooting.
Question 9: Which protocol supports dynamic host configuration in networks?
- FTP
- SNMP
- DHCP (Correct answer)
- NAT
Correct answer: DHCP
DHCP (Dynamic Host Configuration Protocol) is a network management protocol used on Internet Protocol (IP) networks for dynamically assigning IP addresses and other communication parameters to devices connected to the network. This automation simplifies network administration by eliminating the need for manual IP configuration for each device. Without DHCP, every device would require a static IP address setup.
What is the primary purpose of a network architecture diagram?