> However tftp is based on tcp rather than udp so it requires less complex > networking support. Most tftp implementations use udp (not tcp) with an added layer to identify missed or out of order packets. Slightly more complex then one would think, but not all that bad.