NOTE: Using software to mass-download the site degrades the server and is prohibited.
If you want to read The TCP/IP Guide offline, please consider licensing it. Thank you.

The Book is Here... and Now On Sale!

Searchable, convenient, complete TCP/IP information.
The TCP/IP Guide

Google
Web TCP/IP Guide






Table Of Contents  The TCP/IP Guide
 9  TCP/IP Application Layer Protocols, Services and Applications (OSI Layers 5, 6 and 7)
      9  TCP/IP Key Applications and Application Protocols
           9  TCP/IP File and Message Transfer Applications and Protocols (FTP, TFTP, Electronic Mail, USENET, HTTP/WWW, Gopher)
                9  TCP/IP General File Transfer Protocols (FTP and TFTP)
                     9  File Transfer Protocol (FTP)
                          9  FTP Concepts and General Operation

Previous Topic/Section
FTP Data Connection Management, Normal (Active) and Passive Data Connections and Port Usage
Previous Page
Pages in Current Topic/Section
1
2
Next Page
FTP Data Representation: Data Types, Data Structures and Format Control
Next Topic/Section

FTP General Data Communication and Transmission Modes
(Page 2 of 2)

Block Mode

This is a more “conventional” data transmission mode in which data is broken into data blocks and encapsulated into individual FTP blocks, or records. Each record has a three-byte header that indicates its length and contains information about the data blocks being sent. A special algorithm is used to keep track of the transmitted data and to detect and restart an interrupted transfer.

Compressed Mode

A transmission mode where a relatively simple compression technique called run-length encoding is used to detect repeated patterns in the data being sent, and then represent them in such a way that the overall message takes fewer bytes. The compressed information is then sent in a way similar to block mode, using a header+payload record format.

Compressed mode seems on the surface to be useful. In practice, however, compression is often implemented in other places in a typical networking software stack, making it unnecessary in FTP. For example, if you are transferring a file over the Internet using an analog modem, your modem normally performs compression down at layer one. Large files on FTP servers are also often already compressed using something like the ZIP format, meaning further compression would serve no purpose.

Key Concept: FTP includes three different transmission modes: stream, block and compressed. In stream mode, data is sent as a continuous sequence of bytes; in block mode, data is formatted into blocks with headers; and in compressed mode, bytes are compacted using run-length encoding. Stream mode is the one most commonly used.



Previous Topic/Section
FTP Data Connection Management, Normal (Active) and Passive Data Connections and Port Usage
Previous Page
Pages in Current Topic/Section
1
2
Next Page
FTP Data Representation: Data Types, Data Structures and Format Control
Next Topic/Section

If you find The TCP/IP Guide useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider purchasing a download license of The TCP/IP Guide. Thanks for your support!
Donate $2
Donate $5
Donate $10
Donate $20
Donate $30
Donate: $



Home - Table Of Contents - Contact Us

The TCP/IP Guide (http://www.TCPIPGuide.com)
Version 3.0 - Version Date: September 20, 2005

© Copyright 2001-2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.