본문 바로가기

분류 전체보기346

Gateway Offloading pattern - 출처: https://learn.microsoft.com/en-us/azure/architecture/patterns/gateway-offloading Gateway Offloading pattern - Azure Architecture CenterUse the Gateway Offloading design pattern to offload shared or specialized service functionality to a gateway proxy.learn.microsoft.com - 개요공유되거나 특화된 서비스 기능을 게이트웨이 프록시로 전가하라. 이 패턴은 SSL certificates 과 같이 공유된 서비스 기능을 게이트웨이로 옮김으로써 어플리케이션 개발을 손쉽게 해준다. - 문제상황특정 .. 2025. 5. 11.
Gateway Routing Pattern - 출처: https://learn.microsoft.com/en-us/azure/architecture/patterns/gateway-routing Gateway Routing pattern - Azure Architecture CenterUse the Gateway Routing design pattern to route requests to multiple services using a single endpoint.learn.microsoft.com - 개요Gateway Routing 이란 단일 엔드포인트를 사용하여 요청을 여러 서비스나 여러 서비스의 인스턴스들로 라우팅하는것을 말한다. 이 패턴은 아래와 같은 경우에 유용하다.단일 엔드포인트로 여러 서비스를 노출하고 요청에 기반하여 적절한 서비스로 .. 2025. 5. 6.
NoSQL - 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#nosql 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 - NoSQLNoSQL 은 key-value store, docume.. 2025. 4. 20.
RDBMS - 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#relational-database-management-system-rdbms 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. 20.
DNS - 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#domain-name-system 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 - 개요DNS 는 www.example.com.. 2025. 4. 13.
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.