220-1102Chapter 106 of 131Objective 4.4

Environmental Controls: Temperature and Humidity

This chapter covers environmental controls, specifically temperature and humidity management in IT environments, a key topic for the CompTIA A+ 220-1102 exam under Objective 4.4 (Operational Procedures). Understanding these controls is critical because improper environmental conditions are a leading cause of hardware failure and unplanned downtime. Expect 2-4 exam questions on this area, often testing specific temperature and humidity ranges, the effects of deviations, and the tools used to monitor and maintain proper conditions.

25 min read
Intermediate
Updated May 31, 2026

Server Room as a Climate-Controlled Greenhouse

Think of a server room as a high-tech greenhouse for delicate orchids. The orchids (servers) require a very specific temperature range, ideally between 68°F and 77°F (20°C to 25°C). If the temperature drops too low, the orchids' metabolic processes slow down—just as cold servers can experience condensation, leading to short circuits and corrosion. If it gets too hot, the orchids wilt and die—servers throttle performance or shut down to prevent thermal damage. Humidity is equally critical: the air must be moist enough to prevent static electricity (which can zap the orchids' leaves, or in servers, discharge into sensitive components) but not so humid that water droplets form on the leaves (causing fungal rot—or in servers, condensation on circuit boards). A thermostat and humidistat act like a greenhouse's automated climate system, constantly monitoring and adjusting heating, cooling, and misting. The HVAC system (heating, ventilation, and air conditioning) is the greenhouse's heater and fan, while a humidifier adds moisture and a dehumidifier removes excess. If the greenhouse's controller fails—say the thermostat drifts or the humidistat sensor is blocked—the orchids suffer. Similarly, in a server room, environmental controls must be calibrated and maintained to keep the IT equipment within its specified operating range, preventing downtime and hardware failure.

How It Actually Works

What Are Environmental Controls and Why Do They Exist?

Environmental controls in an IT context refer to the systems and practices used to maintain the temperature and humidity within a defined range suitable for computer equipment. Servers, network switches, storage arrays, and other hardware generate significant heat during operation. If this heat is not removed, internal temperatures rise, leading to component degradation, thermal throttling, and eventual failure. Humidity control is equally important: too low humidity increases static electricity discharge risk, while too high humidity causes condensation, leading to short circuits and corrosion.

The American Society of Heating, Refrigerating and Air-Conditioning Engineers (ASHRAE) provides widely accepted guidelines. For data centers, ASHRAE recommends: - Temperature range: 64.4°F to 80.6°F (18°C to 27°C) for most classes of data centers (Class A1-A4). The A+ exam traditionally expects 68°F to 77°F (20°C to 25°C) as the ideal operating range. - Relative humidity (RH) range: 20% to 80% RH, with a recommended range of 40% to 60% RH. The A+ exam often cites 50% ±10% as the target.

How Environmental Controls Work

#### Temperature Control

Temperature control is primarily achieved through Heating, Ventilation, and Air Conditioning (HVAC) systems, specifically computer room air conditioners (CRACs) or computer room air handlers (CRAHs). These units cool the air by passing it over chilled water or refrigerant coils. The cooled air is then distributed through a raised floor plenum or overhead ducts into the server racks.

CRAC vs CRAH: A CRAC unit uses a compressor-based refrigeration cycle similar to a home air conditioner. A CRAH unit uses chilled water from a central chiller plant. Both achieve the same result: removing heat from the room.

Hot aisle/cold aisle containment: To improve efficiency, server racks are arranged in alternating rows so that the fronts of servers face a 'cold aisle' (where cooled air is supplied) and the backs face a 'hot aisle' (where hot exhaust air is collected). This prevents mixing of hot and cold air, reducing the load on cooling systems.

Thermostats and sensors: Temperature sensors (thermistors or thermocouples) are placed throughout the room—at the intake of servers, in the hot aisle, and at the CRAC return. These feed data to a building management system (BMS) or directly to the CRAC controller, which adjusts cooling output (fan speed, valve position) to maintain setpoints.

#### Humidity Control

Humidity is controlled via humidifiers and dehumidifiers integrated into the HVAC system. - Humidification: When humidity drops too low (below 20-30% RH), a humidifier adds moisture to the air. Common types include steam humidifiers (boiling water to produce steam) and evaporative humidifiers (using a wetted pad and fan). The goal is to raise RH to the target range. - Dehumidification: When humidity rises too high (above 60-80% RH), the cooling coils naturally condense moisture from the air (like a cold drink sweating). However, excessive dehumidification can overcool the space. Dedicated dehumidifiers or reheat coils are used to remove moisture without overcooling. - Humidistats: Sensors that measure relative humidity and provide feedback to the control system. They are often co-located with temperature sensors.

Key Components, Values, and Defaults

Temperature setpoint: Typical server room setpoint: 72°F (22°C) with a deadband of ±2°F. The ASHRAE allowable range is 64.4°F to 80.6°F (18°C to 27°C).

Humidity setpoint: Typical target: 50% RH with a deadband of ±5% to ±10%. Allowable range: 20% to 80% RH, but best practice is 40-60%.

Temperature change rate: ASHRAE recommends no more than 5°C (9°F) per hour to avoid thermal stress on components.

Dew point: The temperature at which air becomes saturated and condensation forms. For data centers, the dew point should be kept below the temperature of the coolest surface to prevent condensation. Typical maximum dew point: 15°C (59°F).

Static electricity: Below 20% RH, static discharge risk increases significantly. Above 60% RH, corrosion risk increases.

Configuration and Verification

While CompTIA A+ does not require configuring HVAC systems, you should know how to monitor environmental conditions:

- Monitoring tools: - Temperature sensors: Often integrated into server BMC (Baseboard Management Controller) like iLO (HP), iDRAC (Dell), or IPMI. These report internal and ambient temperatures. - Environmental monitoring units (EMUs): Standalone devices with probes placed in server racks. They interface via SNMP (Simple Network Management Protocol) to send alerts. - Thermometer/hygrometer: Handheld devices used for spot-checking. Ensure they are calibrated. - Checking temperature in Windows: Use wmic or PowerShell:

Get-WmiObject -Class Win32_TemperatureProbe

But this may not show data if the system doesn't support it. More commonly, use vendor-specific tools. - Checking temperature in Linux: Use sensors command from the lm-sensors package:

sensors

Example output:

coretemp-isa-0000
  Adapter: ISA adapter
  Package id 0:  +45.0°C (high = +80.0°C, crit = +100.0°C)
  Core 0:        +44.0°C (high = +80.0°C, crit = +100.0°C)
  Core 1:        +43.0°C (high = +80.0°C, crit = +100.0°C)

- Setting thresholds: In a server's BIOS or BMC, you can set warning and critical temperature thresholds. For example, on Dell iDRAC:

racadm set idrac.Sensors.TemperatureWarningThreshold 40
  racadm set idrac.Sensors.TemperatureCriticalThreshold 45

Interaction with Related Technologies

Power: Environmental controls are tied to power systems. Cooling accounts for 30-40% of a data center's total power consumption. Uninterruptible Power Supplies (UPS) must also be kept within temperature and humidity ranges—typically 68°F to 77°F (20°C to 25°C) and 30-50% RH.

Fire suppression: Some fire suppression systems (e.g., water sprinklers) can damage equipment if activated. Temperature and humidity sensors can trigger pre-action or dry-pipe systems. Also, smoke detectors may be affected by humidity.

Physical security: Environmental monitoring is often part of a broader physical security system. Alerts from temperature/humidity sensors can trigger lockdown or notification.

Backup generators: Generators require proper ventilation and temperature control. Battery rooms (for UPS) must maintain 77°F (25°C) for optimal battery life.

Common Issues and Troubleshooting

Hot spots: Caused by blocked airflow, failing fans, or improper hot/cold aisle containment. Check for obstructions, verify fan operation, and ensure perforated tiles are correctly placed.

Condensation: Occurs when humid air contacts cold surfaces. This can happen if humidity is too high or if cooling is too aggressive. Install humidity sensors and set appropriate dew point limits.

Thermal runaway: If cooling fails, servers generate more heat, causing them to throttle or shut down. Redundant CRAC units and automatic shutdown based on temperature sensors can prevent damage.

Sensor drift: Temperature/humidity sensors can drift over time, leading to inaccurate readings. Calibrate sensors annually or replace them per manufacturer recommendations.

Exam-Specific Details

The CompTIA A+ 220-1102 exam expects you to know:

- Ideal temperature range: 68°F to 77°F (20°C to 25°C) - Ideal humidity range: 40% to 60% (some sources say 50% ±10%) - Effects of low humidity: static electricity, ESD (electrostatic discharge) damage - Effects of high humidity: condensation, corrosion, short circuits - Tools: thermometer, hygrometer, environmental monitor - Monitoring: SNMP, sensors, BMC/IPMI - Common wrong answers: Candidates often confuse 'too low humidity causes condensation' (actually, high humidity causes condensation) or think that servers can operate at any temperature as long as they have fans. Servers have specified ambient temperature ranges, and exceeding them leads to throttling or shutdown. - Edge cases: The exam may test that humidity below 20% is dangerous for static, but also that humidity above 80% can cause condensation, especially if the dew point is exceeded. Also, rapid temperature changes (more than 5°C per hour) can cause thermal shock to components. - Eliminating wrong answers: If a question asks about the result of low humidity, look for 'static electricity' or 'ESD'. If it asks about high humidity, look for 'condensation' or 'corrosion'. Never select 'overheating' for humidity issues; overheating is a temperature problem.

Walk-Through

1

Monitor ambient temperature and humidity

Use a calibrated thermometer and hygrometer, or an environmental monitor with SNMP capabilities, to measure current conditions. Place sensors at server intake locations (front of rack) and at hot aisle exhaust. Record baseline readings. For the exam, remember that the ideal temperature is 68-77°F (20-25°C) and ideal humidity is 40-60% RH. If readings are outside these ranges, proceed to the next step.

2

Identify cause of temperature deviation

If temperature is too high, check for blocked airflow (e.g., cables obstructing vents), failed fans in servers or CRAC units, or a cooling system that is undersized or malfunctioning. If too low, check for over-cooling or thermostat setpoint error. Use infrared thermometer to spot-check hot spots. For humidity deviation, if too low, check humidifier operation; if too high, check dehumidifier or condensation on cold surfaces.

3

Adjust cooling or humidity controls

For temperature, adjust CRAC setpoint or fan speed. If using hot/cold aisle containment, ensure no air bypass. For humidity, adjust humidistat setpoint. In some systems, you may need to manually override until automatic controls stabilize. Document changes and monitor for at least 15 minutes to see effect. Note that rapid changes can cause thermal shock; adjust gradually.

4

Verify correction with monitoring tools

Re-check temperature and humidity using the same sensors. Confirm that readings are within acceptable ranges and stable. Check server logs for any temperature-related events (e.g., thermal throttling warnings). Use `sensors` command on Linux or vendor tools to verify internal temperatures. If the issue persists, consider adding supplemental cooling or humidity control.

5

Implement preventive measures

Install redundant cooling units and humidity sensors. Set up alerts via SNMP or email for when thresholds are exceeded. Schedule regular maintenance of HVAC systems, including filter changes and coil cleaning. Use raised floor with proper sealing to prevent air leaks. For exam, remember that preventive measures include environmental monitoring and redundant cooling to maintain uptime.

What This Looks Like on the Job

In a typical enterprise data center, environmental controls are critical to maintaining uptime. For example, a financial services company hosts its trading servers in a colocation facility. The facility uses hot aisle containment with CRAC units that maintain a cold aisle temperature of 72°F (22°C) and relative humidity of 50%. Environmental sensors are placed every three racks, connected to a BMS that alerts the NOC if temperature exceeds 80°F (27°C) or humidity falls below 30% or above 70%.

A common problem is 'hot spots' caused by inadequate airflow. In one deployment, a row of high-density blade servers generated excessive heat, causing local temperatures to reach 95°F (35°C) even though the overall room was cool. The solution was to install additional perforated tiles and a supplemental in-row cooling unit. This scenario highlights the need for granular monitoring and localized cooling.

Another scenario involves a remote branch office with a small server closet. The closet has no dedicated HVAC; it relies on the building's general air conditioning. During summer, the AC fails, and the server room temperature rises to 90°F (32°C). The servers throttle performance, causing application slowdowns. The IT admin installs a portable AC unit and a temperature sensor that sends alerts to their phone. This is a cost-effective fix but underscores the importance of redundant cooling.

When environmental controls are misconfigured, the consequences can be severe. For instance, a humidity setpoint too low (e.g., 20%) increases static discharge risk, leading to intermittent hardware failures. Conversely, a humidity setpoint too high (e.g., 80%) can cause condensation on server components when the dew point is reached. In one case, a data center experienced a 'rain' event inside the server room because the CRAC's dehumidification failed, and moisture condensed on the ceiling panels, dripping onto equipment. This caused multiple server failures and a costly cleanup.

Scale and performance considerations: Large data centers use chilled water systems with cooling towers, achieving higher efficiency. They also employ variable frequency drives (VFDs) on fans and pumps to adjust cooling output based on load. The industry trend is toward higher allowable temperatures (up to 80°F/27°C) to reduce energy consumption, but this requires careful humidity control to avoid condensation when the dew point rises.

From a deployment perspective, always plan for hot/cold aisle containment, ensure proper airflow (no underfloor obstructions), and use blanking panels in racks to prevent recirculation. Commissioning involves testing all sensors and verifying that the cooling system can handle the worst-case heat load. Regular maintenance includes cleaning filters, checking refrigerant levels, and calibrating sensors annually.

How 220-1102 Actually Tests This

The CompTIA A+ 220-1102 exam tests environmental controls under Objective 4.4 (Operational Procedures). Specifically, you must know the proper temperature and humidity ranges for computer equipment, the effects of improper conditions, and the tools used to monitor them.

Common wrong answers and why: 1. 'Low humidity causes condensation' – This is a classic trap. Condensation occurs when warm, humid air meets a cold surface. Low humidity means dry air, which cannot condense. The correct answer is that low humidity increases static electricity. 2. 'Servers can operate at any temperature if they have good fans' – Fans only move heat; they cannot cool below ambient. Servers have specified operating temperature ranges, typically 50°F to 95°F (10°C to 35°C), but for reliability, the narrower 68°F to 77°F (20°C to 25°C) is recommended. 3. 'Humidity should be as low as possible to prevent corrosion' – Corrosion is actually accelerated by high humidity (moisture). Low humidity causes static discharge, which can also damage components. The ideal is a middle range (40-60%). 4. 'Temperature is the only important factor' – Humidity is equally critical. The exam will include questions that test both.

Specific numbers to memorize: - Temperature: 68°F to 77°F (20°C to 25°C) – ideal operating range. - Humidity: 40% to 60% relative humidity (some sources say 50% ±10%). - Maximum temperature change rate: 5°C (9°F) per hour. - Minimum humidity: 20% (below increases static risk). - Maximum humidity: 80% (above increases condensation/corrosion risk).

Edge cases and exceptions: - The exam may ask about 'dew point' – the temperature at which condensation forms. Keep dew point below the coolest surface temperature. - In some scenarios, a server room might allow a wider range (e.g., 50°F to 95°F) but with reduced reliability. The exam expects the narrower ideal range. - For network equipment (switches, routers), the same ranges generally apply, but some devices may have wider tolerances. However, the A+ exam treats all IT equipment similarly.

How to eliminate wrong answers: - If the question mentions 'static electricity', the answer is low humidity. - If it mentions 'condensation' or 'corrosion', the answer is high humidity. - If it mentions 'overheating' or 'thermal shutdown', the answer is high temperature. - Look for the specific numbers: if a choice says '68°F to 77°F', it's likely correct. If it says '32°F to 100°F', it's wrong (too broad).

Remember: The exam tests not just recall but application. You may be given a scenario (e.g., 'a server room has been experiencing intermittent failures; the humidity is 15%') and asked to identify the most likely cause (static discharge).

Key Takeaways

Ideal temperature for IT equipment: 68°F to 77°F (20°C to 25°C).

Ideal relative humidity: 40% to 60% (target 50% ±10%).

Low humidity (<20%) increases static discharge risk.

High humidity (>80%) can cause condensation and corrosion.

Use a thermometer and hygrometer to monitor conditions.

Environmental monitors can send alerts via SNMP.

Rapid temperature changes (>5°C per hour) can cause thermal shock.

Hot/cold aisle containment improves cooling efficiency.

ASHRAE guidelines allow 64.4°F to 80.6°F (18°C to 27°C) for data centers.

Condensation occurs when dew point exceeds surface temperature.

Easy to Mix Up

These come up on the exam all the time. Here's how to tell them apart.

Low Humidity (<40%)

Increases static electricity buildup

Risk of electrostatic discharge (ESD) damage to components

Can cause intermittent hardware failures

May lead to data corruption or loss

Requires humidification to raise levels

High Humidity (>60%)

Increases risk of condensation on cool surfaces

Can cause corrosion of metal contacts and traces

Promotes mold and fungal growth

May cause short circuits due to moisture

Requires dehumidification to lower levels

Watch Out for These

Mistake

Low humidity causes condensation on equipment.

Correct

Condensation occurs when humid air contacts a cold surface. Low humidity means dry air, which cannot condense. Low humidity increases static electricity risk, not condensation.

Mistake

Servers can operate safely at any temperature as long as they have adequate cooling fans.

Correct

Fans only help dissipate heat; they cannot cool below ambient temperature. Servers have specified operating temperature ranges (typically 50°F to 95°F, but ideal is 68-77°F). Exceeding these ranges causes thermal throttling or shutdown.

Mistake

Humidity should be kept as low as possible to prevent corrosion.

Correct

Corrosion is accelerated by high humidity (moisture). Low humidity (below 20%) increases static discharge risk, which can also damage components. The ideal is 40-60% RH.

Mistake

Temperature and humidity are unrelated; you can adjust one without affecting the other.

Correct

They are linked: cooling air often removes moisture (dehumidification), and humidifying can slightly lower temperature. The relationship is governed by psychrometrics. Adjusting one often requires compensating for the other.

Mistake

The only tool needed to monitor environmental conditions is a thermometer.

Correct

A thermometer measures only temperature. A hygrometer (or combined thermohygrometer) is needed to measure humidity. For comprehensive monitoring, use environmental monitors with SNMP capabilities.

Do You Actually Know This?

Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.

Frequently Asked Questions

What is the ideal temperature range for a server room according to CompTIA A+?

The ideal temperature range is 68°F to 77°F (20°C to 25°C). This is the recommended operating range for most IT equipment to ensure reliability and prevent overheating. The ASHRAE allowable range is slightly wider (64.4°F to 80.6°F), but the A+ exam expects the narrower ideal range.

What is the ideal humidity range for a server room?

The ideal relative humidity range is 40% to 60%. Some sources specify 50% ±10%. Humidity below 20% increases static discharge risk, while above 80% can cause condensation and corrosion. Always aim for the middle range.

What problems can low humidity cause in a data center?

Low humidity (below 20-30%) causes static electricity buildup. When a person or object discharges static electricity into sensitive electronic components, it can cause electrostatic discharge (ESD) damage, leading to immediate failure or latent defects. Symptoms include intermittent crashes and unexplained hardware failures.

What problems can high humidity cause in a data center?

High humidity (above 60-80%) can cause condensation on cool surfaces (like server intakes or chilled water pipes). This moisture can lead to short circuits, corrosion of metal contacts, and mold growth. Condensation is particularly dangerous when the dew point exceeds the temperature of equipment surfaces.

How do you monitor temperature and humidity in a server room?

Use a thermometer and hygrometer (or a combined thermohygrometer). For continuous monitoring, deploy environmental monitoring units with sensors placed at server intakes and hot aisles. These units often support SNMP to send alerts to a management system. You can also use server BMC/IPMI to read internal temperature sensors. On Linux, use the `sensors` command; on Windows, use vendor-specific tools.

What is the difference between a CRAC and a CRAH?

A CRAC (Computer Room Air Conditioner) uses a compressor-based refrigeration cycle to cool air, similar to a home AC. A CRAH (Computer Room Air Handler) uses chilled water from a central chiller plant and relies on fans to move air over cooling coils. Both are used to maintain temperature and humidity in data centers, but CRAH units are generally more energy-efficient in large facilities.

Can a server room be too cold?

Yes. If the temperature drops too low (below 50°F/10°C), condensation can form when warm, humid air enters the room. Also, some components may not operate correctly at low temperatures. However, the more common problem is overheating. The recommended minimum is 68°F (20°C) for ideal operation.

Terms Worth Knowing

Ready to put this to the test?

You've just covered Environmental Controls: Temperature and Humidity — now see how well it sticks with free 220-1102 practice questions. Full explanations included, no account needed.

Done with this chapter?