technologybriefs
9:20in productionCh. 1 · What It Is/ 9:20 · ceiling 15 min
Systems · Security

Cloudflare

2009

Cloudflare doesn’t secure the internet—it outsources security to the edge, where lava lamps stand in for trust.

Cloudflare is a reverse-proxy infrastructure service founded in 2009. It improves web performance and blocks DDoS attacks by sitting between users and origin servers. Its global network serves ~21.3% of websites as of January 2026. It uses physical entropy sources—including lava lamps in San Francisco—for cryptographic randomness. It had 162,086 paying customers in Q4 2022. It went public in 2019.

Chapters & takeaways5
  1. 1:01
    What It Is

    Cloudflare is a reverse-proxy infrastructure layer—not a product, platform, or protocol—but a persistent middleman between users and servers.

  2. 1:55
    How It Works

    It works by rerouting all HTTP(S) traffic through its global network before forwarding clean requests to the origin.

  3. 2:58
    Scale and Adoption

    By January 2026, it served ~21.3% of websites; in Q4 2022, it had 162,086 paying customers.

  4. 4:46
    Entropy on the Wall

    Since at least 2017, Cloudflare has used lava lamps in San Francisco as one physical entropy source for encryption keys.

  5. 5:55
    From Startup to Stock

    It went public on the NYSE in 2019 under ticker NET—marking the moment infrastructure became a traded commodity.

Worth your time?

Yes. Study the whole thing.

4/ 5
What works
  • reliably absorbs volumetric DDoS attacks
  • reduces latency for cached assets via anycast routing
  • provides ICANN-accredited domain registration
  • uses verifiable physical entropy for key generation
What does not
  • eliminate the need for origin server hardening
  • prevent all zero-day application-layer attacks
  • provide custom SSL certificates on its free tier
  • offer advanced bot management on its free tier
Study it if
  • web developers who need plug-and-play DDoS mitigation
  • small businesses lacking dedicated security staff
  • teams deploying static sites or JAMstack applications
Skip it if
  • organisations requiring FIPS 140-2 or Common Criteria certified key management
  • developers needing deterministic, auditable edge compute environments
  • teams operating in highly regulated sectors without explicit Cloudflare compliance attestations
The written brief1 min read

What it is and the problem it solves

Cloudflare is an internet infrastructure company founded in 2009. It solves the problem of fragmented, expensive, and operationally heavy web security and delivery by bundling CDN, DDoS mitigation, and cloud security into a single reverse-proxy service.

How it works

Cloudflare acts as a reverse proxy between website visitors and origin servers. It intercepts all traffic before it reaches the customer’s hosting provider. It routes requests through its global network of data centres to cache content, filter malicious traffic, and apply security rules.

What works

Its reverse-proxy architecture reliably absorbs volumetric DDoS attacks. Its global anycast network reduces latency for cached assets. Its domain registration service is ICANN-accredited. Its lava lamp wall in San Francisco provides a verifiable, non-deterministic entropy source for key generation.

What does not

Cloudflare does not eliminate the need for origin server hardening. It does not prevent all zero-day application-layer attacks. Its free tier lacks custom SSL certificates, advanced bot management, and detailed forensic logs. Its entropy sources—lava lamps, pendulums, Geiger counters—are physical curiosities, not performance-critical components.

What it changes

Cloudflare shifts security and performance responsibility from the origin server to the edge. It normalises the expectation that every public-facing web property should have baseline DDoS protection and TLS termination. It makes cryptographic randomness visibly tangible—but not meaningfully more secure than cryptographically sound software RNGs.

Is it worth your time

Yes—if you run a website or web application and need scalable DDoS mitigation, basic WAF rules, or CDN acceleration without managing infrastructure. No—if you require fine-grained control over edge logic, low-latency real-time routing, or compliance-certified key management beyond what Cloudflare offers out of the box.

Same field · Systems4 of 177
9:36
Apache ActiveMQ2006ActiveMQ is a Java-based open source message broker implementing JMS 1.1. It enables asynchronous communication across Java and cross-language clients. It supports clustering, multiple persistence options, and several protocols. It originated in 2004 at LogicBlaze, moved to Apache in 2007, and later expanded to include Artemis—a next-generation broker donated in 2015. It is used in enterprise service buses and SOA infrastructure.
10:28
Unmanned surface vehicleUSVs are operational—but not systemic. They deliver real results in niche applications. They lack standardisation, interoperability, and regulatory grounding. Their value lies in removing humans from risk—not in replacing captains with code.
10:32
Self-driving truckSelf-driving trucks are a systems-level adaptation of autonomous technology to freight logistics. They rely on multi-sensor fusion and AI navigation, but their real-world deployment is bounded—not by capability, but by self-imposed safety thresholds and infrastructural control. Kodiak’s December 2024 launch on private lease roads is the first commercial driverless operation in the U.S., yet no autonomous truck has hauled freight without a human on public highways. What works is geofenced, industrial, or military convoy logic—not open-road autonomy.
10:35
China Mobile1997China Mobile is a state-owned telecommunications company formed in 1997. It delivers mobile voice and multimedia services across mainland China and Hong Kong. It is the largest wireless carrier in China, with 945.50 million subscribers as of June 2021. It is listed on the Shanghai and Hong Kong stock exchanges. It is the world's largest mobile network operator by subscriber count and largest telecom company by revenue. Its market value stood at US$240 billion as of 8 July 2025. It originated from the 1999 break-up of China Telecommunications Corporation. In May 2008, it acquired China Tietong to add fixed-line and broadband Internet services.
Up next in Technology

Computer numerical control

· 8:58

CNC did not make factories smart—it made them scriptable.

8:58