FTP's unusual design: 2 connections
FTP was designed in 1971 and uses a peculiar architecture: two separate TCP connections for a single transfer.
Control channel (port 21): Commands and responses (USER, PASS, LIST, RETR). Stays open the whole session.
Data channel (port 20 or passive): Actual file data. Opened fresh for each transfer and closed afterward.