Serverless Computing 1
Serverless Computing 1
Serverless Computing 1
By : Prayan A M
Reg No : 2201131001
Contents :
1.Introduction
2.Working Process
3.Benefits of Serverless Computing
4.Challenges and Limitations
5.Serverless Computing vs Server based Computing
6.Serverless Computing use cases
7.Cost Management
8.Security Considerations
9.Future of Serverless Computing
10.Conclusion
11.Questions
Introduction
2 Function Execution
The function executes in response to the event,
performing the necessary tasks and calculations.
3 Result Output
The function outputs the results of its execution,
such as data, messages, or API responses.
Benefits of Serverless Computing
1 Cost-Effective 3 Scalability
Pay only for the Automatically scale up
resources you use, or down based on
saving on idle servers. demand, handling
spikes effortlessly.
•Cold Starts: Serverless functions can havee delays when starting up for the first time
causing slower performance.
•Vendor Lock-In: It can be hard and costly to switch clud providers once you`re using their
specific tools and services .
•Debugging and Monitoring: It`s harder to track and fix issues because you have less
control over the system running your code .
•Limited Execution Time: Serverless functions have time limits, which can be a problem
for long- running tasks.
Serverless Computing vs Server-based
Computing
Data Encryption : Encrypt data at rest and in transit to protect sensitive information.