Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/66362781eb0d663b5eabc353.md

latest1.1 KB
Original Source

--description--

Serverless computing is a cloud computing execution model where the cloud provider runs the server and dynamically manages the allocation of machine resources. The pricing is based on the actual amount of resources consumed by an application, rather than on pre-purchased units of capacity. It's called serverless because the developers do not have to deal with servers - they just upload their code, and the cloud provider takes care of the rest.

For example, in serverless computing, you might upload a function to a cloud service, and it runs only when needed.

--questions--

--text--

What is serverless computing?

--answers--

A new type of computer

--feedback--

Serverless computing is not a physical device but a cloud computing model.


A computer without servers

--feedback--

The term serverless is more about not having to manage servers, not the absence of servers.


A cloud computing model


An internet-free computing method

--feedback--

Serverless computing relies on the internet and cloud services; it is not internet-free.

--video-solution--

3