Metal-Oxide-Semiconductor FET (MOSFET)
Semiconductor Devices · MOSFET · Learn
The MOSFET has four terminals: Gate (G), Drain (D), Source (S), and Body/Bulk (B). The gate is separated from the semiconductor by a thin silicon-dioxide insulator — so gate current is essentially zero at DC. This distinguishes MOSFET from both BJT (base current required) and JFET (gate diode leakage).
In the enhancement NMOS shown above, the substrate is p-type. Source and drain are n⁺-doped. With VGS = 0 there is no conduction path. When VGS exceeds the threshold voltage VT, the electric field repels holes and attracts electrons to the surface, forming an n-type inversion layer (the channel) that connects S to D.
MOSFETs come in four varieties. The most common in digital and switching circuits is the enhancement NMOS (E-NMOS). Enhancement-mode devices need VGS to exceed VT to conduct. Depletion-mode devices have a built-in channel and can be operated with VGS = 0 or even below zero.
- E-NMOS — VT > 0; OFF at VGS = 0
- E-PMOS — VT < 0; OFF at VGS = 0 (needs VGS < VT)
- D-NMOS — VT < 0; ON at VGS = 0
- D-PMOS — VT > 0; ON at VGS = 0
In the saturation region the MOSFET behaves as a voltage-controlled current source:
In the triode (linear) region both ends of the channel are open:
The transconductance in saturation:
The pinch-off locus (dashed line) separates the two regions. In saturation the curves are nearly flat — ID depends mainly on VGS, not VDS. In triode the MOSFET acts as a voltage-controlled resistor: for small VDS, .
The NMOS inverter demonstrates the two digital states:
- OFF: VGS < VT → ID = 0, no voltage drop across RD, Vout = VDD (logic HIGH).
- ON: VGS > VT → channel conducts, ID rises, VDD divides between RD and the MOSFET, Vout falls toward 0 V (logic LOW).
This action is the basis of CMOS inverters, NAND gates, and every other standard digital logic cell.