Learning Library

← Back to Library

Edge Computing: Data, Devices, and Networks

Key Points

  • Edge computing means locating processing workloads as close as possible to where data is generated and actions are taken, rather than relying solely on centralized clouds.
  • The raw data actually originates from human interactions and the equipment we use, making the “edge” the true source of information.
  • Even when workloads run at the edge, aggregated analytics and trend analysis typically continue in a hybrid (private‑or‑public) cloud environment.
  • Network providers are turning their infrastructure into “network edge” platforms, leveraging 5G to deliver compute capabilities directly to factories, warehouses, retail stores, banks, hotels, and other on‑premise sites.
  • There are two main edge computing forms: edge servers—dedicated IT hardware like racks or industrial PCs—and edge devices—originally purpose‑built machines (e.g., robots, turbines, vehicles) that now embed compute power and evolve from traditional IoT devices.

Full Transcript

# Edge Computing: Data, Devices, and Networks **Source:** [https://www.youtube.com/watch?v=cEOUeItHDdo](https://www.youtube.com/watch?v=cEOUeItHDdo) **Duration:** 00:10:37 ## Summary - Edge computing means locating processing workloads as close as possible to where data is generated and actions are taken, rather than relying solely on centralized clouds. - The raw data actually originates from human interactions and the equipment we use, making the “edge” the true source of information. - Even when workloads run at the edge, aggregated analytics and trend analysis typically continue in a hybrid (private‑or‑public) cloud environment. - Network providers are turning their infrastructure into “network edge” platforms, leveraging 5G to deliver compute capabilities directly to factories, warehouses, retail stores, banks, hotels, and other on‑premise sites. - There are two main edge computing forms: edge servers—dedicated IT hardware like racks or industrial PCs—and edge devices—originally purpose‑built machines (e.g., robots, turbines, vehicles) that now embed compute power and evolve from traditional IoT devices. ## Sections - [00:00:00](https://www.youtube.com/watch?v=cEOUeItHDdo&t=0s) **Defining Edge Computing and Data Origins** - The speaker explains edge computing as positioning workloads close to the human‑ and equipment‑generated data sources, outlines how that data eventually returns to hybrid clouds for analytics, and highlights network providers’ role in delivering compute at the network edge. ## Full Transcript
0:00what is edge computing we define edge 0:02computing as being about placing 0:05workloads as close to the edge to where 0:08the data is being created and where 0:09actions are being taken as possible so 0:12let's think about that for a little bit 0:13where does data come from we often think 0:15about data existing in the cloud where 0:18we might do analytics and AI activities 0:20that it processes that data but that's 0:23really not where the data originally was 0:26created the data is created really by us 0:28as human beings in our world in the 0:31varmints that we operate in the places 0:33where we do work it comes from us in our 0:36interactions with the equipment that we 0:38use as we're performing various tasks it 0:42comes from the equipment itself and it's 0:44produced as a byproduct of our use of 0:46that equipment so let's take this down a 0:49little bit further if we want to make 0:53use of the edge and we want a place 0:56workload there we have to start by 0:58thinking about what data ends up coming 1:00back to the cloud and when we talk about 1:02clouds let's talk about both private and 1:05public clouds and not distinguish those 1:08because frankly where we put that data 1:10where we end up processing that data for 1:13things like aggregate analytics trend 1:16analysis is still likely to occur in the 1:19cloud in the hybrid cloud now it turns 1:22out the network providers are also 1:25looking at the world of networking the 1:28facilities that they provide and how 1:30they can bring workloads into the 1:32network itself so we've been labeled at 1:34the network edge that's sort of how they 1:39refer to it themselves oftentimes you'll 1:42hear the term edge being used by the 1:45network providers as being about their 1:48own network 5g opens up the opportunity 1:51for us to communicate into the premises 1:55where work is performed on to the 1:58factory floor into the distribution 2:00centers into the warehouses into the 2:02retail stores into banks hotels you name 2:06it there is an opportunity for us to 2:08introduce compute capacity into those 2:11environments 2:12and communicate with that through 5-u 2:14networks now there's two kinds of edge 2:17computing capabilities that we often 2:19find in these environments one is what 2:21we call an edge server an edge server 2:27you can think of as basically a piece of 2:31IT equipment it could be a half rack of 2:33you know maybe four or eight blades it 2:36could be an industrial PC but it's a 2:38piece of equipment that was built for 2:40the purpose of computing IT workloads 2:44now another place where we can perform 2:47work in the edge in the on-premise 2:49locations or in what we think of as edge 2:52devices an edge device is interesting 2:58because what it is first and foremost is 3:00a piece of equipment that was built for 3:03some purpose it could be an assembly 3:07machine it could be a turbine engine it 3:09could be a robot it could be a car they 3:11were built first and foremost to perform 3:13those functions they just so happened to 3:16have compute capacity on it and in fact 3:18what we've seen over the last few years 3:20is that many of the pieces of equipment 3:22that we had before that we referred to 3:24as IOT devices now have grown up and 3:28we've seen the addition of a more and 3:31more compute capacity on these devices a 3:33car let's take a car for example the 3:36average car today 3:37has 50 CPUs on it almost all new 3:41industrial equipment have compute 3:44capacity built into that equipment and 3:46the thing is that these computers are 3:47being opened up they oftentimes run 3:49Linux they have the ability for us to 3:52deploy containerize workloads onto these 3:55devices which means that now that 3:57becomes a place where we can do work 3:59that we couldn't do before let's say for 4:02example you've got a video camera built 4:04into an assembly machine an assembly 4:07machine that's making parts maybe it's 4:10making metal boxes of some sort you can 4:13put a camera on that you can put 4:14analytic on that camera that now looks 4:17at the quality that that machine is 4:19producing now it's very common that a 4:22lot of these operating environments also 4:24have edge 4:25servers again remember these things are 4:27pieces of IT equipment so it might be a 4:30half rack sitting on a factory floor 4:32that is today being used to model the 4:36production processes or to monitor for 4:40production optimization and whether the 4:42production is being performed as 4:43efficiently and as with as much yield as 4:46we want the same thing may occur in a 4:49distribution center managing all of the 4:51conveyor belts and all the stackers and 4:53the sorters and the things that are used 4:55in a distribution center so these are 4:57places where work can be performed and 5:00servers on the other hand being pieces 5:02of IT equipment oftentimes are much 5:04bigger so it's common that if we're 5:07going to have a containerized workload 5:08that we're trying to manage into these 5:09spaces that will run that container on a 5:12docker run time without the benefit that 5:16kubernetes brings to the table 5:18whereas an image server nothing that we 5:20have the capacity to rent kubernetes but 5:23more importantly we have the need the 5:24need to get elastic scale and high 5:27availability and continuous availability 5:28out of the workloads that are ployed on 5:30these edge servers because frankly 5:31they're being used on behalf of many are 5:34these edge devices so with that in mind 5:39we can start to think about what happens 5:42in these environments and how do we 5:44manage these environments how do we make 5:46sure the right workloads are placed in 5:48the right place at the right time first 5:50of all we think about what we've done in 5:52the cloud we know that in the cloud is 5:55important to build workloads as 5:58containers this is something that we 6:02have developed for scaling and 6:04efficiency and consistency that almost 6:07all of the public cloud providers and 6:09certainly most of the private cloud 6:11suppliers now enable with kubernetes 6:14running in the cloud we can take that 6:17same concept we can use it to package 6:19the workloads and manage distribution 6:22out into these edge computing scenarios 6:26secondly because these things are often 6:29built for use in hybrid cloud scenarios 6:32where we have built hybrid cloud 6:34management we can begin to reuse those 6:37concepts as a taking 6:39for handling the distribution of those 6:42containers into these edge locations but 6:46there's several problems one of them is 6:48just think about the volumes the numbers 6:52of devices out there we estimate there's 6:54about 15 billion edge devices in the 6:57marketplace today and that that grows to 7:00about 55 billion by 2022 and there's 7:03some estimates that will grow to about 7:04150 billion by 2025 if that's true that 7:09means that every enterprise out there 7:11will have literally tens of thousands 7:13hundreds of thousands maybe even 7:14millions of devices that they have to 7:16manage from their central operations we 7:21have to have management techniques that 7:23are able to distribute we're closed into 7:25these places at massive scale 7:27without requiring individual 7:30administrators going out and assigning 7:32those workloads to individual devices we 7:35also have an issue of diversity these 7:38devices come in many different forms 7:40they have different purposes they have 7:42different utility they make different 7:44assumptions about their footprint but 7:47also what operating system they use what 7:50kinds of work they're going to perform 7:51on these devices 7:52finally security is an issue in these 7:56environments these devices out here on 7:58the edge exist outside the boundaries of 8:01the IT data center they don't have the 8:05protections that we typically associate 8:07with the hybrid cloud environments 8:09physical protection the uniformity the 8:13consistencies that we look for typically 8:15when we certify a security in these 8:17kinds of environments we have to now 8:19think about how do we ensure that 8:22workloads don't get tampered with when 8:25they're deployed out to these systems 8:26how do we make sure the machine itself 8:27if it does get tampered with it's 8:30something that we can detect and respond 8:32to remediate we have to make sure that 8:35the data that we associate with these 8:37workloads is properly protected not only 8:40from the fact that this data may be 8:42moved back into the network through the 8:45network and into the cloud but also 8:47because on the move in itself represents 8:52a point of village 8:53vulnerability if we can move the 8:55workloads to the edge and avoid have to 8:58move sensitive data back to other 9:01locations then we actually reduce the 9:04potential for people to find attacks on 9:06that data so all these things together 9:09are the things that will on the one hand 9:12inhibit the use of edge computing but on 9:16the other hand become an opportunity and 9:18opportunity for vendors to introduce 9:20management controls that are able to 9:22handle that diversity and the dynamism 9:24the ability to protect data in the right 9:28places or at the right time and finally 9:30to build an ecosystem which of course is 9:33just as important as everything else so 9:35just to wrap this all up it is important 9:39that we acknowledge that the edge 9:41computing world is growing this is going 9:44to grow rapidly it will have as much 9:46impact in the world of enterprise 9:48computing as mobile phones did in the 9:51world of consumer computing can be think 9:54about the changes that have occurred as 9:55a consequence of the mobile phones 9:57you're going to see as much change occur 10:00in enterprise computing as a consequence 10:02of edge computing that we saw over the 10:05last 10 years with mobile computing so 10:07this is a world that's growing this is a 10:10world that has lots of interesting 10:12complexity to it but where if we can 10:15solve these issues how will yield an 10:18enormous amount of value to our 10:20customers thank you for watching this 10:22video on edge computing if you liked it 10:25like and subscribe it and we'll bring 10:26you more 10:35you