Giter VIP home page Giter VIP logo

cc's Introduction

Resource disaggregation (rack-scale computing)

  • Co-locate same components such as CPUs, DRAMs as a group and interconnect them over high-speed network fabric.
  • Resource disaggregation first started with the computing units such as CPU, DPU, and FPGA.
    • allows flexible and efficient resource allocation for computing workloads that change its demand over time.
  • More recently, the idea has expanded to memory components such as SSD, DRAM and PRAM.
    • allows an efficient sharing of persistent data among the tenants as well as across VM migration.

Confidential Computing (CC)

  • Current usage of TEEs is confined in monolithic server model.
    • All required resources such as storage and memory are present in the same physical machine, without considering the disaggregated resources presented in data centers.
  • CC doesn't trust any components outside of its TCB, and current TEE ecosystem does not provide a way to build trust among different TEE components or other non-secure computing units.
  • Data inside TEEs, by design, cannot be shared with hardware accelerators such as FPGAs.
    • Recent works solve this problem: ACAI and CAGE

Attestation

Attestation is the process of demonstrating that software running in side TEEs on a remote computer is instantiated as expected. By using attestation, a remote party (tenant) can make sure that the application is running inside an authentic TEE, and it has not been tampered with. It's also the common way to establish trust between two TEEs.

Challenges

HW challenges

[!question] How to expand trust from in-host TEE to other components, especially to other physical machine?

[!todo] Survey on the readiness of commodity HW

DSA (Data Streaming Accelerator)

DSA is an accelerator that enables high performance data mover capabilities (e.g., copy to/from volatile memory, persistent memory, memory-mapped I/O) and transformation operations (e.g., memory comparison and delta generation, VM fast checkpointing). It will also be integrated into the upcoming Intel Xeon processor (Sapphire Rapids).

CXL (Computer Express Link)

CXL is an open standard for high-speed low-latency interconnect between CPUs and other hardware devices such as accelerators. CXL was first proposed by Intel to solve the communication problems of hardware disaggregation in data centers. CXL will be a feature in the new Intel Xeon processor (Sapphire Rapids), which is to be released at the end of 2022.

GPU

Accelerators supporting CC

Accelerators

IPU?

Software challenges

[!question] What can be additional overhead for applying confidential computing?

[!question] Is there any software techniques or optimizations cannot be applied in the context of CC?

[!question] Is there any missing part in software layer to apply CC?

[!seealso] Opposite stance: Based on some observation that VMs used in public clouds don't utilize hypervisor features and resources are mostly assigned statically, [OSDI'23] Core slicing: closing the gap between leaky confidential VMs and bare-metal cloud suggests to use bare-metal hardware without virtualization by just statically slice hardware to guests. This is quite opposite to our direction based on same observation. We want to utilize those missing features properly.

Memory deduplication

This is straightforward.

Large page table

IOMMU

Related works

cc's People

Contributors

persona0220 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.