Design a network traffic throttling system for a cloud/datacenter environment. The system must handle two distinct traffic directions: 1. Outgoing (egress) traffic: Throttle outbound traffic originating from VMs/hosts. The expected approach is an on-host proxy (a throttler service co-located on the host) that monitors outgoing traffic per VM. When bandwidth…