REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 18-Feb-2009 Edit History  

REBOL 3 Concepts: Protocols

Pending Revision

This document was written for R2 and has yet to be revised for R3.

Overview

REBOL includes several of the primary Internet service protocols built-in. These protocols are easy to use within your scripts; they require no extra libraries or include files, and many useful operations can be done with only a single line of source code.

The protocols listed in [bad-link:concepts/network.txt] Protocols are supported:

DNSDomain Name Service: translates computer names into addresses and addresses into names.
FingerObtains information about a user from their profile.
WhoisObtains information about domain registration.
DaytimeNetwork Time Protocol. Gets the time from a server.
HTTPHypertext Transfer Protocol. Used for the Web.
SMTPSimple Mail Transfer Protocol. Used for sending email.
POPPost Office Protocol. Used for fetching email.
FTPFile Transfer Protocol. Exchanges files with a server.
NNTPNetwork News Transfer Protocol. Posts or reads Usenet news.
TCPTransmission Control Protocol. Basic Internet protocol.
UDPUser Datagram Protocol. Packet-based protocol.

In addition, you can create handlers for other Internet protocols or make your own custom protocols.


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin