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

字號(hào):

正確配置dns動(dòng)態(tài)更新
    問(wèn)題:
    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ò)配置一臺(tái)windows 2000 dns服務(wù)器,這個(gè)網(wǎng)絡(luò)由一個(gè)windows nt域組成,你已經(jīng)在這個(gè)nt域內(nèi)的一臺(tái)windows nt server安裝了dns,你希望使用動(dòng)態(tài)更新dns數(shù)據(jù)庫(kù),但是公司管理層并不想要升級(jí)或者讓這臺(tái)windows nt dns服務(wù)器退休,所有的dns信息必須在這兩臺(tái)dns服務(wù)器間同步。
    要做到這點(diǎn),你需要怎么怎樣去做?
    題解:
    dns在解析名稱(chēng)查詢(xún)時(shí),為了提供可用性和容錯(cuò)功能,區(qū)域數(shù)據(jù)應(yīng)該能夠從網(wǎng)絡(luò)中的多個(gè)dns服務(wù)器獲取。例如,如果采用單個(gè)dns服務(wù)器,那么如果該服務(wù)器沒(méi)有響應(yīng),名稱(chēng)查詢(xún)將失敗。如果有多個(gè)服務(wù)器被配置為駐留某區(qū)域,就需要利用區(qū)域傳輸功能,在配置為駐留該區(qū)域的所有服務(wù)器這間對(duì)區(qū)域數(shù)據(jù)進(jìn)行復(fù)制和同步,即區(qū)域傳輸。
    所謂區(qū)域傳輸,指的是向另一個(gè)dns服務(wù)器復(fù)制區(qū)域文件的過(guò)程。如果在你的域內(nèi)、名稱(chēng)和ip地址之間的映射發(fā)生了變化,區(qū)域輿即發(fā)生。出現(xiàn)這種情況時(shí),就將區(qū)域內(nèi)容的變化從主控服務(wù)器復(fù)制到它的輔助服務(wù)器。
    在這個(gè)問(wèn)題中,在公司網(wǎng)絡(luò)中已經(jīng)存在著一臺(tái)dns服務(wù)器,并且是基于nt的服務(wù)器,由于windows nt dns服務(wù)器并不支持動(dòng)態(tài)更新,我們就不能指望著由這臺(tái)服務(wù)器作為主控dns,那樣的話(huà),是不可能實(shí)現(xiàn)動(dòng)態(tài)更新的,因此,我們需要首先在windows 2000服務(wù)器上創(chuàng)建一個(gè)標(biāo)準(zhǔn)主區(qū)域資助導(dǎo)入當(dāng)前區(qū)域文件,然后,刪除 nt服務(wù)器上的dns主區(qū)域,重建一個(gè)從屬區(qū)域,以讓它被動(dòng)的接收同步,最后,在nt服務(wù)器上配置從屬區(qū)域來(lái)使用windows 2000標(biāo)準(zhǔn)主區(qū)域作為它的主控服務(wù)器,這樣一來(lái),當(dāng)發(fā)生變化時(shí),主控區(qū)域?qū)⒅鲃?dòng)進(jìn)行區(qū)域傳輸(又稱(chēng)為區(qū)域復(fù)制),即可實(shí)現(xiàn)目標(biāo)。
    正確答案:adf
    參考資料:
    ms training kit(70-217)第二版:lesson 2: understanding and configuring zones