Skip to content
— CH. 1 · THE CONSORTIUM FORMS —

USB

~5 min read · Ch. 1 of 6
6 sections
  • In 1995, seven major technology companies gathered to solve a growing problem on personal computer back panels. Compaq, DEC, IBM, Intel, Microsoft, NEC, and Nortel formed the USB consortium to replace the chaotic array of serial ports, parallel ports, game ports, and Apple Desktop Bus connections. Their goal was simple yet ambitious: create a single standard that could handle data transfer and power delivery for any peripheral device. The team at Intel, led by Ajay Bhatt, began work on the first integrated circuits supporting this new interface in 1995. By January 1996, they released the initial specification, which defined signaling rates of 1.5 Mbit/s for low bandwidth devices and 12 Mbit/s for full speed operations. This early version did not allow extension cables due to timing limitations. Few actual USB devices reached the market until August 1998 when USB 1.1 arrived. That revision became the earliest widely adopted version and eventually led to what Microsoft called the Legacy-free PC.

  • The original USB specifications detailed Standard-A and Standard-B plugs and receptacles as the primary physical interfaces. These were originally referred to simply as Type-A and Type-B before the industry needed to distinguish them from newer Mini and Micro connectors. The design intended to make it difficult to insert a plug incorrectly, requiring users to recognize proper orientation through specific markings. A hub provided multiple downstream-facing Type-A receptacles while connecting to the host through its single Type-B receptacle. As mobile devices emerged, engineers introduced Mini-USB connectors for smaller equipment like digital cameras and portable media players. These quickly gave way to thinner Micro-USB variants that dominated the market for years. In 2014, the USB Implementers Forum introduced USB Type-C, a reversible connector that replaced all legacy types. This new interface supports dual-lane operation and allows transport of other protocols via Alternate Mode. All previous connectors are now considered legacy except where backward compatibility is required by older hardware.

  • USB signals transmit using differential signaling on twisted-pair data wires with characteristic impedance matching. Early versions used half-duplex communication over a single wire pair labeled D+ and D-. High-speed modes employed lower signal voltages and termination resistors to match cable impedance. SuperSpeed architecture added two additional pairs of shielded twisted data wires alongside another grounding wire. These dedicated pairs enabled full-duplex operation independent from the USB 2.0 channel. Link configuration utilized LFPS at approximately 20 MHz frequency for electrical features including voltage de-emphasis and adaptive linear equalization. The SuperSpeed link introduces concept called link training to combat electrical losses in transmission lines. Later specifications like USB4 Gen 4 use pulse amplitude modulation on three levels providing trit information every baud transmitted. A transmission frequency of 12.8 GHz translates to a rate just over 40 Gbit/s theoretical maximum. Asynchronous mode operates off free-running clock local to device while synchronous mode syncs to start-of-frame signals. Adaptive mode syncs to amount of data sent per frame by host controller.

  • Upstream connectors supply power at nominal 5 V DC via V_BUS pin to downstream devices. Before Power-Delivery protocols existed, standard USB provided up to 4.5 W through Type-A and Type-B connectors. Full-featured USB-C supports low-power devices with unit load of 250 mA or 1250 mW. High-power devices like typical 2.5-inch hard disk drives can draw more than one unit. USB up to version 2.0 allows hosts to provide up to 2.5 W per device in five discrete steps of 100 mA. SuperSpeed devices allow hosts to provide up to 4.5 W in six steps of 150 mA. The Battery Charging Specification Rev 1.2 increased current to 1.5 A on charging ports for unconfigured devices. USB Power Delivery Rev 3.1 released in May 2021 extends limits to 240 W using 48 V voltage and 5 A current. This latest version incorporates errata through October 2021 including peak current support for EPR AVS APDO. Modern smartphones now adopt USB-PD as the standard power supply format reducing need for proprietary chargers.

  • USB has largely replaced interfaces such as serial ports and parallel ports across computers mobile devices peripherals and power supplies. Early versions became commonplace on keyboards mice cameras printers scanners flash drives smartphones game consoles and power banks. By 2005 most personal computers could boot from USB mass storage devices offering performance comparable to internal drives limited only by interface upper limit. Competing standards like FireWire eSATA Thunderbolt and DisplayLink exist but USB dominates due to simplicity low cost and ubiquity. The USB-IF requires annual fees and membership for use of logos ensuring compliance testing before products reach consumers. Developers must obtain a USB ID paying fees to the forum while signing agreements with the organization. Microsoft popularized Windows Easy Transfer utility using special bridge cables to transfer files between computers running different Windows versions. Desktop PCs often lack dual-role capabilities requiring role-switching controllers found in mobile platforms like tablets or phones.

  • The plug-and-play nature of USB creates host computer vulnerabilities against malicious software embedded in peripheral devices. Attackers can create devices that appear as flash drives but simulate keyboards typing malicious commands when plugged into systems running Microsoft Windows. These BadUSB attacks wait set amounts of time then open PowerShell downloading malware scripts automatically. Another threat involves USB killer devices sending high voltage pulses across data lines destroying whatever they connect to. Before Windows XP operating systems would automatically run scripts present on certain devices via AutoRun feature including USB mass storage devices containing malicious software. It is possible to gain full system control by hacking USB controller directly. Security exploits also arise from direct memory access techniques used by competing standards like FireWire creating opportunities for DMA attacks. Modern implementations require careful consideration of these risks despite convenience benefits offered by hot-swapping capability.

Common questions

When was the USB standard created and by which companies?

Seven major technology companies including Compaq, DEC, IBM, Intel, Microsoft, NEC, and Nortel formed the USB consortium in 1995 to create a single standard for data transfer and power delivery. The team at Intel led by Ajay Bhatt began work on the first integrated circuits supporting this interface in 1995.

What are the different types of USB connectors and when did Type-C arrive?

The original specifications detailed Standard-A and Standard-B plugs before engineers introduced Mini-USB and Micro-USB variants for mobile devices. In 2014 the USB Implementers Forum introduced USB Type-C as a reversible connector that replaced all legacy types while supporting dual-lane operation.

How fast is the theoretical maximum speed of modern USB standards like USB4 Gen 4?

A transmission frequency of 12.8 GHz translates to a rate just over 40 Gbit/s theoretical maximum for later specifications like USB4 Gen 4. These versions use pulse amplitude modulation on three levels providing trit information every baud transmitted.

What is the maximum power output available through USB Power Delivery Rev 3.1 released in May 2021?

USB Power Delivery Rev 3.1 released in May 2021 extends limits to 240 W using 48 V voltage and 5 A current. This latest version incorporates errata through October 2021 including peak current support for EPR AVS APDO.

Why do security experts warn about BadUSB attacks and what threats do they pose?

Attackers can create devices that appear as flash drives but simulate keyboards typing malicious commands when plugged into systems running Microsoft Windows. Another threat involves USB killer devices sending high voltage pulses across data lines destroying whatever they connect to.