Seventy-five
Full transcript (Instant)

What is edge computing? | Benefits of the edge | Cloudflare

Seventy-five billion IoT devices will soon flood the internet with raw data — and the cloud can't drink from that firehose. Edge computing moves the thinking to where the data is born, killing latency

cloudflare.com

Gist

1.

Edge computing isn't just a technical optimization; it's a fundamental shift that moves processing power from distant cloud data centers to the devices and local networks closest to the user, slashing latency and bandwidth costs while unlocking real-time functionality for everything from self-driving cars to smart toasters.

Logic

2.

Traditional cloud computing creates unavoidable latency and bandwidth bottlenecks

  • Centralized cloud services, while flexible, host data centers potentially thousands of miles from end-users
  • Every interaction requires data to travel long distances, introducing delays (latency) and consuming significant network capacity (bandwidth)
  • This model becomes unsustainable as 75 billion IoT devices are predicted by 2025, each demanding constant communication.

3.

Edge computing brings processing power directly to the data source, eliminating distance

  • Instead of sending raw data to the cloud for processing, computation occurs on local devices (like an IoT camera's internal computer) or nearby edge servers
  • This drastically reduces the physical distance data must travel, minimizing communication delays and the amount of data sent over long-haul networks
  • The "edge" is a flexible concept, encompassing everything from a user's computer to a local router or a geographically distributed edge server network like Cloudflare's 330 locations.

4.

Decentralized processing unlocks real-time functionality and massive cost savings

  • By processing data locally, applications can react instantly, crucial for self-driving cars, medical monitors, and interactive video conferencing
  • The example of motion-detecting cameras shows a 90% reduction in bandwidth by processing video on the camera itself, sending only relevant clips to the cloud
  • This shift not only improves performance but also significantly cuts bandwidth and cloud server resource costs, making large-scale IoT deployments economically viable.

Counter-Argument

5.

Distributing compute to the edge introduces significant security and hardware challenges

  • More "smart" devices and local servers at the edge create a vastly expanded attack surface, offering new entry points for malicious actors
  • Running complex algorithms locally demands more sophisticated and expensive hardware in individual devices, increasing upfront costs and maintenance complexity
  • Managing and securing a highly distributed network of diverse edge devices is inherently more complex than a centralized cloud environment.

Steelman

6.

The benefits of edge computing outweigh its challenges, driven by economic and functional imperatives

  • While security and hardware are valid concerns, the plummeting cost of hardware and the emergence of robust edge server networks (like Cloudflare Workers) mitigate these drawbacks
  • The ability to unlock real-time functionality, reduce operational costs, and enable new applications (e.g., AI at the device level) creates an irresistible economic and competitive advantage
  • Edge computing isn't just an option; it's a necessity for scaling the internet to accommodate the explosion of IoT and AI, making the investment in security and hardware a non-negotiable cost of progress.

Original

Continue Reading

Full transcript (Deep)

What is edge computing? | Benefits of the edge | Cloudflare

Seventy-five billion IoT devices will soon flood the internet with raw data — and the cloud can't drink from that firehose. Edge computing moves the thinking to where the data is born, killing latency

cloudflare.com

Gist

1.

Seventy-five billion IoT devices will soon flood the internet with raw data — and the cloud can't drink from that firehose. Edge computing moves the thinking to where the data is born, killing latency and bandwidth costs before they start. Your architecture either adapts or drowns.

Logic

2.

Computing keeps swinging between centralized and local — edge is the latest arc

  • Mainframes centralized everything in one room; personal computers scattered it to every desk; cloud re-centralized it in vendor data centers accessible over the Internet
  • Cloud introduced a new problem: distance. Every request travels to a server that "can be very far from the devices they communicate with," adding latency that compounds at scale
  • Edge computing retains cloud's centralized management while relocating the actual computation to the network's perimeter — the user's device, an IoT processor, or a nearby edge server

3.

Local processing slashes bandwidth by sending only what matters

  • Dozens of HD security cameras streaming raw video to a cloud server create "a constant and significant strain on the building's Internet infrastructure" — gigabytes of footage, most of it empty hallways
  • Move motion detection onto each camera's onboard processor, and only clips with activity travel to the cloud — a bandwidth reduction measured in orders of magnitude, not percentages
  • The cloud server, freed from processing every frame, can now handle more cameras without overloading — the same infrastructure scales further

4.

Milliseconds matter when the stakes are life or death

  • Self-driving cars must react to a child in the road without a 200-millisecond round trip to a distant server — edge processing makes decisions locally, in real time
  • Medical monitoring devices that wait for cloud instructions risk the patient; on-device computation eliminates that dependency entirely
  • Even mundane applications feel the drag: two coworkers in the same office sending instant messages watch each word route "across the globe" and back before it appears on screen

5.

75 billion devices make edge computing an economic inevitability

  • Statista projects over 75 billion IoT devices installed worldwide by 2025 — smart cameras, thermostats, printers, and sensors generating continuous data streams
  • Bandwidth and cloud resources "are finite and cost money"; centralizing computation for billions of chatty devices would require data-center capacity that doesn't exist at any sane price
  • Edge also unlocks new capability: real-time data analysis at the source, which cloud latency made impossible — companies gain functionality, not just savings

Counter-Argument

6.

75 billion new devices means 75 billion new doors for attackers

  • The article concedes edge computing "can increase attack vectors" — then buries the admission in two sentences against a page of benefits. Every IoT camera running onboard code is a computer that can be compromised, and patching thousands of distributed devices is exponentially harder than securing one cloud data center
  • The same Statista projection used to justify edge computing — 75 billion devices — is also the scale of the security problem. Attack surface doesn't grow linearly with device count; it grows combinatorially, because every device-to-device and device-to-cloud connection is a potential entry point
  • The source is a Cloudflare marketing page that ends by recommending its own product as the fix. The entire cost-benefit framing — drawbacks are "manageable," just use our edge servers — serves a company that sells edge infrastructure. Strip the vendor incentive, and the security tradeoff looks far less tidy

Steelman

7.

Compute has always migrated toward data — cloud was the detour, not the destination

  • Both the original argument and the counter-argument share a hidden assumption: that centralized cloud is the natural default and edge is the risky departure. History says the opposite — mainframes gave way to PCs precisely because local processing was faster and cheaper, and cloud only won when the Internet made remote access convenient enough to tolerate the latency tax
  • Every prior computing shift followed the same gravitational law: processing power moves to where data is generated, not the reverse. Factories put controllers on the shop floor. Smartphones run apps locally. The 75 billion IoT devices aren't an argument for edge — they're proof the migration is already happening, with or without a vendor's permission
  • The real stakes aren't latency savings or security headaches — they're architectural. The question is whether the next decade's infrastructure assumes data travels to computation, or computation travels to data. Get that wrong, and you're building for a topology that physics has already rejected

Original

Continue Reading

Transcript

What is edge computing? | Benefits of the edge | Cloudflare

Seventy-five billion IoT devices will soon flood the internet with raw data — and the cloud can't drink from that firehose. Edge computing moves the thinking to where the data is born, killing latency

cloudflare.com

Gist

1.

Seventy-five billion IoT devices will soon flood the internet with raw data — and the cloud can't drink from that firehose. Edge computing moves the thinking to where the data is born, killing latency and bandwidth costs before they start. Your architecture either adapts or drowns.

Logic

2.

Computing keeps swinging between centralized and local — edge is the latest arc

  • Mainframes centralized everything in one room; personal computers scattered it to every desk; cloud re-centralized it in vendor data centers accessible over the Internet
  • Cloud introduced a new problem: distance. Every request travels to a server that "can be very far from the devices they communicate with," adding latency that compounds at scale
  • Edge computing retains cloud's centralized management while relocating the actual computation to the network's perimeter — the user's device, an IoT processor, or a nearby edge server

3.

Local processing slashes bandwidth by sending only what matters

  • Dozens of HD security cameras streaming raw video to a cloud server create "a constant and significant strain on the building's Internet infrastructure" — gigabytes of footage, most of it empty hallways
  • Move motion detection onto each camera's onboard processor, and only clips with activity travel to the cloud — a bandwidth reduction measured in orders of magnitude, not percentages
  • The cloud server, freed from processing every frame, can now handle more cameras without overloading — the same infrastructure scales further

4.

Milliseconds matter when the stakes are life or death

  • Self-driving cars must react to a child in the road without a 200-millisecond round trip to a distant server — edge processing makes decisions locally, in real time
  • Medical monitoring devices that wait for cloud instructions risk the patient; on-device computation eliminates that dependency entirely
  • Even mundane applications feel the drag: two coworkers in the same office sending instant messages watch each word route "across the globe" and back before it appears on screen

5.

75 billion devices make edge computing an economic inevitability

  • Statista projects over 75 billion IoT devices installed worldwide by 2025 — smart cameras, thermostats, printers, and sensors generating continuous data streams
  • Bandwidth and cloud resources "are finite and cost money"; centralizing computation for billions of chatty devices would require data-center capacity that doesn't exist at any sane price
  • Edge also unlocks new capability: real-time data analysis at the source, which cloud latency made impossible — companies gain functionality, not just savings

Counter-Argument

6.

75 billion new devices means 75 billion new doors for attackers

  • The article concedes edge computing "can increase attack vectors" — then buries the admission in two sentences against a page of benefits. Every IoT camera running onboard code is a computer that can be compromised, and patching thousands of distributed devices is exponentially harder than securing one cloud data center
  • The same Statista projection used to justify edge computing — 75 billion devices — is also the scale of the security problem. Attack surface doesn't grow linearly with device count; it grows combinatorially, because every device-to-device and device-to-cloud connection is a potential entry point
  • The source is a Cloudflare marketing page that ends by recommending its own product as the fix. The entire cost-benefit framing — drawbacks are "manageable," just use our edge servers — serves a company that sells edge infrastructure. Strip the vendor incentive, and the security tradeoff looks far less tidy

Steelman

7.

Compute has always migrated toward data — cloud was the detour, not the destination

  • Both the original argument and the counter-argument share a hidden assumption: that centralized cloud is the natural default and edge is the risky departure. History says the opposite — mainframes gave way to PCs precisely because local processing was faster and cheaper, and cloud only won when the Internet made remote access convenient enough to tolerate the latency tax
  • Every prior computing shift followed the same gravitational law: processing power moves to where data is generated, not the reverse. Factories put controllers on the shop floor. Smartphones run apps locally. The 75 billion IoT devices aren't an argument for edge — they're proof the migration is already happening, with or without a vendor's permission
  • The real stakes aren't latency savings or security headaches — they're architectural. The question is whether the next decade's infrastructure assumes data travels to computation, or computation travels to data. Get that wrong, and you're building for a topology that physics has already rejected

Original

Continue Reading