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 (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 Testing
Sean Chia
 
Stars - Liling
Stars - LilingStars - Liling
Stars - Liling
ihsl
 
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
CPqD
 

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

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
support58
 
My speech at AstriCon 2007
My speech at AstriCon 2007My speech at AstriCon 2007
My speech at AstriCon 2007
stefanocarlini
 
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
alanfhall8953
 

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

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

Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
soniya singh
 
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 
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
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Sheetaleventcompany
 
₹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
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
ellan12
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
sexy call girls service in goa
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
imonikaupta
 

Recently uploaded (20)

'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
Al Barsha Night Partner +0567686026 Call Girls Dubai
Al Barsha Night Partner +0567686026 Call Girls  DubaiAl Barsha Night Partner +0567686026 Call Girls  Dubai
Al Barsha Night Partner +0567686026 Call Girls Dubai
 
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
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
 
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
 
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🔝
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
₹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...
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
Russian Call Girls in %(+971524965298  )#  Call Girls in DubaiRussian Call Girls in %(+971524965298  )#  Call Girls in Dubai
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
 

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