TFTPD
TFTPD is a software implementation of the Trivial File Transfer Protocol (TFTP) server. TFTP is a simple network protocol used for transferring files between a client and a server. It is often used in network booting scenarios, firmware updates for network devices, and for simple file transfers where the overhead of full FTP is undesirable. TFTPD, as a server, listens for incoming TFTP requests from clients.
The protocol operates over UDP (User Datagram Protocol), making it connectionless and generally faster than TCP-based
Various implementations of TFTPD exist across different operating systems and for different purposes. Some are standalone