#1
|
||||
|
||||
DNS的更新時間...
日前註冊TwDA.org時,下單完成半小時內就可以通了..
前天又註了一個 A779.com 到現在都還不能解析 !! whois 顯示 This domain is NOT Available... 怎麼會差這麼多
__________________
|
#2
|
|||
|
|||
因為.org的量沒有.com那麼多,所以比較快。
不過呢,.com應該即將在最近一陣子提昇更新速度,屆時.com的dns可能提升到12hrs~24hrs |
#3
|
||||
|
||||
可是...
.com/.org/.net/.info dns解析不是都是用一樣的主機嗎?? 不解 !? 還是 他們是用不同的主機解析!?
__________________
|
#5
|
|||
|
|||
就了解應該都不太一樣喔!大概的情況是這樣吧!
.com/.net: A.GTLD-SERVERS.NET B.GTLD-SERVERS.NET C.GTLD-SERVERS.NET D.GTLD-SERVERS.NET F.GTLD-SERVERS.NET G.GTLD-SERVERS.NET H.GTLD-SERVERS.NET I.GTLD-SERVERS.NET J.GTLD-SERVERS.NET L.GTLD-SERVERS.NET .org/.info: TLD1.ULTRADNS.NET TLD2.ULTRADNS.NET 就此看來.org/.info更新的時會是一樣的 一比下來.com/.net 更新比較慢好像是應該的喔,必竟那麼多台機器! |
#6
|
||||
|
||||
puppy兄:
甘溫ㄜ~ 真是詳細!! 謝謝!!
__________________
|
#7
|
|||
|
|||
請問一下一個問題,
這種更新的問題,是不是發生在剛剛申請的時候, 還有再更改DNS 的相關設定的時候, 比較會有影響嗎? 如果已經更新完畢,時間的長短,還會有影響嗎? |
#8
|
|||
|
|||
info和org那麼快
國內的idv.tw卻那麼慢
__________________
123 |
#9
|
||||
|
||||
引用:
但如果你只是在同一個name server下更改,例如只是把網址的IP從123.123.123.123改成456.456.456.456,或改成轉址,基本上都很快,不用一天就好了。 |
#10
|
|||
|
|||
小弟認為無人可以知道.
domain name server 有分為 authoritative 與 non-authoritative兩種 authoritative就是自有 domain name server. non-authoritative 就是您的domain name parking 到別家 domain name server. 在Unix中 named 此程式專管 domain name 的解析. 之中有[Time-To-Tive]TTL之欄位 單位為秒 eg:TTL = 259200,他表示三天. 在regristar註冊商皆宣稱24-72小時. 其實他們都設12小時,因為小弟在老老老的[uu.net]全世界第一家isp中任職過. 因為named是您要request要求資料,才送資料. 故當您設定時,named會加一筆資料, non-authoritative dns server會 固定的向您所在的authoritative dns server要資料.假如serial序號沒變更的話 當作沒有加這筆資料,假設serial序號有變更就全抓, 此時您的新增domain name data才會將您的資料公佈. A.Root-SERVERS.NET .... Z.Root-SERVERS.NET 這些domain name server 只是緩衝區的 cach buffer而已, 增加查詢速度, 與備分資料而已,全部資料還是會向authoritative dns server要資料. 小弟經驗是,更改設定後,12小時會全世界同步, 假設您所在的domain name server 不願向 authoritative dns server要資料 則您還是使用於 buffer 中的舊資料,但是全世界都同步了,您還是用舊資料. 結論[小弟認為無人可以知道],經驗告知12小時內會全世界同步.非24-72小時. If you just change your domain name server from Your registrar to ns1.sedoparking.com. The registrar, and sedo almost immediate change it. If you change your local pc domain name server to the ns1.sedoparking.com this ip address 217.160.95.94, then you can got your change. eg: c:\>nslookup Default server: You local pc point the domain name server for you. Address: xxx.xxx.xxx.xxx >set q=any > YOURDOMAIN.COM [FirstEnter] > server ns1.sedoparking.com Default Server: ns1.sedoparking.com Address: 217.160.95.94 > YOURDOMAIN.COM [SecondEnter] You will got the difference values for your [FirstEnter] [SecondEnter]. [FirstEnter] is the data, that buffer and cache for your original data [SecondEnter] is the data, that you exact want data. What time will be effective the [FirstEnter] and [SecondEnter] Data? My experience was almost 12 hours. They will show the exact same values for you both [FirstEnter] and [SecondEnter]. Best Regards, Vincent Liao |