Frequently Asked Questions - Registry-Registrar Protocol FAQ


Afilias was a pioneer in launching domain name registry services based on the Extensible Provisioning Protocol (EPP). Afilias currently operates the .INFO registry in the final EPP RFC compliant version.

At the December 2000 IETF meeting, a Birds-Of-a-Feather (BOF) was held to determine the interest level in establishing a working group that would help define an IETF standardized Registry-Registrar protocol. The BOF led to the creation of the IETF "provreg" (Provisioning Registry Protocol) working group. In March of 2004, EPP became an official standard.

EPP RFCs:

  • 3730: Extensible Provisioning Protocol (EPP)
  • 3731: Domain Name Mapping
  • 3732: Host Mapping
  • 3733: Contact Mapping
  • 3734: Transport Over TCP
  • 3735: Guidelines for Extending EPP
  • EPP provides two commands for session management: [login] to establish a session with a server, and [logout] to end a session with a server

    EPP provides three commands to query object information: [info] to retrieve detailed information associated with a known object, [check] to determine if an object is known to the server, and [transfer] to retrieve known object transfer status information.

    EPP provides five commands to transform objects: [create] to create an instance of an object with a server, [delete] to remove an instance of an object from a server, [renew] to extend the validity period of an object, [update] to change information associated with an object, and [transfer] to manage changes in client sponsorship of a known object.

    No, EPP commands may not be defined for certain objects because of the nature of these objects. The following table summarizes which commands can be used with which objects.

    Registry Command Domain Host Contact
    EPP Query Commands
    Check ok ok ok
    Info ok OK OK
    Transfer OK undefined OK
    EPP Transform Commands
    Create OK OK OK
    Update OK OK OK
    Delete OK OK OK
    Renew OK undefined undefined
    Transfer OK undefined OK