{"id":1688,"date":"2022-10-20T07:33:50","date_gmt":"2022-10-20T07:33:50","guid":{"rendered":"https:\/\/blog.amt.in\/?p=1688"},"modified":"2022-10-20T07:34:05","modified_gmt":"2022-10-20T07:34:05","slug":"introduction-to-software-as-a-service","status":"publish","type":"post","link":"https:\/\/blog.amt.in\/index.php\/2022\/10\/20\/introduction-to-software-as-a-service\/","title":{"rendered":"Introduction to Software as a Service"},"content":{"rendered":"<p>Software as a Service\u00c2\u00a0is a software\u00c2\u00a0licensing\u00c2\u00a0and\u00c2\u00a0delivery\u00c2\u00a0model in which\u00c2\u00a0software\u00c2\u00a0is licensed on a\u00c2\u00a0subscription\u00c2\u00a0basis and is centrally\u00c2\u00a0hosted. It is sometimes referred to as &#8220;on-demand software&#8221;, and was formerly referred to as &#8220;software plus services&#8221; by\u00c2\u00a0Microsoft.<\/p>\n<p>SaaS applications are also known as Web-based software, on-demand software and hosted software.\u00c2\u00a0The term &#8220;software as a service&#8221; (SaaS) is considered to be part of the nomenclature of\u00c2\u00a0cloud computing, along with\u00c2\u00a0infrastructure as a service\u00c2\u00a0(IaaS),\u00c2\u00a0platform as a service\u00c2\u00a0(PaaS),\u00c2\u00a0desktop as a service\u00c2\u00a0(DaaS),\u00c2\u00a0managed software as a service (MSaaS),\u00c2\u00a0mobile backend as a service\u00c2\u00a0(MBaaS), datacenter as a service (DCaaS), and information technology management as a service (ITMaaS).<\/p>\n<p>The vast majority of SaaS solutions are based on a\u00c2\u00a0multitenant\u00c2\u00a0architecture. With this model, a single\u00c2\u00a0version\u00c2\u00a0of the application, with a single\u00c2\u00a0configuration\u00c2\u00a0(hardware,\u00c2\u00a0network,\u00c2\u00a0operating system), is used for all customers (&#8220;tenants&#8221;). To support\u00c2\u00a0scalability, the application can be installed on multiple machines (called\u00c2\u00a0horizontal scaling). In some cases, a second version of the application is set up to offer a select group of customers access to pre-release versions of the applications (e.g., a\u00c2\u00a0beta version) for\u00c2\u00a0testing\u00c2\u00a0purposes. This is contrasted with traditional software, where multiple physical copies of the software \u00e2\u20ac\u201d each potentially of a different version, with a potentially different configuration, and often customized \u00e2\u20ac\u201d are installed across various customer sites.\u00c2\u00a0In this traditional model, each version of the application is based on a unique code.<\/p>\n<p>There are two main varieties of SaaS:<\/p>\n<dl>\n<dt>Vertical SaaS:<\/dt>\n<dd>Software which answers the needs of a specific industry (e.g., software for the healthcare, agriculture, real estate, finance industries).<\/dd>\n<dt>Horizontal SaaS:<\/dt>\n<dd>The products which focus on a software category (marketing, sales, developer tools, HR) but are industry neutral.<\/dd>\n<dd>Although not all software-as-a-service applications share all traits, the characteristics below are common among many SaaS applications:<\/p>\n<p><span id=\"Configuration_and_customization\" class=\"mw-headline\">Configuration and customization:<\/span><\/p>\n<p>SaaS applications similarly support what is traditionally known as application\u00c2\u00a0configuration. In other words, like traditional enterprise software, a single customer can alter the set of configuration options (a.k.a.\u00c2\u00a0parameters) that affect its functionality and\u00c2\u00a0look-and-feel. Each customer may have its own settings (or: parameter values) for the configuration options. The application can be customized to the degree it was designed for based on a set of predefined configuration options.<\/p>\n<p>For example, to support customers&#8217; common need to change an application&#8217;s look-and-feel so that the application appears to be having the customer&#8217;s\u00c2\u00a0brand\u00c2\u00a0(or\u00e2\u20ac\u201dif so desired\u00e2\u20ac\u201dco-branded), many SaaS applications let customers provide (through a\u00c2\u00a0self-service\u00c2\u00a0interface or by working with application provider staff) a custom logo and sometimes a set of custom colors. The customer cannot, however, change the\u00c2\u00a0page layout\u00c2\u00a0unless such an option was designed for.<\/p>\n<p><span id=\"Accelerated_feature_delivery\" class=\"mw-headline\">Accelerated feature delivery:<\/span><\/p>\n<p>SaaS applications are often updated more frequently than traditional software,\u00c2\u00a0in many cases on a weekly or monthly basis. This is enabled by several factors:<\/p>\n<ul>\n<li>The application is hosted centrally, so an update is decided and executed by the provider, not by customers.<\/li>\n<li>The application only has a single configuration, making development testing faster.<\/li>\n<li>The application vendor does not have to expend resources updating and maintaining backdated versions of the software, because there is only a single version.<\/li>\n<li>The application vendor has access to all customer data, expediting\u00c2\u00a0design\u00c2\u00a0and\u00c2\u00a0regression testing.<\/li>\n<li>The solution provider has access to user behavior within the application (usually via\u00c2\u00a0web analytics), making it easier to identify areas worthy of improvement.<\/li>\n<\/ul>\n<p>Accelerated feature delivery is further enabled by\u00c2\u00a0agile software development\u00c2\u00a0methodologies.\u00c2\u00a0Such methodologies, which have evolved in the mid-1990s, provide a set of\u00c2\u00a0software development tools\u00c2\u00a0and practices to support frequent software releases.<\/p>\n<p><span id=\"Open_integration_protocols\" class=\"mw-headline\">Open integration protocols:<\/span><\/p>\n<p>Because SaaS applications cannot access a company&#8217;s internal systems (databases or internal services), they predominantly offer integration protocols\u00c2\u00a0and\u00c2\u00a0application programming interfaces\u00c2\u00a0(APIs) that operate over a\u00c2\u00a0wide area network. Typically, these are protocols based on\u00c2\u00a0HTTP,\u00c2\u00a0REST, and\u00c2\u00a0SOAP.<\/p>\n<p>The ubiquity of SaaS applications and other Internet services and the standardization of their API technology has spawned the development of\u00c2\u00a0mashups, which are lightweight applications that combine data, presentation and functionality from multiple services, creating a compound service. Mashups further differentiate SaaS applications from on-premises software as the latter cannot be easily integrated outside a company&#8217;s\u00c2\u00a0firewall.<\/p>\n<p><span id=\"OpenSaas\" class=\"mw-headline\">OpenSaas:<\/span><\/p>\n<p>OpenSaaS\u00c2\u00a0refers to software as a service (SaaS) based on\u00c2\u00a0open source\u00c2\u00a0code. Similar to SaaS applications, Open SaaS is a web-based application that is hosted, supported and maintained by a service provider. While the roadmap for Open SaaS applications is defined by its community of users, upgrades and product enhancements are managed by a central provider. The term was coined in 2011 by\u00c2\u00a0Dries Buytaert, creator of the\u00c2\u00a0Drupal\u00c2\u00a0content management framework.<\/p>\n<p>Andrew Hoppin, a former Chief Information Officer for the\u00c2\u00a0New York State Senate, has been a vocal advocate of OpenSaaS for government, calling it &#8220;the future of government innovation.&#8221; He points to\u00c2\u00a0WordPress\u00c2\u00a0and Why Unified as a successful example of an OpenSaaS software delivery model that gives customers &#8220;the best of both worlds, and more options. The fact that it is open source means that they can start building their websites by self-hosting WordPress and customizing their website to their heart\u00e2\u20ac\u2122s content. Concurrently, the fact that WordPress is SaaS means that they don\u00e2\u20ac\u2122t have to manage the website at all &#8212; they can simply pay WordPress.com to host it.&#8221;<\/p>\n<p>The above is a brief about Software as a Service. Watch this space for more updates on the latest trends in Technology.<\/dd>\n<\/dl>\n","protected":false},"excerpt":{"rendered":"<p>Software as a Service\u00c2\u00a0is a<\/p>\n","protected":false},"author":1,"featured_media":1690,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[565,919,7],"tags":[567,920,18],"class_list":["post-1688","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software-as-a-service","category-software-license","category-techtrends","tag-software-as-a-service","tag-software-license","tag-technology"],"_links":{"self":[{"href":"https:\/\/blog.amt.in\/index.php\/wp-json\/wp\/v2\/posts\/1688","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.amt.in\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.amt.in\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.amt.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.amt.in\/index.php\/wp-json\/wp\/v2\/comments?post=1688"}],"version-history":[{"count":1,"href":"https:\/\/blog.amt.in\/index.php\/wp-json\/wp\/v2\/posts\/1688\/revisions"}],"predecessor-version":[{"id":1689,"href":"https:\/\/blog.amt.in\/index.php\/wp-json\/wp\/v2\/posts\/1688\/revisions\/1689"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.amt.in\/index.php\/wp-json\/wp\/v2\/media\/1690"}],"wp:attachment":[{"href":"https:\/\/blog.amt.in\/index.php\/wp-json\/wp\/v2\/media?parent=1688"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.amt.in\/index.php\/wp-json\/wp\/v2\/categories?post=1688"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.amt.in\/index.php\/wp-json\/wp\/v2\/tags?post=1688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}