协议互操作性测试理论与方法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
协议测试是协议工程中的一个重要环节,其目的是为了保证协议实现按照协议描述稳定可靠地运行,对于通信产品的质量保证有着重要的意义。协议测试包括四个方面:一致性测试、互操作性测试、性能测试和坚固性测试。一致性测试是为了检测协议实现与协议规范符合的程度,互操作性测试旨在检测同一种或同一类协议的不同实现版本之间的互通互操作能力,此二者均是协议实现体可正确工作的基本保证。在过去的研究工作中,人们主要着重于一致性测试,而对互操作性测试的研究较少。虽然一致性是保证互操作性的一个必要的步骤,但通过一致性测试的协议实现体不一定能正确地互操作,对协议实现体进行直接的互操作性测试是必不可少的。
     测试系统设计和测试套具的产生是协议测试中要解决的两大问题。测试系统设计重点解决测试方法和测试系统结构的问题,测试套具的产生要解决测试“彻底性”和“标准化”的问题,解决测试套具自动生成问题。互操作性测试的研究工作可以大致分成两类,第一类是对互操作性测试一般概念的研究和互操作性测试的实验,第二类是系统化的互操作性测试序列生成。本文工作的重点是围互操作性测试序列的自动生成和优化、测试覆盖、测试可靠性等相关问题展开的。
     本文的研究工作主要集中在如下几个方面:
     (1)基于复合有限状态机模型的最小代价互操作性测试序列生成算法
     在测试序列生成算法中,测试代价是评估测试序列优劣的一个重要指标。但目前很多互操作性测试的研究工作均只讨论了对系统可以完全描述和完全控制的条件下如何生成满足转移覆盖的互操作性测试序列覆盖互操作系统的交互行为,很少考虑生成的测试序列的代价。本文将分析互操作系统中的测试代价的组成,通过对系统的可达性分析,构造复合有限状态机的加权转移图,采用带权图的边覆盖问题的算法生成最优互操作性测试序列,同时给出了该问题的一个贪心近似算法。该方法可有效地提高测试效率。
     (2)局部描述系统的互操作性测试序列生成
     互操作性测试在现实中经常会有这样的情况:需要测试待测系统和另一个现存系统的互操作能力,由于现存系统过于复杂或没有足够的信息,无法对整个互操作系统进行完整地建模描述。在这种情况下生成的测试序列需要满足路径覆盖方可保证互操作性测试的彻底性。本文讨论了在局部描述的互操作系统中基于有向图的单边互操作性测试序列生成算法,提出了互操作性测试的最小完全覆盖准则以指导测试序列的生成,并给出了相应的生成算法。采用该方法可以获得覆盖所有互操作转移序列的最小测试集,在保证测试覆盖率的前提下显著降低测试的代价。
     (3)测试可靠性及动态测试方法
     传统的测试序列生成算法都只从静态的角度考虑测试序列的效果,忽略了在测试过程中由于测试序列之间状态转移的相关性而造成的局部测试结果对测试序列执行的影响。引入动态测试方法可以在测试执行时根据测试过程绕过一些局部错误,对待测体实施更完善的测试,并可以避免一些不必要的测试执行。本文提出了基于局部错误诊断信息的动态测试方法,在测试过程中动态收集局部测试信息,采用错误诊断方法对局部错误进行准确定位,再根据诊断结果指导下一步的测试执行。该方法可以更有效地提高测试结果的可靠性和测试执行效率。
Protocol Testing is a most important step in protocol engineering, its purpose is to ensure the protocol implementation executed steadily and reliably as the protocol specification, and it is significant for the quality assurance of communication production. Protocol testing includes conformance testing, interoperability testing, performance testing and robust testing. Conformance testing is to check whether the protocol implementation conforms with its specification, while interoperability testing is to check whether two implementations can interoperate properly. Both of them are the based assurance of the implementation's correctness. In the past, research on communication protocol testing mainly concentrated on conformance test. Although conformance testing is regarded as a necessary step on the way to achieving interoperation, it is agreed that it is insufficient to ensure interoperation of communication network entities. Some sort of direct testing of interoperation is considered indispensable.
     Design of testing system and generation of testing suite, are the two most significant problems in protocol testing. Testing system design is to solve the problem of testing method and testing framework (or architecture), while testing suite generation is to solve the problem of "thoroughness" , "standardization" , and "automatization" . The research work on interoperability testing can be roughly classified into two categories: general concepts and experiences of interoperability testing, and systematic generation of interoperability test suites.
     The work in this paper is concentrated on automatically generation method of interoperability test suite, testing coverage, testing reliability, etc. The following are included in detail:
     (1)Generation method of minimal-cost interoperability test suite. Test cost is a most important guide line to evaluate the test suite in test sequence generation algorithm. But most current research work on interoperability test only discuss how to generate transition-covered test sequence to cover all interoperating behaviors of interactive systems, under the condition that the whole systems can be formally described and controlled, but little is considered about the cost of test sequence. This paper will analyze the composition of the interoperability test cost in detail, construct composite FSM by reachability analysis of system, then use the edge-covered problem of digraph with edge-weight to generate the minimal cost test sequences, and finally give a approximate algorithm with greedy strategy. This method can effectively enhance the test efficiency.
     (2) Interoperability Testing method of partial-described system.
     In interoperability test there always exists such a situation: we needto test one system's interoperability with another exist system, but because we have not enough information about the specification of the existing system, or the system is too complex to be described, we can't formally describe the whole communicating system. In this case, we should generate test sequences to cover all possible interactive sequences to ensure the thoroughness of test. This paper gives a test method for the partial described system with digraph model, so called unilateral interoperability test method. A test criteria in interoperability test call minimal complete coverage criteria is bring forward and relative test sequences generating algorithm that satisfies the criteria is given. Test suite generated by this algorithm is a minimal set that can cover all interoperating transition sequences. Thus more interoperating error can be checked by executing less test sequences.
     (3) Testing reliability and dynamic test method
     The conventional method sometimes gives wrong test results because it is based on static test sequences. That is, faulty transitions that exist in the preamble and the postamble of a static test subsequence have an effect on testing a target transition. To solve this problem, a dynamic protocol test method is introduced in this paper. Dynamic protocol test method can avoid some local error of the implementation under test and apply more sufficient test on it, but the reliability of test result may descend due to the fault of local error indication. When the local-error-diagnostic algorithm is introduced to the dynamic test method, the problem can be solved effectively, the fault coverage can be increased and the running efficiency of test activity can be improved.
引文
[1] ISO 7984 Open System Interconnection - Basic Reference Model, 1984.
    [2] Andrew S.Tanenbaum著,熊桂喜,王小虎等译.计算机网络(第三版).清华大学出版社,1998.
    [3] Douglas E.Comer著,林瑶,蒋慧,杜蔚轩等译.用TCP/IP进行网际互连第1卷:原理、协议和体系结构(第三版).电子工业出版社,1998.
    [4] Linn R J et al.. Protocol Specification,Testing, and Verification (ⅩⅢ). Amsterdam: North-Holland, 1992.
    [5] 龚正虎.计算机网络协议工程.国防科技大学出版社,1993.
    [6] Jonsson B et al. Protocol Specification, Testing, and Verification (Ⅺ). Amsterdam:North-Holland, 1981.
    [7] Linn R J et al. Protocol Specification, Testing, and Verification (ⅩⅢ). Amsterdam:North-Holland, 1992.
    [8] Aggarwal S et al. Protocol Specification, Testing, and Verification (Ⅷ). Amsterdam:North-Holland, 1988.
    [9] T. Chow. Testing Software Design Modeled By Finite-State Machines. IEEE Trans. on SE,vol.4,no.3,1978, 178-187.
    [10] N.A. Lynch. Distributed Algorithms. Morgan Kaufmann, 1996.
    [11] D. Sindu. Protocol Testing: The First Ten Years, The Next Ten Years. In Protocol Specification, Testing and Verification, 1990, 44-68.
    [12] ISO/IEC. ISO/IEC 9646. Information technology, Open systems interconnection, Conformance testing methodology and framework. Geneva, Switzerland: ISO/IEC, 1991.
    [13] S. Kang, J. Shin, and M. Kim, Interoperability Test Suite Derivation for Communication Protocols. Computer Networks, 2000, 32(3), 347-364.
    [14] Rafiq O, Castanet R.. From Conformance Testing to Interoperability Testing. Proceedings of The 3rd International Workshop on Protocol Test System, September 1990, 371-385.
    [15] Tretmans J. Testing Concurrent Systems: A formal Approach. In Baeten J and Mauw S, eds. Proceedings of the 10th International Conference on Concurrency Theory (CONCUR 1999). LNCS 1664, Eindhoven, Netherlands: Springer, 1999, 46~65.
    [16] Arakawa N, Phalippou M, Risser N, Soneoka T. Combination of Conformance and Interoperability Testing. In: Diaz M, Groz R, eds. Proceedings of the IFIP 5th International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols (FORTE 1992). Perros-Guirec, France: North-Holland, 1992, 397-412.
    [17] Ozdemir K and Ural H. Protocol Validation by Simultaneous Reachability Analysis. Computer Communications, 1997, 20(9), 772-788.
    [18] Lin F J, Chu P M, Liu M T. Protocol Verification Using Reachability Analysis: the State Space Explosion Problem and Relief Strategies. ACM SIGCOMM Computer Communication Review, 1987, 17(5), 126-135.
    [19] Shin J, KANG S. Interoperability Test Suite Derivation for the ATM/B-ISDN Signaling Protocol. Testing of Communicating Systems, 1998, 313-330.
    [20] Seol S.,Kim M.,Kang S.,Ryu J..Fully Automated Interoperability Test Suite Derivation for Communication Protocols. Computer Networks, 2003, 43(6), 735-759.
    [21] 王之梁,吴建平,尹霞.基于通信多端口有限状态机的协议互操作性测试生成研究.计算机学报,2006,29(11),1909-1919.
    [22] Luo G.,Dssouli R.,Bochmann G.V.et al.Generating Synchronizable Test Sequences Based on Finite State Machine with Distributed Ports. In Proceedings of the IFIP 6th International Workshop on Protocol Test Systems,Pau,France, 1993, 139-153.
    [23] Cacciari L.,Rafiq O. Controllability and Observability in Distributed Testing. Information and Software Technology, 1999,41 (11/12), 767-780.
    [24] Young Y.C.,Tai K.C. Observation Inaccuracy in Conformance Testing with Multiple Testers. In Proceedings of the IEEE Workshop on Application-Specific Software Engineering and Technology, Richardson, TX USA, 1998,80-85.
    [25] 孙宇霖,赵保华,屈玉贵.基于同步有向图的同步测试序列生成方法.计算机学报,2002,25(6),632-636.
    [26] S. Kang. Relating interoperability testing with conformance testing, Proc. Global Telecommunications Conference, 1998, pp.3768-73.
    [27] Viho C.,Barbin S.,Tanguy L..Towards a Formal Framework for Interoperability Testing. In Proceedings of the 21st IFIP International Conference on Formal Techniques for Networked and Distributed Systems (FORTE 2001), Cheju Island,Korea,2001,53-68.
    [28] HAO Rui-bing. Integrated System Interoperability Testing with Applications to VoIP. Proceeding of the IFIP TC6 WG6.1 Joint Inter. Conf. FORTE ⅩⅢ/PSTV XX, 2000: 69-84.
    [29] P.E.Green. Protocol Conversion. IEEE Transactions on Communications, Vol.COM-34, No.3, pp 257-268, March 1986.
    [30] Cheung To-yat. Petri Nets for Protocol Engineering. Computer Communications, 1996, 19:1250-1257.
    [31] R.Miller. Calculus of Communication Systems. volume 94 of Lecture Notes in Computer Science, Springer-Verlag, Heidelberg, Germany, 1980.
    [32] 龚正虎.利用CCS的协议描述和验证技术的研究.计算机研究与发展,1995,32(3),61-65.
    [33] Michael G. Hinchey and Stephen A. Jarvis. Protocol Specification & Verification Methods: An Overview. Proceedings of IEEE Singapore International Conference on 'Communications and Networks for the Year 2000', Sep 1993, Vol. 2, 581-585.
    [34] C.A.Hoare著,周巢尘译.通讯顺序进程.北京大学出版社,1988.
    [35] I. Marshall. Specification and Synthesis in Interval Temporal Logic. IEE Colloquium on Structured Methods for Hardware System Design,1994, pp 4/1-4/3.
    [36] Richard L. Schwartz and P. Michael Melliar-Smith. From State Machines to Temporal Logic: Specification Methods for Protocol Standards. IEEE Transactions on Communications, Vol. 30, No. 12, December 1982. pp 2486-2496.
    [37] 唐稚松,赵琛.一种面向软件工程的时序逻辑语言.软件学报,1994,5(12),1-16.
    [38] 孙宇霖,屈玉贵,赵保华.一种通信协议测试序列生成的新方法.通信学报,2001,22(6),122-127.
    [39] Chang-Jia Wang and Ming T. Liu. Axiomatic Test Sequence Generation for Extended Finite State Machines. Proceedings of the 12th International Conference on Distributed Computing Systems, 1992, 252-259.
    [40] R. Alur, S. Kannan, and M. Yannakakis. Communicating Hierarchical State Machines. Proc. 26th International Colloquium on Automata, Languages, and Programming(ICALP), Springer Verlag, 1999, 169-178.
    [41] Yao-Tin Yu and M. Gouda. Deadlock Detection for A Class of Communicating Finite State Machines. IEEE Transactions on Communications, 1982, 30(12), 2514-2518.
    [42] Mehrpour, H., Karbowiak, A.E.. Modelling and Analysis of DOD TCP/IP Protocol Using Numerical Petri Nets. IEEE Region 10 Conference on Computer and Communication Systems, 1990.
    [43] ISO/IEC 9074: Information Processing Systems-Open Systems Interconnection - ESTELLE - A Formal Description Technique Based on an Extended State Transition Model, 1989.
    [44] W. A. Hassan. DLOTOS: a LOTOS Extension for Clock Synchronization in Distributed Systems. Proceedings of Second Asia-Pacific Conference on Quality Software, 149-153, 2001.
    [45] V. Glavinic and B. Motik. G-LOTOS visual development environment. MELECON'96, 1996, Vol. 1,136-139.
    [46] F. Belina and D. Hogrefe. The CCITT-Specification and Description Language SDL. Computer Networks and ISDN Systems, 1989, 16(3), 311-341.
    [47] J. Gadre, R. C, C. Summers, and S. Symington. A COS Study of OSI Interoperability. Computer Standards and Interfaces, 1990, 9(3),217-237.
    [48] G. Bonnes. IBM OSI Interoperability Verification Services. IFIP TC6 WG6.1 The 3rd International Workshop on Protocol Test System, 1990.
    [49] G. S. Vermeer and H. Blik. Interoperability Testing: Basis for the Acceptance of Communicating Systems. Protocol Test Systems, VI(C-19). Elsevier Science Publisher B. V.(North-Holland), 1994.
    [50] S. Kang and M. Kim. Interoperability Test Suite Derivation for Symmetric Communication Protocols. Proceeding of FORTE/PSTV'97, 1997.
    [51] Seol S.,Kim M.,Kang S.,Park Y.,Choe Y.. Interoperability Test Suite Derivation for the TCP. Proceedings of the IFIP Joint International Conference on Formal Description Techniques for Distributed Systems and Communication Protocols And Protocol Specification, Testing and Verification (FORTE/PSTV), Beijing,China,pp, 1999, 357-376.
    [52] Luo G., Bochmann G.V., Petrenko. A Test Selection Based on Communicating Nondeterministic Finite-State Machines Using A Generalized Wp-method. I EEE Transactions on Software Engineering, 1994,20(2),149-162.
    [53] Seol S.,Kim M., Chanson S.T.. Kang S.. Interoperability Test Generation And Minimization for Communication Protocols Based on The Multiple Stimuli Principle. IEEE Journal on Selected Areas in Communications,2004,22(10), 2062-2074.
    [54] Trenkaev V., Kim M., Seol S.. Interoperability testing based on a Fault Model for A System of Communicating FSMs. Proceedings of the 15th IFIP International Conference on Testing of Communicating Systems (TestCom 2003),Sophia Antipolis,France,2003,226-242.
    [55] 林华辉,赵保华,屈玉贵.基于有向图的最小完全覆盖互操作性测试序列生成.中国科学技术大学学报,2006,36(2),225-229.
    [56] Samuel T. Chanson and Qin Li (1992). On Static and Dynamic Test Case Selections in Protocol Conformance Testing. The 5th Int'l Workshop on Protocol Test Systems, 225-67.
    [57] Kim M, Yoo S, Park J, et al. A Dynamic Protocol Conformance Test Method, Journal of Systems and Software,2003,67(1),31-43.
    [58] Pomeranz I, Reddy S M. Sequence Reordering to Improve the Levels of Compaction Achievable by Static Compaction Procedures. Proceedings of the Conference on Design Automation and Test in Europe.Piscataway,NJ:IEEE Press,2001,214-218.
    [59] Desmoulin A, Viho C.. Quiescence Management Improves lnteroperability Testing. Khendek F, Dssouli R, eds. Proceedings of the 17th IFIP International Conference of Testing of Communicating Systems (TestCom 2005). LNCS 3502, Montreal, Canada: Springer, 2005,365-379.
    [60] Yoo, S., Kim, M., Kang, D.. An Approach to Dynamic Protocol Testing.IFIP 10th International Workshop on Testing of Communicating Systems, 1997,183-199.
    [61] 吕欣岩,赵保华,周颢.一种动态协议一致性测试方法.中国科学技术大学学报,2005,35(3),398-404.
    [62] 吕欣岩.一种可变测试集的协议一致性测试方法.电子学报,2003,31(12A),2179-2182.
    [63] 郭雄辉,赵保华,钱兰.被动测试中的错误诊断算法.中国科学技术大学学报,2005,35(3),385-391.
    [64] Ghedamsi A, Bochmann G Von. Test result Analysis and Diagnostics for Finite State Machines. Proceedings of the 12th International Conference on Distributed Computing Systems, 1992,244-251.
    [65] Ghedamsi A, yon Bochmann G, Dssouli R.Diagnosis of Single Transition Faults in Communicating Finite State Machines. Proceedings of the 13th International Conference on Distributed Computing Systems, 1993,157-166.
    [66] Ghedamsi A, Bochmann G V, Dssouli R.Diagnostic Tests for Communicating Finite State Machines. Proceedings of the Twelfth Annual International Phoenix Conference on Computers and Communications, 1993,254-260.
    [67] Belhassine-Cherif R, Ghedamsi A. Diagnostic Tests for Communicating Nondeterministic Finite State Machines. Proceedings of the Fifth IEEE Symposium on Computers and Communications, 2000,424-429.
    [68] 林华辉,赵保华,屈玉贵.基于局部错误诊断的动态协议一致性测试方法.北京邮电大学学报,2007,30(1),140-144.
    [69] Moore, E.F.,Gedanken. Experiments on Sequential Machines. Automata Studies, Annals of Mathematics Studies, No. 34, Princeton University Press,Princeton, N.J., 129-153.
    [70] Mealy, G.H., A Method for Synthesizing Sequential Circuits, Bell System Technical Journal, Sept. 1955, Vol. 34, 1045-1079.
    [71] Hagwood, C.; Rosenthal, L.. Reliability of Conformance Tests. Reliability. IEEE Transactions on, June 2001, 50 (2),204-208.
    [72] D.Lee, D.Chen, R.Hao, R.Miller, J.Wu and X.Yin. A Formal Approach for Passive Testing of Protocol Data Portions. Proceedings of ICNP-2002, November 2002, 122-131.
    [73] Huahui Lin, Baohua Zhao, Yugui Qu. Generation Method of Minimal-Complete-Coverage Interoperability Test Sequence Based on Digraph, Frontiers of Electrical and Electronic Engineering in China(FEEE), Mar.2007, 2(1), 29-33..
    [74] D.Lee; M. Yannakakis. Principles and Methods of Testing Finite State Machines -A survey. Proc. Of the IEEE, 1996, vol.84.
    [75] Li Hua, Ye Xin Ming. Generation Executable Test Sequences Based on Petri-net for Combined Control and Data Flow of Communication Protocol. Proceedings of ICCT '98, International Conference on Communication Technology, 1998, Vol. 2,1-5.
    [76] Naito S, Tsunoyama M. Fault Detection for Sequential Machines by Transition Tours. Proc IEEE Fault Tolerant Compute Conf Englewood Cliffs, N J Prentice-Hall, 1981.
    [77] Sabnani, K., Dahbura, A. A Protocol Test Generation Procedure. Computer Networks and ISDN Systems 15, 1988, 285-297.
    [78] Chow, T. Testing Software Desigsn Modeled by Finite-state Machines. IEEE Transactions of Software Engineering SE-r, 1978,178-187.
    [79] Aho, A.V., Dahbura, A.T., Lee, D., Uyar, M.U. An Optimization Technique for Protocol Conformance Test Generation Based on UIO Sequences and Rural Chinese Postman Tuours. In: Aggarwal, S., Sabnani, K.K. (Eds.), Protocol specification, Testing, and Verification 1988, vol. 8,Elsevier, Amsterdam, 75-86.
    [80] Lombardi, F., Shen, Y.-N. Evaluation and Improvement of Fault Converage of Conformance Testing by UIO Sequences. IEEE Transactions on Communication 40 (8), 1992.
    [81] 郝瑞兵.基于形式化方法的协议一致性和互操作性测试研究[博士学位论文].清华大学,北京,1997.
    [82] G. Gonenc. A Method for the Design of Fault Detection Experiments. IEEE Transactions on Computer C- 19, 1970, 551-558.
    [83] S. Fujiwara, G. von Bochmann, F. Khendek, M.Amalou and A. Ghedamsi. Test Selection Based on Finite State Models. IEEE Transactions on Software Engineering, 1991,17(6),591-603.
    [84] K. Sabnani and A. Dahbura. A Protocol Test Generation Procedure. Computer Networks and ISDN Systems, 1988, 15(2),285-297.
    [85] Raymond E. Miller, Sanjoy Paul. Structural Analysis of Protocol Specifications and Generation of Maximal Fault Coverage Conformance Test Sequences, Source IEEE/ACM Transactions on Networking (TON) archive,October 1994,2(5), 457-470.
    [86] Cavalli, A., Prokopenko, S., Yevtushenko, N. Fault Detection Power of A Widely Used Test Suite for A Aystem of Communicating FSMs. Proceedings of the IFIP TC6/WG6.1 13th Inter. Conf. TestCom2000, 2000, 35-59.
    [87] G.v. Bochmann, A. Das, R. Dssouli, M. Dubuc, A. Ghedamsi and G. Luo. Fault Models in Testing, Proc. IFIP Intern. Workshop on Protocol Test Systems, Netherlands, Oct. 1991 (invited paper), (Ⅱ-17)-(Ⅱ-32).
    [88] M. Yao, A. Petrenko and G. v. Bochmann. Fault Coverage Analysis in Respect to an FSM Specification, IEEE INFOCOM'94, Toronto, Canada, June 1994.
    [89] J.Zhu; S. T. Chanson. Fault Coverage Evaluation of Protocol Test Sequences. Proc. Of the 14th IFIP Symposium on Protocol Specification, Testing and Verification, Canada, 1994.
    [90] Tae-Hyong K, Ik-Soon H,Min-Seok J, et al.. Test Case Generation of A Protocol by A Fault Coverage Analysis. Proceeding of 13th International Conference on Information Networking (ICOIN'98), Tokyo, 1998, 690-695.
    [91] Petrenko A., Bochmann G.V., Yao M.. On Fault Coverage of Tests for Finite State Specifications. Computer Networks and ISDN Systems,1996,29(1):81-106.
    [92] 吕欣岩.一种动态的协议一致性测试方法.小型微型计算机系统,2004,25(12),2095-2098.
    [93] Desmoulin A, Viho C. Formalizing Interoperability Testing: Quiescence Management and Test Generation. In: Wang F, eds. Proceedings of 25th IFIP WG 6.1 International Conference of the Formal Techniques for Networked and Distributed Systems (FORTE2005). LNCS 3731, Taipei, Taiwan: Springer, 2005, 533-537.
    [94] Desmoulin A, Viho C. Formalizing Interoperability for Test Case Generation Purpose. Proceedings of IEEE Nasa ISoLA Workshop on Leveraging Applications of Formal Methods, Verification, and Validation. Columbia, MD, USA: IEEE, 2005.
    [95] 王之梁,吴建平,尹霞,施新刚.基于MSC测试目的的协议互操作性测试生成.北京邮电大学学报,2006,29(增刊),116-120.
    [96] G. Holzmann, in: J. Sifakis (Ed.). Algorithms for Automated Protocol Validation, Proceedings of the Workshop on Automatic Verification of Methods for Finite State Systems,Grenoble,France, 1989.
    [97] Ousmane Koné, Richard Castanet. Test Generation for lnterworking Systems, Computer Communications,2000, Vol.23,642-652.
    [98] IETF. RFC 793. Transmission Control Protocol Specification. 1981.
    [99] Cormen,T.H.Introduction to Algorithms(Second Edition).高等教育出版社,2002.
    [100] W.Richard Stevens,Gary R.Wright著,范建华等译.TCP/IP详解卷1:协议.机械工业出版社,2000.
    [101] ITU-T Recommendation H.323: Packet-based Multimedia Communications Systems (Revised in 1998).
    [102] ITU-T Recommendation H.225.0: CALL SIGNALLING PROTOCOLS AND MEDIA STREAM PACKETIZATION FOR PACKET-BASED MULTIMEDIA COMMUNICATION SYSTEMS (Revised in 1998).
    [103] ITU-T Recommendation H,245: Control protocol for multimedia communication (Revised in 1998).
    [104] ITU-T Recommendation Q.931: DIGITAL SUBSCRIBER SIGNALLING SYSTEM No.1 (DSS1)- ISDN USER-NETWORK INTERFACE LAYER 3 SPECIFICATIONFOR BASIC CALL CONTROL (Malaga-Torremolinos, 1984; modified at Helsinki, 1993).
    [105] LATA. Switching Systems Generic Requirements: Call Processing,Bellcore, Tech. Rep. GR-505-CORE, December 1997.
    [106] M.R. Lyu. Design, Testing, and Evaluation Techniques for Software Reliability Engineering. Proceedings 24th Euromicro Conference, Vasteras, Sweden, August 1998, xxxix-xlvi.
    [107] Hagwood, C, Rosenthal, L.. Reliability of Conformance Tests. Reliability, IEEE Transactions on, June 2001, 50 (2),204-208.
    [108] John D.M.著,韩柯译.软件可靠性工程.机械工业出版社,2003.

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700