1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. 基于Windows的SOCKS5 PROXY的設計與實現VVC++

        時間:2024-08-28 00:33:48 計算機應用畢業論文 我要投稿
        • 相關推薦

        基于Windows的SOCKS5 PROXY的設計與實現VVC++

        畢業論文


        目 錄
        前 言1
        1 緒論2
        1.1 代理服務器在INTERNET訪問管理中的應用2
        1.1.1 Internet訪問管理面臨的問題2
        1.1.2 使用代理服務器進行Internet訪問管理的優勢3
        1.2 本課題的研究背景4
        1.3 論文的主要研究內容5
        2 代理服務器的實現模型和工作原理6
        2.1代理服務器工作過程的概述6
        2.1.1代理服務器的訪問代理的工作過程6
        2.1.2代理服務器的訪問管理和安全控制的工作過程6
        2.1.3代理服務器的加快訪問速度的工作過程8
        2.2代理服務器的實現模型和總體框架9
        2.2.1代理服務器的實現模型9
        2.2.2代理服務器的總體框架10
        2.3 代理服務器的工作原理11
        2.3.1 HTTP代理服務器的工作原理12
        2.3.2 SOCKS 5代理服務器12
        3 WINDOWS網絡編程模型20
        3.1 WINSOCK 概述21
        3.1.1套接字(Sockets)21
        3.1.2和套接字有關的基本概念22
        3.1.3 Winsock編程原理23
        3.2 WINSOCK I/O 模型24
        3.2.1 select模型24
        3.2.2 WSAAsyncSelect25
        3.2.3 WSAEventSelect26
        4 SOCKET的工作機制29
        4.1 SOCKET的數據結構29
        4.2 SOCKET編程原理29
        5 代理服務器的設計與實現40
        5.1代理服務器設計的概述40
        5.2代理服務器的設計目標與需求分析41
        5.2.1代理服務器的設計目標41
        5.2.2代理服務器設計的需求分析41
        5.3代理服務器的實現43
        結束語51
        致謝52
        參考文獻53

        基于Windows的SOCKS5 PROXY的設計與實現

        摘要 本文對 Internet 訪問管理和代理服務器的實現方法及技術,在理論和實踐相結合的基礎上進行了較為深入的研究和探討,并提供了1個代理服務器的設計實例。在研究和開發過程中,根據 Internet 訪問管理在安全和控制兩方面的要求,重點研究了代理服務器的工作模型和技術基礎,并在網絡環境下探討了實現代理服務器的關鍵技術,并根據代理服務器的工作特點的要求,對 Windows 環境下多線程編程技術進行了深入的研究;同時把代理服務器的研究和網絡協議的研究有機地結合起來,對 TCPIP 協議模型和應用層協議的實現方法進行了分析和探討,并以軟件工程的方法對代理服務器實現的問題進行了系統的分析和設計,并對其中的關鍵技術予以編程實現。
        關鍵詞: 訪問控制 ; 代理服務器; Sockets; TCPIP; SOCKS5

        The Design And Implementation Of SOCKS5 PROXY Based On Windows

        Abstract Based on the combination of theory and practice, both the control of Internet access and the implement of proxy server are studied and discussed in this paper,and as a result, a design of a proxy server system is presented as well. According to the necessary of security and control of Internet access management , the study and the development are focused on the working model and the implement technology of a proxy server , and the key techonology of realizing a proxy server in a network environment is discussed as well. The Multi_thread programming technology in Windows operation system is also studied to meet the work feature of proxy server system. Meanwhile, the study of proxy server is combined with the study of the network proctocols. The TCPIP protocol model and the technology of implementing the application protocols are also studied and analyzed. The implement of a proxy server system is analyzed and designed in the way of the software engineering, and some key functions are realized by programming.
        Key Words: Access Control ; Proxy Server; Sockets; TCPIP; SOCKS5


        前 言
        隨著Internet 在全世界的普及,越來越多的用戶正在將自己的個人計算機連入這個網絡中。然而,Internet 的訪問范圍的擴大,對網絡管理者提出了更高的要求。在決定如何對網絡訪問進行管理時,需要綜合考慮經濟投入,經費控制,網絡安全以及內容管理等諸多方面的問題,而使用代理服務器軟件系統是解決這1系列問題的有效途徑。
        第 1 章主要討論 Internet 訪問管理的發展現狀及本課題研究前景和意義。
        第 2 章著重分析代理服務器的工作模型和實現代理服務器的所需的關鍵技術,探討了代理服務器的實現方案和設計方法。
        第 3 章討論 Windows 環境下網絡編程的模型及其關鍵技術 ---------- Sockets技術,著重探討了如何運用Sockets 技術實現網絡訪問的代理服務的方法。
        第 4 章討論了基于Sockets 技術的網絡編程和操作系統底層的網絡協議模塊之間的關系,探討了網絡編程可能出現的問題及其解決方法。
        第 5 章根據 Internet 訪問管理的在安全和控制方面的要求,對代理服務器的設計進行需求分析,產生有關的分析設計文檔,并最終形成代理服務器的實現框架,并對其中的主要功能予以編程實現。

        【基于Windows的SOCKS5 PROXY的設計與實現VVC++】相關文章:

        基于Windows Media技巧的流媒體系統 的設計與實現03-23

        基于Windows Media技術的流媒體系統的設計與實現03-18

        基于PQRM的PACS系統設計與實現03-07

        基于Perl的DoS工具設計與實現03-10

        基于PCI總線的CAN卡的設計與實現03-18

        基于MVC模式的BBS系統設計與實現03-08

        基于ASP的網絡考試系統的設計與實現03-07

        基于FPGA的TS over lP的設計與實現03-21

        基于JSP的BBS設計與實現JSP+SQL03-08

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>