탄소 발자국 (Carbon Footprint)
인간의 활동으로 인해 발생하는 온실가스의 총량으로, 이산화탄소 환산량(CO2e)으로 측정됩니다.
정확한 탄소 발자국을 계산하기 위해 기업들은 원자재 추출부터 폐기까지를 추적하는 전과정 평가(LCA)를 사용합니다. 소프트웨어 엔지니어링에서는 코드를 최적화하여 CPU 주기를 줄이는 것이 데이터 센터의 스코프 2 배출량을 직접적으로 낮추는 방법입니다.
graph LR
Center["탄소 발자국 (Carbon Footprint)"]:::main
Rel_proof_of_work_pow["proof-of-work-pow"]:::related -.-> Center
click Rel_proof_of_work_pow "/terms/proof-of-work-pow"
Rel_renewable_energy["renewable-energy"]:::related -.-> Center
click Rel_renewable_energy "/terms/renewable-energy"
Rel_energy_efficiency["energy-efficiency"]:::related -.-> Center
click Rel_energy_efficiency "/terms/energy-efficiency"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5살도 이해할 수 있게 설명
컴퓨터를 켜거나 자동차를 탈 때마다 하늘로 눈에 보이지 않는 작은 연기가 뿜어져 나온다고 상상해 보세요. '탄소 발자국'은 1년 동안 그 연기 구름이 얼마나 커졌는지 정확하게 측정하는 방법입니다.
🤓 Expert Deep Dive
GHG 프로토콜은 배출량을 3개의 스코프(Scope)로 분류합니다. 비트코인과 같은 작업 증명(PoW) 네트워크는 전력 소비로 인해 엄청난 스코프 2 배출량을 생성합니다. 반면 지분 증명(PoS)으로 전환하면 에너지 소비를 99% 이상 줄일 수 있습니다. 종종 간과되는 것은 ASIC 채굴기의 짧은 수명으로 인해 발생하는 막대한 전자 폐기물(e-waste)과 스코프 3에 해당하는 내재 탄소입니다.
❓ 자주 묻는 질문
Does a carbon footprint only measure carbon dioxide (CO2)?
No. It measures all greenhouse gases, including methane (CH4) and nitrous oxide (N2O). They are converted into a standard unit called 'CO2 equivalent' (CO2e) so they can be easily compared.
Why do blockchains like Bitcoin have such a large carbon footprint?
Bitcoin uses a system called 'Proof of Work' to secure its network. This requires specialized computers (miners) to run constantly, using massive amounts of electricity. If that electricity comes from fossil fuels, the carbon footprint is very high.
What is 'embodied carbon'?
Embodied carbon refers to the greenhouse gas emissions created when a product is manufactured and transported, before it is even turned on. For a laptop, a huge portion of its lifetime carbon footprint comes just from building the microchips.