Network Hardware Topologies and Cabling Standards

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Alfredhook3
A
Alfredhook3
Community Contributor
Quizzes Created: 4574 | Total Attempts: 3,098,089
| Questions: 30 | Updated: Aug 26, 2026
Please wait...
Question 1 / 31
🏆 Rank #--
0 %
0/100
Score 0/100

1. IPv4 uses how many bits for its addresses?

Explanation

IPv4 addresses are 32 bits long, which allows for approximately 4.3 billion unique addresses (2^32). This structure is divided into four octets, each containing 8 bits, typically represented in decimal format as four numbers separated by periods (e.g., 192.168.1.1). The 32-bit address space was sufficient for early internet growth, but as the number of devices increased, it became clear that the IPv4 system would eventually require an upgrade, leading to the development of IPv6, which uses 128 bits for a vastly larger address space.

Submit
Please wait...
About This Quiz
Network Hardware Topologies and Cabling Standards - Quiz

This assessment focuses on network hardware topologies and cabling standards. It evaluates your understanding of OSI layers, Ethernet standards, and key networking concepts such as subnetting and IP addressing. Mastering these topics is essential for anyone looking to enhance their networking knowledge and skills.

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. Which of the following best describes VLSM (Variable Length Subnet Mask)?

Submit

3. Which Linux package manager is used by Ubuntu Server for software management?

Submit

4. What does LDAP stand for?

Submit

5. Which Active Directory feature allows users to access multiple resources with a single set of credentials?

Submit

6. Which type of Access Control List (ACL) allows resource owners to define permissions for users and groups?

Submit

7. Which DNS server software is commonly used on Linux (Ubuntu/Debian) systems?

Submit

8. What is the primary function of DNS?

Submit

9. What is the correct order of steps in the DHCP process?

Submit

10. What does CIDR stand for?

Submit

11. What is the purpose of supernetting?

Submit

12. When subnetting 192.168.0.0/24 into 4 equal subnets, what is the correct prefix length for each subnet?

Explanation

When subnetting a /24 network into 4 equal parts, each subnet must have an equal number of addresses. A /24 has 256 addresses, and dividing it by 4 results in 64 addresses per subnet. To accommodate 64 addresses, we need a subnet mask that leaves 6 bits for host addresses (2^6 = 64). Therefore, the prefix length for each subnet becomes /26 (32 - 6 = 26), allowing for 64 IP addresses per subnet, which includes 62 usable addresses when accounting for the network and broadcast addresses.

Submit

13. What is the purpose of subnetting in IP networking?

Explanation

Subnetting is a technique used in IP networking to enhance the management and efficiency of IP address allocation. By dividing a large network into smaller subnetworks, organizations can optimize their use of available IP addresses, reduce network congestion, and improve security. This segmentation allows for better organization of network resources, easier troubleshooting, and more effective traffic management, ensuring that the network operates smoothly and efficiently while accommodating growth.

Submit

14. In IPv4, what does the broadcast address represent?

Explanation

In IPv4, the broadcast address is used to send data packets to all devices within a specific network. It is determined by setting all the host bits of the IP address to one while keeping the network bits constant. This configuration allows the packet to reach every device on the network segment, enabling efficient communication and resource sharing. Thus, the broadcast address serves as a crucial mechanism for network-wide announcements and interactions.

Submit

15. What is the approximate total address space of IPv4?

Explanation

IPv4 uses a 32-bit address scheme, which allows for a total of 2^32 unique addresses. This calculation results in approximately 4.3 billion addresses (4,294,967,296 to be exact). Each address is represented as four octets, leading to a finite number of combinations. This limitation has led to the development of IPv6, which significantly expands the address space to accommodate the growing number of devices connected to the internet.

Submit

16. At which OSI layer does a router operate?

Explanation

A router operates at Layer 3 of the OSI model, known as the Network Layer. This layer is responsible for routing data packets between devices across different networks. Routers use logical addressing (IP addresses) to determine the best path for forwarding packets, enabling communication between different networks. By functioning at this layer, routers can manage traffic and make decisions based on the destination address, which is essential for efficient data transmission over the internet and other interconnected networks.

Submit

17. Which netstat option shows the owning process ID and is available only on Windows?

Explanation

The -o option in netstat is specific to Windows and displays active connections along with the owning process ID (PID) for each connection. This allows users to identify which processes are associated with specific network connections, making it easier to troubleshoot network issues or monitor network activity related to particular applications. Other options like -a, -n, and -r provide different information about network connections but do not include the PID.

Submit

18. What is the Linux equivalent of the Windows tracert command?

Explanation

In Linux, the command used to trace the route that packets take to a network destination is called "traceroute." This command provides information about each hop along the path, including the time taken for each hop and the IP addresses of the intermediate devices. It serves a similar purpose to the Windows "tracert" command, allowing users to diagnose network issues and understand the path data takes through the network. Other options like netstat, ipconfig, and nslookup serve different functions related to network configuration and diagnostics.

Submit

19. Which protocol does the ping command use to test network connectivity?

Explanation

The ping command uses the Internet Control Message Protocol (ICMP) to send Echo Request messages to a target host. When the target receives the request, it replies with an Echo Reply message. This process helps determine if the host is reachable and measures the round-trip time for messages sent between the source and destination. Unlike TCP or UDP, which are transport layer protocols, ICMP operates at the network layer, specifically designed for error reporting and diagnostics in IP networks.

Submit

20. Which command-line tool is used exclusively on Windows to display the current IP configuration of a device?

Explanation

The command-line tool "ipconfig" is specifically designed for Windows operating systems to display the current IP configuration of a device. It provides essential information such as the device's IP address, subnet mask, and default gateway, allowing users to troubleshoot network issues and manage network settings effectively. Unlike other options like "ping," "netstat," and "traceroute," which serve different purposes in network diagnostics, "ipconfig" is solely focused on presenting network configuration details.

Submit

21. Which Windows Server feature provides centralized domain-based user and resource management?

Explanation

Active Directory is a directory service developed by Microsoft for Windows domain networks. It provides a centralized platform for managing users, computers, and other resources within a domain. By using Active Directory, administrators can enforce security policies, manage user accounts, and control access to resources, ensuring a streamlined and efficient management process. This feature is essential for organizations as it simplifies user authentication and authorization, allowing for better organization and security of network resources.

Submit

22. What is the core size range of multi-mode fiber optic cable?

Explanation

Multi-mode fiber optic cables are designed to carry multiple light modes or rays simultaneously. The core size for these cables typically ranges from 50 to 62.5 micrometers (µm), which allows for efficient light transmission over short distances. This larger core diameter enables multiple light paths, enhancing signal strength and reducing modal dispersion, making multi-mode fibers ideal for applications like local area networks (LANs) and data centers. Smaller core sizes, such as 1–5 µm or 8–10 µm, are characteristic of single-mode fibers, which are used for longer-distance communication.

Submit

23. Which fiber optic type supports distances greater than 10 km?

Explanation

Single-mode fiber (SMF) is designed for long-distance communication, often exceeding 10 km, due to its small core diameter that allows only one mode of light to propagate. This minimizes signal loss and dispersion, making it ideal for high-bandwidth, long-range applications, such as telecommunications and data transmission over large distances. In contrast, multi-mode fiber (MMF) is suited for shorter distances, and other options like Cat6a and coaxial cables are not optimized for distances beyond 10 km.

Submit

24. What type of connector is used with twisted pair Ethernet cabling?

Explanation

RJ45 connectors are specifically designed for twisted pair Ethernet cabling, which is commonly used in networking. They have eight pins that accommodate the eight wires in a standard Ethernet cable, allowing for efficient data transmission. RJ45 connectors provide a reliable connection for both wired local area networks (LANs) and internet connections, making them the standard choice for Ethernet applications. Other connectors like RJ11 are used for telephone lines, while SC and LC connectors are typically associated with fiber optic cables, not twisted pair Ethernet.

Submit

25. Which Ethernet cable standard supports speeds up to 10 Gbps over 100 meters?

Explanation

Cat6a, or Category 6 augmented, is designed to support high-speed data transmission up to 10 Gbps over a distance of 100 meters. It achieves this through improved shielding and reduced crosstalk compared to its predecessors, allowing for better performance in environments with electromagnetic interference. This makes Cat6a ideal for data centers and enterprise networks where high bandwidth and reliable connections are essential. Its enhanced specifications ensure it can handle the demands of modern networking applications effectively.

Submit

26. In a star topology, what happens if the central hub or switch fails?

Explanation

In a star topology, all devices are connected to a central hub or switch. If this central component fails, it disrupts communication between all connected devices, as they rely on the hub for data transmission. Consequently, the entire network becomes inoperable until the hub or switch is repaired or replaced, leading to a complete network outage. This design highlights the vulnerability of star topologies to single points of failure.

Submit

27. Which network topology provides the highest fault tolerance due to each node connecting to multiple nodes?

Explanation

Mesh topology offers the highest fault tolerance because every node is interconnected with multiple other nodes. This redundancy means that if one connection fails, data can still be routed through alternative paths, maintaining network functionality. Unlike star or bus topologies, where the failure of a single node or connection can disrupt the entire network, mesh topology ensures continuous operation and reliability. This makes it particularly suitable for critical applications where uptime is essential.

Submit

28. What is the primary function of a modem in a home network?

Explanation

A modem's primary function is to facilitate communication between digital devices in a home network and the analog infrastructure of telephone or cable systems. It converts digital signals from devices into analog signals suitable for transmission over these lines and vice versa, enabling internet access. This conversion is essential for connecting to Internet Service Providers (ISPs) and ensures that data can be sent and received effectively across different types of networks.

Submit

29. A hub operates at which layer of the OSI model?

Explanation

A hub operates at Layer 1 of the OSI model, which is the Physical Layer. This layer is responsible for the transmission and reception of raw bitstreams over a physical medium. Hubs connect multiple devices in a network by transmitting electrical signals, without any processing or filtering of data. They do not understand the data being sent, which distinguishes them from devices that operate at higher layers, such as switches or routers. Thus, a hub simply facilitates communication between devices by relaying signals at the physical level.

Submit

30. Which address type does a switch use to forward data to the correct device?

Explanation

A switch uses MAC addresses to forward data to the correct device within a local area network (LAN). Each device on the network has a unique MAC address that identifies it at the data link layer. When a switch receives a data frame, it examines the destination MAC address and uses its MAC address table to determine the appropriate port to send the frame, ensuring that data reaches the intended device efficiently. This process is fundamental to the switch's operation in managing data traffic within the network.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
IPv4 uses how many bits for its addresses?
Which of the following best describes VLSM (Variable Length Subnet...
Which Linux package manager is used by Ubuntu Server for software...
What does LDAP stand for?
Which Active Directory feature allows users to access multiple...
Which type of Access Control List (ACL) allows resource owners to...
Which DNS server software is commonly used on Linux (Ubuntu/Debian)...
What is the primary function of DNS?
What is the correct order of steps in the DHCP process?
What does CIDR stand for?
What is the purpose of supernetting?
When subnetting 192.168.0.0/24 into 4 equal subnets, what is the...
What is the purpose of subnetting in IP networking?
In IPv4, what does the broadcast address represent?
What is the approximate total address space of IPv4?
At which OSI layer does a router operate?
Which netstat option shows the owning process ID and is available only...
What is the Linux equivalent of the Windows tracert command?
Which protocol does the ping command use to test network connectivity?
Which command-line tool is used exclusively on Windows to display the...
Which Windows Server feature provides centralized domain-based user...
What is the core size range of multi-mode fiber optic cable?
Which fiber optic type supports distances greater than 10 km?
What type of connector is used with twisted pair Ethernet cabling?
Which Ethernet cable standard supports speeds up to 10 Gbps over 100...
In a star topology, what happens if the central hub or switch fails?
Which network topology provides the highest fault tolerance due to...
What is the primary function of a modem in a home network?
A hub operates at which layer of the OSI model?
Which address type does a switch use to forward data to the correct...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!