• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » What Is Function-as-a-Service (FaaS)?

By Abhishek Ghosh May 19, 2017 4:46 am Updated on May 19, 2017

What Is Function-as-a-Service (FaaS)?

Advertisement

In a previously published article, we delivered a primer on Serverless Computing. Peoples often ask what Is Function-as-a-Service (FaaS) and we think that this topic needs some detailed discussion. This article discusses what FaaS is; it’s principles, types, benefits and of course the limitations. For a complete newbie to the world of cloud computing and cloud computing service models, theat article should be better read before reading this article.

Function-as-a-Service (FaaS)

  1. Introduction
  2. Definition
  3. Principles
  4. Microservice and FaaS
  5. Types
  6. Benefits
  7. Limitations

 

What Is Function-as-a-Service (FaaS) : Towards Definition

 

Function-as-a-Service (also written as Function as a service) or FaaS is another Cloud Computing Service Model. Sometimes people describes Function as a service and Serverless Computing as same thing. At the moment the concept of Serverless Computing started, it has not much difference with current FaaS. Serverless Computing is technically misnomer as nothing can run without a server. However, the terminology Serverless Computing is intended to be for te end consumers as just a type of service. Serverless computing is more as a marketing term than a technical term

Advertisement

---

Function-as-a-Service (FaaS) and Serverless Computing practically targeted to decrease the work of provisioning and server management for the developers. Of course the idea is not new – PaaS and PaaS variants like APaaS, iPaaS variants has the similar psychology for the end user but all of them have some limitations. Exactly like what expected from PaaS for the developers, FaaS can leverage an individual developer’s work quite smoothly as it can give service only only to test or deploy a function, action, or snippet which can get executed within milliseconds.

What Is Function-as-a-Service FaaS

 

What Are The Principles of Function-as-a-Service (FaaS)?

 

Ofcourse, the characteristics of cloud computing – Self-assignment, Scalability, Reliability, Fault tolerance, Consolidation, Efficiency, Quality assurance etc are constant. Extra are –

  1. Abstraction of backend from the user
  2. Consumption-execution based billing
  3. Event driven service
  4. Highly scalable

 

Microservice Architecture And Function-as-a-Service (FaaS)

 

In a microservice architecture, solutions provided by a system are divided into tiny sized service applications instead of monolithic, larger services with complex APIs. For example, to build an e-commerce back end one can build a service that will have an API with all the necessary functionality from payment processing to shipment tracking. One can also approach the same problem by designing several micro-sized services, such as an authentication/authorization service, a payment service, an inventory service, etc. By dividing modules in a huge service into separate services, one have a system architecture with independently-scalable components that are running as separate services.

Function-as-a-Service (FaaS) refers to a system where deployment of a software service is done on a cloud platform, where the p who develop and deploy a service are not really interested around the underlying infrastructure. This was actually what many of the cloud services are. With serverless computing, cloud providers are selling developers a more homogeneous computing platform where developers purchase computing power instead of the individual servers. Most of the time developers do not have the best experience and knowledge on deployment. Their expensive work hours should also be spent on development, not deployment. As these cloud offerings become more and more uniform, deployment of software becomes much easier. Deployment is something that works best when automated. Serverless computing and microservices architecture, microservices architecture allows small teams of developers to focus on separate services, each providing a specific task, and serverless computing helps them get these microservices up and running with the least effort.

 

What Are The Types Of Function-as-a-Service (FaaS)?

 

In very short, in Function-as-a-Service (FaaS) the developer can executes code using only the precise amount of compute resources needed to complete the task without calculating and tweaking the settings of operating system or packages (like we need to do with php.ini file). When a pre-defined event occurs, that triggers the platform to execute the task. So, Function-as-a-Service (FaaS) is event-driven. Hence, to classify, it depends on the user scenario classified by the provider for the sake of billing :

  1. Scheduled task type
  2. Web request processing type
  3. Messages processing type
  4. Full controlled manual service

 

 

Benefits of Function-as-a-Service (FaaS)

 

It is too big topic, in very short to the end user it should be cost effective and free of backend maintenance headaches. Most PaaS applications are not towards bringing the entire application scale up and down for every request, whereas Function-as-a-Service (FaaS) does this.

 

Limitations of Function-as-a-Service (FaaS)

 

Ofcourse there can be indirect hidden costs in using a serverless approach when creating an entire back-end based on Function-as-a-Service (FaaS). Normally we can guess, monitor and match the increase of resource usage from server’s other monitoring tools to exclude bug and various types of malicious activities.

Tagged With Function as a Service , functions as a service , what is FaaS , Which of the following is most like FaaS or Function-as-a-Service in terms of the level of outsourced service? , function as a service definition , function as service , function as a service provider , function as a service funktionen , function as a service cloud model , funciton as a service

This Article Has Been Shared 847 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to What Is Function-as-a-Service (FaaS)?

  • Cloud Computing is not a file hosting service and PaaS is not a CDN!

    Cloud Computing is Not synonymous with File hosting service and there is difference between a PaaS and a dedicated Content Delivery Network (CDN).

  • Cloud Computing Expo – Enterprise IT Event in Nov 2011

    Cloud Computing Expo first started in 2007. As usually, this year the Cloud Computing Expo will focus on the current development and opportunities in the field.

  • Provisioning in Cloud Computing

    Provisioning in Cloud Computing is the process of on demand self service on pay as you go model to get new services or scale existing services as per need.

  • Private Cloud and Virtual Private Cloud : Cost Saving Options

    Private Cloud and Virtual Private Cloud do have some very cheaper options if you have basic knowledge of UNIX commands. OpenStack is Free Software has options.

  • Cloud Computing in Home Care Scenarios : Opportunities and Risks

    Cloud Computing in Home Care Scenarios is based on real-world scenarios to analyze the opportunities and risks, as well as the practicality of such systems.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (20K Followers)
  • Twitter (4.9k Followers)
  • Facebook (5.8k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.2k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is Domain-Driven Design (DDD)? January 23, 2021
  • Top 10 Anti Hacking Software for Microsoft Windows January 22, 2021
  • What is Software Modernization? January 21, 2021
  • Cloud Computing : Cybersecurity Tips for Small Business Owners January 20, 2021
  • Arduino : Independently Blink Multiple LED January 18, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "What Is Function-as-a-Service (FaaS)?," in The Customize Windows, May 19, 2017, January 23, 2021, https://thecustomizewindows.com/2017/05/function-service-faas/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy