IT BEST PRACTICES

Subscribe to
IT Best Practices.

STAY CONNECTED

    How to See Your Way Through the Jargon in the Cloud

    Whether you’re new to cloud services or you’ve been a citizen of the cloud for years, you probably bump into a few words and acronyms now and then that leave you wondering. It can be confusing up here in the cloud, but Global IP Networks’ team of cloud experts is here to help.

    Keep our handy Glossary of Cloud Terms bookmarked and you’ll never be at a loss for words (or their meaning) when you’re spending your days in the cloud. Enjoy!

    A

    Amazon Web Services (AWS) – Amazon Web Services is a suite of cloud computing services that make a comprehensive cloud platform offered by Amazon.com. AWS offers over three dozen cloud services spanning the IaaSPaaS, and SaaS models of cloud computing, and is the most popular cloud service provider, with nearly 30% global market share in cloud IaaS as of 2015. Well-known AWS services include Amazon EC2, Amazon Elastic Beanstalk, and Amazon S3.

    Application – An application is a group of computer programs designed to allow a user to perform a set of functions or tasks.

    Application Programming Interface (API) – An application programming interface (API) is an interface that allows the user to access information from another service and integrate this service into their own application. Through a set of defined requests, the asking application is allowed to access limited pieces of the called-upon application’s functionality. APIs are used to share limited functionality between programs. One example of an API is the Facebook share button on this page; another is Yelp’s use of Google maps to display nearby restaurants.

    Azure – See Microsoft Azure

    B

    Backend-as-a-Service (BaaS) – Backend as a service (BaaS), or mobile backend as a service (mBaaS), is a model of cloud computing in which the vendor provides web and mobile application developers with tools and services to create a cloud backend for their applications. BaaS vendors typically use custom SDKs and APIs to give developers the ability to connect their applications to backend cloud storage and features such as user management, push notifications, and social network integration.

    Backend database – Any database that is accessed indirectly by the user.

    Big Data – A broad term used to describe unconventional data sets which are either too large or too complex to be dealt with using traditional data-processing techniques.

    C

    Cloud Application – An application that runs in the cloud.

    Cloud Backup – Cloud backup is the process of backing up data to a remote, cloud-based server.

    Cloud Computing – Cloud computing is the delivery of information technology services over a network, usually the internet. In the cloud computing model, infrastructure, data, and software are hosted by the vendor and delivered to the user as a service, much like a utility company would deliver water or electricity.

    According to the official NIST definition, there are five essential characteristics of cloud computing: on-demand self-service provisioning of resources, broad network access, resource pooling, rapid elasticity, and measured service.

    The three main cloud computing models are infrastructure as a servicesoftware as a service, and platform as a service.

    Cloud Foundry – Cloud Foundry is an open-source cloud platform as a service that was originally developed as a joint venture between VMware, EMC, and General Electric, and is now owned by Pivotal Software.

    Cloud Management Platform (CMP) – A cloud management platform (CMP) is a product that gives the user integrated management of publicprivate, and hybrid cloud environments.

    Cloud Marketplace A cloud marketplace is an online marketplace, operated by a cloud service provider (CSP), where customers can browse and subscribe to software applications and developer services that are built on, integrate with, or supplement the CSP’s main offering. Amazon’s AWS Marketplace and Microsoft’s Azure store are examples of cloud marketplaces.

    Cloud Migration – Cloud migration is the process of transferring all of or a piece of a company’s data, applications, and services from on-premises to the cloud.

    Cloud Native – Applications developed specifically for cloud platforms.

    Cloud Washing – Cloud washing is a deceptive marketing technique used to rebrand old products by connecting them to the cloud, or at least to the term cloud.

    Cloud Service Provider (CSP) – A Cloud Service Provider (CSP) is a company that offers a cloud computing service, such as PaaSIaaS, or SaaS, to individuals or other businesses.

    Cloud Sourcing – Cloud sourcing is the act of replacing traditional on-premises IT operations with low-cost cloud-based services.

    Cloud Storage – Cloud storage is a model of computer storage in which data is stored in facilities (often multiple facilities) managed by a hosting company (cloud service provider), and is accessed remotely by the user via a network.

    Container – A container is a virtualization instance in which the kernel of an operating system allows for multiple isolated user-space instances. Unlike virtual machines (VMs), containers do not need to run a full-blown operating system (OS) image for each instance. Instead, containers are able to run separate instances of an application within a single shared OS.

    Content Delivery Network (CDN) – A content delivery network (CDN) is a network of distributed services that deliver content to a user based on the user’s geographic proximity to servers. CDNs allow speedy content delivery for websites with high traffic volume or large geographic reach.

    Customer Relationship Management (CRM) – Customer Relationship Management (CRM) applications allow a business to manage relationships with current and future customers by providing the business with tools to manage sales, customer service, and technical support roles. SaaS CRM applications, such as Salesforce.com, are very popular.

    D

    Data Migration – The process of moving data between two or more storage systems, data formats, warehouses, or servers.

    Database – A database is an organized collection of data.

    DevOps – An amalgamation of “development” and “operations,” DevOps is the combination of tasks performed by an organization’s applications development and systems operations teams. The DevOps software development method emphasizes collaboration, communication, and integration between developers and other IT personnel, with the goal of streamlining software development and quality assurance.

    E

    Elasticity – In cloud computing, elasticity is a term used to reference the ability of a system to adapt to changing workload demand by provisioning and deprovisioning pooled resources so that provisioned resources match current demand as well as possible.

    Enterprise Application – An enterprise application is an application (or software) that is intended for large scale use by a (large) business.

    Enterprise Resource Planning (ERP) – Enterprise Resource Planning (ERP) software allows a business or organization to manage a suite of integrated applications which are used to collect, manage, and store data on a variety of business activities. ERP solutions are often offered as a service.

    Extensibility – The ability of a cloud solution to add new runtime and framework support via community buildpacks.

    F

    Federated Database – A system in which multiple databases appear to function as a single entity. However, the databases typically involved in this kind of system exist independently of the others. Once the different databases are “combined”, one federated database is formed.

    G

    Google Cloud Platform (GCP) – Google Cloud Platform (GCP) is a comprehensive cloud platform offered by Google, Inc. that consists of both infrastructure as a service (IaaS) and platform as a service (PaaS) offerings.

    Guest Machine – See virtual machine.

    H

    Host Machine – A host machine is a piece of physical hardware that hosts virtual machines.

    Hybrid Cloud – A hybrid cloud is a cloud computing environment that is comprised of a mix of private cloudpublic cloud, and on-premises solutions. In a hybrid cloud, private and public cloud infrastructures remain distinct from one another but are bound together by technology that allows data and services portability between them.

    Hypervisor – A hypervisor or virtual machine monitor (VMM) is a piece of software that allows physical devices to share their resources among virtual machines (VMs) running on top of that physical hardware. The hypervisor creates, runs, and manages VMs.

    I

    Infrastructure – Information technology (IT) infrastructure is a combined set of hardware and virtual resources that supports an overall IT environment.

    Infrastructure as a Service (IaaS) – Infrastructure as a Service (IaaS) is a model of cloud computing in which the vendor hosts virtualized computing resources, as well as network and storage resources, and provides them to the user as a service via the internet.

    Integrated Development Environment (IDE) – An integrated development environment (IDE) is an application that provides a programming environment for developers. An IDE typically includes a code editor, automation tools, and a debugger.

    L

    Linux – Linux is an open-source operating system, built on Unix, that is used for the majority of cloud services.

    Load Balancing – The process of distributing computing workloads across multiple resources, such as servers. In cloud computing, a load balancer acts as a reverse proxy and distributes application traffic to multiple servers in order to prevent any single application server from becoming a point of failure.

    M

    Managed Service Provider (MSP) – A managed service provider (MSP) is an IT services provider that provides fully outsourced network, application, and system services across a network to clients.

    Microservices – Microservices or microservice architecture is a way of designing applications in which complex applications are built out of a suite of small, independently deployable services. These ‘microservices’ run their own processes and communicate with one another using lightweight mechanisms such as language-agnostic APIs. Microservices are independently deployable and scalable, and can even be written in different languages.

    Microsoft Azure – Microsoft Azure, formerly known as Windows Azure, is Microsoft’s cloud computing platform. Azure was originally launched as a PaaS solution but now provides both PaaS and IaaS services.

    Middleware – Middleware is software that connects software components or enterprise applications.

    Multi-Cloud – A multi-cloud strategy is the concurrent use of separate cloud service providers for different infrastructure, platform, or software needs. A multi-cloud approach can help prevent vendor lock-in, and may help an enterprise deal with diverse workloads and partners. However, a multi-cloud approach can complicate many processes, such as security and governance, and a cloud management platform is recommended for this approach.

    Multi-Tenancy – Multi-Tenancy is a mode of operation for software in which multiple instances of one or many applications run in a shared environment. In a cloud computing model, pooled physical and virtual resources are dynamically assigned and reassigned to tenants according to consumer demand.

    O

    On-Demand Self Service – cloud computing service model by which a customer can provision additional cloud resources on demand, without involving the service provider. Resources are typically provisioned through an online control panel.

    On-Premises – On-Premises technology is software or infrastructure that is run on computers on the premises (in the building) of the person or organization using the software or infrastructure. Microsoft Office Suite is an example of on-premises software because it needs to be installed on the computer that runs it, while Office365 is not, because it is accessed via the internet and run remotely.

    Open Source – Open source is a development model in which a product’s source code is made openly available to the public. Open-source products promote collaborative community development and rapid prototyping. OpenStack and CloudFoundry are examples of an open-source cloud computing platform.

    Open Stack – OpenStack is a free, open-source cloud platform that is primarily deployed as an infrastructure as a service offering.

    P

    Personal Cloud – An example of cloud washingpersonal cloud is a marketing term often used to describe network attached storage (NAS) devices. A NAS device is a computer connected to a network that provides data storage services to other devices on the network.

    Platform – In computing, a platform is defined as a computer system that applications run on, or as a base of technologies on which other technologies (such as applications) are built.

    Platform as a Service (PaaS) – Platform as a Service (PaaS) is a model of cloud computing in which a vendor provides the hardware and software tools necessary to create, deploy, and manage applications at scale to the user via the internet, as a service.

    Private Cloud – A private cloud is a cloud infrastructure that is provisioned for use by a single organization comprised of multiple users. A private cloud can be managed and operated by the organization, a third party, or some combination of them, and it can exist on- or off-premises.

    Public Cloud – A public cloud is a cloud infrastructure that is hosted by a cloud services provider and is made available to the public via the internet.

    R

    Resource – In computer science, a resource is any component within a computer system that is of limited availability.

    S

    Scalability – Scalability is the ability of a process, system, or framework to handle a growing workload. In other words, a scalable system is adaptable to increasing demands. The ability to scale on demand is one of the biggest advantages of cloud computing.

    Service Level Agreement (SLA) – A service level agreement (SLA) is a contractual agreement between a customer and a cloud service provider (CSP) which defines the level of service, availability, and performance guaranteed by the CSP.

    Shared Resources – Shared resources, also known as network resources, are computing resources that can be accessed remotely through a network, such as a Local Area Network (LAN) or the internet.

    Software as a Service (SaaS) – Software as a service (SaaS) is a model of cloud computing in which applications (software) are hosted by a vendor and provided to the user as a service. SaaS applications are licensed on a subscription basis and are made available to users over a network, typically the internet.

    Because SaaS applications can be accessed at any time, in any place, and on any platform, they have become a popular model for delivery of many business applications. A well-known example of SaaS is Microsoft’s Office 365, which provides Microsoft’s famous suite of productivity software – including MS Word and Excel – as a service.

    Software Development Kit (SDK) – A software development kit (SDK), also known as a developer’s toolkit or devkit, is a set of development tools that aids or allows the creation of applications for a certain platform. SDKs typically include APIs, sample code, documentation, debuggers, and other utilities.

    Software Stack – A software stack is a group of applications that work in a specific and defined order to achieve a common goal.

    U

    User Interface (UI) – User interface (UI) is the way that the user and computer system interact.

    User Experience (UX) – The nature of a user’s interaction with and perception of a system.

    User Space – The memory area of an operating system where application software executes.

    V

    Vendor Lock-in – Vendor lock-in is when a customer finds itself “locked in” or stuck with a certain cloud service provider (CSP). Vendor lock-in is characterized by extreme difficulty in moving from one cloud vendor to another, usually due to lack of standardized protocols, APIs, data structures, and service models.

    Vertical Cloud – A vertical cloud is a cloud computing solution that is built or optimized for a specific business vertical, such as manufacturing, financial services, or healthcare.

    Virtual Desktop Infrastructure (VDI) – Virtual desktop infrastructure (VDI) is a desktop operating system hosted within a virtual machine.

    Virtual Machine (VM) – A virtual machine is a software computer that runs an operating system or application environment, just as physical hardware would. The end user has the same experience on a VM as they would on dedicated hardware.

    Essentially, a VM is a machine within a machine. By running VMs, a hardware computer can run multiple instances of the same operating system. Applications running on separate instances cannot interfere with each other, so if one app crashes, it will not affect apps on other VMs.

    Virtual Machine Monitor (VMM) – See hypervisor.

    How to See Your Way Through the Jargon in the Cloud

    Whether you’re new to cloud services or you’ve been a citizen of the cloud for years, you probably bump into a few words and acronyms now and then that leave you wondering. It can be confusing up here in the cloud, but Global IP Networks’ team of cloud experts is here to help.

    Keep our handy Glossary of Cloud Terms bookmarked and you’ll never be at a loss for words (or their meaning) when you’re spending your days in the cloud. Enjoy!

    A

    Amazon Web Services (AWS) – Amazon Web Services is a suite of cloud computing services that make a comprehensive cloud platform offered by Amazon.com. AWS offers over three dozen cloud services spanning the IaaSPaaS, and SaaS models of cloud computing, and is the most popular cloud service provider, with nearly 30% global market share in cloud IaaS as of 2015. Well-known AWS services include Amazon EC2, Amazon Elastic Beanstalk, and Amazon S3.

    Application – An application is a group of computer programs designed to allow a user to perform a set of functions or tasks.

    Application Programming Interface (API) – An application programming interface (API) is an interface that allows the user to access information from another service and integrate this service into their own application. Through a set of defined requests, the asking application is allowed to access limited pieces of the called-upon application’s functionality. APIs are used to share limited functionality between programs. One example of an API is the Facebook share button on this page; another is Yelp’s use of Google maps to display nearby restaurants.

    Azure – See Microsoft Azure

    B

    Backend-as-a-Service (BaaS) – Backend as a service (BaaS), or mobile backend as a service (mBaaS), is a model of cloud computing in which the vendor provides web and mobile application developers with tools and services to create a cloud backend for their applications. BaaS vendors typically use custom SDKs and APIs to give developers the ability to connect their applications to backend cloud storage and features such as user management, push notifications, and social network integration.

    Backend database – Any database that is accessed indirectly by the user.

    Big Data – A broad term used to describe unconventional data sets which are either too large or too complex to be dealt with using traditional data-processing techniques.

    C

    Cloud Application – An application that runs in the cloud.

    Cloud Backup – Cloud backup is the process of backing up data to a remote, cloud-based server.

    Cloud Computing – Cloud computing is the delivery of information technology services over a network, usually the internet. In the cloud computing model, infrastructure, data, and software are hosted by the vendor and delivered to the user as a service, much like a utility company would deliver water or electricity.

    According to the official NIST definition, there are five essential characteristics of cloud computing: on-demand self-service provisioning of resources, broad network access, resource pooling, rapid elasticity, and measured service.

    The three main cloud computing models are infrastructure as a servicesoftware as a service, and platform as a service.

    Cloud Foundry – Cloud Foundry is an open-source cloud platform as a service that was originally developed as a joint venture between VMware, EMC, and General Electric, and is now owned by Pivotal Software.

    Cloud Management Platform (CMP) – A cloud management platform (CMP) is a product that gives the user integrated management of publicprivate, and hybrid cloud environments.

    Cloud Marketplace A cloud marketplace is an online marketplace, operated by a cloud service provider (CSP), where customers can browse and subscribe to software applications and developer services that are built on, integrate with, or supplement the CSP’s main offering. Amazon’s AWS Marketplace and Microsoft’s Azure store are examples of cloud marketplaces.

    Cloud Migration – Cloud migration is the process of transferring all of or a piece of a company’s data, applications, and services from on-premises to the cloud.

    Cloud Native – Applications developed specifically for cloud platforms.

    Cloud Washing – Cloud washing is a deceptive marketing technique used to rebrand old products by connecting them to the cloud, or at least to the term cloud.

    Cloud Service Provider (CSP) – A Cloud Service Provider (CSP) is a company that offers a cloud computing service, such as PaaSIaaS, or SaaS, to individuals or other businesses.

    Cloud Sourcing – Cloud sourcing is the act of replacing traditional on-premises IT operations with low-cost cloud-based services.

    Cloud Storage – Cloud storage is a model of computer storage in which data is stored in facilities (often multiple facilities) managed by a hosting company (cloud service provider), and is accessed remotely by the user via a network.

    Container – A container is a virtualization instance in which the kernel of an operating system allows for multiple isolated user-space instances. Unlike virtual machines (VMs), containers do not need to run a full-blown operating system (OS) image for each instance. Instead, containers are able to run separate instances of an application within a single shared OS.

    Content Delivery Network (CDN) – A content delivery network (CDN) is a network of distributed services that deliver content to a user based on the user’s geographic proximity to servers. CDNs allow speedy content delivery for websites with high traffic volume or large geographic reach.

    Customer Relationship Management (CRM) – Customer Relationship Management (CRM) applications allow a business to manage relationships with current and future customers by providing the business with tools to manage sales, customer service, and technical support roles. SaaS CRM applications, such as Salesforce.com, are very popular.

    D

    Data Migration – The process of moving data between two or more storage systems, data formats, warehouses, or servers.

    Database – A database is an organized collection of data.

    DevOps – An amalgamation of “development” and “operations,” DevOps is the combination of tasks performed by an organization’s applications development and systems operations teams. The DevOps software development method emphasizes collaboration, communication, and integration between developers and other IT personnel, with the goal of streamlining software development and quality assurance.

    E

    Elasticity – In cloud computing, elasticity is a term used to reference the ability of a system to adapt to changing workload demand by provisioning and deprovisioning pooled resources so that provisioned resources match current demand as well as possible.

    Enterprise Application – An enterprise application is an application (or software) that is intended for large scale use by a (large) business.

    Enterprise Resource Planning (ERP) – Enterprise Resource Planning (ERP) software allows a business or organization to manage a suite of integrated applications which are used to collect, manage, and store data on a variety of business activities. ERP solutions are often offered as a service.

    Extensibility – The ability of a cloud solution to add new runtime and framework support via community buildpacks.

    F

    Federated Database – A system in which multiple databases appear to function as a single entity. However, the databases typically involved in this kind of system exist independently of the others. Once the different databases are “combined”, one federated database is formed.

    G

    Google Cloud Platform (GCP) – Google Cloud Platform (GCP) is a comprehensive cloud platform offered by Google, Inc. that consists of both infrastructure as a service (IaaS) and platform as a service (PaaS) offerings.

    Guest Machine – See virtual machine.

    H

    Host Machine – A host machine is a piece of physical hardware that hosts virtual machines.

    Hybrid Cloud – A hybrid cloud is a cloud computing environment that is comprised of a mix of private cloudpublic cloud, and on-premises solutions. In a hybrid cloud, private and public cloud infrastructures remain distinct from one another but are bound together by technology that allows data and services portability between them.

    Hypervisor – A hypervisor or virtual machine monitor (VMM) is a piece of software that allows physical devices to share their resources among virtual machines (VMs) running on top of that physical hardware. The hypervisor creates, runs, and manages VMs.

    I

    Infrastructure – Information technology (IT) infrastructure is a combined set of hardware and virtual resources that supports an overall IT environment.

    Infrastructure as a Service (IaaS) – Infrastructure as a Service (IaaS) is a model of cloud computing in which the vendor hosts virtualized computing resources, as well as network and storage resources, and provides them to the user as a service via the internet.

    Integrated Development Environment (IDE) – An integrated development environment (IDE) is an application that provides a programming environment for developers. An IDE typically includes a code editor, automation tools, and a debugger.

    L

    Linux – Linux is an open-source operating system, built on Unix, that is used for the majority of cloud services.

    Load Balancing – The process of distributing computing workloads across multiple resources, such as servers. In cloud computing, a load balancer acts as a reverse proxy and distributes application traffic to multiple servers in order to prevent any single application server from becoming a point of failure.

    M

    Managed Service Provider (MSP) – A managed service provider (MSP) is an IT services provider that provides fully outsourced network, application, and system services across a network to clients.

    Microservices – Microservices or microservice architecture is a way of designing applications in which complex applications are built out of a suite of small, independently deployable services. These ‘microservices’ run their own processes and communicate with one another using lightweight mechanisms such as language-agnostic APIs. Microservices are independently deployable and scalable, and can even be written in different languages.

    Microsoft Azure – Microsoft Azure, formerly known as Windows Azure, is Microsoft’s cloud computing platform. Azure was originally launched as a PaaS solution but now provides both PaaS and IaaS services.

    Middleware – Middleware is software that connects software components or enterprise applications.

    Multi-Cloud – A multi-cloud strategy is the concurrent use of separate cloud service providers for different infrastructure, platform, or software needs. A multi-cloud approach can help prevent vendor lock-in, and may help an enterprise deal with diverse workloads and partners. However, a multi-cloud approach can complicate many processes, such as security and governance, and a cloud management platform is recommended for this approach.

    Multi-Tenancy – Multi-Tenancy is a mode of operation for software in which multiple instances of one or many applications run in a shared environment. In a cloud computing model, pooled physical and virtual resources are dynamically assigned and reassigned to tenants according to consumer demand.

    O

    On-Demand Self Service – cloud computing service model by which a customer can provision additional cloud resources on demand, without involving the service provider. Resources are typically provisioned through an online control panel.

    On-Premises – On-Premises technology is software or infrastructure that is run on computers on the premises (in the building) of the person or organization using the software or infrastructure. Microsoft Office Suite is an example of on-premises software because it needs to be installed on the computer that runs it, while Office365 is not, because it is accessed via the internet and run remotely.

    Open Source – Open source is a development model in which a product’s source code is made openly available to the public. Open-source products promote collaborative community development and rapid prototyping. OpenStack and CloudFoundry are examples of an open-source cloud computing platform.

    Open Stack – OpenStack is a free, open-source cloud platform that is primarily deployed as an infrastructure as a service offering.

    P

    Personal Cloud – An example of cloud washingpersonal cloud is a marketing term often used to describe network attached storage (NAS) devices. A NAS device is a computer connected to a network that provides data storage services to other devices on the network.

    Platform – In computing, a platform is defined as a computer system that applications run on, or as a base of technologies on which other technologies (such as applications) are built.

    Platform as a Service (PaaS) – Platform as a Service (PaaS) is a model of cloud computing in which a vendor provides the hardware and software tools necessary to create, deploy, and manage applications at scale to the user via the internet, as a service.

    Private Cloud – A private cloud is a cloud infrastructure that is provisioned for use by a single organization comprised of multiple users. A private cloud can be managed and operated by the organization, a third party, or some combination of them, and it can exist on- or off-premises.

    Public Cloud – A public cloud is a cloud infrastructure that is hosted by a cloud services provider and is made available to the public via the internet.

    R

    Resource – In computer science, a resource is any component within a computer system that is of limited availability.

    S

    Scalability – Scalability is the ability of a process, system, or framework to handle a growing workload. In other words, a scalable system is adaptable to increasing demands. The ability to scale on demand is one of the biggest advantages of cloud computing.

    Service Level Agreement (SLA) – A service level agreement (SLA) is a contractual agreement between a customer and a cloud service provider (CSP) which defines the level of service, availability, and performance guaranteed by the CSP.

    Shared Resources – Shared resources, also known as network resources, are computing resources that can be accessed remotely through a network, such as a Local Area Network (LAN) or the internet.

    Software as a Service (SaaS) – Software as a service (SaaS) is a model of cloud computing in which applications (software) are hosted by a vendor and provided to the user as a service. SaaS applications are licensed on a subscription basis and are made available to users over a network, typically the internet.

    Because SaaS applications can be accessed at any time, in any place, and on any platform, they have become a popular model for delivery of many business applications. A well-known example of SaaS is Microsoft’s Office 365, which provides Microsoft’s famous suite of productivity software – including MS Word and Excel – as a service.

    Software Development Kit (SDK) – A software development kit (SDK), also known as a developer’s toolkit or devkit, is a set of development tools that aids or allows the creation of applications for a certain platform. SDKs typically include APIs, sample code, documentation, debuggers, and other utilities.

    Software Stack – A software stack is a group of applications that work in a specific and defined order to achieve a common goal.

    U

    User Interface (UI) – User interface (UI) is the way that the user and computer system interact.

    User Experience (UX) – The nature of a user’s interaction with and perception of a system.

    User Space – The memory area of an operating system where application software executes.

    V

    Vendor Lock-in – Vendor lock-in is when a customer finds itself “locked in” or stuck with a certain cloud service provider (CSP). Vendor lock-in is characterized by extreme difficulty in moving from one cloud vendor to another, usually due to lack of standardized protocols, APIs, data structures, and service models.

    Vertical Cloud – A vertical cloud is a cloud computing solution that is built or optimized for a specific business vertical, such as manufacturing, financial services, or healthcare.

    Virtual Desktop Infrastructure (VDI) – Virtual desktop infrastructure (VDI) is a desktop operating system hosted within a virtual machine.

    Virtual Machine (VM) – A virtual machine is a software computer that runs an operating system or application environment, just as physical hardware would. The end user has the same experience on a VM as they would on dedicated hardware.

    Essentially, a VM is a machine within a machine. By running VMs, a hardware computer can run multiple instances of the same operating system. Applications running on separate instances cannot interfere with each other, so if one app crashes, it will not affect apps on other VMs.

    Virtual Machine Monitor (VMM) – See hypervisor.

    Subscribe to
    IT Best Practices.

    STAY CONNECTED

      ALL ARTICLES

      Cloud Services

      Component Highlight: Veeam Data Protection and Backup

      READ MORE
      Cloud Services

      Meet the team – A word (or two) from our CEO, Reyner Natahamidjaja

      READ MORE
      Cloud Services

      Why you need a full cloud platform, and the pitfalls of going piecemeal

      READ MORE
      Cloud Services

      Component Highlight: IBM Flash Storage

      READ MORE
      Cloud Services

      Can You Trust Your Old Data with Hyperscale Providers?

      READ MORE
      Cloud Services

      Increasing Data Integrity & Security through multi-site replication with CloudKey

      READ MORE
      Cloud Services

      The Dissolution of AWS and their Cloud Monopoly

      READ MORE
      Cloud Services

      Meet the team – The Insights of Chris Martin

      READ MORE
      Cloud Services

      Component Highlight: Palo Alto Firewalls and Edge Security Services

      READ MORE
      Cloud Services

      How the right cloud platform can reduce your RTO and RPO

      READ MORE

      You Have The Momentum. We Help Keep It Going.

      At Global IP Networks, our mission is to keep your net working. Our team of dedicated, certified IT experts is 100% committed to your success. For over 20 years, we’ve relentlessly helped companies like yours tackle their IT challenges to maximize the security, uptime and performance of their networks.

      That’s tenacity. That’s Global IP Networks.

      wLearn More