DRaaS: 서비스로서의 재해 복구(DRaaS) 설명
DRaaS는 재해 또는 중단 중에 장애 조치 기능을 제공하기 위해 서버를 복제하고 호스팅하는 클라우드 기반 서비스입니다.
Disaster Recovery as a Service (DRaaS) merges disaster recovery and backup functions into a cloud-hosted solution. It involves replicating physical or virtual servers from a primary location to a secondary cloud environment. In the event of a disaster or significant outage at the primary site, the secondary cloud environment takes over, ensuring IT systems and applications remain operational with minimal interruption. DRaaS solutions typically automate failover and failback processes, manage recovery plans, and facilitate regular testing to confirm readiness. This model presents a more cost-effective and scalable alternative to traditional on-premises disaster recovery setups, reducing the capital expenditure and complexity associated with maintaining a dedicated secondary data center.
graph LR
Center["DRaaS: 서비스로서의 재해 복구(DRaaS) 설명"]:::main
Pre_cloud_computing["cloud-computing"]:::pre --> Center
click Pre_cloud_computing "/terms/cloud-computing"
Pre_virtualization["virtualization"]:::pre --> Center
click Pre_virtualization "/terms/virtualization"
Pre_data_replication["data-replication"]:::pre --> Center
click Pre_data_replication "/terms/data-replication"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5살도 이해할 수 있게 설명
DRaaS는 컴퓨터 시스템의 자동 백업을 멀리 떨어진 안전한 장소에 보관하는 것과 같습니다. 재해로 인해 메인 컴퓨터 시스템이 고장 나거나 액세스할 수 없게 되면, 안전한 장소에 있는 백업 시스템이 즉시 인계되어 지연 없이 계속 작업할 수 있습니다.
🤓 Expert Deep Dive
DRaaS 솔루션은 강력한 재해 복구를 위해 클라우드 인프라를 활용합니다. 주요 구성 요소는 다음과 같습니다.
복제: 서버 데이터(VM 또는 물리적)를 클라우드 제공업체의 인프라로 지속적으로 또는 거의 지속적으로 복사합니다. 방법에는 에이전트 기반, 하이퍼바이저 수준 또는 스토리지 기반 복제가 포함됩니다.
복구 사이트: 클라우드 제공업체의 데이터 센터가 복제된 데이터 및 인프라의 보조 위치 역할을 합니다.
오케스트레이션 엔진: 복구 사이트에서 서비스를 온라인으로 전환한 다음 기본 사이트로 다시 전환하는 장애 조치 및 장애 복구 시퀀스를 자동화하는 소프트웨어.
네트워킹: 복제 트래픽 및 복구된 서비스에 대한 클라이언트 액세스를 위해 기본 사이트와 클라우드 복구 사이트 간의 보안 연결(VPN 또는 전용 링크).
서비스 수준 계약(SLA): 복구 시간 목표(RTO) 및 복구 지점 목표(RPO)와 같은 중요 지표를 정의하여 허용 가능한 최대 다운타임 및 데이터 손실을 지정합니다.
일반적인 DRaaS 아키텍처 패턴:
클라우드 간: 서로 다른 클라우드 환경 간의 복제.
온프레미스에서 클라우드로: 로컬 인프라를 퍼블릭 또는 프라이빗 클라우드로 복제(가장 일반적).
클라우드에서 온프레미스로: 클라우드에서 온프레미스 환경으로 복구.
보안은 중요하며, 데이터 암호화(전송 중 및 저장 시), 액세스 제어 및 규정 준수를 포함합니다.