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
  • Multiprotocol Label Switching (MPLS)

    Multiprotocol Label Switching (MPLS) is a switching mechanism used in wide area networks (WANs).

  • computer network

    A computer network is a group of interconnected nodes or computing devices that exchange data and resources with each other.

  • WAN optimization (WAN acceleration)

    WAN optimization -- also known as WAN acceleration -- is a collection of technologies and techniques used to improve the ...

Security
  • three-factor authentication (3FA)

    Three-factor authentication (3FA) is the use of identity-confirming credentials from three separate categories of authentication ...

  • cyber espionage

    Cyber espionage (cyberespionage) is a type of cyber attack that malicious hackers carry out against a business or government ...

  • role-based access control (RBAC)

    Role-based access control (RBAC) is a method of restricting network access based on the roles of individual users within an ...

CIO
  • knowledge-based systems (KBSes)

    Knowledge-based systems (KBSes) are computer programs that use a centralized repository of data known as a knowledge base to ...

  • Sarbanes-Oxley Act

    The Sarbanes-Oxley Act of 2002 is a federal law that established sweeping auditing and financial regulations for public companies.

  • project charter

    A project charter is a formal short document that states a project exists and provides project managers with written authority to...

HRSoftware
  • employee engagement

    Employee engagement is the emotional and professional connection an employee feels toward their organization, colleagues and work.

  • talent pool

    A talent pool is a database of job candidates who have the potential to meet an organization's immediate and long-term needs.

  • diversity, equity and inclusion (DEI)

    Diversity, equity and inclusion is a term used to describe policies and programs that promote the representation and ...

Customer Experience
  • sales development representative (SDR)

    A sales development representative (SDR) is an individual who focuses on prospecting, moving and qualifying leads through the ...

  • service level indicator

    A service level indicator (SLI) is a metric that indicates what measure of performance a customer is receiving at a given time.

  • customer data platform (CDP)

    A customer data platform (CDP) is a type of software application that provides a unified platform of customer information that ...

Close