Week 01 · lesson

Lesson 3: Ports, Cables, and Interfaces

A port is a clue.

It tells you what kind of path the system expects: power, data, display, audio, network, or some combination of those. A connector shape can get you started, but it does not tell the whole story. The same-looking cable can carry different capabilities. The wrong output can make a working computer look broken.

That is why technicians read ports like evidence, not decoration.

Start from the outside

When a system has a display problem, a network problem, or a device that will not appear, the outside of the computer often gives you the first useful boundary.

On a typical desktop or laptop, identify these when present:

  • USB-A;
  • USB-C;
  • HDMI;
  • DisplayPort;
  • Ethernet RJ-45;
  • 3.5 mm audio;
  • legacy VGA or DVI;
  • AC power input or DC barrel/USB-C power input.

Do not assume two ports with similar shapes do the same job.

USB-C is the classic trap. The connector shape may support basic USB data, charging, DisplayPort Alt Mode, Thunderbolt, high-speed storage, docking, or only some of those features. A cable can physically fit and still not support the function you expected.

The technician question is always:

What does this port support on this device, with this cable, connected to this other device?

Signal paths narrow the problem

A failure is easier to understand when you name the path.

A monitor showing No Signal is not automatically a bad monitor. The display path includes:

GPU or integrated graphics → output port → display cable → monitor input port → monitor input setting → panel output

Any break in that chain can create the same message.

A USB keyboard that does not work has a different path:

keyboard → USB cable/connector → port → controller/hub → operating system driver stack

Same idea. Different path. Better troubleshooting begins when you stop saying "it doesn't work" and start naming the chain.

Internal data interfaces

Inside the system, the paths become more specific.

SATA

SATA commonly connects 2.5-inch SSDs, 3.5-inch hard drives, and older optical drives.

A SATA storage device normally needs two separate connections:

  • SATA data to the motherboard;
  • SATA power from the PSU.

A missing data cable and a missing power cable can produce similar symptoms, but they are not the same fault. A drive with power but no data may spin or light up but not appear as usable storage. A drive with data but no power is silent because the device never starts.

M.2

M.2 describes a form factor and connector family. It does not automatically mean NVMe.

Depending on the device and motherboard, an M.2 drive may use SATA or PCIe/NVMe. The slot may also support only certain keying, lengths, or protocols.

Technician rule:

Never buy or install an M.2 drive based only on the fact that the slot looks right.

Check the motherboard documentation and the exact drive specification. Shape is not protocol.

PCI Express

PCIe connects expansion devices such as GPUs, network adapters, capture cards, storage controllers, and other high-speed cards.

Slot length and lane support matter. A large x16 slot is commonly used for a GPU, while smaller slots may support other cards. Some boards have long physical slots wired with fewer lanes. That can still work, but performance and compatibility expectations change.

Power interfaces are not optional

Learn the difference between a cable that carries data and a cable that supplies power.

Common internal power connections include:

  • 24-pin ATX motherboard power;
  • 4+4 or 8-pin CPU/EPS power;
  • auxiliary GPU power;
  • SATA power;
  • fan power headers.

A device can be connected to the data path and still fail because the power path is missing. A graphics card can be seated in PCIe and still fail because its auxiliary power is unplugged. A CPU can be installed correctly and still fail to start if CPU power is missing.

The board is not magic. The path has to be complete.

Three diagnosis examples

Scenario A: SATA SSD missing

A SATA SSD is physically installed but does not show up in firmware or the operating system.

Inspect both paths:

  • SATA data cable from drive to motherboard;
  • SATA power cable from PSU to drive.

Then ask whether the firmware sees the drive. If firmware cannot see it, the operating system probably cannot use it either.

Scenario B: desktop powers on, monitor says No Signal

Check the outside path before opening the case:

  • monitor power;
  • monitor input selection;
  • display cable seating;
  • whether the cable is connected to the discrete GPU instead of the motherboard output when a discrete GPU is installed.

Only then move inward to GPU seating, auxiliary GPU power, or diagnostic indicators.

Scenario C: front USB dead, rear USB works

That evidence matters.

If rear motherboard USB ports work but a front case port does not, the entire USB subsystem is less likely to be the first suspect. The fault may be the front-panel port, the internal USB header cable, a damaged case connector, or a loose header connection.

Evidence changes where you look first.

Build a port map

Create a labeled port map for one classroom desktop, laptop, or approved visual model.

For each port or interface, record:

Port or interfaceRoleTypical deviceCompatibility warningFailure symptom
HDMIdisplay/audio outputmonitor/projectorinput selection and cable version matterNo Signal or wrong resolution

Do not write "plug goes here." That is not technician language.

Write what the path carries, what can connect, and what symptom you would expect if that path fails.

What to carry forward

Ports are not just holes in the case. They are system boundaries.

By the end of this lesson, you should be able to distinguish major external and internal interfaces, explain the difference between power and data paths, and use connector evidence to narrow a failure before guessing at parts.

Next we bring firmware, POST, and the boot path into the picture.

Read it. Prove it.

Lesson knowledge checks

Answer from the lesson you just completed. Results stay in this browser and are not submitted.
Knowledge check 1

Which statement best separates a data connection from a power connection?

Knowledge check 2

A monitor is powered on but shows no image. Which evidence should be checked before replacing the monitor?