Just out todayAI agents & MCP: What a 49.1% attack rate does not tell youCybersecurity: The MCP scanner number that should worry youSpace tech: Sell insurers a one-page orbit crowding score

Explainer/Edge computing

What is edge computing?

Edge computing puts the thinking next to the data instead of in a far-off data centre. Learn how it works, what it is good at, what it is bad at, and how to spot it.

The short answer

Edge computing means doing the computing work close to where the data is made, on or beside the device itself, instead of sending everything to a distant data centre. Because the data travels a short way, the answer comes back in milliseconds, the network bill falls, and the system keeps working when the internet link drops.

Grade 5 reading level5 min read

Think of the kiosk at the end of your street. It sells bread, milk and airtime. The big supermarket across town holds far more stock. But the kiosk is close. You are there and back in two minutes.

Computers face the same choice every second. Some work is sent far away, to a large data centre. Some work is done right where it starts, on the machine in your hand or in the room next door. Doing the work close to where the data is made is called edge computing.

The word “edge” means the outer rim of a network. Your phone sits at the edge. A camera at a factory gate sits at the edge. A small computer in a shop back room sits at the edge. The middle is the data centre. The edge is everything near you.

What edge computing actually means

Edge computing means running software near the source of the data. The data does not have to travel to a distant server first. The edge can be the device itself. It can also be a small server in the same building. It can be a box at the foot of a phone mast.

Why does distance matter so much? Because data moves at a fixed speed. Light in a glass fibre travels at about two thirds of the speed of light in empty space. A trip to another continent and back often costs more than a tenth of a second. Then the server has to think, and the wait grows again.

Stop on the word “near”. Near does not have to mean the same room. It means fewer hops, less cable and a shorter wait.

How it works, step by step

Most edge systems follow the same five steps.

  1. A sensor or a camera makes some raw data.
  2. A small computer beside it reads that data at once.
  3. The computer sorts the data. Most of it does not matter.
  4. It acts on the part that does matter, right there. It opens a gate, sounds an alarm or stops a motor.
  5. It sends a short summary onward to the cloud. Not the whole video. Only the part worth keeping.

Step four is the whole point. The answer comes from a machine a few metres away. Step five is the saving. You pay to move a summary instead of a flood.

What it is good at

Edge computing is good at four things.

The first is speed. A reply that never leaves the building comes back in a few milliseconds. That is fast enough to stop a blade before a hand reaches it.

The second is cost. Video is heavy. Sending every frame over a mobile link is dear. Sending the words “person at gate, 14:05” costs almost nothing.

The third is working offline. The link will drop. It always does. A device that thinks for itself keeps working while the link is down, then catches up later.

The fourth is privacy. Faces and voices can be turned into a plain result on the device, and the raw footage can stay there. What never leaves cannot leak.

What it is bad at

An edge device is small. It has less memory and less power than a rack of servers. Large models will not fit. Heavy number work still belongs in a data centre.

Updates are harder too. One server is easy to patch. Two thousand boxes on two thousand rooftops are not. Every one of them needs a safe way to take new software and to roll back a bad update.

There is also the weather, the dust and the thief. A data centre is locked, cooled and guarded. A box on a pole is none of those things.

And an edge device sees only its own corner. It cannot spot a pattern across a whole country. That view still needs a central system.

Where you already meet it

You meet edge computing many times a day without naming it.

Your phone opens when it sees your face, and it checks that face on the phone itself. A car brakes before the driver reacts. A card machine approves a small payment while the line is slow. A lift decides which floor to serve next. A shop fridge notices its own temperature rising and calls for help.

Most of these machines are also part of the Internet of Things. The two ideas travel together. Things that sense need somewhere close by to think.

How to tell edge from cloud

There is one quick test. Ask where the answer comes from when the internet is down.

If the machine still gives you an answer, the work is happening at the edge. If it shows a spinning circle and waits, the work is happening in the cloud.

Neither one is better in general. They do different jobs. Almost every real system mixes them. The device handles the split second. The data centre handles the long view, the history and the training.

What is coming next

Three things are pushing the edge forward.

Models are getting smaller. A field known as TinyML now fits useful models onto chips that cost a few dollars and run on a battery for months.

Networks are moving compute closer. Mobile operators are putting small servers at their own masts, so an answer never has to reach a far city.

And factories are feeding live edge data into a digital twin, a running model of the real plant. The edge supplies the facts. The twin supplies the thinking.

What to check first

Pick one system you rely on. A camera, a till, a meter, a machine on a line. Turn off its internet link for ten minutes and watch what happens.

What still works is already at the edge. What stops is in the cloud. Now ask one question about each thing that stopped. Does it really need to be far away? Where the honest answer is no, you have found your first candidate to move closer.

Just Out Tech explains new research in plain language. This article was drafted with AI assistance and checked by a human against the original source.

What to remember
  • Edge computing runs software next to the data source, so the answer arrives in milliseconds instead of after a round trip to a distant data centre.
  • Edge computing saves money mainly by sending short summaries over the network instead of raw video and raw sensor readings.
  • Edge devices are small and hard to update, so most real systems pair edge computing with a cloud service that handles history, training and the wider view.

Questions people ask

Is edge computing the same as the cloud?

No. The cloud does the work in a large data centre that may be on another continent. Edge computing does the work on or near the device that made the data. Most real systems use both, with the edge handling the fast decisions and the cloud handling storage and training.

Do I need special hardware for edge computing?

Often you do not. A phone, a modern camera, a router or a small industrial computer can all act as an edge device. What matters is that the machine can run your software near the data and survive where you put it. Heat, dust and power cuts decide more designs than chip speed does.

Does edge computing work without the internet?

Yes, for the part that runs locally. An edge device can sense, decide and act with no connection at all. It only needs a link to send summaries onward or to receive new software, and it can store those messages until the link returns.

Is edge computing more secure?

It can be, because raw data such as video or voice never has to leave the site. That reduces what can be stolen in transit or from a central store. But you now have many small computers in public places, so physical theft and missed software updates become the bigger worry.

About the author

Mark Alex

Mark Alex is the founder and Managing Director of Real Biz Digital, a technology company operating out of Nairobi since 2018. He works in agentic AI and the Model Context Protocol, AI governance, enterprise software architecture and cybersecurity. He holds an MSc in Mechatronical Engineering from Obuda University in Budapest and a BSc in IT, Forensic Technology and Cybercrime, from USIU-Africa in Nairobi, and has published IEEE conference research on an AI-powered digital twin for greenhouse systems. He is the author of seven books. Between 2020 and 2024 he mentored more than 200 university students and interns in Nairobi. He writes every Just Out Tech article from the original research paper.