DAG (Directed Acyclic Graph) - permalink

All > Technology > Parallel Computing > Grid Computing

Data Center - permalink

All > Technology > Parallel Computing > Grid ComputingAlso listed in

data channel - permalink

All > Technology > Parallel Computing > Grid ComputingAlso listed in

Data Provisioning - permalink

All > Technology > Parallel Computing > Grid Computing

Decommissioning - permalink

All > Technology > Parallel Computing > Grid ComputingAlso listed in

DFS (Distributed Files System) - permalink

All > Technology > Parallel Computing > Grid Computing

dual channel protocol - permalink

All > Technology > Parallel Computing > Grid Computing
  • [fixme - this term does not appear anywhere in the gridftp docs] GridFTP uses two channels:

    • One of the channels, called the control channel, is used for sending commands and responses. It is low bandwidth and is encrypted for security reasons.
    • The second channel is known as the data channel. Its sole purpose is to transfer the data. It is high bandwidth and uses an efficient protocol.

    By default, the data channel is authenticated at connection time, but no integrity checking or encryption is performed due to performance reasons. Integrity checking and encryption are both available via the client and libraries.

    Note that in GridFTP (not FTP) the data channel may actually consist of several TCP streams from multiple hosts.


    Globus Toolkit - Cite This Source - This Definition
  • Browse Related Terms:   Client,   client/server transfer,   command/response,   control channel,   data channel,   extended block mode (MODE E),   MODE command,   server,   stream mode (MODE S),   third party transfers