| | 702 | 292 IPv6 Number 1 1 1268297008 1 1268297091 This next generation of the Internet Protocol, aimed to replace IPv4 on the\ |
| | 703 | Internet, was eventually named Internet Protocol Version 6 (IPv6) in 1995[3][4]\ |
| | 704 | The address size was increased from 32 to 128 bits or 16 octets, which, even\ |
| | 705 | with a generous assignment of network blocks, is deemed sufficient for the\ |
| | 706 | foreseeable future. <br>\ |
| | 707 | <br>\ |
| | 708 | <img alt=""\ |
| | 709 | src="http://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Ipv6_address.svg/300px-Ipv6_address.svg.png"\ |
| | 710 | width="300" height="180">\ |
| | 711 | <br>\ |
| | 712 | <br>\ |
| | 713 | Example of an IPv6 address:<br>\ |
| | 714 | <br>\ |
| | 715 | 2001:0db8:85a3:08d3:1319:8a2e:0370:7334\ |
| | 716 | \ |
| | 717 | |
| | 718 | 293 e164.arpa Origin or FQDN 1 1 1268297337 1 1268297361 The ITU ENUM allocates a specific zone, namely "e164.arpa" for use with ENUM\ |
| | 719 | E.164 numbers on the IP side of the network. <a\ |
| | 720 | href=http://tools.ietf.org/html/rfc3761 class=darkLink target=_blank>RFC\ |
| | 721 | 3761</a> define how any ENUM number, such as +1 555 42 42 can be transformed\ |
| | 722 | into a Uniform Resource Identifier (URI), by reversing the numbers, separating\ |
| | 723 | them with dots and adding the e164.arpa suffix thus:<br>\ |
| | 724 | 2.4.2.4.5.5.5.1.e164.arpa<br>\ |
| | 725 | <br>\ |
| | 726 | The URI can then be used to obtain the Internet Protocol addresses for services\ |
| | 727 | such as the Session Initiation Protocol (SIP) VoIP telephony. In the Domain Name\ |
| | 728 | System, NAPTR records are used to set the subscriber call forwarding/termination\ |
| | 729 | preferences. Therefore the whole system can 'translate' E.164 addresses to SIP\ |
| | 730 | addresses.<br>\ |
| | 731 | \ |
| | 732 | |
| | 733 | 294 Order 1 1 1268299458 1 1268299531 This value indicates the priority of multiple NAPTR records used. The lower the\ |
| | 734 | value, the higher the priority.<br>\ |
| | 735 | <br>\ |
| | 736 | E.g.:<br>\ |
| | 737 | <br>\ |
| | 738 | $ORIGIN 4.3.2.1.5.5.5.0.0.8.1.e164.arpa.<br>\ |
| | 739 | IN NAPTR 100 10 "U" "E2U+sip" "!^.*$!sip:customer-service@example.com!i" .<br>\ |
| | 740 | IN NAPTR 102 10 "U" "E2U+email" "!^.*$!mailto:information@example.com!i" .<br>\ |
| | 741 | <br>\ |
| | 742 | <br>\ |
| | 743 | The first record has an order value of 100, which is lower than 102, so it is\ |
| | 744 | picked first.\ |
| | 745 | \ |
| | 746 | |
| | 747 | 295 Preference 1 1 1268299886 0 0 This value indicates the priority of multiple NAPTR records with the same\ |
| | 748 | preference value. The lower the\ |
| | 749 | value, the higher the priority.<br>\ |
| | 750 | <br>\ |
| | 751 | E.g.:<br>\ |
| | 752 | <br>\ |
| | 753 | $ORIGIN 4.3.2.1.5.5.5.0.0.8.1.e164.arpa.<br>\ |
| | 754 | IN NAPTR 100 10 "U" "E2U+sip" "!^.*$!sip:customer-service@example.com!i" .<br>\ |
| | 755 | IN NAPTR 100 9 "U" "E2U+email" "!^.*$!mailto:information@example.com!i" .<br>\ |
| | 756 | <br>\ |
| | 757 | <br>\ |
| | 758 | The records above have the same order value (100) yet preference differs.\ |
| | 759 | \ |
| | 760 | |