網路問題判斷
出自KMU Wiki
(修訂版本間差異)
在2010年9月28日 (二) 10:30所做的修訂版本 (編輯) Cch (對話 | 貢獻) (→ipconfig) ←上一個 |
在2010年9月28日 (二) 10:34所做的修訂版本 (編輯) (撤銷) Cch (對話 | 貢獻) (→ping) 下一個→ |
||
第23行: | 第23行: | ||
</pre> | </pre> | ||
- | ==ping== | + | ==ping (測試網站是否活著) == |
在'''命令提示字元'''視窗中輸入︰ | 在'''命令提示字元'''視窗中輸入︰ | ||
- | ping www. | + | '''ping''' 目的地網站名稱 |
+ | |||
+ | 例如測試 Google 搜尋網站是否活著︰ | ||
+ | |||
+ | <pre> | ||
+ | C:\>ping www.google.com.tw | ||
+ | |||
+ | Pinging www.l.google.com [74.125.71.99] with 32 bytes of data: | ||
+ | |||
+ | Reply from 74.125.71.99: bytes=32 time=66ms TTL=51 | ||
+ | Reply from 74.125.71.99: bytes=32 time=65ms TTL=51 | ||
+ | Reply from 74.125.71.99: bytes=32 time=65ms TTL=51 | ||
+ | Reply from 74.125.71.99: bytes=32 time=64ms TTL=51 | ||
+ | |||
+ | Ping statistics for 74.125.71.99: | ||
+ | Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), | ||
+ | Approximate round trip times in milli-seconds: | ||
+ | Minimum = 64ms, Maximum = 66ms, Average = 65ms | ||
+ | </pre> | ||
==tracert== | ==tracert== |
在2010年9月28日 (二) 10:34所做的修訂版本
當您在使用 Windows 時連不上某個網頁時,可按以下步驟做初步的判斷︰
首先開啟命令提示字元 (請用滑鼠左鍵點Windows桌面左下角開始 -> 執行 或 搜尋 -> 輸入cmd -> 確定或按 Enter)
ipconfig
在命令提示字元視窗中輸入︰
ipconfig
看看是否有 IP Address 的資料,執行結果可能像是這個樣子︰
C:\>ipconfig Windows IP Configuration Ethernet adapter 區域連線: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 163.15.159.78 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 163.15.159.254
ping (測試網站是否活著)
在命令提示字元視窗中輸入︰
ping 目的地網站名稱
例如測試 Google 搜尋網站是否活著︰
C:\>ping www.google.com.tw Pinging www.l.google.com [74.125.71.99] with 32 bytes of data: Reply from 74.125.71.99: bytes=32 time=66ms TTL=51 Reply from 74.125.71.99: bytes=32 time=65ms TTL=51 Reply from 74.125.71.99: bytes=32 time=65ms TTL=51 Reply from 74.125.71.99: bytes=32 time=64ms TTL=51 Ping statistics for 74.125.71.99: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 64ms, Maximum = 66ms, Average = 65ms
tracert
在命令提示字元視窗中輸入︰
tracert www.kmu.edu.tw