Environmental controls, disposal, and the documents that govern them
Why this matters
Equipment lives in a physical environment and leaves through a physical route, and both are regulated more than technicians expect. Temperature and power affect reliability in ways that show up as the intermittent faults the hardware exam covers. Disposal involves law, not preference — batteries, displays and toner cannot lawfully go in general waste in most places, and storage media carry the data obligations from earlier in this domain.
The exam asks about specific controls, specific documents and specific disposal routes. The useful framing is that each is a consequence of something physical: heat kills components, damp kills them faster, dust does both, and a lithium cell in a bin lorry starts a fire.
The lesson
Temperature, humidity, dust and ventilation, and what each does to equipment
Four environmental factors, each with a specific effect.
Temperature. Heat shortens component life, and it does so quietly — the machine works, and it fails a year earlier than it should. Sustained heat also causes throttling, so a hot machine is slower, which presents as a performance complaint. Typical guidance for equipment rooms is somewhere around 18-27°C, and the important part is stability rather than a precise number: cycling between hot and cold is harder on hardware than a steady warm.
Humidity. Too low and static discharge becomes easy, which is the electrostatic hazard. Too high and condensation and corrosion follow. The usual target band is roughly 40-60 per cent relative humidity. The case worth remembering is equipment brought in from the cold: let it reach room temperature before powering it on, or condensation forms inside it.
Dust. Insulates, so it traps heat; clogs filters and fans, so it reduces airflow; and is conductive when it contains enough metal or moisture. A dusty machine runs hot, and a dusty machine in a workshop or a building site runs very hot. Clean with compressed air and anti-static tools, outdoors or with extraction, and never with a domestic vacuum cleaner, which generates static.
Ventilation. Equipment needs airflow in and out. The common failures are a machine pushed against a wall, a machine in a cupboard, a rack with no gaps, and vents blocked by paper. In an equipment room, hot and cold aisles exist so that hot exhaust is not drawn back in as intake.
Power: surges, sags, outages, and choosing between a surge suppressor and a UPS
Power problems cause faults that look like everything else, and the equipment that addresses them is frequently chosen wrongly.
The problems:
- Surge — a brief large increase, from lightning or from heavy equipment switching. Damages components.
- Spike — a very short, very large increase.
- Sag or brownout — voltage below normal, from load elsewhere. Causes instability and unexplained restarts, and is the one that gets blamed on software.
- Blackout — complete loss.
- Noise — interference riding on the supply.
The equipment:
- A surge suppressor absorbs surges and does nothing about sags or outages. It has a finite capacity that is consumed by the surges it absorbs, so an old one may be providing nothing — they have a service life and some have an indicator. A power strip is not a surge suppressor unless it says it is.
- An uninterruptible power supply provides battery power through a sag or an outage, and includes surge protection. Its purpose is a clean shutdown rather than continued working: sizing one to run a workstation for an hour is usually the wrong answer, and sizing it to survive a brief outage and shut the machine down safely is the right one.
- A generator is what provides continued running, and belongs to buildings rather than to desks.
Choosing between them: a surge suppressor for ordinary equipment in a building with stable power; an uninterruptible supply for anything that must not lose power mid-write — servers, network equipment, and any workstation doing work that cannot be interrupted. And connect the supply's data cable, so the machine actually shuts itself down; a UPS nobody wired to the machine provides fifteen minutes of nobody noticing.
Safety data sheets: what they are, where they live, and when you read one
A safety data sheet is the document describing the hazards of a substance, how to handle it, what to do in an accident, and how to dispose of it.
What a technician meets them for: toner, cleaning solvents, compressed air dusters, batteries, and thermal paste. Each is a chemical product with a sheet.
What is in one, in the standard sections: identification, hazards, composition, first aid, firefighting measures, accidental release measures, handling and storage, exposure controls and personal protection, physical properties, stability and reactivity, toxicology, ecology, disposal considerations, transport, and regulatory information.
Where they live: the supplier publishes them, the workplace holds them for everything on site, and they should be accessible to the people using the substances rather than filed in an office.
When to read one:
- Before using something unfamiliar.
- After a spill or an exposure — the first aid and release sections are written for exactly that moment, and the sheet is faster than searching.
- Before disposing of something, because the disposal section says what is lawful.
The practical case worth knowing: spilled toner. Do not use a domestic vacuum cleaner — the particles pass through the filter and the motor can ignite them. Use a toner-rated vacuum or wipe it up with a damp cloth, and use cold water, because toner is a plastic designed to fuse when heated and warm water sets it into fabric permanently. That is the kind of specific thing the sheet tells you and instinct does not.
Disposing of batteries, toner, displays and whole machines lawfully
Most computing waste cannot lawfully go in general rubbish, and the obligations fall on the organisation disposing of it.
Batteries. Lithium cells in general waste cause fires in collection vehicles and at sorting facilities, and this is a real and frequent occurrence. They go to battery recycling, and a swollen or damaged cell needs handling with care and should not be stored with others.
Toner and ink cartridges. Take-back schemes from the manufacturer, or specialist recycling. Not general waste.
Displays. Older tube displays contain lead and require specialist handling. Flat panels contain mercury in older backlights. Both go through electrical waste recycling.
Whole machines. Electrical waste regulations require them to go to a licensed handler. The organisation remains responsible, which is why a certificate of destruction or of recycling matters: it is the evidence that the obligation was met, and it should name what was disposed of, by whom, and when.
Anything with a hazard label — solvents, cleaners, compressed gases — is disposed of per its safety data sheet.
And the record. The asset register's disposal fields exist for this: what was disposed of, when, by which route, with which certificate, and what happened to the storage inside it. A machine that simply disappears from the register is an audit finding, and where it held regulated data it is potentially a reportable one.
Sanitising storage before disposal, and why deleting is not any of these
The data obligations from earlier in this domain end at disposal, and this is where they are discharged.
Why deleting is not sanitisation:
- Deleting a file removes the pointer. The data remains until overwritten, and ordinary tools recover it.
- Emptying the recycle bin does the same thing more thoroughly and recovers just as easily.
- A quick format writes a new file system structure and leaves the contents in place.
- A full format on a modern system does overwrite, which is better, and is still not a documented sanitisation for regulated data.
The methods that count:
- Overwriting the whole device with a tool designed for it. Effective on mechanical disks. Less reliable on solid-state media, because wear levelling means some cells are not reachable by ordinary writes.
- Cryptographic erasure — the device was encrypted, and the key is destroyed. Fast, effective, and the standard answer for solid-state media and for phones. It depends on the encryption having been enabled before the data was written, which is one more argument for encrypting machines at setup.
- The device's own secure erase command, which instructs the drive's controller to clear every cell including the spares. The right tool for solid-state drives.
- Degaussing, which destroys the magnetic field on a mechanical disk. It does nothing to solid-state media.
- Physical destruction — shredding, crushing, drilling. The most certain and the only one appropriate for the most sensitive material.
Choose by medium and by sensitivity, record what was done, and keep the certificate. "We formatted it" is not a sanitisation record, and it is what an auditor will find.
Practise what you just read
1. What matters more than a precise temperature in an equipment room?
Select one
Show answer
D. Heat shortens component life quietly: the machine works and fails a year earlier than it should. It also causes throttling, so a hot machine presents as a performance complaint.
2. What does humidity that is too low cause?
Select one
Show answer
A. Too high brings condensation and corrosion instead, which is why the target is a band rather than a minimum. Equipment brought in from the cold should reach room temperature before being powered on.
3. Why should a domestic vacuum cleaner not be used to clean a machine?
Select one
Show answer
B. Compressed air and anti-static tools are the correct approach, used outdoors or with extraction. Spilled toner has its own rule and needs a toner-rated vacuum or a damp cloth.
7 more questions on this objective are part of the full course.
Hands-on labs
Part of the free CompTIA A+ Core 2 220-1202 course — 50 lessons and 62 hands-on labs.
This is an independent study companion for CompTIA A+ Core 2 220-1202 and is not produced by or endorsed by CompTIA.