Closed4

ネットワークコマンド基礎

kenryokenryo

Ping

  • 用途
    • ネットワークリソースに接続可能か確認することができる
  • TCP/IPのICMPプロトコルを使用する
    • ICMPプロトコルはOSI参照モデルのネットワーク層、TCP/IPモデルのインターネット層で動作する
  • シンタックス
    • ping <ドメインやIPアドレス>
xxxxxxxx@MacBook-Pro Desktop % ping google.com
PING google.com (172.217.161.46): 56 data bytes
64 bytes from 172.217.161.46: icmp_seq=0 ttl=60 time=9.894 ms
64 bytes from 172.217.161.46: icmp_seq=1 ttl=60 time=21.273 ms
64 bytes from 172.217.161.46: icmp_seq=2 ttl=60 time=18.240 ms
kenryokenryo

traceroute

  • 用途
    • 接続元から接続先間のリクエストの追跡情報を確認することができる
  • シンタックス
    • <Linux> traceroute <destination>
    • <Windows> tracert <distination>
      • Windwos版はデフォルトではICMPを使用する。オプションによりUDPも使用可能。
      • LinuxはUDPを使用する。
  • 読み方
kenryo@MacBook-Pro ~ % traceroute google.com
traceroute to google.com (172.217.161.46), 64 hops max, 52 byte packets
 1  _gateway (xxx.xxx.xxx.xxx)  11.304 ms  11.196 ms  11.487 ms
 2  106.139.193.161 (106.139.193.161)  12.695 ms  18.769 ms  12.451 ms
 3  106.139.193.110 (106.139.193.110)  9.701 ms
    27.86.45.2 (27.86.45.2)  10.645 ms
    27.85.134.14 (27.85.134.14)  11.814 ms
 4  72.14.242.21 (72.14.242.21)  36.178 ms  11.456 ms  10.040 ms
 5  * * *
 6  64.233.175.10 (64.233.175.10)  10.972 ms
    142.251.226.138 (142.251.226.138)  12.534 ms
    142.250.224.212 (142.250.224.212)  14.561 ms
 7  108.170.242.176 (108.170.242.176)  10.348 ms  10.872 ms
    108.170.242.209 (108.170.242.209)  9.810 ms
 8  209.85.249.241 (209.85.249.241)  20.214 ms
    142.250.212.152 (142.250.212.152)  20.007 ms
    nrt12s23-in-f14.1e100.net (172.217.161.46)  20.922 ms
kenryokenryo

whois

  • 用途
    • ドメインの登録情報を表示する。
    • 情報には、いつドメインを登録(更新)したかとか、登録者の住所などがある。
  • シンタックス
    • whois <domain name>
  • 読み方
Domain Name: google.com
Registry Domain ID: 2138514_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.markmonitor.com
Registrar URL: http://www.markmonitor.com
Updated Date: 2019-09-09T15:39:04+0000
Creation Date: 1997-09-15T07:00:00+0000
Registrar Registration Expiration Date: 2028-09-13T07:00:00+0000
Registrar: MarkMonitor, Inc.
Registrar IANA ID: 292
Registrar Abuse Contact Email: abusecomplaints@markmonitor.com
Registrar Abuse Contact Phone: +1.2083895770
このスクラップは2022/05/02にクローズされました