亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        利用DNS支持活動目錄考題分析(2)

        字號:

        正確配置dns動態(tài)更新
            問題:
            you are configuring a windows 2000 dns server on your company network. the network consists of one windows nt domain. you already have dns installed on a windows nt server on the windows nt domain. you want to use dynamic updates on a dns database, but company management will not allow an upgrade or decommission of the windows nt dns server. all dns information must be synchronized between the two dns servers.
            what do you do to accomplish these goals? (choose three)I h the existing zone file.
            b. create a standard secondary zone on a windows 2000 dns server.
            c. delete and re-create the primary zone on the nt dns server.
            d. delete the existing zone and create a new secondary zone on the nt dns server.
            e. configure the primary zone on the nt dns server as the master zone for the secondary zone on the windows 2000 dns server.
            f. configure the secondary zone on the nt dns server to use the windows 2000 standard primary zone as its master zone.
            你正在為公司的網(wǎng)絡(luò)配置一臺windows 2000 dns服務(wù)器,這個網(wǎng)絡(luò)由一個windows nt域組成,你已經(jīng)在這個nt域內(nèi)的一臺windows nt server安裝了dns,你希望使用動態(tài)更新dns數(shù)據(jù)庫,但是公司管理層并不想要升級或者讓這臺windows nt dns服務(wù)器退休,所有的dns信息必須在這兩臺dns服務(wù)器間同步。
            要做到這點(diǎn),你需要怎么怎樣去做?
            題解:
            dns在解析名稱查詢時,為了提供可用性和容錯功能,區(qū)域數(shù)據(jù)應(yīng)該能夠從網(wǎng)絡(luò)中的多個dns服務(wù)器獲取。例如,如果采用單個dns服務(wù)器,那么如果該服務(wù)器沒有響應(yīng),名稱查詢將失敗。如果有多個服務(wù)器被配置為駐留某區(qū)域,就需要利用區(qū)域傳輸功能,在配置為駐留該區(qū)域的所有服務(wù)器這間對區(qū)域數(shù)據(jù)進(jìn)行復(fù)制和同步,即區(qū)域傳輸。
            所謂區(qū)域傳輸,指的是向另一個dns服務(wù)器復(fù)制區(qū)域文件的過程。如果在你的域內(nèi)、名稱和ip地址之間的映射發(fā)生了變化,區(qū)域輿即發(fā)生。出現(xiàn)這種情況時,就將區(qū)域內(nèi)容的變化從主控服務(wù)器復(fù)制到它的輔助服務(wù)器。
            在這個問題中,在公司網(wǎng)絡(luò)中已經(jīng)存在著一臺dns服務(wù)器,并且是基于nt的服務(wù)器,由于windows nt dns服務(wù)器并不支持動態(tài)更新,我們就不能指望著由這臺服務(wù)器作為主控dns,那樣的話,是不可能實(shí)現(xiàn)動態(tài)更新的,因此,我們需要首先在windows 2000服務(wù)器上創(chuàng)建一個標(biāo)準(zhǔn)主區(qū)域資助導(dǎo)入當(dāng)前區(qū)域文件,然后,刪除 nt服務(wù)器上的dns主區(qū)域,重建一個從屬區(qū)域,以讓它被動的接收同步,最后,在nt服務(wù)器上配置從屬區(qū)域來使用windows 2000標(biāo)準(zhǔn)主區(qū)域作為它的主控服務(wù)器,這樣一來,當(dāng)發(fā)生變化時,主控區(qū)域?qū)⒅鲃舆M(jìn)行區(qū)域傳輸(又稱為區(qū)域復(fù)制),即可實(shí)現(xiàn)目標(biāo)。
            正確答案:adf
            參考資料:
            ms training kit(70-217)第二版:lesson 2: understanding and configuring zones