SlideShare a Scribd company logo
1 of 24
Ali Torabi
March2017
Description
Video links related to
this tutorial on youtube
Introducing the ping command and its
parameters with example –in Persian
Ping Owerview
The ping command helps to
verify IP-level connectivity
ping works with both
Internet Protocol version 4
(IPv4) and Internet Protocol
version 6 (IPv6) addresses
Ping Owerview
Use ping whenever you
need to verify that a host
computer can connect to
the TCP/IP network and
network resources
Ping Overview
Any IP network device has the
capability to send, receive or
process ICMP messages.
http://searchnetworking.techtarget.com/definition/ICMP
Ping Overview
Ping works with both
Internet Protocol version
4 (IPv4) and Internet
Protocol version 6 (IPv6)
addresses
Ping Overview
ICMP (Internet Control Message
Protocol) is located at the Network layer
of the OSI model (or just above it in the
Internet layer, as some argue), and is an
integral part of the Internet Protocol
suite ( commonly referred to as TCP/IP).
ICMP is assigned Protocol Number 1 in
the IP suite according to IANA.org.
Designed to act as an error reporting
and query service, it plays a crucial role
in the host-to-host datagram service in
network communication. It is the part of
the IP service that acts as the feedback
system in network IP communication,
making sure that undeliverable packets
are reported to the sending host, such as
the router or the gateway. Any IP
network device can send ICMP
datagrams, including network interface
cards and other devices that are
commonly used in your environment.
Ping Overview
👉Test-NetConnection -ComputerName server-1
👉Test-NetConnection -ComputerName compute
rname OR IP -InformationLevel Detailed
Test-Connection -ComputerName Server01, Server02, Server12
Ping ing a target by name or IP from
the local computer via powershell…
👉Test-Connection 192.168.1.1
You can
ping several target frome local computer:
Ping Owerview
How to Ping with PowerShell
How to Read Command Syntax
ping [-t] [-a] [-n Count] [-l Size] [-f] [-i TTL] [-v TOS]
[-r Count] [-s Count] [{-j HostList | -k HostList}]
[-w Timeout] ] [-4] [-6] [TargetName] [/?]
Bold
Bold items must typed exactly as
they are shown, this includes any
bold words, slashes, colons, etc.
Italic
Italic items are items that you must
supply. Do not take an italic item
literally and use it in the command
as shown.
S p a c e s
All spaces should be taken literally.
If a command's syntax has a space,
use that space when executing the
command.
How to Read Command Syntax
ping [-t] [-a] [-n Count] [-l Size] [-f] [-i TTL] [-v TOS]
[-r Count] [-s Count] [{-j HostList | -k HostList}]
[-w Timeout] ] [-4] [-6] [TargetName] [/?]
http://www.computerhope.com/keys.htm
[Text inside brackets]
Any items inside a bracket are optional.
Brackets are not to be taken literally so
don't use them when executing a command.
Text outside brackets
Any text not contained in a bracket is
required. In the syntax of many commands,
the only text not surrounded by one or more
brackets is the command name itself
{Text inside braces}
The items within a brace are options, of
which you must choose only one. Braces are
not to be taken literally so don't use them
when executing a command.
Vertical | bar
Vertical bars are used to separate items
within brackets and braces. Do not take
vertical bars literally
ping [-n count] [-t] [-a] [-l size] [-f] [-i TTL] [-w timeout] [-r count] [-s count] [-S srcaddr] target
ping the target until you force it to stop using Ctrl-C
Resolve addresses to hostnames
Number of echo requests to send
Specifying a timeout value in milliseconds to
wait for each reply minimum is 4000
to specify the number of hops that you'd like
to be recorded and displayed.frome 1 to 9
Set Don't Fragment flag in packet
Timestamp for count hops.max is 4. frome 1 to 4
to specify the source address
option to set the size, in bytes, of the echo request
packet from 32 to 65,527
sets the Time to Live (TTL) value, the maximum
of which is 255
Ping command parameters:
Ping command parameters:
Ping -n
Ping 8.8.8.8 –n 10
-n count , This option sets the
number of ICMP Echo Request
messages to send. If you execute
the ping command without this
option, four requests will be sent.
Ping command parameters:
ping -t
Ping 8.8.8.8 -t
Pings the specified host until
you force it to stop using Ctrl+C
To see statistics and continue
press Control+Break
Ping command parameters:
Ping -a
Ping 8.8.8.8 -a
This ping command
option will resolve, if
possible, the hostname
of an IP address target
Ping command parameters:
ping –L
Ping –l 100 –f 8.8.8.8
Use this option to set the
size, in bytes, of the echo
request packet from 32
to 65,527. The ping
command will send a 32
byte echo request if you
don't use the -l option.
Ping command parameters:
ping -f
Use this ping command option
to prevent ICMP Echo Requests
from being fragmented by
routers between you and the
target. The -f option is most
often used to troubleshoot Path
Maximum Transmission Unit
(PMTU) issues.
path Maximum Transmission Unit
Ping command parameters:
ping -i
ping -i 5 IP Wait for 5 seconds before sending the next packet
This option sets the Time
to Live (TTL) value, the
maximum of which is 255.
TTL values are different for different
Operating Systems. So, you can determine
the OS based on the TTL value
different operating systems set different defaults
in UNIX TTL = 64
in Windows TTL = 128
in Solaris TTL = 254
Source: http://subinsb.com/default-device-ttl-values
In computer networking, TTL prevents a
data packet from circulating indefinitely
Ping command parameters:
ping -w
By default, ping waits
4,000 milliseconds (4 seconds) for
each response to be returned
before displaying the "Request
Timed Out" message.
If the remote system being pinged
is across a high-delay link, such as
a satellite link, responses might
take longer to be returned. You
can use the -w (wait) option to
specify a longer timeout
Ping –w 10000 IP
Ping command parameters:
Ping -r
-r count = Use this ping command
option to specify the number of
hops between the your computer
and the target computer or device
that you'd like to be recorded and
displayed. The maximum value for
count is 9 so use the tracert
command instead if you're
interested in viewing all hops
between two devices.
Ping command parameters:
ping -s
Use this option to report the time, in Internet
Timestamp format, that each echo request is
received and echo reply is sent. The
maximum value for count is 4 meaning that
only the first four hops can be time stamped.
http://www.onlineconversion.com/unix_time.htm
https://www.epochconverter.com
http://coderstoolbox.net/unixtimestamp/
You can use an Online converter to convert
unix timestamp value to human readable
date
some converter links:
Ping command parameters:
ping -S
Use this option to specify
the source address
Ping –S SourceIPv6 DestinationIPv6
How to test connectivity with
ping
How to test connectivity with ping:
1) Ping the loopback address to verify that
TCP/IP is installed and configured correctly on
the local computer.
PING 127.0.0.1
2) Ping the IP address of the local computer to
verify that it was added to the network
correctly.
PING IP_address_of_local_host
3) Ping the IP address of the default gateway
to verify that the default gateway is functioning
and that you can communicate with a local
host on the local network.
PING IP_address_of_default_gateway
4) Ping the IP address of a remote host to
verify that you can communicate through a
router.
PING IP_address_of_remote_host
Ali Torabi
March2017

More Related Content

What's hot

What's hot (20)

Itep
ItepItep
Itep
 
Chap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmpChap2. ipv4-arp-icmp
Chap2. ipv4-arp-icmp
 
Network Layer Part 6
Network Layer Part 6Network Layer Part 6
Network Layer Part 6
 
Address resolution protocol
Address resolution protocolAddress resolution protocol
Address resolution protocol
 
Icmp V4 And Icmp V6
Icmp V4 And Icmp V6Icmp V4 And Icmp V6
Icmp V4 And Icmp V6
 
10 coms 525 tcpip - internet protocol - ip
10   coms 525 tcpip -  internet protocol - ip10   coms 525 tcpip -  internet protocol - ip
10 coms 525 tcpip - internet protocol - ip
 
Ch07
Ch07Ch07
Ch07
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
 
Ch09
Ch09Ch09
Ch09
 
Mpegts introduction
Mpegts introductionMpegts introduction
Mpegts introduction
 
Ping Tracert
Ping TracertPing Tracert
Ping Tracert
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarp
 
06 wireshark ip-solution_july_22
06 wireshark ip-solution_july_2206 wireshark ip-solution_july_22
06 wireshark ip-solution_july_22
 
Wireshark ip sept_15_2009
Wireshark ip sept_15_2009Wireshark ip sept_15_2009
Wireshark ip sept_15_2009
 
Arp (address resolution protocol)
Arp (address resolution protocol)Arp (address resolution protocol)
Arp (address resolution protocol)
 
Arpspoofing
ArpspoofingArpspoofing
Arpspoofing
 
Arp spoofing
Arp spoofingArp spoofing
Arp spoofing
 
Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_7_v5_0_exam_answers_2014
 
ICMPV4
ICMPV4ICMPV4
ICMPV4
 
Writing Wireshark Filter Expression For Capturing Packets
Writing Wireshark Filter Expression For Capturing PacketsWriting Wireshark Filter Expression For Capturing Packets
Writing Wireshark Filter Expression For Capturing Packets
 

Viewers also liked

Crimping and Testing
Crimping and TestingCrimping and Testing
Crimping and TestingSean Chia
 
Dale Play
Dale PlayDale Play
Dale Playezehl
 
Fault - Ping Tian
Fault - Ping TianFault - Ping Tian
Fault - Ping Tianihsl
 
Nitek Ethernet over Coax explained
Nitek Ethernet over Coax explainedNitek Ethernet over Coax explained
Nitek Ethernet over Coax explainedChris Rinket
 
Stars - Liling
Stars - LilingStars - Liling
Stars - Lilingihsl
 
Critical angle and total internal reflection by muhammad ahad butt
Critical angle and total internal reflection by muhammad ahad buttCritical angle and total internal reflection by muhammad ahad butt
Critical angle and total internal reflection by muhammad ahad buttAhad Butt
 
Operation of Ping - (Computer Networking)
Operation of Ping - (Computer Networking) Operation of Ping - (Computer Networking)
Operation of Ping - (Computer Networking) Jubayer Al Mahmud
 
TCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and SwitchesTCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and SwitchesNetProtocol Xpert
 
Network Load Balancing (NLB)
Network Load Balancing (NLB)Network Load Balancing (NLB)
Network Load Balancing (NLB)ali torabi
 
opticle fiber
opticle fiberopticle fiber
opticle fiber2461998
 
High Performance Network Infrastructure for Future Internet - Julio Oliveira
High Performance Network Infrastructure for Future Internet - Julio OliveiraHigh Performance Network Infrastructure for Future Internet - Julio Oliveira
High Performance Network Infrastructure for Future Internet - Julio OliveiraCPqD
 
File Sharing-R.D.Sivakumar
File Sharing-R.D.SivakumarFile Sharing-R.D.Sivakumar
File Sharing-R.D.SivakumarSivakumar R D .
 

Viewers also liked (20)

Crimping and Testing
Crimping and TestingCrimping and Testing
Crimping and Testing
 
Respostas wireshark icmp
Respostas wireshark icmpRespostas wireshark icmp
Respostas wireshark icmp
 
management areas
management areasmanagement areas
management areas
 
Dale Play
Dale PlayDale Play
Dale Play
 
Fault - Ping Tian
Fault - Ping TianFault - Ping Tian
Fault - Ping Tian
 
Nitek Ethernet over Coax explained
Nitek Ethernet over Coax explainedNitek Ethernet over Coax explained
Nitek Ethernet over Coax explained
 
2 fiber 4rj45 ports poe fiber switch
2 fiber 4rj45 ports poe fiber switch2 fiber 4rj45 ports poe fiber switch
2 fiber 4rj45 ports poe fiber switch
 
Stars - Liling
Stars - LilingStars - Liling
Stars - Liling
 
Critical angle and total internal reflection by muhammad ahad butt
Critical angle and total internal reflection by muhammad ahad buttCritical angle and total internal reflection by muhammad ahad butt
Critical angle and total internal reflection by muhammad ahad butt
 
Call Sequence
Call SequenceCall Sequence
Call Sequence
 
Operation of Ping - (Computer Networking)
Operation of Ping - (Computer Networking) Operation of Ping - (Computer Networking)
Operation of Ping - (Computer Networking)
 
Areas of management
Areas of managementAreas of management
Areas of management
 
Areas of management
Areas of managementAreas of management
Areas of management
 
TCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and SwitchesTCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and Switches
 
Chap 08 ip
Chap 08 ipChap 08 ip
Chap 08 ip
 
Network Load Balancing (NLB)
Network Load Balancing (NLB)Network Load Balancing (NLB)
Network Load Balancing (NLB)
 
c1 & c2 values
c1 & c2 values c1 & c2 values
c1 & c2 values
 
opticle fiber
opticle fiberopticle fiber
opticle fiber
 
High Performance Network Infrastructure for Future Internet - Julio Oliveira
High Performance Network Infrastructure for Future Internet - Julio OliveiraHigh Performance Network Infrastructure for Future Internet - Julio Oliveira
High Performance Network Infrastructure for Future Internet - Julio Oliveira
 
File Sharing-R.D.Sivakumar
File Sharing-R.D.SivakumarFile Sharing-R.D.Sivakumar
File Sharing-R.D.Sivakumar
 

Similar to introducing PING comand

OSTU - hrPING QuickStart Part 1 (by Tony Fortunato & Peter Ciuffreda)
OSTU - hrPING QuickStart Part 1 (by Tony Fortunato & Peter Ciuffreda)OSTU - hrPING QuickStart Part 1 (by Tony Fortunato & Peter Ciuffreda)
OSTU - hrPING QuickStart Part 1 (by Tony Fortunato & Peter Ciuffreda)Denny K
 
Internet Technology Practical (Mumbai University) -2017
Internet Technology Practical  (Mumbai University) -2017Internet Technology Practical  (Mumbai University) -2017
Internet Technology Practical (Mumbai University) -2017Satyendra Singh
 
Information gathering using windows command line utility
Information gathering using windows command line utilityInformation gathering using windows command line utility
Information gathering using windows command line utilityVishal Kumar
 
User datagram protocol
User datagram protocolUser datagram protocol
User datagram protocolIshtdeep Hora
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...Mumbai B.Sc.IT Study
 
Please help with the below 3 questions, the python script is at the.pdf
Please help with the below 3  questions, the python script is at the.pdfPlease help with the below 3  questions, the python script is at the.pdf
Please help with the below 3 questions, the python script is at the.pdfsupport58
 
Clase 1 Direccionamiento IPv4.pdf
Clase 1 Direccionamiento IPv4.pdfClase 1 Direccionamiento IPv4.pdf
Clase 1 Direccionamiento IPv4.pdfFERNANDOBONILLA43
 
My speech at AstriCon 2007
My speech at AstriCon 2007My speech at AstriCon 2007
My speech at AstriCon 2007stefanocarlini
 
acn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdfacn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdfQual4
 
Ch02 TCP/IP Concepts Review
Ch02 TCP/IP Concepts ReviewCh02 TCP/IP Concepts Review
Ch02 TCP/IP Concepts Reviewphanleson
 
Wireshark Lab IP v6.0Supplement to Computer Networking A Top-D.docx
Wireshark Lab IP v6.0Supplement to Computer Networking A Top-D.docxWireshark Lab IP v6.0Supplement to Computer Networking A Top-D.docx
Wireshark Lab IP v6.0Supplement to Computer Networking A Top-D.docxalanfhall8953
 

Similar to introducing PING comand (20)

OSTU - hrPING QuickStart Part 1 (by Tony Fortunato & Peter Ciuffreda)
OSTU - hrPING QuickStart Part 1 (by Tony Fortunato & Peter Ciuffreda)OSTU - hrPING QuickStart Part 1 (by Tony Fortunato & Peter Ciuffreda)
OSTU - hrPING QuickStart Part 1 (by Tony Fortunato & Peter Ciuffreda)
 
QSpiders - Upper layer-protocols
QSpiders - Upper layer-protocolsQSpiders - Upper layer-protocols
QSpiders - Upper layer-protocols
 
Internet Protocol
Internet ProtocolInternet Protocol
Internet Protocol
 
Internet Technology Practical (Mumbai University) -2017
Internet Technology Practical  (Mumbai University) -2017Internet Technology Practical  (Mumbai University) -2017
Internet Technology Practical (Mumbai University) -2017
 
Information gathering using windows command line utility
Information gathering using windows command line utilityInformation gathering using windows command line utility
Information gathering using windows command line utility
 
Introduction to TCP/IP
Introduction to TCP/IPIntroduction to TCP/IP
Introduction to TCP/IP
 
TCP/IP Basics
TCP/IP BasicsTCP/IP Basics
TCP/IP Basics
 
nwlab-ex1.pdf
nwlab-ex1.pdfnwlab-ex1.pdf
nwlab-ex1.pdf
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
User datagram protocol
User datagram protocolUser datagram protocol
User datagram protocol
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
 
CN 1.docx
CN 1.docxCN 1.docx
CN 1.docx
 
Please help with the below 3 questions, the python script is at the.pdf
Please help with the below 3  questions, the python script is at the.pdfPlease help with the below 3  questions, the python script is at the.pdf
Please help with the below 3 questions, the python script is at the.pdf
 
Clase 1 Direccionamiento IPv4.pdf
Clase 1 Direccionamiento IPv4.pdfClase 1 Direccionamiento IPv4.pdf
Clase 1 Direccionamiento IPv4.pdf
 
My speech at AstriCon 2007
My speech at AstriCon 2007My speech at AstriCon 2007
My speech at AstriCon 2007
 
acn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdfacn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdf
 
Lecture-05.pdf
Lecture-05.pdfLecture-05.pdf
Lecture-05.pdf
 
Ch02 TCP/IP Concepts Review
Ch02 TCP/IP Concepts ReviewCh02 TCP/IP Concepts Review
Ch02 TCP/IP Concepts Review
 
TCP/IP basics
TCP/IP basicsTCP/IP basics
TCP/IP basics
 
Wireshark Lab IP v6.0Supplement to Computer Networking A Top-D.docx
Wireshark Lab IP v6.0Supplement to Computer Networking A Top-D.docxWireshark Lab IP v6.0Supplement to Computer Networking A Top-D.docx
Wireshark Lab IP v6.0Supplement to Computer Networking A Top-D.docx
 

More from ali torabi

412 b 1_forest - trust- create tree - child domain
412 b 1_forest - trust- create tree - child domain412 b 1_forest - trust- create tree - child domain
412 b 1_forest - trust- create tree - child domainali torabi
 
recovering windows server 2012r2_ed2017
recovering windows server 2012r2_ed2017recovering windows server 2012r2_ed2017
recovering windows server 2012r2_ed2017ali torabi
 
Active directory groups and AGDLP- 2nd ed
Active directory groups and AGDLP- 2nd edActive directory groups and AGDLP- 2nd ed
Active directory groups and AGDLP- 2nd edali torabi
 
Introduction of opnet network simulator
Introduction of opnet network simulator Introduction of opnet network simulator
Introduction of opnet network simulator ali torabi
 
IPAM_IP address management_Ed: march2017
IPAM_IP address management_Ed: march2017IPAM_IP address management_Ed: march2017
IPAM_IP address management_Ed: march2017ali torabi
 
Raid(redundant array of independent disks).
Raid(redundant array of independent disks).Raid(redundant array of independent disks).
Raid(redundant array of independent disks).ali torabi
 

More from ali torabi (6)

412 b 1_forest - trust- create tree - child domain
412 b 1_forest - trust- create tree - child domain412 b 1_forest - trust- create tree - child domain
412 b 1_forest - trust- create tree - child domain
 
recovering windows server 2012r2_ed2017
recovering windows server 2012r2_ed2017recovering windows server 2012r2_ed2017
recovering windows server 2012r2_ed2017
 
Active directory groups and AGDLP- 2nd ed
Active directory groups and AGDLP- 2nd edActive directory groups and AGDLP- 2nd ed
Active directory groups and AGDLP- 2nd ed
 
Introduction of opnet network simulator
Introduction of opnet network simulator Introduction of opnet network simulator
Introduction of opnet network simulator
 
IPAM_IP address management_Ed: march2017
IPAM_IP address management_Ed: march2017IPAM_IP address management_Ed: march2017
IPAM_IP address management_Ed: march2017
 
Raid(redundant array of independent disks).
Raid(redundant array of independent disks).Raid(redundant array of independent disks).
Raid(redundant array of independent disks).
 

Recently uploaded

VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Roomgirls4nights
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsstephieert
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With RoomVIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
VIP Kolkata Call Girls Salt Lake 8250192130 Available With Room
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girls
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 

introducing PING comand

  • 2. Description Video links related to this tutorial on youtube Introducing the ping command and its parameters with example –in Persian
  • 3. Ping Owerview The ping command helps to verify IP-level connectivity ping works with both Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6) addresses
  • 4. Ping Owerview Use ping whenever you need to verify that a host computer can connect to the TCP/IP network and network resources
  • 6. Any IP network device has the capability to send, receive or process ICMP messages. http://searchnetworking.techtarget.com/definition/ICMP Ping Overview
  • 7. Ping works with both Internet Protocol version 4 (IPv4) and Internet Protocol version 6 (IPv6) addresses Ping Overview
  • 8. ICMP (Internet Control Message Protocol) is located at the Network layer of the OSI model (or just above it in the Internet layer, as some argue), and is an integral part of the Internet Protocol suite ( commonly referred to as TCP/IP). ICMP is assigned Protocol Number 1 in the IP suite according to IANA.org. Designed to act as an error reporting and query service, it plays a crucial role in the host-to-host datagram service in network communication. It is the part of the IP service that acts as the feedback system in network IP communication, making sure that undeliverable packets are reported to the sending host, such as the router or the gateway. Any IP network device can send ICMP datagrams, including network interface cards and other devices that are commonly used in your environment. Ping Overview
  • 9. 👉Test-NetConnection -ComputerName server-1 👉Test-NetConnection -ComputerName compute rname OR IP -InformationLevel Detailed Test-Connection -ComputerName Server01, Server02, Server12 Ping ing a target by name or IP from the local computer via powershell… 👉Test-Connection 192.168.1.1 You can ping several target frome local computer: Ping Owerview How to Ping with PowerShell
  • 10. How to Read Command Syntax ping [-t] [-a] [-n Count] [-l Size] [-f] [-i TTL] [-v TOS] [-r Count] [-s Count] [{-j HostList | -k HostList}] [-w Timeout] ] [-4] [-6] [TargetName] [/?] Bold Bold items must typed exactly as they are shown, this includes any bold words, slashes, colons, etc. Italic Italic items are items that you must supply. Do not take an italic item literally and use it in the command as shown. S p a c e s All spaces should be taken literally. If a command's syntax has a space, use that space when executing the command.
  • 11. How to Read Command Syntax ping [-t] [-a] [-n Count] [-l Size] [-f] [-i TTL] [-v TOS] [-r Count] [-s Count] [{-j HostList | -k HostList}] [-w Timeout] ] [-4] [-6] [TargetName] [/?] http://www.computerhope.com/keys.htm [Text inside brackets] Any items inside a bracket are optional. Brackets are not to be taken literally so don't use them when executing a command. Text outside brackets Any text not contained in a bracket is required. In the syntax of many commands, the only text not surrounded by one or more brackets is the command name itself {Text inside braces} The items within a brace are options, of which you must choose only one. Braces are not to be taken literally so don't use them when executing a command. Vertical | bar Vertical bars are used to separate items within brackets and braces. Do not take vertical bars literally
  • 12. ping [-n count] [-t] [-a] [-l size] [-f] [-i TTL] [-w timeout] [-r count] [-s count] [-S srcaddr] target ping the target until you force it to stop using Ctrl-C Resolve addresses to hostnames Number of echo requests to send Specifying a timeout value in milliseconds to wait for each reply minimum is 4000 to specify the number of hops that you'd like to be recorded and displayed.frome 1 to 9 Set Don't Fragment flag in packet Timestamp for count hops.max is 4. frome 1 to 4 to specify the source address option to set the size, in bytes, of the echo request packet from 32 to 65,527 sets the Time to Live (TTL) value, the maximum of which is 255 Ping command parameters:
  • 13. Ping command parameters: Ping -n Ping 8.8.8.8 –n 10 -n count , This option sets the number of ICMP Echo Request messages to send. If you execute the ping command without this option, four requests will be sent.
  • 14. Ping command parameters: ping -t Ping 8.8.8.8 -t Pings the specified host until you force it to stop using Ctrl+C To see statistics and continue press Control+Break
  • 15. Ping command parameters: Ping -a Ping 8.8.8.8 -a This ping command option will resolve, if possible, the hostname of an IP address target
  • 16. Ping command parameters: ping –L Ping –l 100 –f 8.8.8.8 Use this option to set the size, in bytes, of the echo request packet from 32 to 65,527. The ping command will send a 32 byte echo request if you don't use the -l option.
  • 17. Ping command parameters: ping -f Use this ping command option to prevent ICMP Echo Requests from being fragmented by routers between you and the target. The -f option is most often used to troubleshoot Path Maximum Transmission Unit (PMTU) issues. path Maximum Transmission Unit
  • 18. Ping command parameters: ping -i ping -i 5 IP Wait for 5 seconds before sending the next packet This option sets the Time to Live (TTL) value, the maximum of which is 255. TTL values are different for different Operating Systems. So, you can determine the OS based on the TTL value different operating systems set different defaults in UNIX TTL = 64 in Windows TTL = 128 in Solaris TTL = 254 Source: http://subinsb.com/default-device-ttl-values In computer networking, TTL prevents a data packet from circulating indefinitely
  • 19. Ping command parameters: ping -w By default, ping waits 4,000 milliseconds (4 seconds) for each response to be returned before displaying the "Request Timed Out" message. If the remote system being pinged is across a high-delay link, such as a satellite link, responses might take longer to be returned. You can use the -w (wait) option to specify a longer timeout Ping –w 10000 IP
  • 20. Ping command parameters: Ping -r -r count = Use this ping command option to specify the number of hops between the your computer and the target computer or device that you'd like to be recorded and displayed. The maximum value for count is 9 so use the tracert command instead if you're interested in viewing all hops between two devices.
  • 21. Ping command parameters: ping -s Use this option to report the time, in Internet Timestamp format, that each echo request is received and echo reply is sent. The maximum value for count is 4 meaning that only the first four hops can be time stamped. http://www.onlineconversion.com/unix_time.htm https://www.epochconverter.com http://coderstoolbox.net/unixtimestamp/ You can use an Online converter to convert unix timestamp value to human readable date some converter links:
  • 22. Ping command parameters: ping -S Use this option to specify the source address Ping –S SourceIPv6 DestinationIPv6
  • 23. How to test connectivity with ping How to test connectivity with ping: 1) Ping the loopback address to verify that TCP/IP is installed and configured correctly on the local computer. PING 127.0.0.1 2) Ping the IP address of the local computer to verify that it was added to the network correctly. PING IP_address_of_local_host 3) Ping the IP address of the default gateway to verify that the default gateway is functioning and that you can communicate with a local host on the local network. PING IP_address_of_default_gateway 4) Ping the IP address of a remote host to verify that you can communicate through a router. PING IP_address_of_remote_host