版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領
文檔簡介
1、2022/7/15TCP/IP Protocol Suite1Chapter 12 C/S, DHCP and DNSClient-Server modelBOOTP and DHCPDomain Name System ( DNS )2022/7/15TCP/IP Protocol Suite2Client-Server Model2022/7/15TCP/IP Protocol Suite3Client-Server ModelClient(客戶)A program running on the local machine requesting service from a serverF
2、inite:由用戶或另一應用程序啟動,服務完成時終止Active open and active closeServer(服務器)A program running on the remote machine providing service to the clientsInfinite:啟動后一直運行,除非出了問題Passive open2022/7/15TCP/IP Protocol Suite4CS關系Client與Server的關系是:多對一2022/7/15TCP/IP Protocol Suite5Concurrency(并發(fā))ClientIteratively(循環(huán)): run
3、ning one by oneConcurrently (并發(fā)) : running at the same timeServerConnectionless iterative server(無連接循環(huán)服務器): use UDPConnection-oriented concurrent server(面向連接并發(fā)服務器): use TCP2022/7/15TCP/IP Protocol Suite6Connectionless Iterative Server2022/7/15TCP/IP Protocol Suite7Connection-Oriented Concurrent Serv
4、er2022/7/15TCP/IP Protocol Suite8BOOTP and DHCP連接在Internet上的主機必須知道以下信息:Its IP address and subnet maskThe IP address of a routerThe IP address of a name serverBOOTP ( BOOTstrap Protocol,引導程序協(xié)議)RFC 951,RFC 1395、1497、1532、1542功能:為引導“無盤計算機或第一次啟動的計算機”提供以上信息C/S protocolClient:UDP 68Server:UDP 672022/7/15T
5、CP/IP Protocol Suite9BOOTP Operation2022/7/15TCP/IP Protocol Suite10BOOTP packet format2022/7/15TCP/IP Protocol Suite11DHCPDynamic Host Configuration Protocol動態(tài)主機配置協(xié)議RFC 2131FeaturesEnhances BOOTPBackward compatible with BOOTPProvides temporary IP addresses for a limited period of timeTwo databasesS
6、tatically binds physical addresses with IP addressesA pool of available IP addresses租用(Leasing):DHCP服務器從可用IP地址池中為DHCP客戶分配一個臨時的IP,并指定這個地址可以被租用的特定時間靜態(tài)配置協(xié)議:BOOTP Server 上預先設置了BOOTP Client 的物理地址與IP地址的綁定2022/7/15TCP/IP Protocol Suite12DHCP Transition Diagram: Client2022/7/15TCP/IP Protocol Suite13DHCP Op
7、eration2022/7/15TCP/IP Protocol Suite14DHCP Operation ( cont. )2022/7/15TCP/IP Protocol Suite15Domain Name System ( DNS )Domain Name System,域名系統(tǒng)RFC 1034:Concepts and facilitiesRFC 1035:Implementation and specificationDNS功能:將Internet上主機的名字映射成為IP地址;將主機IP地址映射成為名字2022/7/15TCP/IP Protocol Suite16Name Spa
8、ce(名字空間)IP地址唯一,所以IP地址映射的名字也是唯一的名字的分配需要仔細管理兩種名字空間的組織、管理方案:Flat name space在Internet中難以實現(xiàn)A sequence of characters without structure需要集中控制(Internet范圍內(nèi))避免二義性和重復Example: computer name in Microsoft WindowsHierarchical name space(層次名字空間)一個名字:由幾部分組成例如:名字(機構性質(zhì),機構名字,機構部門,)例:.名字空間的管理可以實現(xiàn)分散管理2022/7/15TCP/IP Prot
9、ocol Suite17Domain Name Space(域名空間)域名空間:層次名字空間An inverted-tree structure with the root at the topLabel(標號): a string with a max of 63 charactersLabel(標號): a string with a max of 63 characters要求:具有同一個父節(jié)點的子節(jié)點具有不同的標號保證域名的唯一性2022/7/15TCP/IP Protocol Suite18Domain NameA sequence of labels(標號) separated b
10、y dots ( . )cn.域名.域名.域名.域名cn標號edu標號uestc標號www標號根(標號為空)2022/7/15TCP/IP Protocol Suite19Domain(域)A subtree(子樹) of the domain name space2022/7/15TCP/IP Protocol Suite20Distribution of the Domain Name Space域名空間的信息需要被存儲起來信息被分布到DNS服務器DNS serverCan be responsible ( authoritative ) for either a large or sma
11、ll domainHierarchy of DNS servers2022/7/15TCP/IP Protocol Suite21域名信息分布式存儲在多個域名服務器上一個域名服務器所負責或授權的范圍區(qū)域名服務器數(shù)據(jù)庫(區(qū)文件)中存放著這個域內(nèi)節(jié)點的信息服務器可以把其所在的域劃分成若干子域子域節(jié)點的信息:存儲在該子域(區(qū))的域名服務器中原來的服務器保存到這些子域域名服務器的引用區(qū)(Zone)2022/7/15TCP/IP Protocol Suite22DNS ServerRoot serverA server whose zone consists of the whole treeUsual
12、ly not store any information about domainsDelegates its authority to other serversKeep references(引用) to those serversPrimary server(主服務器)Stores a file about the zone for which it is an authorityResponsible for creating, maintaining, and updating the zone fileSecondary server(次服務器)Transfers the comp
13、lete information about a zone from another server ( primary or secondary )Neither creates nor updates the zone files2022/7/15TCP/IP Protocol Suite23DNS in the InternetDNS used in the Internet域名空間劃分成三部分:InverseDomain(反向域)RootGenericDomains(類屬域)CountryDomains(國家域)2022/7/15TCP/IP Protocol Suite24DNS Re
14、solution(解析)Name-address resolutiona name an addressan address a name: inverse queryC/S applicationDNS client: resolver(解析程序)DNS serverMethodRecursive(遞歸) resolution解析程序要求服務器提供最終的域名解析Iterative (迭代) resolution解析程序不斷地向不同的服務器請求解析直至得到結(jié)果Caching2022/7/15TCP/IP Protocol Suite25Recursive Resolution2022/7/15
15、TCP/IP Protocol Suite26Iterative Resolution2022/7/15TCP/IP Protocol Suite27DNS MessagesType: request and responseFormat2022/7/15TCP/IP Protocol Suite28EncapsulationTCP port 53The resolver has prior knowledge that the size of the response message is more than 512 bytesExample: a secondary name server ( acting as a client ) needs a zone transfer from a primary serverUDP port 53The reso
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 調(diào)研報告:全球及中國新型穿戴設備市場全景圖譜 出貨量穩(wěn)定增長
- 《工作與健康》課件
- 單位管理制度展示大全【人力資源管理篇】十篇
- 單位管理制度展示大合集【人力資源管理】十篇
- 策略深度報告:1月度金股春季躁動的“科技成長”和“內(nèi)循環(huán)”
- 【大學課件】市場競爭策略
- 特種設備安全管理人員和操作人員培訓課件
- 2025年中國碘佛醇注射液行業(yè)發(fā)展?jié)摿Ψ治黾巴顿Y戰(zhàn)略咨詢報告
- 中國可信計算機行業(yè)發(fā)展趨勢預測及投資戰(zhàn)略咨詢報告
- 穿墻螺栓行業(yè)市場發(fā)展及發(fā)展趨勢與投資戰(zhàn)略研究報告
- 研究生年終總結(jié)研一
- 絲綢之路上的民族學習通超星期末考試答案章節(jié)答案2024年
- 山東省濟寧市2023-2024學年第一學期期中質(zhì)量檢測高二數(shù)學試題含答案
- 醫(yī)療器械委托生產(chǎn)前綜合評價報告
- 2024年自然資源部直屬企事業(yè)單位公開招聘歷年高頻500題難、易錯點模擬試題附帶答案詳解
- 2023年吉林省中考滿分作文《感動盈懷歲月暖》2
- 廣東深圳市龍崗區(qū)產(chǎn)服集團招聘筆試題庫2024
- 公路施工表格
- 2024至2030年中國昆明市酒店行業(yè)發(fā)展監(jiān)測及市場發(fā)展?jié)摿︻A測報告
- 《中國心力衰竭診斷和治療指南2024》解讀(總)
- 科學新課程標準中核心素養(yǎng)的內(nèi)涵解讀及實施方略講解課件
評論
0/150
提交評論