The first version of PTP, IEEE 1588-2002, was published in 2002. IEEE 1588-2008, also known as PTP Version 2, is not backward compatible with the 2002 version. IEEE 1588-2019 was published in November 2019 and includes backward-compatible improvements to the 2008 publication. IEEE 1588-2008 includes a profile concept defining PTP operating parameters and options. Several profiles have been defined for applications including telecommunications, electric power distribution and audiovisual uses. IEEE 802.1AS is an adaptation of PTP, called gPTP, for use with Audio Video Bridging (AVB) and Time-Sensitive Networking (TSN).
History
According to John Eidson, who led the IEEE 1588-2002 standardization effort, "IEEE 1588 is designed to fill a niche not well served by either of the two dominant protocols, NTP and GPS. IEEE 1588 is designed for local systems requiring accuracies beyond those attainable using NTP. It is also designed for applications that cannot bear the cost of a GPS receiver at each node, or for which GPS signals are inaccessible."[2]
PTP was originally defined in the IEEE 1588-2002 standard, officially entitled Standard for a Precision Clock Synchronization Protocol for Networked Measurement and Control Systems, and published in 2002. In 2008, IEEE 1588-2008 was released as a revised standard; also known as PTP version 2 (PTPv2), it improves accuracy, precision and robustness but is not backward compatible with the original 2002 version.[3] IEEE 1588-2019 was published in November 2019,[4] is informally known as PTPv2.1 and includes backwards-compatible improvements to the 2008 publication.[5]
Architecture
The IEEE 1588 standards describe a hierarchicalmaster–slave architecture for clock distribution consisting of one or more network segments and one or more clocks. An ordinary clock is a device with a single network connection that is either the source of or the destination for a synchronization reference. A source is called a leader, a.k.a. master, and a destination is called a follower, a.k.a. slave. A boundary clock has multiple network connections and synchronizes one network segment to another. A single, synchronization leader is selected, a.k.a. elected, for each network segment. The root timing reference is called the grandmaster.[6]
A relatively simple PTP architecture consists of ordinary clocks on a single-segment network with no boundary clocks. A grandmaster is elected and all other clocks synchronize to it.
IEEE 1588-2008 introduces a clock associated with network equipment used to convey PTP messages. The transparent clock modifies PTP messages as they pass through the device.[7]Timestamps in the messages are corrected for time spent traversing the network equipment. This scheme improves distribution accuracy by compensating for delivery variability across the network.
PTP typically uses the same epoch as Unix time (start of 1 January 1970).[a] While the Unix time is based on Coordinated Universal Time (UTC) and is subject to leap seconds, PTP is based on International Atomic Time (TAI). The PTP grandmaster communicates the current offset between UTC and TAI, so that UTC can be computed from the received PTP time.
Protocol details
Synchronization and management of a PTP system is achieved through the exchange of messages across the communications medium. To this end, PTP uses the following message types.
Sync, Follow_Up, Delay_Req and Delay_Resp messages are used by ordinary and boundary clocks and communicate time-related information used to synchronize clocks across the network.
Pdelay_Req, Pdelay_Resp and Pdelay_Resp_Follow_Up are used by transparent clocks to measure delays across the communications medium so that they can be compensated for by the system. Transparent clocks and these messages associated with them are not available in original IEEE 1588-2002 PTPv1 standard, and were added in PTPv2.
Announce messages are used by the best master clock algorithm in IEEE 1588-2008 to build a clock hierarchy and select the grandmaster.[b]
Management messages are used by network management to monitor, configure and maintain a PTP system.
Signaling messages are used for non-time-critical communications between clocks. Signaling messages were introduced in IEEE 1588-2008.
Messages are categorized as event and general messages. Event messages are time-critical in that accuracy in transmission and receipt timestamp accuracy directly affects clock distribution accuracy. Sync, Delay_Req, Pdelay_Req and Pdelay_resp are event messages. General messages are more conventional protocol data units in that the data in these messages is of importance to PTP, but their transmission and receipt timestamps are not. Announce, Follow_Up, Delay_Resp, Pdelay_Resp_Follow_Up, Management and Signaling messages are members of the general message class.[8]: Clause 6.4
Message transport
PTP messages may use the User Datagram Protocol over Internet Protocol (UDP/IP) for transport. IEEE 1588-2002 uses only IPv4 transports,[9]: Annex D but this has been extended to include IPv6 in IEEE 1588-2008.[8]: Annex F In IEEE 1588-2002, all PTP messages are sent using multicast messaging, while IEEE 1588-2008 introduced an option for devices to negotiate unicast transmission on a port-by-port basis.[8]: Clause 16.1 Multicast transmissions use IP multicast addressing, for which multicast group addresses are defined for IPv4 and IPv6 (see table).[8]: Annex D and E Time-critical event messages (Sync, Delay_req, Pdelay_Req and Pdelay_Resp) are sent to port number 319. General messages (Announce, Follow_Up, Delay_Resp, Pdelay_Resp_Follow_Up, management and signaling) use port number 320.[8]: Clause 6.4
A domain[i] is an interacting set of clocks that synchronize to one another using PTP. Clocks are assigned to a domain by virtue of the contents of the Subdomain name (IEEE 1588-2002) or the domainNumber (IEEE 1588-2008) fields in PTP messages they receive or generate. Domains allow multiple clock distribution systems to share the same communications medium.
Application specific up to 15 octets[9]: Clause 6.2.5.1
224.0.1.130, 131 or 132 as per hash function on Subdomain name[9]: Annex C
4 through 127
User-defined domains
Best master clock algorithm
The best master clock algorithm (BMCA) performs a distributed selection of the best clock to act as leader based on the following clock properties:
Identifier – A universally unique numeric identifier for the clock. This is typically constructed based on a device's MAC address.
Quality – Both versions of IEEE 1588 attempt to quantify clock quality based on expected timing deviation, technology used to implement the clock or location in a clock stratum schema, although only V1 (IEEE 1588-2002) knows a data field stratum. PTP V2 (IEEE 1588-2008) defines the overall quality of a clock by using the data fields clockAccuracy and clockClass.
Priority – An administratively assigned precedence hint used by the BMCA to help select a grandmaster for the PTP domain. IEEE 1588-2002 used a single Boolean variable to indicate precedence. IEEE 1588-2008 features two 8-bit priority fields.
Variance – A clock's estimate of its stability based on observation of its performance against the PTP reference.
IEEE 1588-2008 uses a hierarchical selection algorithm based on the following properties, in the indicated order:[8]: Figure 27
Priority 1 – the user can assign a specific static-designed priority to each clock, preemptively defining a priority among them. Smaller numeric values indicate higher priority.
Class – each clock is a member of a given class, each class getting its own priority.
Accuracy – precision between clock and UTC, in nanoseconds (ns)
Variance – variability of the clock
Priority 2 – final-defined priority, defining backup order in case the other criteria were not sufficient. Smaller numeric values indicate higher priority.
Unique identifier – MAC address-based selection is used as a tiebreaker when all other properties are equal.
IEEE 1588-2002 uses a selection algorithm based on similar properties.
Clock properties are advertised in IEEE 1588-2002 Sync messages and in IEEE 1588-2008 Announce messages. The current leader transmits this information at regular interval. A clock that considers itself a better leader will transmit this information in order to invoke a change of leader. Once the current leader recognizes the better clock, the current leader stops transmitting Sync messages and associated clock properties (Announce messages in the case of IEEE 1588-2008) and the better clock takes over as leader.[10] The BMCA only considers the self-declared quality of clocks and does not take network link quality into consideration.[11]
Synchronization
Via BMCA, PTP selects a source of time for an IEEE 1588 domain and for each network segment in the domain.
Clocks determine the offset between themselves and their leader.[12] Let the variable represent physical time. For a given follower device, the offset at time is defined by:
where represents the time measured by the follower clock at physical time , and represents the time measured by the leader clock at physical time .
The leader periodically broadcasts the current time as a message to the other clocks. Under IEEE 1588-2002 broadcasts are up to once per second. Under IEEE 1588-2008, up to 10 per second are permitted.
Each broadcast begins at time with a Sync message sent by the leader to all the clocks in the domain. A clock receiving this message takes note of the local time when this message is received.
The leader may subsequently send a multicast Follow_Up with accurate timestamp. Not all leaders have the ability to present an accurate timestamp in the Sync message. It is only after the transmission is complete that they are able to retrieve an accurate timestamp for the Sync transmission from their network hardware. Leaders with this limitation use the Follow_Up message to convey . Leaders with PTP capabilities built into their network hardware are able to present an accurate timestamp in the Sync message and do not need to send Follow_Up messages.
In order to accurately synchronize to their leader, clocks must individually determine the network transit time of the Sync messages. The transit time is determined indirectly by measuring round-trip time from each clock to its leader. The clocks initiate an exchange with their leader designed to measure the transit time . The exchange begins with a clock sending a Delay_Req message at time to the leader. The leader receives and timestamps the Delay_Req at time and responds with a Delay_Resp message. The leader includes the timestamp in the Delay_Resp message.
Through these exchanges a clock learns , , and .
If is the transit time for the Sync message, and is the constant offset between leader and follower clocks, then
Combining the above two equations, we find that
The clock now knows the offset during this transaction and can correct itself by this amount to bring it into agreement with their leader.
One assumption is that this exchange of messages happens over a period of time so small that this offset can safely be considered constant over that period. Another assumption is that the transit time of a message going from the leader to a follower is equal to the transit time of a message going from the follower to the leader. Finally, it is assumed that both the leader and follower can accurately measure the time they send or receive a message. The degree to which these assumptions hold true determines the accuracy of the clock at the follower device.[8]: Clause 6.2
Optional features
IEEE 1588-2008 standard lists the following set of features that implementations may choose to support:
Alternate Time-Scale
Grand Master Cluster
Unicast Masters
Alternate Master
Path Trace
IEEE 1588-2019 adds additional optional and backward-compatible features:[5]
Modular transparent clocks
Special PTP ports to interface with transports with built-in time distribution
Unicast Delay_Req and Delay_Resp messages
Manual port configuration overriding BMCA
Asymmetry calibration
Ability to utilize a physical layer frequency reference (e.g. Synchronous Ethernet)
Profile isolation
Inter-domain interactions
Security TLV for integrity checking
Standard performance reporting metrics
Slave port monitoring
Related initiatives
The International IEEE Symposium on Precision Clock Synchronization for Measurement, Control and Communication (ISPCS) is an IEEE-organized annual event that includes a plugtest and a conference program with paper and poster presentations, tutorials and discussions covering several aspects of PTP.[13]
IEEE 1588 is a key technology in the LXI Standard for Test and Measurement communication and control.
IEEE 802.1AS-2011 is part of the IEEE Audio Video Bridging (AVB) group of standards.[k] It specifies a profile for use of IEEE 1588-2008 for time synchronization over a virtual bridged local area network as defined by IEEE 802.1Q. In particular, 802.1AS defines how IEEE 802.3 (Ethernet), IEEE 802.11 (Wi-Fi), and MoCA can all be parts of the same PTP timing domain.[14]
SMPTE 2059-2 is a PTP profile for use in synchronization of broadcast media systems.[15]
The AES67 audio networking interoperability standard includes a PTPv2 profile compatible with SMPTE ST2059-2.[16]
Real-time communication – Protocols and communication hardware that give real-time guarantees
Notes
^The profile capability under IEEE 1588-2008 allows the use of application-specific epochs.[8]: Annex B
^In IEEE 1588-2002, information carried by Announce messages is carried in the Sync messages. In IEEE 1588-2008, the Sync message has been optimized and this information is no longer carried here.
^PTP over bare IEEE 802.3 Ethernet using Ethertype 0x88F7
^IEEE 1588-2002 non-default domains use destination addresses 224.0.1.130 through 224.0.1.132 (see #Domains).
^Where x is the address scope (2 for link-local) as per RFC 2373 (see IPv6 multicast address)
^In some PTP applications it is permissible to send all PTP messages to 01-1B-19-00-00-00
^Peer delay messages are intended to propagate to the immediately connected neighbor. The multicast addresses for these messages are designed to be link-local in scope and are not passed through a router. IEEE 1588-2008 also recommends setting time to live to 1 (IPv4) or hop limit to 0 (IPv6) as further insurance that the messages will not be routed.
^Peer delay messaging is not present in IEEE 1588-2002
^IEEE 1588-2002 defines a domain as any interconnected set of clocks (regardless of whether they synchronized to one another) and uses subdomain to refer to what is known as a domain in IEEE 1588-2008.
^IEEE 1588-2008 uses 224.0.1.129 as the address for all multicast messages.
^Pepiciello, Antonio; Vaccaro, Alfredo (17 December 2018), "A reliable architecture based on Precision Time Protocol for WAMPAC synchronization", 2018 AEIT International Annual Conference, IEEE, pp. 1–5, doi:10.23919/AEIT.2018.8577414, ISBN978-8-8872-3740-5, S2CID58819556
McGhee, Jim; Goraj, Maciej (2010), "Smart High Voltage Substation Based on IEC 61850 Process Bus and IEEE 1588 Time Synchronization", 2010 First IEEE International Conference on Smart Grid Communications, pp. 489–494, doi:10.1109/SMARTGRID.2010.5622092, ISBN978-1-4244-6510-1, S2CID30638718