제로 트러스트
ZTNA 액세스 흐름, 신원 확인, 정책 기반 액세스 제어 및 F5 XC 통합을 통한 마이크로 세그멘테이션을 포함한 제로 트러스트 아키텍처 다이어그램.
제로 트러스트 액세스 흐름
섹션 제목: “제로 트러스트 액세스 흐름”장치 상태 확인, 신원 확인, 정책 평가 및 프록시 애플리케이션 액세스를 포함한 제로 트러스트 액세스 흐름.
flowchart LR
user@{ icon: 'lucide:user', label: 'User' }
device@{ icon: 'lucide:laptop', label: 'Device Check' }
idp@{ icon: 'lucide:key', label: 'Identity Provider' }
policy@{ icon: 'lucide:shield-check', label: 'Policy Engine' }
proxy@{ icon: 'carbon:server-proxy', label: 'Access Proxy' }
app@{ icon: 'carbon:application', label: 'Application' }
user --> device
device --> idp
idp --> policy
policy --> proxy
proxy --> appF5 XC 제로 트러스트 아키텍처
섹션 제목: “F5 XC 제로 트러스트 아키텍처”F5 Distributed Cloud가 클라우드 전반에 걸쳐 WAAP, ID 인식 프록시 및 마이크로 세그멘테이션을 통해 제로 트러스트 애플리케이션 액세스를 제공합니다.
flowchart TD
remote@{ icon: 'lucide:user', label: 'Remote Users' }
branch@{ icon: 'lucide:laptop', label: 'Branch Office' }
waap@{ icon: 'f5xc:web-app-and-api-protection', label: 'XC WAAP' }
mcn@{ icon: 'f5xc:multi-cloud-network-connect', label: 'Network Connect' }
aws@{ icon: 'hashicorp-flight:aws-color', label: 'AWS Apps' }
azure@{ icon: 'hashicorp-flight:azure-color', label: 'Azure Apps' }
onprem@{ icon: 'lucide:server', label: 'On-Premises Apps' }
remote --> waap
branch --> waap
waap --> mcn
mcn --> aws
mcn --> azure
mcn --> onprem마이크로 세그멘테이션 아키텍처
섹션 제목: “마이크로 세그멘테이션 아키텍처”애플리케이션 계층 간 동서 트래픽을 제어하는 ID 기반 정책을 사용한 네트워크 마이크로 세그멘테이션.
architecture-beta group trust(lucide:shield)[Zero Trust Fabric] group apps(carbon:cloud-services)[Application Tiers] service idp(lucide:key)[Identity Provider] in trust service policy(carbon:gateway-security)[Policy Engine] in trust service seg(carbon:subnet-acl-rules)[Segmentation] in trust service web(carbon:application)[Web Tier] in apps service api(carbon:api)[API Tier] in apps service data(carbon:data-base)[Data Tier] in apps idp:R --> L:policy policy:R --> L:seg seg:R --> L:web web:R --> L:api api:R --> L:data