あるアーキテクトが、大規模なデータ センターのインフラストラクチャを会社がどのように管理するかを設計しています。この会社は、セキュリティ上の理由からデバイスの種類をグループ化し、DoS 攻撃を軽減したいと考えています。また、管理プレーンで 1 つのデバイスが侵害された場合、運用ネットワークの残りの部分にアクセスできないようにしたいと考えています。アーキテクトはどのソリューションを選択する必要がありますか?
正解:C
Out-of-band Ethernet is the correct management design for a large data center when the customer wants device grouping, management-plane isolation, and reduced blast radius from compromise. In an out-of-band design, management traffic uses a physically or logically separate management network instead of traversing the production data plane. This allows different device classes to be placed into management zones, protected by access control, authentication, logging, and rate-limiting policies. If one managed device is compromised, the attacker should not automatically gain production network reachability through the management interface.
In-band Ethernet would share the production infrastructure and therefore would not provide the same isolation. Dial-up out-of-band access can be useful for emergency console access, but it is not appropriate as the primary management architecture for a large data center. Out-of-band Ethernet provides scale, speed, and segmentation while still allowing centralized management systems to reach routers, switches, controllers, and appliances. Reference topics: out-of-band management, management-plane security, data-center operations, isolation, access control, DoS mitigation.