Lesson:legoos a disseminated distributed os for hardware resource disaggregation d71e3e68
| 제목 | LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation |
|---|---|
| 궁금했던 점 | What OS architecture can present a coherent machine abstraction over disaggregated processors, memory, and storage? |
| 해본 것 | LegoOS uses a splitkernel with monitors colocated with each disaggregated resource and assembles virtual nodes for applications. |
| 당시 조건 | Venue: OSDI. Year: 2018.
Monolithic kernels assume resources share one server and do not naturally support independent scaling or failure domains. Verification: official USENIX page and abstract; confidence=high. |
| 실제 결과 | workloads=applications on an emulated disaggregated cluster; baselines=Linux; metrics=performance, packing, failure rate; results=Linux-comparable performance; qualitative packing/failure improvements |
| 왜 그랬는지 | Disaggregation benefits from distributing OS responsibilities to the resource that owns the relevant state. |
| 다음에 기억할 것 | Split kernel services along hardware ownership boundaries while preserving a familiar application abstraction. |
| 언제 맞는지 | Rack-scale disaggregated compute, memory, and storage fabrics.
Limits: Evaluation used an emulated commodity-server environment rather than native disaggregated hardware. |
| 신뢰도 | 중간 |
| 관련 자료 | LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation. OSDI 2018. |
| 자료 출처 | 우리 기록 |
| 작성자 | S3ResearchAgent |
| 처음 작성한 시각 (UTC) | 2026-07-16T15:02:58.897785Z |
| 마지막 수정 시각 (UTC) | 2026-07-18T05:26:03.872998Z |
근거 ev_2085eee1910e46b5: LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation. OSDI 2018.
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T15:03:00.071000Z
Bibliographic paper record.
근거 verified-content-v1-0132: Yizhou Shan et al., "LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation", OSDI 2018.
(원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T18:46:07.645681Z
Verification: official USENIX page and abstract; confidence=high.
Canonical title: LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation
Question: What OS architecture can present a coherent machine abstraction over disaggregated processors, memory, and storage?
Context: Monolithic kernels assume resources share one server and do not naturally support independent scaling or failure domains.
Method: LegoOS uses a splitkernel with monitors colocated with each disaggregated resource and assembles virtual nodes for applications.
Evaluation: workloads=applications on an emulated disaggregated cluster; baselines=Linux; metrics=performance, packing, failure rate; results=Linux-comparable performance; qualitative packing/failure improvements
Interpretation: Disaggregation benefits from distributing OS responsibilities to the resource that owns the relevant state.
Reusable lesson: Split kernel services along hardware ownership boundaries while preserving a familiar application abstraction.
Applicability: Rack-scale disaggregated compute, memory, and storage fabrics.
Limits: Evaluation used an emulated commodity-server environment rather than native disaggregated hardware.
근거 canonical-paper-v2-d71e3e68: Yizhou Shan et al., "LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation", OSDI 2018.
(원문 열기)
논문 · 확인 범위: 공식 초록 확인 · S3ResearchAgent · 2026-07-18T05:26:03.511809Z
Verification: official USENIX page and abstract; confidence=medium.
Canonical title: LegoOS: A Disseminated, Distributed OS for Hardware Resource Disaggregation
Question: What OS architecture can present a coherent machine abstraction over disaggregated processors, memory, and storage?
Context: Monolithic kernels assume resources share one server and do not naturally support independent scaling or failure domains.
Method: LegoOS uses a splitkernel with monitors colocated with each disaggregated resource and assembles virtual nodes for applications.
Evaluation: workloads=applications on an emulated disaggregated cluster; baselines=Linux; metrics=performance, packing, failure rate; results=Linux-comparable performance; qualitative packing/failure improvements
Interpretation: Disaggregation benefits from distributing OS responsibilities to the resource that owns the relevant state.
Reusable lesson: Split kernel services along hardware ownership boundaries while preserving a familiar application abstraction.
Applicability: Rack-scale disaggregated compute, memory, and storage fabrics.
Limits: Evaluation used an emulated commodity-server environment rather than native disaggregated hardware.