作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2007, Vol. 33 ›› Issue (10): 114-116. doi: 10.3969/j.issn.1000-3428.2007.10.041

• 网络与通信 • 上一篇    下一篇

过载服务器的接入控制

牛广锋,林 彤,王东安,葛敬国,南 凯   

  1. (中国科学院计算机网络信息中心,北京 100080)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-05-20 发布日期:2007-05-20

Admission Control in Overloaded Web Servers

NIU Guangfeng, LIN Tong, WANG Dongan, GE Jingguo, NAN Kai   

  1. (Computer Network Information Center, Chinese Academy of Sciences, Beijing 100080)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-05-20 Published:2007-05-20

摘要: 在过载条件下,Web服务器的响应时间会增加,吞吐率会降低,有必要采用接入控制。通过对TCP传输机制和Linux内核实现过程的分析,该文提出了接入控制保护机制,描述了它的设计和实现。通过实验,表明它能够有效地降低服务器过载带来的影响。

关键词: 接入控制, TCP标识, 过载

Abstract: It is becoming essential to protect Web servers against overload by providing admission control. This paper presents the design that performs admission control based on TCP header, and implements it in the Linux OS. There are six 1-bit flags in TCP header. The packets with flags, such as ACK packets, are more important than the application request packets. The experiments demonstrate its effectiveness, and show that the approach is efficient during overload.

Key words: Admission control, TCP flags, Overload

中图分类号: