论文摘要
本论文中的应用程序使用C#语言编程实现,该应用程序可以计算往返时间,并能够提供有关数据传输和连接稳定性的信息数据,这些功能对于从事网络管理的工作人员非常有用。由于在本地网络监控所有客户端连接的稳定性需要消耗大量时间,尤其是在距离较远的情况下监控更为困难。而用户可以使用本应用程序添加任意待监控主机的URL或IP地址,从而方便地远程监控网络。用户使用该应用程序在图形界面填写主机名、主机IP地址、超时值、DNS查询的时间间隔值、缓冲区的大小值、TTL值等信息后,该程序可依据上述信息计算出往返时间和主机可用性及其它信息如下:主机的信息、发送的数据包(包含百分比)、接收到的数据包(包含百分比)、最后发送数据包状态(布尔型)、现实和平均RTT,主机状态的持续时间、DNS错误状态持续时间、未知状态持续时间以及总测试、当前测试和最终状态的持续时间。与其它类似应用程序相对比,该应用程序的创新点是报告部分,该报告提供了一些有用的报告选项,可以帮助网络管理人员理解网络状态,在报告部分用户最多可同时比较四台主机的RTT,并可查看当前RT和平均RT在线图表及打印报告结果报告结果。
论文目录
摘要ABSTRACTChapter 1 Preface & Researches1.1 Preface1.1.1 Research Progress1.1.2 Research Conents1.1.3 Chapters Overview1.2 Internet Control Message Protocol(ICMP)1.2.1 ICMP Messages1.2.2 Echo and Echo Reply1.2.3 Destination Unreachable1.2.4 Source Quench1.2.5 Redirect1.2.6 Router Advertisement and Router Solicitation1.2.7 Preference level1.2.8 Time Exceeded1.2.9 Parameter Problem1.2.10 Timestamp Request and Timestamp Reply1.2.11 Address Mask Request and Address Mask Reply1.3 Ping1.4 Transmission Control Protocol(TCP)1.4.1 TCP concept1.4.2 The window principle1.4.3 The window principle applied to TCP1.4.4 TCP segment format1.4.5 TCP application programming interface1.4.6 TCP congestion control algorithins1.5 Domain Name System(DNS)1.5.1 Domain name resolution1.5.2 Domain name full resolver1.5.3 Domain name stub resolver1.5.4 Domain name resolver operation1.5.5 Domain name server operationChapter 2 Codes and Techniques2.1 Host Status2.2 IP Resolve2.2.1 IP obtain during application execution2.3 Packet lost2.3.1 Timing Problem2.3.2 unreachability of the remote host2.3.3 Wrong message format2.3.4 Other Errors2.4 Host DTST class2.4.1 ID2.4.2 Host Information2.4.3 Status2.4.4 Statistics2.4.5 Time Statistics2.4.6 Control Method2.5 Report Codes2.6 DTST Data TableChapter 3 DTST Application3.1 Application over view3.2 Application Settings3.3 Application Options3.4 Application Toolbar3.5 Status Changing3.6 DTST Report3.6.1 Host Report3.6.2 Host Comparison Chart3.7 Online RTTConclusionReferencesAcknowledgements硕士研究生学位论文答辩委员会决议书
相关论文文献
标签:协议论文; 往返时延论文; 查询论文;