GDC Hackathon Console
Independent preparation workspace

Google Data Center Hardware Hackathon 2026

One focused place to learn server hardware, networking, Linux, troubleshooting, automation, data center operations, and competition-style problem solving.

26 Sep 2026ThailandHardware + SystemsBeginner → Competition
Current focusModule 01 · Data Center FundamentalsBuild the whole-system mental model first.
Training ruleLearn → Test → FixEvery topic ends in practice.
Primary goalFast diagnosisThink in layers, not guesses.
1 of 10 modules startedProgress saved in this browser
How to use this console

Simple study loop

Keep it practical. Learn the idea, test yourself, then use it in a fault scenario.

01 · LEARNUnderstand the system

Short explanations with correct technical terms.

02 · CHECKAnswer quick questions

Confirm you actually understand the topic.

03 · APPLYSolve a mini challenge

Use the knowledge in a realistic problem.

04 · REVIEWSearch key terms

Use the sidebar search for fast revision.

Preparation roadmap

10-module learning path

The early modules create the foundation for the later timed troubleshooting exercises.

01

Data Center Fundamentals

Servers, racks, power, cooling, network, redundancy.

Current
02

Server Hardware

CPU, RAM, storage, NIC, PSU, BIOS/UEFI and failures.

Next
03

Networking

IP, subnet, gateway, MAC, ARP, DNS, DHCP, switching.

Planned
04

Linux

Shell, files, processes, services, network commands and logs.

Planned
05

Troubleshooting

Diagnose faults layer by layer instead of guessing.

Planned
06

Bash & Automation

Variables, loops, conditions and basic infrastructure checks.

Planned
07

Services & Security

SSH, HTTP, ports, firewall basics, users and permissions.

Planned
08

Data Center Operations

Cabling, power, cooling, ESD safety and hardware replacement.

Planned
09

Team Challenges

Task division, communication, speed and incident notes.

Planned
10

Mock Hackathon

Timed multi-fault scenarios with hints and revealable solutions.

Final stage
Module 01 · Start here

Data Center Fundamentals

Goal: understand what a data center is, what a server does, and how the major systems depend on each other.

1. What is a data center?

A data center is a facility that contains large numbers of computers called servers, plus the networking, power, cooling, and physical infrastructure required to keep those systems running.

Beginner version

A data center is a building full of powerful computers that run websites, apps, cloud services, storage, AI systems, and other online services.

2. What is a server?

A server is a computer that provides a service or resource to other computers over a network. It can host a website, store files, run a database, or process application requests.

Remember

A server is still a computer. It has a CPU, RAM, storage, motherboard, power supply, and network interfaces. Its design and job are what make it a server.

3. How does a user reach a server?

A simplified path looks like this:

UserInternetRouterSwitchServer

Real data centers are much more complex, but this path gives you a starting point for locating where a connectivity problem may exist.

4. What is a rack?

A rack is a standardized metal frame used to organize servers, switches, power equipment, and other hardware vertically. Equipment height is measured in rack units, written as U.

Example

A 1U server uses one rack unit of vertical space. A 2U server uses two rack units.

5. The five systems you should always think about

SystemPurposeExample failure
ComputeCPU and RAM process workloads.Bad RAM may prevent normal boot.
StorageStores the OS and data.A failed disk may cause boot or data problems.
NetworkConnects servers to other systems.Wrong IP or bad cable can remove connectivity.
PowerSupplies electricity to equipment.A failed PSU can shut a server down.
CoolingRemoves heat generated by equipment.High temperature can cause throttling or shutdown.

6. Why redundancy matters

Data centers try to avoid a single point of failure. Important systems may have duplicate power supplies, multiple network links, backup power, redundant switches, or multiple copies of data.

Key term

Redundancy means having an additional component or path so a service can continue when one component fails.

7. First troubleshooting mindset

Do not start with the most complicated explanation. Begin with basic layers and move upward.

PowerHardwareOperating SystemNetworkService

This becomes a full fault-isolation workflow later in Module 05.

Mini challenge 01

A website suddenly becomes unreachable

The server is physically installed in a rack. Name at least four major areas you would eventually consider while troubleshooting.

Reveal answer

Power, server hardware, operating system, network connection/configuration, and the web service/application are all valid areas. The goal is to isolate the failure systematically instead of guessing one cause.

Quick knowledge check

1. Which component connects a server to a network?

2. What does 1U describe?

3. Why is redundancy used?

Progress is stored in this browser.
Fast revision

Key terms

Use these as short exam-style definitions and quick reminders. You can also search them from the sidebar.

Operations

Data Center

A facility that houses computing systems and the power, cooling, networking, and physical infrastructure needed to operate them.

Hardware

Server

A computer that provides services or resources to other computers over a network.

Hardware

Rack

A standardized frame used to mount and organize servers and other data center equipment.

Hardware

NIC

Network Interface Card. Hardware that allows a computer or server to connect to a network.

Hardware

PSU

Power Supply Unit. Converts incoming electrical power into usable power for server components.

Network

Switch

A network device that connects devices within the same local network and forwards traffic to the correct destination.

Network

Router

A device that forwards traffic between different networks.

Operations

Redundancy

Using additional components or paths so a system can continue operating when one component fails.

Operations

Single Point of Failure

A component whose failure can stop the entire system or service because no backup path exists.

Operations

Cooling

The systems and airflow used to remove heat produced by servers and other equipment.

Hardware

Rack Unit (U)

A standard measurement of vertical rack space. 1U equals one unit of equipment height.

Operations

Troubleshooting

A systematic process of identifying, isolating, and fixing the cause of a technical problem.