Learning Library

← Back to Library

Dedicated Host: Single Tenancy Benefits

Key Points

  • A dedicated host is a physical cloud server that you alone control, letting you schedule all virtual server instances (VSIs) on that single piece of hardware.
  • In a multitenant setup the same host is sliced into VSIs that are shared across multiple customers, whereas a dedicated host keeps the entire box exclusive to you.
  • This single‑tenancy provides an extra layer of security, which is especially valuable for regulated workloads in healthcare, banking, and finance.
  • Because all your VSIs reside on the same physical machine, inter‑instance communication incurs far lower latency, boosting performance for high‑performance‑compute (HPC) and other tightly coupled workloads.
  • Dedicated hosts offer flexibility in how you allocate resources—you can split the host’s capacity any way you like, from large half‑half partitions to many small instances.

Full Transcript

# Dedicated Host: Single Tenancy Benefits **Source:** [https://www.youtube.com/watch?v=zL_A6wAvxGU](https://www.youtube.com/watch?v=zL_A6wAvxGU) **Duration:** 00:03:20 ## Summary - A dedicated host is a physical cloud server that you alone control, letting you schedule all virtual server instances (VSIs) on that single piece of hardware. - In a multitenant setup the same host is sliced into VSIs that are shared across multiple customers, whereas a dedicated host keeps the entire box exclusive to you. - This single‑tenancy provides an extra layer of security, which is especially valuable for regulated workloads in healthcare, banking, and finance. - Because all your VSIs reside on the same physical machine, inter‑instance communication incurs far lower latency, boosting performance for high‑performance‑compute (HPC) and other tightly coupled workloads. - Dedicated hosts offer flexibility in how you allocate resources—you can split the host’s capacity any way you like, from large half‑half partitions to many small instances. ## Sections - [00:00:00](https://www.youtube.com/watch?v=zL_A6wAvxGU&t=0s) **What Is a Dedicated Host?** - Bradley Knapp explains that a dedicated host is a single‑tenant cloud server giving a customer exclusive control over an entire physical host and its virtual instances, unlike the shared resources of multitenant virtual servers. ## Full Transcript
0:00Hey, everybody, my name is Bradley Knapp, and 0:03we've come together today to talk  about what is a dedicated host? 0:07Dedicated host is a construct that  you see a lot in the world of cloud, 0:11but it's a little confusing. What does this  dedicated host thing actually mean? Why does it 0:16look like it's so expensive when you compare it  to buying a dedicated instance or just a normal 0:20virtual server? And the answer is dedicated  hosts are a way to provide single tenancy. 0:27Single tenancy means that no one else can  run on the compute that you are running on. 0:33So, if we think about a physical cloud host,  right, we've got our actual cloud server here. 0:38This is the actual host that runs in the data  center. In a normal multitenant environment, 0:43we would take, and we would divide that host up  into pieces, and every one of these pieces as a 0:48virtual server that you would buy. I'll just mark  that as VSI. In a dedicated host, we still have 0:54the same host, that same box that we were talking  about before. But instead, this is your box, 1:02and you control all of the VSIs that schedule on  to it. So instead of this being customer A, and 1:07this being customer B, and this being customer C,  this is all yours. And so you can choose to divide 1:13it up however you want. You can have one third of  it go into one VSI and two thirds go into another. 1:19You can divide it half and half, or you  can put lots of little bitty ones on it. 1:26And so, the question, of course, always  becomes, why would I do this, what is the 1:31value of a dedicated host? Why would I purchase  this thing? And the answer is really twofold. 1:37First is that single tenancy that I mentioned  before. Single tenancy means that you don't 1:42have to worry about anybody else being able  to crash through the hypervisor layer within 1:46this host and get to your data. Even though it's  already incredibly secured in the world of cloud, 1:51it's just one more layer of protection. This  is very important for health care workloads, 1:56folks in banking and finance like that. 1:58But in addition to that single tenancy,  it also allows you to schedule workloads 2:03that want to be close to be each other, close to  each other. So, if we think of our example here, 2:08where we've got two VSIs of the same size, let's  imagine a high-performance compute workload, 2:14something that in the world of HPC, where you  have lots of compute working on the same problem. 2:20In order to minimize latency and maximize  performance, you want to pack these onto a few 2:25physical hosts as possible because data transit  through a physical host is much faster than data 2:31that goes across the network. If we think about  our example over here, where we've got our multi 2:36tenancy, and we've got multiple multitenant  boxes, every one of these has to link together, 2:42and that link together takes time. There is a  latency penalty that you pay. But in a dedicated 2:47host like we have over on this side, because these  all run on the same physical box, you don't incur 2:54that latency penalty and you can order multiple  dedicated hosts in order to make that happen. 2:58Thank you so much for your time  today. If you have any questions, 3:02please drop us a line below. If you want  to see more videos like this in the future, 3:06please do like and subscribe and  let us know. And don't forget, 3:10you can grow your skills and earn a badge with  IBM Cloud Labs, which your free, browser-based 3:15interactive Kubernetes labs that you can find more  information on by looking below. Thanks again.