Trivial File Transfer Protocol
TFTP is a bare-bones file transfer protocol over UDP port 69 with no authentication and no encryption, used mainly for network booting and pushing firmware or configs to network devices. Because anyone who can reach a TFTP server can often read or write files, exposed servers leak router configurations containing passwords. It should be restricted to isolated management networks and replaced with authenticated alternatives where possible.