Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Trivial File Transfer Protocol
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Overview== Due to its simple design, TFTP can be easily implemented by code with a small [[memory footprint]]. It is, therefore, the protocol of choice for the initial stages of any [[network booting]] strategy like [[Bootstrap Protocol|BOOTP]], [[Preboot Execution Environment|PXE]], [[Boot Service Discovery Protocol|BSDP]], etc., when targeting from highly resourced computers to very low resourced [[Single-board computer]]s (SBC) and [[System-on-a-chip|System on a Chip]] (SoC). It is also used to transfer [[firmware]] images and configuration files to network appliances like [[Router (computing)|routers]], [[Firewall (computing)|firewalls]], [[IP phone]]s, etc. Today, TFTP is virtually unused for Internet transfers. TFTP's design was influenced from the earlier protocol [[EFTP]], which was part of the [[PARC Universal Packet protocol suite]]. TFTP was first defined in 1980 by [[Internet Experiment Note|IEN]] 133.<ref>{{cite IETF | title = The TFTP Protocol | ien = 133 | author = Karen R. Sollins | date = 1980-01-29 | publisher = [[Internet Engineering Task Force|IETF]] | access-date = 2010-05-01 | autolink = yes | url = http://www.rfc-editor.org/ien/ien133.txt }}</ref> In June 1981 The TFTP Protocol (Revision 2) was published as RFC 783 and later updated in July 1992 by RFC 1350 which fixed among other things the [[Sorcerer's Apprentice syndrome]]. In March 1995 the TFTP Option Extension RFC 1782 updated later in May 1998 by RFC 2347, defined the option negotiation mechanism which establishes the framework for file transfer options to be negotiated prior to the transfer using a mechanism that is consistent with TFTP's original specification. TFTP is a simple protocol for transferring files, implemented on top of the [[UDP/IP]] protocols using [[well-known port]] number 69. TFTP was designed to be small and easy to implement, and therefore it lacks most of the advanced features offered by more robust file transfer protocols. TFTP only reads and writes files from or to a remote server. It cannot list, delete, or rename files or directories and it has no provisions for user authentication. Today TFTP is generally only used on [[local area network]]s (LAN).
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)