Networking Devices

Your present location > Home page > Networking Devices
Optimization of Power Chain for AI Network Switches: A Precise MOSFET Selection Scheme Based on High-Voltage Input, Intermediate Bus Conversion, and High-Current Point-of-Load Management
AI Network Switch Power Chain Topology Diagram

AI Network Switch Power Chain Overall Topology Diagram

graph LR %% High-Voltage Input & Power Factor Correction subgraph "High-Voltage AC-DC Input & PFC Stage" AC_IN["AC Input 85-265VAC"] --> EMI_FILTER["EMI Filter"] EMI_FILTER --> BRIDGE["Bridge Rectifier"] BRIDGE --> PFC_INDUCTOR["PFC Boost Inductor"] PFC_INDUCTOR --> PFC_SW_NODE["PFC Switching Node"] subgraph "Primary High-Voltage Switch" Q_PFC["VBP110MR12
1000V/12A
TO-247"] end PFC_SW_NODE --> Q_PFC Q_PFC --> HV_BUS["High-Voltage DC Bus
~400VDC"] PFC_CONTROLLER["PFC Controller"] --> PFC_DRIVER["Gate Driver"] PFC_DRIVER --> Q_PFC HV_BUS -->|Voltage Feedback| PFC_CONTROLLER end %% Intermediate Bus Conversion Stage subgraph "Isolated DC-DC / Intermediate Bus Converter (IBC)" HV_BUS --> LLC_RES_TANK["LLC Resonant Tank"] LLC_RES_TANK --> LLC_TRANS["LLC Transformer Primary"] LLC_TRANS --> LLC_SW_NODE["LLC Switching Node"] subgraph "IBC Primary Switch" Q_IBC["VBM15R10S
500V/10A
TO-220"] end LLC_SW_NODE --> Q_IBC Q_IBC --> GND_PRI["Primary Ground"] LLC_TRANS --> LLC_SEC["Transformer Secondary"] LLC_SEC --> INT_BUS["Intermediate Bus
48V/12V"] LLC_CONTROLLER["LLC Controller"] --> LLC_DRIVER["Gate Driver"] LLC_DRIVER --> Q_IBC LLC_TRANS -->|Current Feedback| LLC_CONTROLLER end %% High-Current Point-of-Load (PoL) Stage subgraph "Multi-Phase Synchronous Buck PoL Converters" INT_BUS --> PHASE1_IN["Phase 1 Input"] INT_BUS --> PHASE2_IN["Phase 2 Input"] INT_BUS --> PHASE3_IN["Phase 3 Input"] INT_BUS --> PHASE4_IN["Phase 4 Input"] subgraph "Phase 1 Buck Converter" PHASE1_IN --> BUCK_HIGH1["High-Side Switch"] BUCK_HIGH1 --> BUCK_LOW1["VBM15R10S
Low-Side Switch"] BUCK_LOW1 --> GND_POL["PoL Ground"] end subgraph "Phase 2 Buck Converter" PHASE2_IN --> BUCK_HIGH2["High-Side Switch"] BUCK_HIGH2 --> BUCK_LOW2["VBM15R10S
Low-Side Switch"] BUCK_LOW2 --> GND_POL end subgraph "Phase 3 Buck Converter" PHASE3_IN --> BUCK_HIGH3["High-Side Switch"] BUCK_HIGH3 --> BUCK_LOW3["VBM15R10S
Low-Side Switch"] BUCK_LOW3 --> GND_POL end subgraph "Phase 4 Buck Converter" PHASE4_IN --> BUCK_HIGH4["High-Side Switch"] BUCK_HIGH4 --> BUCK_LOW4["VBM15R10S
Low-Side Switch"] BUCK_LOW4 --> GND_POL end BUCK_HIGH1 --> OUTPUT_FILTER["Output Filter Network"] BUCK_LOW1 --> OUTPUT_FILTER BUCK_HIGH2 --> OUTPUT_FILTER BUCK_LOW2 --> OUTPUT_FILTER BUCK_HIGH3 --> OUTPUT_FILTER BUCK_LOW3 --> OUTPUT_FILTER BUCK_HIGH4 --> OUTPUT_FILTER BUCK_LOW4 --> OUTPUT_FILTER OUTPUT_FILTER --> AI_PROCESSOR["AI Processor/ASIC
0.8V-1.2V Core Voltage"] AI_PROCESSOR --> LOAD_CURRENT["100A+ Load Current"] MULTI_PHASE_CTRL["Multi-Phase PWM Controller"] --> DRIVER_ARRAY["Driver Array"] DRIVER_ARRAY --> BUCK_HIGH1 DRIVER_ARRAY --> BUCK_LOW1 DRIVER_ARRAY --> BUCK_HIGH2 DRIVER_ARRAY --> BUCK_LOW2 DRIVER_ARRAY --> BUCK_HIGH3 DRIVER_ARRAY --> BUCK_LOW3 DRIVER_ARRAY --> BUCK_HIGH4 DRIVER_ARRAY --> BUCK_LOW4 AI_PROCESSOR -->|Voltage Feedback| MULTI_PHASE_CTRL end %% Synchronous Rectification for Core Power subgraph "Core Power Synchronous Rectification" subgraph "Low-Side Synchronous Rectifier Array" Q_SR1["VBQF1615
60V/15A
DFN8(3x3)"] Q_SR2["VBQF1615
60V/15A
DFN8(3x3)"] Q_SR3["VBQF1615
60V/15A
DFN8(3x3)"] Q_SR4["VBQF1615
60V/15A
DFN8(3x3)"] end SYNC_RECT_CTRL["Synchronous Rectifier Controller"] --> SR_DRIVER["Gate Driver"] SR_DRIVER --> Q_SR1 SR_DRIVER --> Q_SR2 SR_DRIVER --> Q_SR3 SR_DRIVER --> Q_SR4 Q_SR1 --> CORE_VOLTAGE["Core Voltage Rail"] Q_SR2 --> CORE_VOLTAGE Q_SR3 --> CORE_VOLTAGE Q_SR4 --> CORE_VOLTAGE CORE_VOLTAGE --> ASIC_GPU["ASIC/GPU Load"] end %% Thermal Management Hierarchy subgraph "Three-Level Thermal Management" subgraph "Level 1: Forced Air Cooling (Primary)" AIRFLOW["System Airflow"] --> HEATSINK_PFC["Heatsink for PFC Stage"] HEATSINK_PFC --> Q_PFC end subgraph "Level 2: PCB Thermal Management (Secondary)" PCB_COPPER["PCB Copper Pour & Thermal Vias"] --> Q_IBC PCB_COPPER --> CONTROL_ICS["Control ICs"] end subgraph "Level 3: Direct Cooling (Tertiary)" DIRECT_AIRFLOW["Direct Airflow to PoL"] --> Q_SR1 DIRECT_AIRFLOW --> Q_SR2 DIRECT_AIRFLOW --> Q_SR3 DIRECT_AIRFLOW --> Q_SR4 end TEMP_SENSORS["Temperature Sensors"] --> MCU["System MCU"] MCU --> FAN_CTRL["Fan PWM Control"] FAN_CTRL --> FANS["Cooling Fans"] end %% Protection & Monitoring subgraph "Protection Circuits" subgraph "Electrical Protection" RCD_SNUBBER["RCD Snubber"] --> Q_PFC RC_SNUBBER["RC Absorption"] --> Q_IBC GATE_PROTECTION["TVS/Zener Gate Protection"] --> PFC_DRIVER GATE_PROTECTION --> LLC_DRIVER end subgraph "Monitoring & Control" CURRENT_SENSE["Current Sensing"] --> PROTECTION_IC["Protection IC"] VOLTAGE_SENSE["Voltage Monitoring"] --> PROTECTION_IC PROTECTION_IC --> SHUTDOWN["Fault Shutdown Signal"] SHUTDOWN --> Q_PFC SHUTDOWN --> Q_IBC end end %% Communication & Control MCU --> DIGITAL_INTERFACE["Digital Power Management Interface"] DIGITAL_INTERFACE --> PFC_CONTROLLER DIGITAL_INTERFACE --> LLC_CONTROLLER DIGITAL_INTERFACE --> MULTI_PHASE_CTRL MCU --> SYSTEM_MONITOR["System Health Monitoring"] %% Style Definitions style Q_PFC fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style Q_IBC fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style Q_SR1 fill:#fff3e0,stroke:#ff9800,stroke-width:2px style AI_PROCESSOR fill:#fce4ec,stroke:#e91e63,stroke-width:2px

Preface: Building the "Power Spine" for AI Computational Density – Discussing the Systems Thinking Behind Power Device Selection
In the era of explosive growth in AI computing, the power system of an AI network switch is no longer just a simple voltage converter. It is the core engine that determines computational stability, thermal performance, and ultimately, the system's throughput and latency. Its key performance metrics—high efficiency under extreme transient loads, uncompromising power integrity for sensitive ASICs/GPUs, and compact power density—are fundamentally anchored in a critical hardware layer: the power conversion and delivery chain.
This article adopts a holistic, performance-driven design philosophy to dissect the core challenges within the AI switch power path: how, under the multi-faceted constraints of ultra-high efficiency, exceptional thermal performance in confined spaces, stringent EMI control, and rigorous cost-per-watt targets, can we select the optimal combination of power MOSFETs for the three critical nodes: high-voltage AC-DC input, intermediate bus conversion (IBC), and high-current, low-voltage Point-of-Load (PoL) regulation?
Within an AI switch power design, the power train is the decisive factor for system efficiency, thermal headroom, power density, and signal integrity. Based on comprehensive considerations of input voltage range, multi-phase current handling, transient response speed, and thermal management in forced-air environments, this article selects three key devices from the component library to construct a tiered, synergistic power solution.
I. In-Depth Analysis of the Selected Device Combination and Application Roles
1. The High-Voltage Gatekeeper: VBP110MR12 (1000V, 12A, TO-247) – PFC / High-Voltage Input Stage Switch
Core Positioning & Topology Deep Dive: Ideally suited for the critical front-end stage, such as Active Power Factor Correction (PFC) or the primary-side switch in an isolated AC-DC converter. Its 1000V drain-source voltage rating provides robust margin for universal input (85-265VAC) applications and handles voltage spikes from line transients and transformer leakage inductance with high reliability. The TO-247 package offers an excellent balance of heat dissipation capability and mounting rigidity.
Key Technical Parameter Analysis:
High-Voltage Robustness: The 1000V rating is essential for single-stage PFC designs or two-stage architectures with a 400VDC bus, ensuring long-term reliability against input surges.
Conduction-Switching Balance: With an Rds(on) of 880mΩ @10V, conduction losses are managed for this voltage class. Selection focuses on optimizing its switching performance (Qg, Qgd) at typical PFC frequencies (50-100kHz) to minimize total loss, often requiring careful gate drive design.
Technology Consideration: As a planar MOSFET, it offers proven reliability and cost-effectiveness for high-voltage applications where ultra-low Rds(on) is secondary to voltage ruggedness.
2. The Efficient Bus Distributor: VBM15R10S (500V, 10A, TO-220) – Isolated DC-DC / Intermediate Bus Converter (IBC) Primary Switch
Core Positioning & System Benefit: Acts as the main switch in an isolated DC-DC converter (e.g., LLC, Flyback) that steps down the high-voltage bus (e.g., 400V) to a safe intermediate bus voltage (e.g., 48V or 12V). Its 500V rating is well-suited for this application. The key advantage lies in its Super Junction (SJ_Multi-EPI) technology.
Key Technical Parameter Analysis:
Super Junction Efficiency: The SJ technology enables a significantly lower Rds(on) (380mΩ) for its voltage class compared to planar equivalents. This directly translates to lower conduction losses in the power train's first conversion stage, boosting overall system efficiency.
Thermal & Space Efficiency: The TO-220 package, when paired with its low Rds(on), allows for a compact footprint on the main power board. Its thermal performance is adequate for this power level when mounted on a properly designed PCB heatsink or a small auxiliary heatsink.
System Role: By efficiently creating a stable, isolated intermediate bus, it enables safe and efficient power distribution to multiple, high-current PoL converters located near the load processors.
3. The Computational Power Feeder: VBQF1615 (60V, 15A, DFN8(3x3)) – Multi-Phase Synchronous Buck Converter Low-Side Switch
Core Positioning & System Integration Advantage: This device is the optimal choice for the synchronous rectifier (low-side) in multi-phase buck converters powering core voltages (e.g., 0.8V, 1.2V) for AI processors, switching ASICs, and high-speed memory. Its paramount feature is the extremely low Rds(on) of 10mΩ @10V.
Key Technical Parameter Analysis:
Ultra-Low Conduction Loss: In high-current PoL applications (often 100A+ per processor), conduction loss in the low-side MOSFET is a dominant loss component. The 10mΩ Rds(on) minimizes this loss, directly reducing thermal stress on the switch and improving total system efficiency by several percentage points—a critical metric for data center energy usage.
Package & Switching Performance: The DFN8 (3x3) package offers minimal parasitic inductance and superb thermal performance via its exposed pad, which is crucial for high-frequency switching (300kHz-1MHz+). Its low gate charge (implied by trench technology) enables fast switching, further reducing switching losses and improving transient response.
Power Density Enabler: The small footprint allows for the placement of multiple phases in very close proximity to the processor, minimizing parasitic loop inductance and improving current ripple and transient response—key for power integrity.
II. System Integration Design and Expanded Key Considerations
1. Topology, Drive, and Control Loop
High-Voltage Stage Control: The drive for VBP110MR12 must be robust, often using dedicated ICs with high-side level shifting, and synchronized with PFC or primary-side controllers to meet harmonic standards.
Intermediate Bus Stability: VBM15R10S in an LLC or similar resonant topology requires precise frequency or phase-shift control to maintain high efficiency across load variations on the intermediate bus.
Digital Multi-Phase PoL Control: The VBQF1615 is controlled by a state-of-the-art multi-phase PWM controller. Perfect current sharing between phases, coupled with the MOSFET's fast switching, is vital for handling the massive di/dt transients of AI processors. Adaptive voltage positioning (AVP) may be employed.
2. Hierarchical Thermal Management Strategy
Primary Heat Source (Forced Air Cooling): The VBQF1615 arrays in the PoL stages are the primary heat source. Their thermal performance relies on a meticulously designed PCB with thick copper layers, multiple thermal vias under the DFN pad, and direct airflow from system fans.
Secondary Heat Source (Forced Air/Heatsink): VBP110MR12 in the input stage generates significant heat. It is typically mounted on a dedicated aluminum heatsink positioned in the main airflow path.
Tertiary Heat Source (PCB Conduction/Some Airflow): VBM15R10S and related IBC circuitry dissipate heat primarily through the PCB to the board edges or a chassis contact point, assisted by general system airflow.
3. Engineering Details for Reliability Reinforcement
Electrical Stress Protection:
VBP110MR12: Requires snubber networks (RC or RCD) across the drain-source to clamp voltage spikes from transformer leakage inductance during turn-off.
VBQF1615: The high-speed switching in PoL stages necessitates careful layout to minimize parasitic inductance in the power loop. Input ceramic capacitors must be placed extremely close to the MOSFET pair.
Enhanced Gate Protection: All gate drive loops should be short and compact. Gate resistors must be optimized for switching speed vs. EMI. TVS diodes or Zener clamps on the gates (especially for VBP110MR12) are essential for surge immunity.
Derating Practice:
Voltage Derating: VBP110MR12 VDS stress should be <800V (80% of 1000V); VBQF1615 VDS stress should have ample margin above the intermediate bus voltage (e.g., <48V for a 60V part).
Current & Thermal Derating: Base continuous and pulse current ratings on the actual worst-case junction temperature (Tj_max typically <125°C) within the switch's ambient environment, considering airflow and heatsink performance.
III. Quantifiable Perspective on Scheme Advantages and Competitor Comparison
Quantifiable Efficiency Improvement: In a 12-phase 800A PoL converter, using VBQF1615 (10mΩ) versus a standard 20mΩ low-side MOSFET can reduce total conduction loss in the low-side path by approximately 50%, directly lowering thermal design power (TDP) and cooling fan power.
Quantifiable Power Density Improvement: The combination of the compact DFN8 package for PoL and the efficient SJ MOSFET for the IBC enables a more compact power board layout, potentially increasing board space for networking components or allowing for a smaller form factor switch.
Total Cost of Ownership (TCO) Optimization: The high efficiency achieved across the power chain reduces electricity costs in data center operation. The robustness of the selected devices decreases failure rates, improving system uptime and reducing maintenance costs.
IV. Summary and Forward Look
This scheme provides a complete, optimized power chain for high-performance AI network switches, spanning from high-voltage AC input to the ultra-low-voltage, high-current delivery to processors. Its essence lies in "right-sizing for the stage":
Input Conditioning Level – Focus on "Ruggedness & Compliance": Select high-voltage, robust devices that ensure safe operation and meet global efficiency and harmonic standards.
Intermediate Distribution Level – Focus on "Efficient Isolation & Conversion": Leverage advanced SJ technology to achieve high efficiency in the primary power conversion stage, minimizing losses before power is distributed.
Point-of-Load Level – Focus on "Ultimate Density & Speed": Deploy the most advanced low-voltage, low-Rds(on), fast-switching devices in space-saving packages to meet the brutal transient and thermal demands of AI silicon.
Future Evolution Directions:
Gallium Nitride (GaN) Integration: For the next frontier in efficiency and density, the PFC stage (replacing VBP110MR12) and the IBC primary (replacing VBM15R10S) can adopt GaN HEMTs, enabling MHz+ switching frequencies, drastically reducing passive component size and loss.
DrMOS and Smart Power Stages: For the PoL, consider fully integrated Driver-MOSFET (DrMOS) or Smart Power Stages that combine the controller, drivers, and MOSFETs (like VBQF1615) into a single module, simplifying design and optimizing switching performance further.
Engineers can refine this framework based on specific switch specifications such as total power budget (e.g., 1kW-3kW), processor voltage/current requirements, form factor constraints, and cooling strategy (air/liquid), thereby designing high-efficiency, high-density, and reliable power systems for AI network switches.

Detailed Topology Diagrams

High-Voltage PFC Input Stage Detail

graph LR subgraph "Universal Input & PFC Boost Converter" AC["85-265VAC Input"] --> EMI["EMI Filter"] EMI --> BR["Bridge Rectifier"] BR --> L["PFC Boost Inductor"] L --> SW_NODE["Switching Node"] subgraph "High-Voltage Power Switch" MOSFET["VBP110MR12
1000V/12A
Rds(on): 880mΩ"] end SW_NODE --> MOSFET MOSFET --> HV_BUS["400VDC Bus"] HV_BUS --> C_BUS["Bus Capacitors"] C_BUS --> GND subgraph "Control & Drive" PFC_IC["PFC Controller IC"] --> DRIVER["Gate Driver"] DRIVER --> MOSFET HV_BUS -->|Voltage Feedback| PFC_IC L -->|Current Sensing| PFC_IC end subgraph "Protection Circuit" RCD["RCD Snubber Network"] --> MOSFET GATE_PROTECT["TVS/Zener Clamp"] --> DRIVER OVP["Over-Voltage Protection"] --> PFC_IC OCP["Over-Current Protection"] --> PFC_IC end end style MOSFET fill:#e8f5e8,stroke:#4caf50,stroke-width:2px

Intermediate Bus Converter (IBC) Detail

graph LR subgraph "LLC Resonant Converter" HV["400VDC Input"] --> Lr["Resonant Inductor"] Lr --> Cr["Resonant Capacitor"] Cr --> TRANS_PRI["Transformer Primary"] TRANS_PRI --> SW_NODE["Half-Bridge Switching Node"] subgraph "Primary Side Switches" Q1["VBM15R10S
500V/10A
Rds(on): 380mΩ"] Q2["VBM15R10S
500V/10A
Rds(on): 380mΩ"] end SW_NODE --> Q1 SW_NODE --> Q2 Q1 --> GND1 Q2 --> GND1 TRANS_SEC["Transformer Secondary"] --> RECT["Synchronous Rectifiers"] RECT --> INT_BUS["48V/12V Intermediate Bus"] INT_BUS --> FILTER["Output Filter"] FILTER --> LOAD["Downstream PoL Converters"] subgraph "Control Loop" LLC_IC["LLC Controller"] --> DRIVER["Gate Driver"] DRIVER --> Q1 DRIVER --> Q2 TRANS_PRI -->|Current Sensing| LLC_IC INT_BUS -->|Voltage Feedback| LLC_IC end subgraph "Thermal Management" HEATSINK["PCB Heatsink Area"] --> Q1 HEATSINK --> Q2 AIRFLOW["System Airflow"] --> HEATSINK end end style Q1 fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style Q2 fill:#e3f2fd,stroke:#2196f3,stroke-width:2px

Multi-Phase PoL Buck Converter Detail

graph LR subgraph "12-Phase Synchronous Buck Architecture" VIN["48V/12V Input"] --> PHASE1 VIN --> PHASE2 VIN --> PHASE3 VIN --> PHASE4 subgraph "Phase 1" PHASE1_IN["Input"] --> HIGH1["High-Side Switch"] HIGH1 --> LOW1["VBQF1615 Low-Side
60V/15A, 10mΩ"] LOW1 --> GND end subgraph "Phase 2" PHASE2_IN["Input"] --> HIGH2["High-Side Switch"] HIGH2 --> LOW2["VBQF1615 Low-Side
60V/15A, 10mΩ"] LOW2 --> GND end subgraph "Phase 3" PHASE3_IN["Input"] --> HIGH3["High-Side Switch"] HIGH3 --> LOW3["VBQF1615 Low-Side
60V/15A, 10mΩ"] LOW3 --> GND end subgraph "Phase 4" PHASE4_IN["Input"] --> HIGH4["High-Side Switch"] HIGH4 --> LOW4["VBQF1615 Low-Side
60V/15A, 10mΩ"] LOW4 --> GND end HIGH1 --> VOUT["0.8V-1.2V Output"] LOW1 --> VOUT HIGH2 --> VOUT LOW2 --> VOUT HIGH3 --> VOUT LOW3 --> VOUT HIGH4 --> VOUT LOW4 --> VOUT VOUT --> AI_LOAD["AI Processor/ASIC
100A+ Load"] end subgraph "Digital Multi-Phase Control" CTRL["Multi-Phase PWM Controller"] --> DRV["Driver Array"] DRV --> HIGH1 DRV --> LOW1 DRV --> HIGH2 DRV --> LOW2 DRV --> HIGH3 DRV --> LOW3 DRV --> HIGH4 DRV --> LOW4 VOUT -->|Voltage Feedback| CTRL AI_LOAD -->|Current Monitoring| CTRL end subgraph "Thermal & Layout Optimization" subgraph "PCB Design" THERMAL_VIAS["Thermal Vias Array"] --> LOW1 COPPER_POUR["Copper Pour"] --> LOW2 POWER_LOOP["Minimized Power Loop"] --> LOW3 end subgraph "Cooling" AIRFLOW["Direct Airflow"] --> LOW1 AIRFLOW --> LOW2 AIRFLOW --> LOW3 AIRFLOW --> LOW4 end end subgraph "Transient Response Enhancement" DECOUPLING["Ceramic Decoupling Caps"] --> VOUT CONTROL_LOOP["Adaptive Voltage Positioning"] --> CTRL end style LOW1 fill:#fff3e0,stroke:#ff9800,stroke-width:2px style LOW2 fill:#fff3e0,stroke:#ff9800,stroke-width:2px style LOW3 fill:#fff3e0,stroke:#ff9800,stroke-width:2px style LOW4 fill:#fff3e0,stroke:#ff9800,stroke-width:2px
Download PDF document
Download now:VBQF1615

Sample Req

Online

Telephone

400-655-8788

WeChat

Topping

Sample Req
Online
Telephone
WeChat