Enum Protocol

Enum Protocol thumbnail
ENUM translates telephone numbers to IP addresses.

"ENUM" is short for "The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application." It translates telephone numbers to IP addresses. IP stands for Internet Protocol. An IP address is the standard addressing system for the Internet.

  1. Features

    • The International Telecommunication Union defined a standard for telephone numbers called "The International Public Telecommunication Number Plan." This standard is known as "E.164."

    Function

    • The Domain Name System (DNS) maps web addresses like "www.demandstudios.com" to IP addresses. The user's web browser first goes to the route DNS server when a web page is requested. This server directs the browser to the server where the specific mapping to an IP address is held. ENUM creates another step for telephone numbers to enable these to be listed by DNS servers.

    Method

    • ENUM remaps a telephone number by removing all non-numeric characters, putting dots between the numbers and then reversing the order of the number. It then appends the string ".e164.arpa" to create an address. This address is then referenced through DNS to arrive at an IP address. DNS databases first need to be populated with a record for this mapping before a telephone number can be translated into an IP address.

Related Searches:

References

  • Photo Credit telephone 4 image by Aussiebloke from Fotolia.com

Comments

You May Also Like

  • How to Convert a String to an Enum

    C# is a programming language used for building various enterprise level applications that run on the .Net Framework. C# is simpler and...

  • Auto-Discovery Protocol

    The Web Proxy Auto-Discovery Protocol (WPAD) is used on a company network so individual computers linked to that network can locate a...

  • How to Find the DNS Server IP Address

    An IP address is a unique binary code written in the dot-decimal form assigned to each computer in the Internet. Domain Name...

  • Java 1.5 Enum Tutorial

    The enum type is a new feature in the Java 1.5.0 language, designed to solve weaknesses in the way enumerated values were...

  • How to Get Rid of Trojan Flush M

    The Trojan.Flush.M is a trojan horse that affects network traffic via an address resolution protocol (ARP) security flaw. New security updates should...

  • Distance Vector Protocols

    Distance Vector Protocols. When messages (or parts of messages) are passed along by Internet routers, they almost always use one of two...

  • Email Address Protocol

    Email addresses follow a format defined in documentation published by the Internet Engineering Task Force (IETF) as open standards. The standards are...

Related Ads

Featured