米葫芦网

RFC3091 - Pi Digit Generation Protocol

热度:9℃ 发布时间:2025-03-18 13:51:12

Network Working Group H. Kennedy
Request for Comments: 3091 University of Michigan
Category: Informational 1 April 2001
Pi Digit Generation Protocol
Status of this Memo
This memo provides information for the Internet community. It does
not specify an Internet standard of any kind. Distribution of this
memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2001). All Rights Reserved.
Abstract
This memo defines a protocol to provide the Pi digit generation
service (PIgen) used between clients and servers on host computers.
IntrodUCtion
This protocol is intended to provide the Pi digit generation service
(PIgen), and be used between clients and servers on host computers.
Typically the clients are on workstation hosts lacking local Pi
support, and the servers are more capable machines with greater Pi
calculation capabilities. The essential tradeoff is the use of
network resources and time instead of local computational cycles.
The key Words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in RFC2119 [RFC2119].
Note
All digits supplied by implementations of this service are ASCII
[US-ASCII] representations of decimal (base 10) numbers following the
decimal point in values or approximations of Pi. There MUST be an
implied decimal value of 3 (three) preceding the values provided by
the service defined by this protocol.
1. TCP Based Digit Generator Service
One REQUIRED PIgen service is defined as a stateless TCP service. A
server listens on TCP port 314159. Once a connection is established
the server sends a stream of data, one digit of Pi at at time,
starting with the most significant digit following the decimal point.
Any incoming data MUST be discarded. This continues until the client
closes the connection.
The data flow over the connection is limited by the normal TCP flow
control mechanisms, so there is no concern about the server sending
data faster than the client can process it.
Servers MAY use any appropriate method of Pi digit generation to
provide this service, including (but not limited to) table lookup
[DIGITS], numerical calculation [FIBPI,PIFFT] and statistical
sampling [MCM]. However, the method chosen SHOULD provide a precise
value for the digits of Pi generated.
Implementors of PIgen MUST provide this service to be conditionally
compliant with this RFC.
1.1. Approximate Service
An OPTIONAL PIgen service is defined as a stateless TCP service. A
server listens on TCP port 220007. Once a connection is established
the server sends a stream of data, one digit of the rational number
22/7 at a time, starting with the most significant digit following
the decimal point. Any incoming data MUST be discarded. This
continues until the client closes the connection.
2. UDP Based Digit Generator Service
An OPTIONAL PIgen service is defined as a stateless UDP service. A
server listens on UDP port 314159. When a datagram requesting a
specific digit of Pi is received, an answering datagram is sent
containing the value of the requested digit of Pi according to the
format defined in sections 2.1.1. and 2.1.2.
The requested digit value MAY be determined by any appropriate method
of Pi digit generation. RECOMMENDED methods include table lookup
[DIGITS], or numerical calculation [BBPPA].
2.1. Packet Format
The datagram-based components of the PIgen protocol suite all share
the following UDP data payload formats (defined in the ABNF of RFC
2234 [RFC2234]).
2.1.1. Request Payload Format
request = nth_digit
nth_digit = 1*DIGIT ; specifying the n-th digit following the
; decimal point
2.1.2. Reply Payload Format
reply = nth_digit ":" DIGIT ; where DIGIT is the value of the n-th
; digit following the decimal
; point
2.2. Approximate Service
An OPTIONAL PIgen service is defined as a stateless UDP service. A
server listens on UDP port 220007. When a datagram requesting a
specific digit of the rational number 22/7 is received, an answering
datagram is sent containing the value of the requested digit of 22/7
according to the format defined in sections 2.1.1. and 2.1.2.
3. IP Multicast Based Digit Generator Service
An OPTIONAL PIgen service is defined as a stateless UDP service. A
random distribution of digits of Pi are sent using the payload format
described in section 2.1.2. to the IP multicast group
314.159.265.359.
There is no request structure. If a server implementing this
component of the protocol suite joins the PIgen multicast group and
does not detect a server providing digits within 30 seconds, it MAY
elect to become the PIgen multicast provider.
The PIgen multicast provider generates a random distribution of the
digits of Pi and sends them out to the multicast group. PIgen
multicast clients build up a coherent value of Pi by listening to the
multicast group over time.
The randomly selected digit value MAY be determined by any
appropriate method of Pi digit generation. RECOMMENDED methods
include table lookup [DIGITS], or numerical calculation [BBPPA]. To
ensure an adequately random distribution, a proper random number
generator should be used, see [RANDOM] for some examples.
4. Service Discovery
Clients SHOULD discover PIgen servers via the DNS SRV algorithm
[RFC2782]. The service used is "pigen" and the protocols used are
"tcp" and "udp". Approximate services (sections 1.1. and 2.2.)
should be discovered using a service of "pigem". This allows for
central administration of addressing, fallback for failed relays and
collectors, and static load balancing.
5. Security Considerations
As almost every secure Internet protocol requires a highly accurate
value of Pi in order to function correctly, it is imperative that
clients only use a trusted PIgen server. The imminent collapse of
the Internet is assured if this guideline is not strictly followed.
6. References
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC2119, March 1997.
[US-ASCII] Coded Character Set--7-Bit American Standard Code for
Information Interchange, ANSI X3.4-1986.
[DIGITS] FTP://pi.super-computing.org/pub/pi
[FIBPI] Pi and the Fibonacci Numbers
http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/
fibpi.Html
[PIFFT] Pi Calculation based on FFT and AGM http://momonga.t.u-
tokyo.ac.jp/~ooura/pi_fft.html
[MCM] The Monte Carlo Method
http://www.daimi.aau.dk/~u951581/pi/MonteCarlo/pimc.html
[BBPPA] Bailey-Borwien-Plouffe Pi Algorithm
http://www.mathsoft.com/asolve/plouffe/plouffe.html
[RFC2234] Crocker, D. and P. Overell, "Augmented BNF for Syntax
Specifications: ABNF", RFC2234, November 1997.
[RANDOM] Randomness for Crypto http://www.cs.berkeley.edu/~daw/rnd/
[RFC2782] Gulbrandsen, A., Vixie, P. and L. Esibov, "A DNS RR for
specifying the location of services (DNS SRV)", RFC2782,
February 2000.
[CHARGEN] Postel, J., "Character Generation Protocol", STD 22, RFC
864, May 1983.
7. Author"s Address
Hugh Kennedy
University of Michigan
2281 Bonisteel Blvd.
Ann Arbor, MI 48109-2099
USA
EMail: kennedyh@engin.umich.edu
Full Copyright Statement
Copyright (C) The Internet Society (2001). All Rights Reserved.
This document and translations of it may be copied and furnished to
others, and derivative works that comment on or otherwise eXPlain it
or assist in its implementation may be prepared, copied, published
and distributed, in whole or in part, without restriction of any
kind, provided that the above copyright notice and this paragraph are
included on all such copies and derivative works. However, this
document itself may not be modified in any way, such as by removing
the copyright notice or references to the Internet Society or other
Internet organizations, except as needed for the purpose of
developing Internet standards in which case the procedures for
copyrights defined in the Internet Standards process must be
followed, or as required to translate it into languages other than
English.
The limited permissions granted above are perpetual and will not be
revoked by the Internet Society or its successors or assigns.
This document and the information contained herein is provided on an
"AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Acknowledgement
Funding for the RFCEditor function is currently provided by the
Internet Society.

网友评论
评论
发 布

更多软件教程
  • 软件教程推荐
更多+
Greenfoot设置中文的方法

Greenfoot设置中文的方法

Greenfoot是一款简单易用的Java开发环境,该软件界面清爽简约,既可以作为一个开发框使用,也能够作为集成开发环境使用,操作起来十分简单。这款软件支持多种语言,但是默认的语言是英文,因此将该软件下载到电脑上的时候,会发现软件的界面语言是英文版本的,这对于英语基础较差的朋友来说,使用这款软件就会...

07-05

Egret UI Editor修改快捷键的方法

Egret UI Editor修改快捷键的方法

Egret UI Editor是一款开源的2D游戏开发代码编辑软件,其主要功能是针对Egret项目中的Exml皮肤文件进行可视化编辑,功能十分强大。我们在使用这款软件的过程中,可以将一些常用操作设置快捷键,这样就可以简化编程,从而提高代码编辑的工作效率。但是这款软件在日常生活中使用得不多,并且专业性...

07-05

KittenCode新建项目的方法

KittenCode新建项目的方法

KittenCode是一款十分专业的编程软件,该软件给用户提供了可视化的操作界面,支持Python语言的编程开发以及第三方库管理,并且提供了很多实用的工具,功能十分强大。我们在使用这款软件进行编程开发的过程中,最基本、最常做的操作就是新建项目,因此我们很有必要掌握新建项目的方法。但是这款软件的专业性...

07-05

Thonny设置中文的方法

Thonny设置中文的方法

Thonny是一款十分专业的Python编辑软件,该软件界面清爽简单,给用户提供了丰富的编程工具,具备代码补全、语法错误显示等功能,非常的适合新手使用。该软件还支持多种语言,所以在下载这款软件的时候,有时候下载到电脑中的软件是英文版本的,这对于英语基础较差的小伙伴来说,使用这款软件就会变得十分困难,...

07-05

最新软件下载