A network administrator is analyzing an existing office layout where all workstations are physically connected via individual twisted-pair cables to a central legacy hub. While the cable layout forms a star shape, users report frequent transmission slowdowns caused by data frame collisions during high-traffic periods. Which of the following best describes the logical topology operating within this network?
- Logical bus, because the central hub repeats signals to all attached ports, creating a single shared collision domain.Answer
- BLogical star, because the central hub selectively routes frames directly to their intended destination MAC addresses.
- CLogical ring, because connected workstations rely on a token-passing mechanism to regulate access to the physical media.
- DLogical mesh, because every workstation maintains an isolated virtual point-to-point connection to all other endpoints.
Answer
Logical bus, because the central hub repeats signals to all attached ports, creating a single shared collision domain.
While the physical cabling radiates outward from a central hub to form a physical star, hubs function at Layer 1 of the OSI model by repeating all incoming traffic to all active ports. As a result, all connected endpoints share a single collision domain, which defines a logical bus topology.
Step-by-Step Solution
Key Concept
Physical vs. Logical Topologies (Hub-based Ethernet)