分享
 
 
 

RFC3091 - Pi Digit Generation Protocol

王朝other·作者佚名  2008-05-31
窄屏简体版  字體: |||超大  

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.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有