Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
8 user(s) are online (7 user(s) are browsing encyclopedia)

Members: 0
Guests: 8

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

EForward

EForward is a file/document transport protocol to transfer files between computer systems with a guaranteed level of reliablity. It belongs to the application layer of the Internet protocol suite.

EForward uses a three-part (client-server-client) model, capable of handling any file type without further processing.

= Overview =

EForward uses one port, 2181, in either TCP or UDP mode to transfer files between a client and the server. The major objective of the protocol is to provide a known level of service: The documents sent from one client to another should never be in an unknown state, at any time. This is done by having the server keep track of the state of all the messages, and having it be the definitive status keeper.

The other objective of the protocol is to allow clients to connect at their convience for either sending or receiving data: They can send to any other client at any time, and receive any messages they have been sent to them at any time. Alternatively, they can be notified by the server when they have new messages.

== Stages ==

In general communication via EForward happens in three stages: # Client A sends a message for Client B to the server. # Client B is notified by the server that there are new messages for it. # Client B retrieves the message from the server.

== Uses ==

EForward is designed specifically to transport documents between companies, particularly when the loss of a document cannot be allowed. Currently it is primarally used by the shipping/transport industry to handle shipping instructions and messages between shipping companies, ports, manufacturers and resalers.

= See Also =

  • Trivial File Transfer Protocol (TFTP)
  • SSH file transfer protocol (sftp), a protocol running over secure shell
  • Secure FTP, FTP run over SSH
  • FTPS, FTP run over SSL
  • Simple File Transfer Protocol (SFTP), the historic protocol RFC 913
  • = External Links =

    [http://www.corvedia.net/ Corvedia]