簡易檢索 / 詳目顯示

研究生: 林金銘
Jim-Mirng Lin
論文名稱: 以Cookie為基礎的負載平衡Web代理伺服器之設計與實作
Design and Implementation of Cookie-Based Load Balancing Web Proxy
指導教授: 黃能富
Nen-Fu Huang
口試委員:
學位類別: 碩士
Master
系所名稱: 電機資訊學院 - 資訊工程學系
Computer Science
論文出版年: 2000
畢業學年度: 88
語文別: 中文
論文頁數: 45
中文關鍵詞: 庫記負載平衡代理伺服器
外文關鍵詞: cookie, load balancing, proxy
相關次數: 點閱:2下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 由於網路的普及,上網的使用者逐年以等比級數的方式激增,促使了電子商務的興起與蓬勃發展。著名的網站如奇摩站(www.kimo.com.tw)、PC Home(www.pchome.com.tw)等常常有數以萬計的連線同時進入,通常必須提供數台至數十台電腦來服務使用者。當這麼多網站集合在一起時,必須作有效統籌管理。如頻寬控管(Bandwidth Control)、負載平衡(Load Balance)等功能。因此,我們設計一個以庫記(cookie)為基礎的負載平衡代理伺服器來解決上述的問題。


    1. 簡介(INTRODUCTION) 1.1 HTTP通訊協定 1.2 庫記(Cookie) 1.3 負載平衡的Web代理伺服器(Load Balance Web Proxy) 1.4 論文大綱(Outline of the Thesis) 2. HYPER TEXT TRANSFER PROTOCOL 2.1 HTTP的處理(HTTP Transaction) 2.2 標頭(Heads) 2.3 庫記(Cookies) 3. 以COOKIE為基礎的負載平衡WEB代理伺服器(COOKIE-BASED LOAD BALANCING WEB PROXY) 3.1 以Cookie為基礎的負載平衡Web代理伺服器模型(Cookie-based Load Balancing Web Proxy Model) 3.2 庫記(Cookie) 3.3負載平衡(Load Balancing) 3.3.1 輪詢法則(Round Robin) 3.3.2最少連線數法則(Connection Leastly Used) 3.3.3 加權式輪詢法則(Weighted Round Robin) 3.3.4 加權式最少連線數法則(Weighted Leasely Used) 3.4 Web代理伺服器(Web Proxy) 3.4.1 轉送(Forwarding)功能 3.4.2過濾(Filtering)功能 3.4.3快取(Caching)功能 3.5 以Cookie為基礎的負載平衡機制(Cookie-based Load Balancing Mechanism) 4. 實作(IMPLEMENTATION) 4.1 環境介紹(Environment) 4.2 庫記(Cookie) 4.3 負載平衡(Load Balancing) 4.4 Web 代理伺服器(Web Proxy) 5. 結論與未來工作(CONCLUSION AND FUTURE WORK) BIBLIOGRAPHY

    [1]. R. Fielding, J. Gettys, J. Mogul, H. Frystyk and T. Berners-Lee, “Hypertext Transfer Protocol – HTTP/1.1”, Internet Request for Comments 2068, January 1997.
    [2]. D. Dristol, L. Montulli, “HTTP State Management Mechanism”, Internet Request for Comments 2109, February 1997.
    [3]. Netscape Inc., “Persistent Client State HTTP Cookies”. [Online]. Available WWW: http://home.netscape.com/newsref/std/cookie_spec.html.
    [4]. TED SCHROEDER, “’Cookie Cutting’ keeps traffic moving”, [Online]. Available WWW: http://www.nwfusion.com/news/2000/0221tech.html.
    [5]. Mark Gibbs, “Confounded cookies leave a strange taste”, [Online]. Available WWW: http://www.nwfusion.com/archive/1999b/1115gearhead.html.
    [6]. Bob Trott, “Microsoft bakes cookie management”, [Online]. Available WWW: http://www.nwfusion.com/news/2000/0721cookiemgmt.html.
    [7]. Barry D. Bowen, "How popular sites use cookie technology", http://www. netscapeworld.com/netscapeworld/nw-04-1997/nw-04-cookies.html, Apr 1997.
    [8]. Ann Harrison, “Cookie data in IE may be vulnerable to snooping”, [Online]. Available WWW: http://www.nwfusion.com/news/2000/0512cookie.html.
    [9]. Mark Gibbs, “Who are you? (take a cookie)”, [Online]. Available WWW: http://www.nwfusion.com/archive/1999b/1122gibbs.html.
    [10]. G. Apostolopoulos, D. Aubespin, V. Peris, P. Pradhan, D. Saha, “Design, Implementation and Performance of a Content-Based Switch”, INFOCOM ‘00, Tel Aviv, Israel, March 2000.
    [11]. JEFF CARUSO, “Resonate sticks its hand in the 'cookie' jar”, [Online]. Available WWW: http://www.nwfusion.com/archive/1999/82432 12-06-1999.html.
    [12]. Jeff Caruso, “Cookies are the rage in load-balancing switches”, [Online]. Available WWW: http://www.nwfusion.com/newsletters/lans/0124lan2.html.
    [13]. JEFF CARUSO, “Foundry extends server load-balancing reach”, [Online]. Available WWW: http://www.nwfusion.com/archive/2000/84794_01-17-2000.html.
    [14]. CHANDRA KOPPARAPU, “Persistence methods key for e-comm”, [Online]. Available WWW: http://www.nwfusion.com/news/tech/0424tech.html.
    [15]. D. Malts, P. Bhagwat, “TCP Splicing for Application Layer Proxy Performance”, IBM Research Report RC 21139, March 1998.
    [16]. M. Leech and D. Koblas, “SOCKS Protocol Version 5”, IETF Request for Comments 1928, April 1996.
    [17]. Clinton Wong, “HTTP Packet Reference”, O’REILLY, May 2000.
    [18]. Elliotte Rusty Harold, “Java Network Programming”, O’REILLY, June 2000.
    [19]. David Flanagan, “JAVA IN A NUTSHELL”, O’REILLY, April 2000.
    [20]. W. R. Steven, “TCP/IP Illustrated Volume 1”, Addison-Wesley, New York, 1996.
    [21]. 廖信彥, “Active Server Pages應用大全”, 博碩文化, 台北, 1999.
    [22]. Cookie Central, [Online] Available WWW: www.cookiecentral.com.
    [23]. Oskar Pearson, “Squid A User’s Guide”, [Online]. Available WWW: http://squid-docs.sourceforge.net/latest/html/book1.htm.
    [24]. Vipin Samar, “Single Sign-On Using Cookies for Web Applications”, Proceedings of the IEEE 8th International Workshops on Enabling Technologies: Infrastructure for Collaborative Enterprises 1998.
    [25]. David M. Kristol, “Cookie Specification”, [Online]. Available WWW:: http://portal.research.bell-labs.com/~dmk/cookie.html
    [26]. Viktor Mayer-Schönberger, “The Internet and Privacy Legislation: Cookies for a Treat?”, [Online]. Available WWW: http://www.wvjolt.wvu.edu/wvjolt/current/issue1/articles/mayer/mayer.htm
    [27]. Network Associates, Inc., “Vulnerabilities in the Apache httpd”, [Online]. Available WWW: http://www.nai.com/nai_labs/asp_set/advisory/02_apachemod_adv.asp
    [28]. Electronic Privacy Information Center , “The Cookies Page”, [Online]. Available WWW: http://www.epic.org/privacy/internet/cookies/

    無法下載圖示 全文公開日期 本全文未授權公開 (校內網路)
    全文公開日期 本全文未授權公開 (校外網路)
    全文公開日期 本全文未授權公開 (國家圖書館:臺灣博碩士論文系統)
    QR CODE