Ping: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
Tidak ada ringkasan suntingan |
typo pada kata groper |
||
(48 revisi perantara oleh 23 pengguna tidak ditampilkan) | |||
Baris 1:
{{disambig info}}
{{Infobox software
'''Ping''' (kadangkala disebut sebagai singkatan dari '''''<u>P</u>acket <u>I</u>nter<u>n</u>et <u>G</u>opher''''') adalah sebuah [[program]] utilitas yang dapat digunakan untuk memeriksa Induktivitas [[jaringan komputer|jaringan]] berbasis teknologi ''[[Transmission Control Protocol/Internet Protocol]]'' (TCP/IP). Dengan menggunakan utilitas ini, dapat diuji apakah sebuah komputer terhubung dengan komputer lainnya. Hal ini dilakukan dengan mengirim sebuah [[paket jaringan|paket]] kepada [[alamat IP]] yang hendak diujicoba konektivitasnya dan menunggu respon darinya.▼
| name = ping
| title = Ping
| screenshot = Ping iputils screenshot.png
| caption = Ping versi Linux
| screenshot size =
| screenshot alt =
| collapsible =
| author = [[Mike Muuss]]
| developer = kebanyakan pengembang [[open-source software|sumber-terbuka]] dan [[commercial software|komersial]]
| released = {{Start date and age|1983}}
| latest release version =
| latest release date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| programming language =
| platform = [[Cross-platform software|Cross-platform]]
| genre = [[Perintah (komputasi)|Perintah]]
| license = [[Public-domain software|Public-domain]], [[BSD License|BSD]], [[GNU General Public License|GPL]], [[MIT License|MIT]]
| website =
| standard =
| AsOf =
}}
▲'''Ping''' (
| author = Mike Muuss
| authorlink = Mike Muuss
| title=The Story of the PING Program
| url=https://ftp.arl.army.mil/~mike/ping.html
| archiveurl = https://web.archive.org/web/20191025013201/https://ftp.arl.army.mil/~mike/ping.html
| publisher = U.S. Army Research Laboratory
| archivedate = 25 Oct 2019
| url-status = live
| accessdate = 8 September 2010
| quote = My original impetus for writing PING for 4.2a BSD UNIX came from an offhand remark in July 1983 by Dr. Dave Mills ... I named it after the sound that a sonar makes, inspired by the whole principle of echo-location ... From my point of view PING is not an acronym standing for Packet InterNet Grouper, it's a sonar analogy. However, I've heard second-hand that Dave Mills offered this expansion of the name, so perhaps we're both right.
}}</ref><ref>{{cite book
|last=Salus
|first=Peter
|authorlink=Peter Salus
|title=A Quarter Century of UNIX
|publisher=[[Addison-Wesley]]
|year=1994
|isbn=978-0-201-54777-1
}}</ref>
== Sejarah ==
==== Contoh Ping ====▼
Utilitas ping akan menunjukkan hasil yang positif jika dua buah komputer saling terhubung di dalam sebuah jaringan. Hasil berupa statistik keadaan koneksi kemudian ditampilkan di bagian akhir. Kualitas koneksi dapat dilihat dari besarnya waktu pergi-pulang (''roundtrip'') dan besarnya jumlah paket yang hilang (''packet loss''). Semakin kecil kedua angka tersebut, semakin bagus kualitas koneksinya.
* Contoh Ping pada Linux terhadap www.google.com:
$ ping www.google.com
PING www
64 bytes from 64.233.183.103: icmp_seq=1 ttl=246 time=22.2 ms
64 bytes from 64.233.183.103: icmp_seq=2 ttl=245 time=25.3 ms
Baris 28 ⟶ 65:
10 packets transmitted, 10 received, 0% packet loss, time 9008ms
rtt min/avg/max/mdev = 21.896/24.187/25.718/1.619 ms
* Contoh Ping pada Microsoft Windows XP terhadap www.google.com:
C:\>ping www.google.com
Pinging www
Reply from 64.233.183.103: bytes=32 time=25ms TTL=245
Baris 46 ⟶ 82:
== Lihat pula ==
* [[ICMP]]
* [[Ping of death]]
* [[Traceroute]]
* [[Serangan Smurf]]
* [[Latency Fix Tool]]
* [[Leatrix Latency Fix]], software yang membantu meminimalkan ping atau latency / Lag pada game online dengan cara meningkatkan frekuensi TCP yang dikirim ke Game Server.
== Pranala luar ==
* {{en}} [http://ftp.arl.mil/~mike/ping.html Sejarah PING Program oleh Mike Muuss]{{Webarchive|url=https://web.archive.org/web/20060715155417/http://ftp.arl.mil/~mike/ping.html |date=2006-07-15 }}
* {{en}} [http://www.linuxjournal.com/article/8605 Ping dari Linux Journal Magazine]
* {{en}} [http://www.eventhelix.com/RealtimeMantra/Networking/Icmp.pdf ICMP (Ping) Sequence Diagram (PDF) — Sequence diagram describes ping, trace route and other ICMP operations] {{Webarchive|url=https://web.archive.org/web/20201106230229/http://www.eventhelix.com/RealtimeMantra/Networking/Icmp.pdf |date=2020-11-06 }}
* {{en}} [http://ping.eu ping.eu]
[[Kategori:Penganalisis jaringan]]
|