Results 1 to 3 of 3

Thread: How do i create a protocol?

  1. #1

    How do i create a protocol?

    Halo all! does anyone got some good resources, or tutorials on writing a protocol.... or is it just a bunch of code just put together!? hahaha, get back to me thnx!
    Im Chris Bartholomew - 18 Years old

    TSeNg
    questions? Cxbartholomew@yahoo.com

  2. #2
    Banned
    Join Date
    Aug 2001
    Location
    Yes
    Posts
    4,424
    *Moved from AntiOnline: how do I? or what is?*

    "AntiOnline: How do I? Or what is?" forum description:
    Have a question about AntiPoints, posting, or anything else related to AntiOnline.com? Ask it here.

  3. #3
    Senior Member
    Join Date
    Apr 2003
    Posts
    103
    A protocol is basically a set of predefined rules that can be uses to govern communication between two entities. HTTP for example is a protocol that web servers and clients follow to request and send data from point A to B. Writing the code comes after defining the rules that will dictate how communication should proceed. You can read some RFC's online to give you a better idea. I hope this helps.

    Here's a link for FTP related docs
    http://www.faqs.org/rfcs/ftp-rfcs.html

    You can search for an RFC here
    http://www.faqs.org/rfcs/rfc-index.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •