课程: ISC2 Certified Information Systems Security Professional (CISSP) (2024) Cert Prep

免费学习该课程!

今天就开通帐号,24,600 门业界名师课程任您挑!

ICMP

ICMP

- [Instructor] The Internet Control Message Protocol or ICMP is the housekeeping protocol of the internet. ICMP performs a variety of important administrative functions. Among these, the ping command is one of the most basic network troubleshooting commands available. When a system sends a ping command over the network, the receiving system responds with an acknowledgement. It's the equivalent of one system asking another, "Are you there?" And the target system responding, "Yes, I am." Although, instead of asking these questions in English, the ping command uses the ICMP protocol, the are you there question is asked by sending a packet known as an ICMP ECHO request, and the target system responds yes I am by sending an ICMP ECHO reply. Let's try this from the command line using Terminal on my MacBook. I'm going to try pinging my website, certmike.com by typing in ping certmike.com. My computer begins sending ICMP ECHO requests in a continuous manner. The CertMike web server responds…

内容