精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學(xué)習(xí)啦 > 學(xué)習(xí)電腦 > 網(wǎng)絡(luò)知識 > 局域網(wǎng)知識 > 如何利用Ping命令判定網(wǎng)絡(luò)故障

      如何利用Ping命令判定網(wǎng)絡(luò)故障

      時(shí)間: 孫勝龍652 分享

      如何利用Ping命令判定網(wǎng)絡(luò)故障

        現(xiàn)如今,網(wǎng)絡(luò)的使用已經(jīng)十分普遍,同時(shí)也會有各種各樣的局域網(wǎng)知識出現(xiàn)。比如,如何利用Ping命令判定網(wǎng)絡(luò)故障。學(xué)習(xí)啦小編在這里為大家詳細(xì)介紹。

        Ping 是Windows系列自帶的一個(gè)可執(zhí)行命令。利用它可以檢查網(wǎng)絡(luò)是否能夠連通,用好它可以很好地幫助我們分析判定網(wǎng)絡(luò)故障。應(yīng)用格式:Ping IP地址。該命令還可以加許多參數(shù)使用,具體是鍵入Ping按回車即可看到詳細(xì)說明。

        1.Ping網(wǎng)關(guān)IP

        假定網(wǎng)關(guān)IP為:172.168.6.*,則執(zhí)行命令Ping 172.168.6.*。在MS-DOS方式下執(zhí)行此命令,如果顯示類似以下信息:

        Reply from 172.168.6.*? bytes=32 time=9ms TTL=255

        Ping statistics for 172.168.6.*?

        Packets?Sent=4 Received=4 Lost=0 0% loss

        Approximate round trip times in milli-seconds?

        Minimum=1ms Maximum=9ms Average=5ms

        則表明局域網(wǎng)中的網(wǎng)關(guān)路由器正在正常運(yùn)行。反之,則說明網(wǎng)關(guān)有問題。

        2.Ping本機(jī)IP

        例如本機(jī)IP地址為:172.168.200.*。則執(zhí)行命令Ping 172.168.200.*。如果網(wǎng)卡安裝配置沒有問題,則應(yīng)有類似下列顯示:

        Replay from 172.168.200.*?bytes=32 time<10ms

        Ping statistics for 172.168.200.*?

        Packets?Sent=4  Received=4 Lost=0 0% loss

        Approximate round trip times in milli-seconds?

        Minimum=0ms Maxiumu=1ms Average=0ms

        如果在MS-DOS方式下執(zhí)行此命令顯示內(nèi)容為:Request timed out,則表明網(wǎng)卡安裝或配置有問題。將網(wǎng)線斷開再次執(zhí)行此命令,如果顯示正常,則說明本機(jī)使用的IP地址可能與另一臺正在使用的機(jī)器IP地址重復(fù)了。如果仍然不正常,則表明本機(jī)網(wǎng)卡安裝或配置有問題,需繼續(xù)檢查相關(guān)網(wǎng)絡(luò)配置。

        3.Ping遠(yuǎn)程IP

        這一命令可以檢測本機(jī)能否正常訪問Internet。比如本地電信運(yùn)營商的IP地址為:202.102.48.141。在MS-DOS方式下執(zhí)行命令:Ping 202.102.48.141,如果屏幕顯示:

        Reply from 202.102.48.*? bytes=32 time=33ms TTL=252

        Reply from 202.102.48.*? bytes=32 time=21ms TTL=252

        Reply from 202.102.48.*? bytes=32 time=5ms TTL=252

        Reply from 202.102.48.*? bytes=32 time=6ms TTL=252

        Ping statistics for 202.102.48.*?

        Packets?Sent=4 Received=4 Lost=0 0% loss

        Approximate round trip times in milli-seconds?

        Minimum=5ms Maximum=33ms Average=16ms

        則表明運(yùn)行正常,能夠正常接入互聯(lián)網(wǎng)。反之,則表明主機(jī)文件(windows/host)存在問題。

        東西搶注:注意一下:沖擊波之后的DNS服務(wù)器都是禁止PING的也就是關(guān)閉了ICMP協(xié)議的

        這樣大家可以使用TRACERT這個(gè)命令跟蹤數(shù)據(jù)包,也是可以同樣達(dá)到目的的

      303369