Physical installations, power and environment

Objective 2.4 · Network Implementation · 20% of the exam

Why this matters

Objective 2.4 is the part of the exam that happens in a room rather than in software, and it is the part most self-taught candidates are weakest on, because you cannot practise it in a VM.

It is also where outages come from in ways that no amount of good configuration prevents. A rack wired so airflow is backwards will cook itself. A UPS that has never been load-tested will fail at the one moment it matters. These are examinable, and they are real.

The lesson

Important installation implications

Everything in this lesson is one of CompTIA's important installation implications: where equipment goes, how it is cabled, how it is powered and what the room does to it. They are grouped because they fail together — a rack in the wrong place, on an overloaded circuit, in an uncooled room, is three problems that present as one unreliable switch.

Locations: MDF and IDF

The physical hierarchy of a building's cabling.

The MDF (main distribution frame) is the building's primary demarcation and distribution point. The service provider's circuits terminate here, the core switching and routing lives here, and it is the root of the cabling tree. One per building, usually.

An IDF (intermediate distribution frame) is a secondary closet serving a floor or wing. Access switches live in the IDF, user cabling runs from the IDF to the desks, and the IDF connects back to the MDF — the backbone or vertical cabling, usually fibre.

The reason for the split is the 100-metre limit on twisted pair. A large building cannot reach every desk from one room, so you place IDFs such that no horizontal run exceeds 100 m and link them to the MDF over fibre, which has no such constraint.

The terms come up in troubleshooting scenarios: "users on the third floor are down" points at that floor's IDF or its uplink, not at the MDF.

Racks and rack units

Equipment mounts in a standard 19-inch rack, measured in rack units (U), where 1U = 1.75 inches (44.45 mm). A switch is typically 1U, a server 1U or 2U, and a full cabinet is commonly 42U.

Planning a rack means accounting for more than the equipment's own height: patch panels, cable management between devices, PDUs, and deliberate gaps for airflow. Depth matters too — servers are deeper than switches, and a shallow wall-mounted cabinet will not take them.

Port-side exhaust and intake

Data-centre cooling works on hot aisle / cold aisle containment: racks face each other so cold air is delivered to one aisle, drawn through equipment, and expelled into a shared hot aisle that returns to the cooling plant.

For that to work, every device must move air the same direction. Network equipment is sold in two airflow orientations:

  • Port-side intake, drawing air in at the port face and exhausting at the back.
  • Port-side exhaust, drawing in at the back and exhausting at the ports.

Which you need depends on which way the ports face in your design. Cabling usually wants ports toward the hot aisle, which typically calls for port-side exhaust — but the rule is simply that airflow must match the room.

Install one device backwards and it inhales its neighbours' hot exhaust, runs hot, and eventually fails — while every other device in the rack is fine. That is a good exam scenario because the symptom is one overheating device with no configuration fault.

Patch panels and fibre distribution panels

A patch panel terminates the permanent horizontal cabling. The solid-core cable running to each desk is punched down on the back; the front presents RJ45 ports, and short stranded patch cables connect those to switch ports.

The reason is mechanical, and it is worth understanding. Solid-core cable carries signal well over distance but breaks if flexed repeatedly. Stranded patch cable flexes happily but attenuates faster. The panel puts the permanent run in cable suited to being permanent and confines movement to short leads that are cheap to replace. It also means moving a desk from one VLAN to another is a patch lead change rather than re-running cable.

A fibre distribution panel does the same for fibre, terminating incoming strands onto connectors — LC or SC — with a protected enclosure and managed bend radius. Fibre has a minimum bend radius; exceed it and you cause attenuation or break the glass, which is why fibre enclosures have guides and spools rather than simple tie-downs.

Both should be lockable. Physical access to a patch panel is access to every circuit in the building: someone can patch themselves onto any VLAN, insert a tap, or simply unplug things. Locked cabinets, locked closets, and ideally logged entry are the expected answer in any question about protecting the distribution frame.

Power: UPS, PDU, load and voltage

A UPS (uninterruptible power supply) provides battery-backed power so equipment survives an outage. Two functions, and the exam distinguishes them:

  • Ride-through for brief interruptions — most outages are seconds.
  • Graceful shutdown time for longer ones, so systems close cleanly instead of losing data.

A UPS is not a generator. Its runtime is minutes, not hours. Anything needing to survive a long outage needs a generator, with the UPS covering the gap while the generator starts.

Better units also provide line conditioning, smoothing sags, surges and noise — which over years is arguably more valuable than the battery, because dirty power damages equipment slowly.

A PDU (power distribution unit) distributes power within the rack. A basic PDU is a rack-mounted power strip. An intelligent or switched PDU adds per-outlet monitoring and remote switching, so you can see actual consumption and power-cycle an unresponsive device without visiting the site — genuinely useful, and the reason to specify one.

Power load must be calculated, not assumed. Every device's draw is summed against the circuit's capacity, and the working rule is to load a circuit to no more than 80% of its rating continuously, leaving headroom for inrush when equipment starts. Overloading trips a breaker and takes down the whole rack — and it happens most often when "one more server" is added to a rack that was already near its limit.

Redundancy is the other half: dual power supplies fed from separate circuits and separate PDUs, so that losing one circuit or one PDU does not lose the device. Plugging both supplies into the same strip is a common and pointless arrangement.

Voltage matters in two ways. Equipment must match the supply (typically 120 V in North America, 230 V in Europe), and most enterprise gear has auto-ranging supplies that accept either. Higher voltage carries the same power at lower current, which means less heat and thinner conductors — which is why data centres often distribute at higher voltage.

Environmental factors

Temperature. Electronics have an operating range, and sustained heat shortens component life even when nothing fails immediately. Recommended ranges are typically around 18–27 °C for equipment rooms. Cooling must handle the heat output of everything in the room, which is essentially equal to its power draw — a rack drawing 5 kW is a 5 kW heater.

Humidity. This one is genuinely two-sided, which is why it is examined.

  • Too low and static electricity builds and discharges into components. Electrostatic discharge damage is often latent — the device works, then fails weeks later.
  • Too high and condensation forms, causing corrosion and short circuits.

The target band is roughly 40–60% relative humidity, and the point to carry is that both extremes are harmful.

Fire suppression. A standard water sprinkler protects the building and destroys the equipment. Equipment rooms use alternatives:

  • Clean agent gaseous systems (FM-200, Novec 1230, inert gas blends) that suppress fire without residue and without harming electronics or people.
  • Pre-action sprinkler systems, where the pipes stay dry until a detector triggers, so an accidentally broken sprinkler head does not flood the room.

Fire suppression is also a life-safety matter subject to building code, and it interacts with the plenum cabling rule from the cabling lesson: the reason plenum-rated jacket is required is that the air handling would otherwise distribute toxic smoke through the building.

Practise what you just read

1. Why does a large building need intermediate distribution frames rather than running every desk cable back to the main distribution frame?

Select one

  1. Fire codes limit how many cables may enter one room
  2. Twisted pair is limited to a 100 metre total channel
  3. Switches cannot support more than 48 ports each
  4. Each floor must have its own broadcast domain
Show answer

B. The 100 metre copper limit means no horizontal run can reach far across a large building. IDFs are placed so every desk is within that distance, and each links back to the MDF over fibre, which has no comparable constraint.

2. One switch in a rack runs consistently hot and eventually fails, while every other device in the same rack is fine. What should be suspected?

Select one

  1. The rack circuit is loaded beyond 80% of its rating
  2. Humidity in the room has fallen below the target band
  3. The device's airflow direction is reversed for the aisle
  4. The UPS is supplying the rack with unconditioned power
Show answer

C. Hot aisle and cold aisle containment only works if every device moves air the same way. A unit installed with the wrong airflow orientation inhales its neighbours' hot exhaust and runs hot while the rest of the rack, breathing cold air, is unaffected.

3. Why is permanent horizontal cabling terminated on a patch panel rather than being plugged directly into switch ports?

Select one

  1. Solid-core cable breaks when flexed, so movement stays on leads
  2. Patch panels regenerate the signal over the horizontal run
  3. Switch ports cannot accept solid-core conductors electrically
  4. Building codes require a demarcation point at every floor
Show answer

A. Solid-core cable carries signal well over distance but fails if flexed repeatedly, while stranded patch cable flexes happily and attenuates faster. The panel confines all movement to short, cheap leads, and it turns a desk move into a patch change rather than a cable pull.

11 more questions on this objective are part of the full course.

Practise the full question bank in the exam simulator

Hands-on labs

All hands-on labs