Browse Definitions :
Definition

second-level address translation (SLAT)

Second-level address translation (SLAT) is a hardware virtualization technology that reduces hypervisor overhead.

To do so, SLAT addresses the inefficiencies associated with looking up virtualized memory addresses in software shadow volumes. The technology exists as a CPU feature: an added translation lookaside buffer (TLB) that contains a real-time updated cache of virtualized memory addresses and their corresponding physical addresses.

Virtualization is a core technology for many data centers, but the software layer introduced by a hypervisor imposes computing overhead that reduces the resources available to virtual machines (VMs). Physical computing resources must be presented to VMs as virtualized resources -- this is the essence of abstraction, which insulates workloads from the underlying computing hardware. When retrieved from SLAT rather than through a standard look-up operation, performance is enhanced because the memory address is stored on processor. Latency is reduced and the system only goes through one memory look-up operation rather than two.

As memory is addressed in a virtualized system, values referenced are added to SLAT. The TLB holds recent page table mappings generated by the hypervisor. When a virtual-to-physical address translation is requested, the hypervisor queries the TLB for mapping information. If there's a match, the physical address is returned to the hypervisor -- without the memory and CPU resources that would be required for translation. This is the "second level" of address translation. If there is no match, the hypervisor checks the traditional page table and perform the normal address translation. The hypervisor will then save the new translation to the TLB for future reference. 

Both Intel and AMD support SLAT. Core i3, i5 and i7 all support what Intel calls their technology: extended page table (EPT). AMD processors include SLAT since their Barcelona architecture. AMD calls their SLAT rapid virtualization indexing (RVI). Both can offer performance increases of up to about 40 percent in heavy virtualization situations and even up to 600 percent in micro benchmarks.

There are a number of hypervisors that support SLAT, including KVM 2.6.26, VirtualBox 2 (and later), Vmware ESX 3.5 (and later), Xen 3.2.0 (and later). Bhyve and Windows 8-based systems not only support SLAT but require it.

 

This was last updated in August 2014

Continue Reading About second-level address translation (SLAT)

Networking
  • firewall as a service (FWaaS)

    Firewall as a service (FWaaS), also known as a cloud firewall, is a service that provides cloud-based network traffic analysis ...

  • private 5G

    Private 5G is a wireless network technology that delivers 5G cellular connectivity for private network use cases.

  • NFVi (network functions virtualization infrastructure)

    NFVi (network functions virtualization infrastructure) encompasses all of the networking hardware and software needed to support ...

Security
  • virus (computer virus)

    A computer virus is a type of malware that attaches itself to a program or file. A virus can replicate and spread across an ...

  • Certified Information Security Manager (CISM)

    Certified Information Security Manager (CISM) is an advanced certification that indicates that an individual possesses the ...

  • cryptography

    Cryptography is a method of protecting information and communications using codes, so that only those for whom the information is...

CIO
  • B2B (business to business)

    B2B (business-to-business) is a type of commerce involving the exchange of products, services or information between businesses, ...

  • return on investment (ROI)

    Return on investment (ROI) is a crucial financial metric investors and businesses use to evaluate an investment's efficiency or ...

  • big data as a service (BDaaS)

    Big data as a service (BDaS) is the delivery of data platforms and tools by a cloud provider to help organizations process, ...

HRSoftware
  • talent acquisition

    Talent acquisition is the strategic process an organization uses to identify, recruit and hire the people it needs to achieve its...

  • human capital management (HCM)

    Human capital management (HCM) is a comprehensive set of practices and tools used for recruiting, managing and developing ...

  • Betterworks

    Betterworks is performance management software that helps workforces and organizations to improve manager effectiveness and ...

Customer Experience
  • martech (marketing technology)

    Martech (marketing technology) refers to the integration of software tools, platforms, and applications designed to streamline ...

  • transactional marketing

    Transactional marketing is a business strategy that focuses on single, point-of-sale transactions.

  • customer profiling

    Customer profiling is the detailed and systematic process of constructing a clear portrait of a company's ideal customer by ...

Close