분류 전체보기341 Communication - 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#communication GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. IncluLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. - donnemartin/system-design-primergithub.com - HTTPHTTP 는 클라이언트와 서버사이의 데이터를.. 2025. 4. 13. Asynchronism - 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#asynchronism GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. IncluLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. - donnemartin/system-design-primergithub.com - 개요비동시 워크플로우는 비싼 연산에 대한 요청 시간을.. 2025. 4. 13. Application layer 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#application-layer GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. IncluLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. - donnemartin/system-design-primergithub.com - 개요Application layer 로 부터 w.. 2025. 4. 13. Reverse proxy (web server) - 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#load-balancer GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. IncluLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. - donnemartin/system-design-primergithub.com - Reverse proxy (web server)re.. 2025. 4. 2. Layer 4 vs Layer 7 Load balancing - 출처: https://www.f5.com/glossary/layer-4-load-balancing What Is Layer 4 Load Balancing?Learn about Layer 4 load balancing, how it differs from Layer 7 load balancing, and why it matters.www.f5.com- 출처: https://www.f5.com/glossary/layer-7-load-balancing Benefits of Layer 7 Load BalancingLayer 4 & Layer 7 load balancers base their routing decisions on different criteria. Read on to learn more abo.. 2025. 3. 29. Load balancer - 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#load-balancer GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. IncluLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. - donnemartin/system-design-primergithub.com - Load balancerLoad balancer .. 2025. 3. 29. Introduction to Control Group - 출처: https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/resource_management_guide/ch01 Chapter 1. Introduction to Control Groups (Cgroups) | Red Hat Product DocumentationFormatMulti-pageSingle-pageView full doc as PDFdocs.redhat.com - Control Group 이란cgroup은 CPU 시간, 시스템 메모리, 네트워크 대역폭 혹은 이런 리소스들을 조합해서 할당한다. cgroup 을 사용하면 시스템 운영자는 자원 할당, 우선순위, 거부, 관리, 시스템 리소스 모니터를 하는데 있어서 세밀.. 2025. 3. 17. Memory management concepts - 출처: https://docs.kernel.org/admin-guide/mm/concepts.html Concepts overview — The Linux Kernel documentationThe memory management in Linux is a complex system that evolved over the years and included more and more functionality to support a variety of systems from MMU-less microcontrollers to supercomputers. The memory management for systems without an MMU is cadocs.kernel.org Virtual Memory Pr.. 2025. 2. 2. 허니 콤보 짭 출처를 까먹었습니다. 인터넷 어딘가를 참조했습니다. 나중에 알게되면 링크 걸겠습니다. 인스타그램? 링크 였던것 같습니다. - 재료닭 윙이나 닭 다리살 먹고 싶은 부위 (500g)연육기(추천), 우유, 맛소금감자전분, 튀김가루, 식용유간장, 물, 맛술, 식초, 올리고당(꿀), 설탕, 마늘- 들어가기 전에본격적인 조리를 하기 전에 염지를 합니다. 연육기로 닭을 먼저 손질해줍니다. 연육기는 쿠팡에 검색해보면 많이 팝니다. 물론 이 글을 읽는 대다수의 사람들은 집에 없으니까 뭐 우유세 소금 담가서 염지하면 되겠지라고 하고 연육기 없이 이 레시피를 따라하겠지만 완성하고 났을 때 겉의 양념은 간이 맞지만 속살은 싱겁다고 느낄것이기에 연육기로 먼저 손질하는것을 추천합니다.우유에 소금을 풉니다. 대충 닭이 잠길 정도로.. 2024. 11. 3. File System - 출처: Operating System - Three Easy Pieces 개요만약 우리가 File system 을 구현해야 한다면 크게 2가지 측면을 고려해야 한다.Data strcutures: data와 metadata를 구성하기 위해 어떤 유형의 구조로 설계할것인가?Access methods: open(), read(), write() 등과 같은 process에 의한 호출을 어떻게 구조에 맵핑할것인가?전체 구조vsfs 파일 시스템의 데이터 구조를 설계한다고 가정해보자. 가장 먼저 해야할것은 무엇인가? 가장 먼저 해야하는것은 disk를 "block" 단위로 나누는것이다. 이 "block"을 4 KB 로 사용한다고 가정하자.위처럼 block에는 0 ~ N-1 주소가 부여되며 각 block의 크기는 4.. 2024. 11. 3. 이전 1 2 3 4 ··· 35 다음