Trivial File Transfer Protocol (TFTP)
Trivial File Transfer Protocol (TFTP)
col (TFTP)
TFTP
TFTP was developed in the 1970s for computers
lacking sufficient memory or disk space to provide
full FTP support.
TFTP is a simple protocol for exchanging files
between two machines connected through network.
TFTP servers allow connections from a TFTP Client for sending
and receiving files.
used when no complex interactions are required by
the client and server.
The service of TFTP is provided by UDP (User
Datagram Protocol) and works on port number 69.
TFTP does not provide security features therefore it is
not used in communications that take place over the
Internet.
TFTP requires less amount of memory.
The TFTP protocol supports only file send and
receive operations.
File delete, move, and rename are not
supported.
The TFTP Server can also be used
to upload HTML pages onto the HTTP Server or
to download log files to a remote PC.
TFTP depends only on the unreliable,
connectionless datagram delivery service (UDP).
1. Read Request
Read Request is also known as Type 1. A read
2. Write Request
Write Request is also known as Type 2. Write
4. Acknowledgement
Acknowledgment is also known as Type 4
This acknowledgment is used by both client