Protocol Overhead– Nonapplication bytes, including protocol and media framing, divided by the total number of bytes transmitted. The value is expressed as a percentage. Higher values indicate poorer performance.Overhead is calculated for both directions in this guide, but can be calculated for each direction separately.E文过了四级,看得个大致,就是不能够专业化理解,
大侠给个专业化的解释,
帮帮小弟,谢谢!

解决方案 »

  1.   

    谢谢qiudw 大侠,管道的容量称为带宽-延迟积(bandwidth-delay product),它通过将带宽(位/秒)和RTT(秒)相乘,再将结果由位转换为字节计算得到的。当线路的带宽-延迟积大于套接口缓冲区时,管道将不会处于满状态,性能也将低于期望值。当带宽变大时,缓冲区也需要增长。这个呢,为什么当线路的带宽-延迟积大于套接口缓冲区时,管道将不会处于满状态?
    难道缓冲区象瓶口(入口),所有数据流要经过缓冲区才能进入管道,缓冲区相对小的话,数据就丢失了,所以管道就不满了,是不是呢,大侠们。
      

  2.   

    e文不好,中文版的MSDN,大多数是英文。这段怎么翻译呢?
    帮帮小弟,谢谢大侠们
    Performance Dimensions
    Application performance differs according to perspective. For a user, an ideal application would deliver high performance and responsiveness. For an administrator, an ideal application would consume the least amount of network resources. Performance also differs based on application type. Performance for a bulk file transfer application might have different implications than performance for a transactional application. The following sections address differing performance dimensions and application types, and how networking environments affects performance.
      

  3.   

    Performance Dimensions Application performance differs according to perspective. For a user, an ideal application would deliver high performance and responsiveness. For an administrator, an ideal application would consume the least amount of network resources. Performance also differs based on application type. Performance for a bulk file transfer application might have different implications than performance for a transactional application. The following sections address differing performance dimensions and application types, and how networking environments affects performance.
      

  4.   

    性能维度
    应用程序的性能依据所看角度的不同而不同:对用户来说,理想的应用程序应该是具备高性能和高响应。
    而对管理员来说,就是消耗尽可能少的网络资源。
    性能也因应用程序的类型不同而不同:块文件传输程序要求的性能就和交互程序要求的性能不一样。
    下面的部分讨论性能维度和应用程序类型以及网络环境是怎样影响性能的Performance Dimensions (这句具体怎样翻译)
      

  5.   

    谢谢yuzhongshan 大侠,
    那个我也想知道!
      

  6.   

    我属于菜鸟,谈不上研究,就是学习计算机网络,想用编程实践,
    原文来自MSDN,Windows Sockets2
    TCP/IP