Library

that almost all of the public cloud providers, and certainly most of the private cloud suppliers,
Video Player is loading.
 
Current Time 6:10
Duration 14:58
Loaded: 0.00%
 
x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:00

    What is edge computing?

  • 00:01

    We define edge computing as being about placing workloads as close to the edge,

  • 00:07

    to where the data's being created and where actions are being taken, as possible.

  • 00:12

    So, let's think about that for a little bit. Where does data come from?

  • 00:15

    We often think about data existing in the cloud, where we might do analytics and AI activities

  • 00:21

    that process that data, but that's really not where the data originally was created.

  • 00:26

    The data is created, really, by us as human beings, in our world,

  • 00:30

    in the environments that we operate, in the places where we do work.

  • 00:34

    It comes from us in our interactions with the equipment that we use as we're performing various tasks.

  • 00:41

    It comes from the equipment itself, and it's produced as a byproduct of our use of that equipment.

  • 00:47

    So, let's take this down a little bit further.

  • 00:51

    If we want to make use of the edge, and we want to place workload there,

  • 00:58

    we have to start by thinking about what data ends up coming back to the cloud.

  • 01:02

    And when we talk about clouds, let's talk about both private and public clouds,

  • 01:06

    and not distinguish those, because frankly, where we put that data,

  • 01:10

    where we end up processing that data for things like aggregate analytics, trend analysis,

  • 01:17

    is still likely to occur in the cloud, in the hybrid cloud.

  • 01:21

    Now, it turns out the network providers are also looking at the world of networking,

  • 01:28

    the facilities that they provide, and how they can bring workloads into the network itself.

  • 01:33

    So, we can label that the network edge. That's sort of how they refer to it themselves.

  • 01:41

    Oftentimes you'll hear the term edge being used by the network providers as being about their own network.

  • 01:49

    5G opens up the opportunity for us to communicate into the premises where work is performed,

  • 01:57

    onto the factory floor, into the distribution centers, into the warehouses, into the retail stores,

  • 02:03

    into banks, hotels, you name it, there is an opportunity for us to introduce

  • 02:09

    compute capacity into those environments and communicate with that through 5G networks.

  • 02:15

    Now, there's two kinds of edge computing capabilities that we often find in these environments.

  • 02:21

    One is what we call an edge server.

  • 02:25

    An edge server you can think of as basically a piece of IT equipment.

  • 02:32

    It could be a half rack of maybe four or eight blades, it could be an industrial PC,

  • 02:38

    but it's a piece of equipment that was built for the purpose of computing IT workloads.

  • 02:44

    Now, another place where we can perform work in the edge, in the on-premise locations,

  • 02:50

    are in what we think of as edge devices.

  • 02:55

    An edge device is interesting, because what it is, first and foremost,

  • 03:01

    is a piece of equipment that was built for some purpose.

  • 03:05

    It could be an assembly machine, it could be a turbine engine, it could be a robot, it could be a car.

  • 03:11

    They were built first and foremost to perform those functions.

  • 03:14

    They just so happened to have compute capacity on it,

  • 03:17

    and in fact, what we've seen over the last few years is that

  • 03:21

    many of the pieces of equipment that we had before, that we refer to as IoT devices,

  • 03:26

    now have grown up, and we've seen the addition of more and more compute capacity on these devices.

  • 03:33

    A car - let's take a car, for example. The average car today has 50 CPUs on it.

  • 03:39

    Almost all new industrial equipment have compute capacity built into that equipment.

  • 03:46

    And the thing is that these computers are being opened up. They oftentimes run Linux.

  • 03:50

    They have the ability for us to deploy containerized workloads onto these devices,

  • 03:56

    which means that now that becomes a place where we can do work that we couldn't do before.

  • 04:01

    Let's say, for example, you've got a video camera built into an assembly machine,

  • 04:06

    an assembly machine that's making parts. Maybe it's making metal boxes of some sort,

  • 04:12

    you can put a camera on that.

  • 04:14

    You can put an analytic on that camera that now looks at the quality that that machine is producing.

  • 04:20

    Now it's very common that a lot of these operating environments also have edge servers.

  • 04:26

    Again, remember these things are pieces of IT equipment,

  • 04:29

    so it might be a half rack sitting on a factory floor that is today being used to model the production processes

  • 04:38

    or to monitor for production optimization, and whether the production is being performed as efficiently,

  • 04:45

    and as with as much yield as we want.

  • 04:47

    The same thing may occur in a distribution center, managing all of the conveyor belts,

  • 04:52

    and all the stackers, and the sorters, and the things that are used in a distribution center.

  • 04:57

    So, these are places where work can be performed.

  • 05:00

    Edge servers, on the other hand, being pieces of IT equipment, oftentimes are much bigger.

  • 05:05

    So, it's common that if we're going to have a container on his workload

  • 05:08

    that we're trying to manage into these spaces, that we'll run that container on a Docker run time

  • 05:14

    without the benefit that Kubernetes brings to the table.

  • 05:18

    Whereas an edge server, not only do we have the capacity to run Kubernetes, but more importantly, we have the need,

  • 05:24

    the need to get elastic scale, and high availability, and continuous availability out of the workloads

  • 05:29

    that are deployed on these edge servers, because frankly,

  • 05:31

    they're being used on behalf of many of these edge devices.

  • 05:37

    So, with that in mind, we can start to think about what happens in these environments,

  • 05:43

    and how do we manage these environments?

  • 05:45

    How do we make sure the right workloads are placed in the right place at the right time?

  • 05:50

    First of all, we think about what we've done in the cloud.

  • 05:53

    We know that in the cloud it's important to build workloads as containers.

  • 05:59

    This is something that we have developed for scaling, and efficiency, and consistency,

  • 06:06

    that almost all of the public cloud providers, and certainly most of the private cloud suppliers,

  • 06:12

    now enable with Kubernetes running in the cloud.

  • 06:16

    We can take that same concept, and we can use it to package the workloads and manage

  • 06:21

    distribution out into a these edge computing scenarios.

  • 06:26

    Secondly, because these things are often built for use in hybrid cloud scenarios

  • 06:32

    where we have built hybrid cloud management, we can begin to reuse those concepts

  • 06:38

    as a technique for handling the distribution of those containers into these edge locations.

  • 06:45

    But there are several problems. One of them is just think about the volumes,

  • 06:51

    the numbers of devices out there.

  • 06:53

    We estimate there's about 15 billion edge devices in the marketplace today,

  • 06:58

    and that that grows to about 55 billion by 2022,

  • 07:02

    and there are some estimates that that will grow to about 150 billion by 2025.

  • 07:07

    But, if that's true, that means that every enterprise out there

  • 07:11

    will have literally tens of thousands, hundreds of thousands, maybe even millions of devices

  • 07:15

    that they have to manage from their central operations.

  • 07:20

    We have to have management techniques that are able to distribute workloads into these places

  • 07:26

    at massive scale without requiring individual administrators

  • 07:31

    going out and assigning those workloads to individual devices.

  • 07:34

    We also have an issue of diversity.

  • 07:37

    These devices come in many different forms.

  • 07:40

    They have different purposes, they have different utility, they make different assumptions about their footprint,

  • 07:46

    but also what operating system they use,

  • 07:49

    what kinds of work they're going to perform on these devices.

  • 07:52

    Finally, security as an issue.

  • 07:55

    In these environments, these devices out here on the edge exist outside the boundaries

  • 08:01

    of the IT data center.

  • 08:03

    They don't have the protections that we typically associate with

  • 08:08

    the hybrid cloud environments, physical protection, the uniformity, the consistencies

  • 08:14

    that we look for, typically, when we certify security in these kinds of environments.

  • 08:18

    We have to now think about how do we ensure that workloads

  • 08:23

    don't get tampered with when they're deployed out to these systems?

  • 08:26

    How do we make sure that the machine itself,

  • 08:28

    if it does get tampered with is something that we can detect, and respond to, and remediate?

  • 08:33

    We have to make sure that the data that we associate with these workloads is properly protected,

  • 08:40

    not only from the fact that this data may be moved back into the network,

  • 08:45

    through the network and into the cloud, but also because

  • 08:50

    the movement itself represents a point of vulnerability.

  • 08:54

    If we can move the workloads to the edge, and avoid have to move

  • 08:59

    sensitive data back to other locations,

  • 09:02

    then we've actually reduced the potential for people to find attacks on that data.

  • 09:07

    So, all of these things together are the things that will, on the one hand, inhibit the use of edge computing,

  • 09:15

    but on the other hand become an opportunity,

  • 09:18

    an opportunity for vendors to introduce

  • 09:20

    management controls that are able to handle that diversity, and the dynamism,

  • 09:25

    the ability to protect data in the right places or at the right time,

  • 09:30

    and finally, to build an ecosystem, which of course is just as important as everything else.

  • 09:35

    So, just to wrap this all up,

  • 09:38

    it is important that we acknowledge that the edge computing world is growing.

  • 09:43

    This is going to grow rapidly. It will have as much impact in the world of enterprise computing

  • 09:49

    as mobile phones did in the world of consumer computing.

  • 09:53

    If you think about the changes that have occurred as a consequence of the mobile phones,

  • 09:58

    you're going to see as much change occur in enterprise computing as a consequence of edge computing

  • 10:03

    that we saw over the last 10 years with mobile computing.

  • 10:07

    So, this is a world that's growing.

  • 10:09

    This is a world that has lots of interesting complexity to it,

  • 10:13

    but where, if we can solve these issues, will yield an enormous amount of value to our customers.

  • 10:21

    Thank you for watching this video on edge computing.

  • 10:24

    If you liked it, like and subscribe it and we'll bring you more.

All

The example sentences of WORKLOADS in videos (15 in total of 80)

and coordinating conjunction the determiner g proper noun, singular 242 cardinal number supports verb, 3rd person singular present up preposition or subordinating conjunction to to four cardinal number gpus proper noun, singular for preposition or subordinating conjunction accelerated verb, past participle workloads noun, plural from preposition or subordinating conjunction ai verb, non-3rd person singular present to to media noun, plural .
we personal pronoun have verb, non-3rd person singular present to to have verb, base form management noun, singular or mass techniques noun, plural that wh-determiner are verb, non-3rd person singular present able adjective to to distribute verb, base form workloads noun, plural into preposition or subordinating conjunction these determiner places noun, plural
content noun, singular or mass creator noun, singular or mass workloads noun, plural as adverb well adverb as preposition or subordinating conjunction gaming noun, singular or mass on preposition or subordinating conjunction the determiner side noun, singular or mass - best adjective, superlative of preposition or subordinating conjunction both determiner worlds noun, plural .
threaded verb, past participle tests noun, plural , however adverb the determiner workloads noun, plural run verb, non-3rd person singular present by preposition or subordinating conjunction this determiner benchmark noun, singular or mass seem verb, base form to to favor verb, base form the determiner 5600 cardinal number x proper noun, singular now adverb ,
and coordinating conjunction 1080 cardinal number p proper noun, singular as adverb well adverb as preposition or subordinating conjunction content noun, singular or mass creator noun, singular or mass workloads noun, plural to to help verb, base form you personal pronoun decide verb, non-3rd person singular present which wh-determiner to to pick verb, base form .
it personal pronoun s proper noun, singular not adverb all determiner just adverb about preposition or subordinating conjunction gaming noun, singular or mass though preposition or subordinating conjunction , let verb, base form s proper noun, singular also adverb check noun, singular or mass out preposition or subordinating conjunction some determiner content noun, singular or mass creator noun, singular or mass workloads noun, plural
the determiner extra adjective memory noun, singular or mass from preposition or subordinating conjunction the determiner 3080 cardinal number could modal be verb, base form especially adverb useful adjective in preposition or subordinating conjunction these determiner types noun, plural of preposition or subordinating conjunction workloads noun, plural ,
compared verb, past participle both determiner gpus proper noun, singular in preposition or subordinating conjunction some determiner content noun, singular or mass creator noun, singular or mass workloads noun, plural - it personal pronoun s proper noun, singular not adverb all determiner just adverb about preposition or subordinating conjunction gaming noun, singular or mass !
microsoft proper noun, singular excel verb, non-3rd person singular present on preposition or subordinating conjunction the determiner other adjective hand noun, singular or mass had verb, past tense the determiner biggest adjective, superlative difference noun, singular or mass out preposition or subordinating conjunction of preposition or subordinating conjunction all determiner workloads noun, plural tested verb, past participle .
especially adverb if preposition or subordinating conjunction you personal pronoun are verb, non-3rd person singular present running verb, gerund or present participle heavy adjective workloads noun, plural like preposition or subordinating conjunction video noun, singular or mass editing noun, singular or mass , working verb, gerund or present participle with preposition or subordinating conjunction 3 cardinal number d proper noun, singular models noun, plural , etc foreign word .
the determiner aws proper noun, singular transfer proper noun, singular family proper noun, singular helps verb, 3rd person singular present you personal pronoun seamlessly proper noun, singular migrate verb, non-3rd person singular present your possessive pronoun file verb, base form transfer noun, singular or mass workloads noun, plural to to aws proper noun, singular
1440 cardinal number p proper noun, singular , and coordinating conjunction 1080 cardinal number p proper noun, singular as adverb well adverb as preposition or subordinating conjunction content noun, singular or mass creator noun, singular or mass workloads noun, plural to to see verb, base form what wh-pronoun the determiner differences noun, plural are verb, non-3rd person singular present .
now adverb let verb, base form s proper noun, singular check noun, singular or mass out preposition or subordinating conjunction the determiner differences noun, plural in preposition or subordinating conjunction content noun, singular or mass creator noun, singular or mass workloads noun, plural , it personal pronoun s proper noun, singular not adverb all determiner just adverb about preposition or subordinating conjunction
out preposition or subordinating conjunction things noun, plural like preposition or subordinating conjunction content noun, singular or mass creator noun, singular or mass workloads noun, plural as adverb well adverb as preposition or subordinating conjunction price noun, singular or mass differences noun, plural and coordinating conjunction cost noun, singular or mass per preposition or subordinating conjunction frame noun, singular or mass .
because preposition or subordinating conjunction as preposition or subordinating conjunction we personal pronoun ve proper noun, singular seen verb, past tense , windows proper noun, singular 10 cardinal number can modal do verb, base form better adjective, comparative than preposition or subordinating conjunction windows proper noun, singular 11 cardinal number in preposition or subordinating conjunction some determiner workloads noun, plural .

Definition and meaning of WORKLOADS

What does "workloads mean?"

/ˈwərkˌlōd/

noun
amount of work to be done by person or thing.
other
Work you are expected to do in a specified time.