Programming Guidelines on Transition to Ipv6

Total Page:16

File Type:pdf, Size:1020Kb

Programming Guidelines on Transition to Ipv6 Programming guidelines on transition to IPv6 Tomás P. de Miguel and Eva M. Castro [email protected] [email protected] Department of Telematic Systems Engineering (DIT) Technical University of Madrid (UPM) Systems and Communications Group (GSyC) Experimental Sciences and Technology Department (ESCET) Rey Juan Carlos University (URJC) January 2003, v14 Programming Guidelines on Transition to IPv6 Acknowledgements This research has been supported by LONG (Laboratories Over Next Generation networks) project, IST-1999-20393. We would like to thanks Latif Ladid and Jim Bound for their support and encouragement. Thanks to the people who made suggestions and provided feedback to this document specially Jordi Palet, which improve the accuracy and presentation of the text. 2 / 2 Programming Guidelines on Transition to IPv6 PROGRAMMING GUIDELINES ON TRANSITION TO IPV6 .................................................. 1 ACKNOWLEDGEMENTS .................................................................................................... 2 FIGURES............................................................................................................................ 4 TABLES ............................................................................................................................. 4 1. INTRODUCTION ........................................................................................................ 5 2. TRANSITION TO IPV6 WITHOUT CHANGING APPLICATIONS ................................... 6 3. TRANSITION SCENARIOS .......................................................................................... 8 4. PORTING APPLICATIONS ........................................................................................ 11 4.1 ANALYZING EXISTING PROGRAMS ................................................................... 11 4.1.1 Application transport module................................................................. 12 4.1.2 Other application modules with IP address dependencies..................... 13 4.2 IPV4/IPV6 INTEROPERABILITY ........................................................................ 17 4.2.1 IPv6/IPv4 clients connecting to an IPv4 server at IPv4-only node........ 17 4.2.2 IPv6/IPv4 clients connecting to an IPv6 server at IPv6-only node........ 18 4.2.3 IPv6/IPv4 clients connecting to an IPv4 server at dual stack node ....... 19 4.2.4 IPv6/IPv4 clients connecting to an IPv6 server at dual stack node ....... 20 4.2.5 IPv4/IPv6 clients connecting to an IPv4-only server and IPv6-only server at dual stack node........................................................................................ 21 4.2.6 Client/server and network type interoperability..................................... 21 4.3 PORTING SOURCE CODE .................................................................................. 22 4.3.1 Socket Address Structures ...................................................................... 23 4.3.2 Socket functions ...................................................................................... 24 4.3.3 Required modifications when porting to IPv6........................................ 25 4.3.4 Address conversion functions ................................................................. 28 4.3.5 Resolving names ..................................................................................... 30 4.3.6 Multicasting............................................................................................ 32 5. GUIDELINES ON DEVELOPING NEW APPLICATIONS ............................................... 35 6. CONCLUSIONS ........................................................................................................ 37 7. BIBLIOGRAPHY....................................................................................................... 40 8. APPENDIX: EXAMPLES OF REAL PORTING PROCESS ............................................. 41 8.1 ORIGINAL DAYTIME VERSION .......................................................................... 41 8.1.1 IPv4 Daytime server (TCP/UDP)........................................................... 41 8.1.2 IPv4 Daytime client (TCP/UDP)............................................................ 46 8.2 THE UNICAST DAYTIME PORTED TO IPV6......................................................... 50 8.2.1 Daytime server (TCP/UDP) ................................................................... 50 8.2.2 Example: Daytime client (TCP/UDP). ................................................... 55 8.3 THE MULTICAST DAYTIME ............................................................................... 59 3 / 3 Programming Guidelines on Transition to IPv6 Figures FIGURE 1: APPLICATION INTERFACE TRANSLATORS......................................................................................6 FIGURE 2: TRANSITION SCENARIOS...............................................................................................................9 FIGURE 3: APPLICATIONS PROTOCOL INDEPENDENT OF IPV4 OR IPV6........................................................13 FIGURE 4: TRANSFER UNIT (TU) SIZE PROBLEM IF NOT PMTU-D IMPLEMENTED. .....................................16 FIGURE 5: IPV4/IPV6 CLIENTS CONNECTING TO AN IPV4 SERVER AT IPV4-ONLY NODE. ............................18 FIGURE 6: IPV4/IPV6 CLIENTS CONNECTING TO AN IPV6 SERVER AT IPV6-ONLY NODE. ............................19 FIGURE 7: IPV4/IPV6 CLIENTS CONNECTING TO AN IPV4 SERVER AT DUAL STACK NODE. ..........................20 FIGURE 8: IPV4/IPV6 CLIENTS CONNECTING TO AN IPV6 SERVER AT DUAL STACK NODE. ..........................20 FIGURE 9: IPV4/IPV6 CLIENTS CONNECTING TO AN IPV4-ONLY SERVER AND IPV6-ONLY SERVER AT DUAL STACK NODE. .....................................................................................................................................21 Tables TABLE 1: SPECIAL ADDRESSES....................................................................................................................14 TABLE 2: CLIENT SERVER AND NETWORK TYPE COMBINATIONS. ................................................................21 TABLE 3: MACROS FOR TESTING TYPE OF ADDRESSES.................................................................................32 TABLE 4: MULTICAST SOCKET OPTIONS......................................................................................................32 TABLE 5: IPV4 OR IPV6 ACTIVATION..........................................................................................................36 4 / 4 Programming Guidelines on Transition to IPv6 1. Introduction The transition between today’s IPv4 Internet and the future IPv6-based one will be a long process during which both protocol versions will coexist. Moving from IPv4 to IPv6 is not straightforward and guidelines to simplify transition between the two versions have to be standardised. Network transition has been discussed in detail; however applications should be reviewed to complete the porting process. Existing applications are written assuming IPv4. Only very recently IPv6 has been taken into account. Unless most of basic distributed applications are available now; there is too much work to do yet. The aim of this paper is to provide general recommendations to be taken into account during the porting process of applications and services to IPv6. This will allow developers to move smoothly their applications into the new environment. The document is divided in three parts. The first analyzes in which conditions is possible the transition to IPv6 without changing applications. This chapter includes recommendations on how to proceed when source code is not available and explains which mechanisms can be used. The second is the main document part. It starts describing IPv6 transition scenarios from the application point of view. The paper is focused on analyzing existing applications looking for characteristics, which usually should be reviewed during transition to IPv6. It includes a brief description of basic socket interface extensions for IPv6, fully described in RFC2553 [BISE]. The paper concludes providing general recommendations for new IPv6 applications. In the future all IPv4 networks will be IPv6; however during a long period mixed scenarios with both IPv4 and IPv6 will be the real environments. Therefore, new applications should be designed to work only in a pure IPv6 environment, but a design to allow mixed IPv4 and IPv6 environment is better now. The document includes some examples of code porting process, used to illustrate the required changes in the client and server components. Porting guidelines are valid for any programming language, however for simplicity, application examples are provided only in C language. All these examples have been tested in a SuSE Linux 7.3 distribution, kernel version 2.4.10. The LONG Project has revised detailed rules and socket interface description for other popular programming languages [LD31]. 5 / 5 Programming Guidelines on Transition to IPv6 2. Transition to IPv6 without changing applications Many methodologies have been studied to support transition to IPv6 depending on initial network architectures. To make IPv6 network available to the user it’s necessary to provide a great number of IPv6 applications. Although, existing applications are written assuming IPv4, it isn’t desirable to wait until all necessary applications will be ready to start network transition. The simple approach during initial transition stages is to use IPv4 applications over the new
Recommended publications
  • List of TCP and UDP Port Numbers - Wikipedia, the Free Encyclopedia 6/12/11 3:20 PM
    List of TCP and UDP port numbers - Wikipedia, the free encyclopedia 6/12/11 3:20 PM List of TCP and UDP port numbers From Wikipedia, the free encyclopedia (Redirected from TCP and UDP port numbers) This is a list of Internet socket port numbers used by protocols of the Transport Layer of the Internet Protocol Suite for the establishment of host-to-host communications. Originally, these port numbers were used by the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP), but are used also for the Stream Control Transmission Protocol (SCTP), and the Datagram Congestion Control Protocol (DCCP). SCTP and DCCP services usually use a port number that matches the service of the corresponding TCP or UDP implementation if they exist. The Internet Assigned Numbers Authority (IANA) is responsible for maintaining the official assignments of port numbers for specific uses.[1] However, many unofficial uses of both well-known and registered port numbers occur in practice. Contents 1 Table legend 2 Well-known ports: 0–1023 3 Registered ports: 1024–49151 4 Dynamic, private or ephemeral ports: 49152–65535 5 See also 6 References 7 External links Table legend Color coding of table entries Official Port/application combination is registered with IANA Unofficial Port/application combination is not registered with IANA Conflict Port is in use for multiple applications (may be official or unofficial) Well-known ports: 0–1023 The port numbers in the range from 0 to 1023 are the well-known ports. They are used by system processes that provide widely-used types of network services.
    [Show full text]
  • List of TCP and UDP Port Numbers from Wikipedia, the Free Encyclopedia
    List of TCP and UDP port numbers From Wikipedia, the free encyclopedia This is a list of Internet socket port numbers used by protocols of the transport layer of the Internet Protocol Suite for the establishment of host-to-host connectivity. Originally, port numbers were used by the Network Control Program (NCP) in the ARPANET for which two ports were required for half- duplex transmission. Later, the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP) needed only one port for full- duplex, bidirectional traffic. The even-numbered ports were not used, and this resulted in some even numbers in the well-known port number /etc/services, a service name range being unassigned. The Stream Control Transmission Protocol database file on Unix-like operating (SCTP) and the Datagram Congestion Control Protocol (DCCP) also systems.[1][2][3][4] use port numbers. They usually use port numbers that match the services of the corresponding TCP or UDP implementation, if they exist. The Internet Assigned Numbers Authority (IANA) is responsible for maintaining the official assignments of port numbers for specific uses.[5] However, many unofficial uses of both well-known and registered port numbers occur in practice. Contents 1 Table legend 2 Well-known ports 3 Registered ports 4 Dynamic, private or ephemeral ports 5 See also 6 References 7 External links Table legend Official: Port is registered with IANA for the application.[5] Unofficial: Port is not registered with IANA for the application. Multiple use: Multiple applications are known to use this port. Well-known ports The port numbers in the range from 0 to 1023 are the well-known ports or system ports.[6] They are used by system processes that provide widely used types of network services.
    [Show full text]
  • Implementing TCP/IP
    4620-1 ch03.f.qc 10/28/99 11:56 AM Page 59 Chapter 3 Implementing TCP/IP In This Chapter ᮣ Defining TCP/IP ᮣ Microsoft’s implementation of TCP/IP ᮣ A detailed analysis of TCP ᮣ A detailed analysis of IP ᮣ Windows Sockets: a definition and the application ᮣ Three parts of Internet addressing: the IP address, subnet mask, and default gateway ᮣ Windows 2000 Server basic routing ave you ever wondered what the payoff was from years of US military Hexpenditures? Was it $200 wrenches and other doodads publicly highlighted by former Senator William Proxmire and his “Golden Fleece” awards? No, two of the great payoffs from the huge military buildup that have spanned generations are Transmission Control Protocol/Internet Protocol (TCP/IP) and the Internet itself. Not only has TCP/IP become a de facto standard for internetworking, it is also the default protocol for Windows 2000 Server. As I prepared this chapter, I promised myself that I wouldn’t drone on about the history of the Internet, Request for Comments (RFCs), and other historical hooey that has been covered in far too many books. In fact, I make two assumptions: First, that you are not a newbie — you know the definition of TCP/IP and have other thicker and more technical resources dedicated specifically to TCP/IP. And second, that perhaps like me, you have trouble sitting still when the going gets boring; if the presentation of TCP/IP (which can be very dry) isn’t exciting, you will drift away and miss the finer points about TCP/IP that are important to catch.
    [Show full text]
  • Network Time Protocol (Version 2) Specification and Implementation
    Network Working Group David L. Mills Request for Comments: 1119 University of Delaware Obsoletes: RFC-1059, RFC-958 September 1989 Network Time Protocol (Version 2) Specification and Implementation Status of this Memo This document describes the Network Time Protocol (NTP), specifies its formal structure and summarizes information useful for its implementation. NTP provides the mechanisms to synchronize time and coordinate time distribution in a large, diverse internet operating at rates from mundane to lightwave. It uses a returnable-time design in which a distributed subnet of time servers operating in a self-organizing, hierarchical-master-slave configuration synchronizes local clocks within the subnet and to national time standards via wire or radio. The servers can also redistribute reference time via local routing algorithms and time daemons. This is an Internet Standard Recommended Protocol. Distribution of this memo is unlimited. Keywords: network clock synchronization, standard time distribution, fault-tolerant architecture, maximum-likelihood estimation, disciplined oscillator, internet protocol, formal specification. Mills Page i RFC-1119 Network Time Protocol September 1989 Table of Contents 1. Introduction . 1 1.1. Related Technology . 2 2. System Architecture . 3 2.1. Implementation Model . 4 2.2. Network Configurations . 5 2.3. The NTP Timescale . 7 2.4. The NTP Calendar . 8 2.5. Time and Frequency Dissemination . 10 3. Network Time Protocol . 11 3.1. Data Formats . 11 3.2. State Variables and Parameters . 12 3.2.1. Common Variables . 12 3.2.2. System Variables . 14 3.2.3. Peer Variables . 16 3.2.4. Packet Variables . 17 3.2.5. Clock Filter Variables . 17 3.2.6.
    [Show full text]
  • List of TCP and UDP Port Numbers - Wikipedia, the Free Encyclopedia 08/31/2007 04:24 PM
    List of TCP and UDP port numbers - Wikipedia, the free encyclopedia 08/31/2007 04:24 PM List of TCP and UDP port numbers From Wikipedia, the free encyclopedia (Redirected from TCP and UDP port numbers) TCP and UDP are transport protocols used for communication between computers. The IANA is responsible for assigning port numbers to specific uses. Contents 1 Ranges 2 Port lists 2.1 Ports 0 to 1023 2.2 Ports 1024 to 49151 2.3 Ports 49152 to 65535 2.4 Multi cast Adresses 3 References 4 External links Ranges The port numbers are divided into three ranges. The Well Known Ports are those in the range 0–1023. On Unix-like operating systems, opening a port in this range to receive incoming connections requires administrative privileges or possessing of CAP_NET_BIND_SERVICE capability. The Registered Ports are those in the range 1024–49151. The Dynamic and/or Private Ports are those in the range 49152–65535. These ports are not used by any defined application. IANA does not enforce this; it is simply a set of recommended uses. Sometimes ports may be used for different applications or protocols than their official IANA designation. This misuse may, for example, be by a Trojan horse, or alternatively be by a commonly used program that didn't get an IANA registered port or port range. Port lists The tables below indicate a status with the following colors and tags: Official if the application and port combination is in the IANA list of port assignments (http://www.iana.org/assignments/port-numbers) ; Unofficial if the application and port combination is not in the IANA list of port assignments; and Conflict if the port is being used commonly for two applications or protocols.
    [Show full text]
  • TCP/IP Explained
    TCP/IP Explained PHILIP MILLER DIGITAL PRESS Boston Oxford Johannesburg Melbourne New Delhi Singapore Table of Contents Preface xvii Chapter 1 - Introduction 1 1.1 What is TCP/IP? 1 1.1.1 A Brief History of TCP/IP 2 1.1.2 The Internet Protocol Suite 3 1.2 The Internet 5 1.2.1 The Growth of the Internet 6 1.3 Summary 9 Chapter 2 - Standardization 11 2.1 The Internet Architecture Board 11 2.1.1 The Internet Engineering Task Force 12 2.1.2 The Internet Research Task Force 13 2.2 Internet Protocol Standards 13 2.2.1 Protocol States 14 2.2.2 Protocol Status 16 2.2.3 The Request For Comments (RFC) 16 2.3 Internet Protocol Architecture 17 2.3.1 The Open Systems Interconnection (OSI) Model 18 2.3.2 The OSI Model and LANs 20 2.3.3 The Internet Protocol Suite Model 23 2.4 A Comparison of Major Architectures 25 2.5 Summary 26 Chapter 3 - An Overview of Network Technologies and Relay Systems 27 3.1 Ethernet and IEEE 802.3 27 3.1.1 802.3 Specifications 27 3.1.2 Ethernet/802.3 Frame Structure 30 3.1.3 Ethernet/802.3 Operation 32 3.2 Token Ring 33 3.2.1 802.5 Specifications 34 3.2.2 802.5 Frame Structure 36 3.2.3 802.5 Operation 38 3.3 Fibre Distributed Data Interface (FDDI) 39 3.3.1 FDDI Specifications 41 3.3.2 FDDI Frame Structure 42 3.3.3 FDDI Operation 43 3.4 Relay Systems 43 3.4.1 Repeaters 44 3.4.2 Bridges 45 3.5 WAN Links 50 3.6 Summary 51 Chapter 4 - Internet Addressing 53 4.1 The Need for an Addressing Scheme 53 4.2 Internet Addressing 54 4.2.1 Dotted Decimal Notation 55 4.2.2 Identifying IP Addresses and Rules 56 4.2.3 Choosing the Right Addressing
    [Show full text]
  • The Network Time Protocol David L
    1482 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 39, NO. 10, OCTOBER 1991 Internet Time Synchronization: The Network Time Protocol David L. Mills, Member, IEEE Abstruct- This paper describes the network time protocol a similar number of gateways. In this paper the capitalized (NTP),which is designed to distribute time information in a large, Internet refers to this particular system, while the uncapitalized diverse internet system operating at speeds from mundane to internet refers to any generic system of multiple networks lightwave. It uses a symmetric architecture in which a distributed subnet of time servers operating in a self-organizing, hierarchical interconnected by gateways. While the Internet backbone configuration synchronizes local clocks within the subnet and networks and gateways are carefully engineered for good to national time standards via wire, radio, or calibrated atomic service, operating speeds, and service reliability vary consid- clock. The servers can also redistribute time information within erably throughout the system. This places severe demands a network via local routing algorithms and time daemons. on NTP, which must deliver accurate and reliable time in This paper also discusses the architecture, protocol and algo- rithms, which were developed over several years of implementa- spite of component failures, service disruptions and possibly tion refinement and resulted in the designation of NTP as an mis-engineered implementations. Internet Standard protocol. The NTP synchronization system, In the remainder of this introductory Section I, issues in which has been in regular operation in the Internet for the the requirements, approaches, and comparisons with previ- last several years, is described along with performance data ous work are discussed.
    [Show full text]
  • Port Ranges Traffic Analysis
    Simon Owens Port Ranges • Ports 0 to 1023 are Well-Known Ports. • Ports 1024 to 49151 are Registered Ports (often registered by a software developer to designate a particular port for their application) • Ports 49152 to 65535 are Public Ports. Traffic Analysis - Wireshark Configure Name Resolution 1. Make a new profile 2. Make a “hosts” file with format “ip hostname” 3. Place that “hosts” file in the ~/.config/wireshark/configprofilename/ folder 4. open pcap file, select your configuration profile, and ensure “view>>name resolution>>resolve network/transport address names” is checked Configure Ports 1. Go to “Edit>>preferences>>columns” and add src and dst ports to the display Figuring out what multi-cast goes too 1. Fill out “hosts” and “services” file if you can 2. Click on various multi-cast products – generally the parameters will identify what the application is with a version or the company that made it. Query for Common Ports • tcp.dstport >= 0 and tcp.dstport <= 10000 || tftp || dns Saving off filters to make capture smaller 1. Apply a filter 2. Click “File>> Export Specified Packets” then save them to a file Search for Strings • Edit >> find packet Extracting files • file >> export objects Find Hashes • net-creds.py file.pcap Changing Parameters in the Packets Simon Owens • Port Scan Netdiscover -r <ip-range> make sure you know everything on network IP=insert mkdir $IP Masscan: • masscan -p0-65535 $IP --banners -oG $IP/masscan_$IP.grep Nmap: • Nmap -sV -T4 $IP -oN $IP/normalNmap.txt • nmap -v -sS -T4 -A --script=vuln --host-timeout 336h -p 0-65535 $IP -oA $IP/TCPscan_$IP • nmap -v -sU -T4 -A --script=vuln --host-timeout 336h -p 0-65535 $IP -oA $IP/UDPscan_$IP General Services: • 9/tcp - Discard o Discard Protocol - https://www.exploit-db.com/exploits/19555 The Discard Protocol is a service in the Internet Protocol Suite defined in RFC 863.
    [Show full text]
  • LANTIME M300: NTP Server in 1U Case for Server Rackmount
    Meinberg Radio Clocks Lange Wand 9 31812 Bad Pyrmont, Germany Phone: +49 (5281) 9309-0 Fax: +49 (5281) 9309-30 https://www.meinberg.de [email protected] LANTIME M300: NTP Server in 1U Case for Server Rackmount [1] The Meinberg LANTIME M300 time server provides accurate time to networks of any size. It synchronizes all NTP- or SNTP-compatible systems. The M300 time server uses as a reference time source either any compatible external or built-in Meinberg reference clock (Stratum 1 mode) or up to 7 NTP servers (Stratum 2 mode). Key Features - Selectable Reference Time Sources: * [2]GPS: Satellite receiver for the Global Positioning System * [3]GLN: Combined GPS/GLONASS satellite receiver (L1 frequency band), can also be used for mobile applications * [4]PZF: DCF77 correlation receiver for middle europe * [5]MSF: Long wave receiver for Great Britain * [6]WWVB: Long wave receiver for the US time signal * [7]TCR: Time code receiver for IRIG A/B, AFNOR or IEEE1344 codes * [8]MRS: (GPS, PPS, 10MHz, NTP): Multi Reference Source - several reference sources, adjustable following priority of signal * [9]RDT: (external PPS or NTP): Time Server without internal receiver module - Synchronization of NTP and SNTP compatible clients - Web based status and configuration interface [10](Demo) and console based graphical configuration utility - Supported net protocols: IPv4, IPv6, NTP, (S)NTP, DAYTIME, DHCP, HTTP, HTTPS, FTP, SFTP, SSH, SCP, SYSLOG, SNMP, TIME, TELNET - Alert-Notification system of status change by Email, WinMail, SNMP or an external connected
    [Show full text]
  • Siteplayer Telnet User's Manual
    RS232 to Ethernet Protocol Converter User’s Manual Version 1.11 2-Oct-06 (For SitePlayer Telnet Software Version 1.4ahu and above) *POE version depicted © 2004-2006 Netmedia Inc. All Rights Reserved. 10940 N Stallard Place Tucson, AZ 85737 520.544.4567 NetMedia, Inc. 10940 N. Stallard Place Tucson, Arizona 85737 TEL: (520) 544-4567 FAX: (520) 544-0800 PURCHASE TERMS AND CONDITIONS The laws of the State of Arizona shall govern PURCHASE TERMS AND CONDITIONS. LIMITED WARRANTY: NETMEDIA MAKES NO WARRANTIES OTHER THAN THOSE CONTAINED HEREIN AND NETMEDIA EXPRESSLY DISCLAIMS ANY AND ALL IMPLIED WARRANTIES, INCLUDING ANY WARRANTY OF FITNESS FOR A PARTICU- LAR PURPOSE OR OF MERCHANTABILITY. The foregoing limited warranty shall not apply unless Buyer has paid for in full the NetMedia products. Elec- tronic updates to the NetMedia SitePlayer User’s Manual and NetMedia SitePlayer software are available free to Registered Buyer upon request for a one (1) year period from the invoice date. NOTICE NetMedia, Inc. reserves the right to make improvements in the software product described in this manual as well as the manual itself at any time and without notice. DISCLAIMER OF ALL WARRANTIES AND LIABILITY NETMEDIA, INC. MAKES NO WARRANTIES, EITHER EXPRESSED OR IMPLIED, WITH RESPECT TO THIS MANUAL OR WITH RESPECT TO THE SOFTWARE DESCRIBED IN THIS MANUAL, ITS QUALITY, PERFORMANCE, MER- CHANTABILITY, OR FITNESS FOR ANY PARTICULAR PURPOSE. NETMEDIA, INC. SOFTWARE IS SOLD OR LI- CENSED “AS IS”. IN NO EVENT SHALL NETMEDIA, INC. BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAM- AGES RESULTING FROM ANY DEFECT IN THE SOFTWARE.
    [Show full text]
  • LANTIME M100: NTP Time Server with Internal Reference Clock for DIN Rail Installations
    Meinberg Radio Clocks Lange Wand 9 31812 Bad Pyrmont, Germany Phone: +49 (5281) 9309-0 Fax: +49 (5281) 9309-30 https://www.meinbergglobal.com [email protected] LANTIME M100: NTP Time Server with internal Reference Clock for DIN Rail Installations LANTIME M100 time servers can be installed to provide accurate time to small and medium sized computer networks. This entry level time server synchronizes all systems either NTP- or SNTP-compatible utilizing a built-in Meinberg radio clock as its primary reference time source. A stable and precise oscillator is capable of bridging interferences or a temporary loss of reception. Its compact form factor offers an ideal solution to network time synchronization needs in industrial and power generation/distribution networks. Key Features - Selectable Reference Sources: GPS: Satellite receiver for the Global Positioning System GNS: Combined GPS/GLONASS/Galileo/BeiDou satellite receiver (L1 frequency band), can also be used for mobile applications PZF: DCF77 correlation receiver for middle europe - Synchronization of NTP and SNTP compatible clients - Web-based status and configuration interface (Demo) and console-based graphical configuration utility - Supported net protocols: IPv4, IPv6, NTP, (S)NTP, DAYTIME, DHCP, HTTP, HTTPS, FTP, SFTP, SSH, SCP, SYSLOG, SNMP, TIME, TELNET - USB Port for installing firmware updates, locking frontpanel menu access and backup/restore of configuration and log files - Meinberg GPS Antenna/Converter Unit connected with up to 300m of standard coaxial cable RG58 rev 2017.0405.1416 Page 1/4 lantime-m100 Description Three LEDs (green/red) indicate the status of the three main components: Reference Time (e.g. GPS), Time Synchronization Service (NTP) and Network (Link status).
    [Show full text]
  • Results Are As of Mar - 26 - 2002
    Results are as of Mar - 26 - 2002 ======================================================================== STANDARDS ORDERED BY STD ======================================================================== Mnemonic Title RFC# STD# ------------------------------------------------------------------------ --------- Internet Official Protocol Standards 3000 1* -------- [Reserved for Assigned Numbers. See RFC 1700 and R 2 FC 3232.] -------- Requirements for Internet Hosts - Communication 1122 3 Layers -------- Requirements for Internet Hosts - Application 1123 3 and Support -------- [Reserved for Router Requirements. See RFC 1812.] 4 IP Internet Protocol 791 5 ICMP Internet Control Message Protocol 792 5 --------- Broadcasting Internet Datagrams 919 5 --------- Broadcasting Internet datagrams in the presence 922 5 of subnets -------- Internet Standard Subnetting Procedure 950 5 IGMP Host extensions for IP multicasting 1112 5 UDP User Datagram Protocol 768 6 TCP Transmission Control Protocol 793 7 TELNET Telnet Protocol Specification 854 8 TELNET Telnet Option Specifications 855 8 FTP File Transfer Protocol 959 9 SMTP Simple Mail Transfer Protocol 821 10 SMTP-SIZE SMTP Service Extension for Message Size Declaration 1870 10 MAIL Standard for the format of ARPA Internet text 822 11 messages -------- [Reserved for Network Time Protocol (NTP). See RFC 12 1305.] DOMAIN Domain names - concepts and facilities 1034 13 DOMAIN Domain names - implementation and specification 1035 13 -------- [Was Mail Routing and the Domain System. Now Histo 14 ric.] SNMP
    [Show full text]