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)
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)文章
局域網(wǎng)用戶的限制和反限制設(shè)置方法與思路分析
局域網(wǎng)用戶的限制和反限制設(shè)置方法與思路分析...2007-11-11WinDows2003作路由共享上網(wǎng)|配置NAT服務(wù)器|分區(qū)魔術(shù)師Diskpart
WinDows2003作路由共享上網(wǎng)|配置NAT服務(wù)器|分區(qū)魔術(shù)師Diskpart...2007-05-05圖文分析詳解計(jì)算機(jī)網(wǎng)絡(luò)TCP與UDP兩者區(qū)別及原理
TCP和UDP都位于計(jì)算機(jī)網(wǎng)絡(luò)模型中的運(yùn)輸層,它們負(fù)責(zé)傳輸應(yīng)用層產(chǎn)生的數(shù)據(jù)。在面試中也經(jīng)常會(huì)問TCP和UDP的區(qū)別,下面我們將從幾個(gè)方面來聊一聊TCP和UDP兩者的區(qū)別2021-11-11突破網(wǎng)絡(luò)尖兵共享上網(wǎng) 附相關(guān)軟件下載
突破網(wǎng)絡(luò)尖兵共享上網(wǎng) 附相關(guān)軟件下載...2007-06-06XP與98系統(tǒng)雙網(wǎng)卡共享上網(wǎng)設(shè)置方法
XP與98系統(tǒng)雙網(wǎng)卡共享上網(wǎng)設(shè)置方法...2007-03-03