欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Windows XP網(wǎng)絡(luò)故障修復(fù)的步驟

 更新時(shí)間:2007年08月06日 10:47:48   作者:  
What actions occur when I click Repair on a network connection in Windows XP and later?

A.If you right-click a network connection and select Status, Windows displays information about the connection's speed, duration of connection, and packet activity. For XP and later, a Repair option appears on the Support tab. When you click Repair, Windows attempts to resolve a range of problems. Specifically, the OS 

Attempts to renew the DHCP lease, if the connection obtains its IP address through DHCP, using a broadcast message. 

Flushes the Address Resolution Protocol (ARP) cache using the command 
arp -d * 

Flushes the NetBIOS cache using the command 
nbtstat -R

Flushes the DNS cache using the command 
ipconfig /flushdns

Reregisters the NetBIOS name and IP address with WINS using the command 
nbtstat -RR 

Reregisters the computer name and IP address with DNS using the command 
ipconfig /registerdns


Windows XP網(wǎng)絡(luò)修復(fù)的步驟

翻譯出處:taocsdn的專欄

問:如果你右鍵點(diǎn)擊了一個(gè)網(wǎng)絡(luò)連接并選擇了"狀態(tài)",Windows顯示了一個(gè)包括以下信息的對話框:連接速度、連接持續(xù)時(shí)間以及數(shù)據(jù)包的活動(dòng)狀態(tài)(接收/發(fā)送數(shù)量)。XP以上的操作系統(tǒng)版本中,微軟在狀態(tài)屬性中新加入了一個(gè)"修復(fù)"的選項(xiàng)在Support Tab中,當(dāng)你點(diǎn)擊了"修復(fù)",Windows將會(huì)嘗試修復(fù)你的網(wǎng)絡(luò)連接。特別地說,操作系統(tǒng)按照以下步驟執(zhí)行(實(shí)際上是調(diào)用內(nèi)部的函數(shù)實(shí)現(xiàn),本文只是模擬一個(gè)類似的命令行流程): 

1、如果此連接通過廣播方式從DHCP獲得了一個(gè)IP地址的話,修復(fù)過程首先會(huì)嘗試更新DHCP租用。

2、刷新ARP緩存(arp -d *)

3、刷新NetBIOS緩存(nbtstat -R)

4、刷新DNS緩存(ipconfig /flushdns)

5、重新在WINS上注冊NetBIOS名稱和IP地址(nbtstat -RR)

6、重新在DNS上注冊計(jì)算機(jī)名稱和IP地址(ipconfig /registerdns)

相關(guān)文章

最新評論