• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

RFC143 - Regarding proffered official ICP

发布: 2007-6-23 14:09 | 作者:   | 来源:   | 查看: 12次 | 进入软件测试论坛讨论

领测软件测试网

   
  Network Working Group W. Naylor
Request for Comments #143 J. Wong
NIC #6728 C. Kline
Categories: D.1, D.3 J. Postel
Obsoletes: None UCLA - NMC
Updates: 123, 145 3 May 1971

Regarding Proferred Official ICP

We should like to comment on a race condition discovered in the ICP as
proposed in NWG/RFC#123. The problem arises when the server attempts
to initiate a second connection to the user's receive socket and the
first connection is not yet closed. Using a similar notation to that of
NWG/RFC#123 the following table illustrates the sequence of events in
the proferred and proposed ICP. The last two columns indicate which
actions must be completed before the current action may be initiated.
User and Server are third level programs, and UNCP and SNCP are the
users NCP and Servers NCP respectively. Allocates have not been
included since they add nothing to the argument.

Required Predecessors
---------------------
Reference # Action Initiator "Proferred" Proposed
----------- ------ --------- ----------- --------
1 Listen(L,32) Server -- --

2 Init(U,L,32) User -- --

3 RTS(U,L,'l') UNCP 2 2

4 STR(L,U,32) SNCP 1 and 3 1 and 3

5 Send(L,S) Server 4 4

6 SEND('l',S) SNCP 5 5

7 RECEIVE('l',S) UNCP 6 6

8 Receive(U,S) User 7 7

9 Close(L) Server 5 5

10 CLS(L,U) SNCP 9 and 7 9 and 7

11 Close(U) User 8 not used

12 CLS(U,L) UNCP 11 10

Required Predecessors
---------------------
Reference # Action Initiator "Proferred" Proposed
----------- ------ --------- ----------- --------

13 Init(S,U+1,B ) Server 9 9
u

14 RTS(S,U+1,'l' ) SNCP 13 13
2

15 Init(S+1,U,B ) Server 13 14 and 18
s

16 STR(S+1,U,B ) SNCP 15 15
s

17 Init(U+1,S,B ) User 11 12
u

18 STR(U+1,S,B ) UNCP 17 17
u

19 Init(U,S+1,B ) User 17 17
s

20 RTS(U,S+1,'l' ) UNCP 19 19
3

Note that in the Proferred Order column, 16 can occur before 12 in which
case UNCP would find socket U in use and probably return a CLS (U,S+1).
The Server would probably then assume the User was finished with the
conversation.

The above problem is resolved by eliminating the Close from one side and
causing that side to wait for the CLS from the other side before doing
an Init. We propose that eliminating the user's Close (U) is the best
solution. (The user NCP must of course return a CLS in response to the
CLS sent by the server NCP).

The Server's Close (L) leads more quickly to the reuse of socket L thus
the serving of another user.

To clarify the above discussion which may seem confusing at first
glance, let us demonstrate the problem in the language of RFC#123.

Server User
------ ----
(S1) Listen(L,32) (U1) Init(U,L,32)

(S2) [Wait for match] (U2)

(S3) Send(L,S) (U3) Receive(U,S)

(S4) Close(L) (U4) Close(U)

(S5) Init(S,U+1,B ) (U5) Init(U+1,S,B )
u u

(S6) Init(S+1,U,B ) (U6) Init(U,S+1,B )
s s

Notice that since server and user are independent (probably in different
hosts), server could execute (S6) before user executes (U4) and could
receive an error back from user's NCP that socket U is busy. Similarly,
user could execute (U6) before server executes (S4) and could receive an
error back from his own NCP that socket U is not yet closed (assuming an
implementation where sockets are kept busy until a CLS match).

Various modifications could be made to ICP to solve this problem. We
propose the following ICP:

Server User
------ ----
Listen(L,32) Init(U,L,32)

[Wait for match]

Send(L,S) Receive(U,S)

Close(L) [Wait for CLS]

Init(S,U+1,B ) Init(U+1,S,B )
u u

[Wait for match] Init(U,S+1,B )
s

Init(S+1,U,B )
s

This ICP assumes the following:

1. The user can inquire or is notified of the fact that one of his
connections has been closed.

2. The server can inquire or is notified that a connection for which
he has done an Init (or Listen) is now open.

Both of the above seem basic to any NCP - user interface.

This race condition problem would not exist had the dynamic reconnection
features of RFC#36 been included in the NCP protocol and had dynamic
reconnection been used in this ICP.

[ This RFCwas put into machine readable form for entry ]
[ into the online RFCarchives by Walter Pienciak 1/98 ]

文章来源于领测软件测试网 https://www.ltesting.net/


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备2023014753号-2
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网