answersLogoWhite

0

Where the icmp request are originated?

Updated: 8/16/2019
User Avatar

Wiki User

16y ago

Best Answer

icmp request is orginated on the OSI network layer with ip protocol.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where the icmp request are originated?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is incoming icmp?

Ping request


Why filtering ICMP traffics by ACLs is not advised?

Because ICMP traffic, notably ICMP ECHO REQUEST-0 and ECHO REPLY-8 are used in network diagnostic sequences.


What is an echo request relative to computer networking?

Part of the ICMP protocol that requests a reply from a computer.


What transport layer protocol does ping use?

Assuming IPv4 ICMP. Ping uses IP for transport. Ping in itself is an "Echo Request", which is a function of the ICMP protocol. The IP Packet will carry the ICMP protocol from end-to-end. ICMP has a protocol number of 1, so the "Protocol" field in the IPv4 header will contain "1" as a reference to the ICMP payload. For IPv6, ICMPv6 is used, and the transport will be IPv6.


When does a host device issue an ICMP echo request?

to initiate a ping to determine if a destination address is reachable


What packet is used in ping command?

Packet Internet Groper(PING) is an Internet Control Message Protocol(ICMP) request packet for it's working. ICMP packets are used to check networks are live or not. -- By MYNarutoAnime ----


Which port is used by ICMP?

There really is no "port" for icmp but there is a icmp code. If you are looking for the icmp code for echo-reply it is 0 and the echo is 8 For an access list you could do the following: permit icmp any any echo-reply permit icmp any any echo Or the same using the icmp code permit icmp any any 0 permit icmp any any 8


What port is used for icmp echo re quest?

There really is no "port" for icmp but there is a icmp code. If you are looking for the icmp code for echo-reply it is 0 and the echo is 8 For an access list you could do the following: permit icmp any any echo-reply permit icmp any any echo Or the same using the icmp code permit icmp any any 0 permit icmp any any 8


Which port does ping uses?

The answer is none.No ports required for Ping as it uses icmp packets.It needs to allow icmp 'echo-request' (type 8) packets out and icmp 'echo-reply' (type 0) packets in.If you need to check the availability of a port, you must use a different tool, such as Paping.It doesnt use any port. Echo request is an ICMP message which is an Internet Layer Protocol so it is sent as an IP datagram.If you need to check the availability of a port, you must use a different tool, such as Paping.


What is an echo-request?

An echo-request is a sort of ICMP (Internet Control Messaging Protocol). This protocol is used to check and control the IP packet traffic.For example, ping and traceroute packets are echo requests.


What port does icmp belong to?

ICMP does not have a port like TCP and UDP.


When you use a ping command in microsft if its successful 5 exclamations are displayed whereas it is different on cisco why?

The ICMP protocol is standardized, in the sense that a computer should reply with a certain message (called "echo-reply") if it receives a certain other message (the "echo-request"). How many echo-request messages are sent when the user types "ping" is NOT standardized - there is no need to.The ICMP protocol is standardized, in the sense that a computer should reply with a certain message (called "echo-reply") if it receives a certain other message (the "echo-request"). How many echo-request messages are sent when the user types "ping" is NOT standardized - there is no need to.The ICMP protocol is standardized, in the sense that a computer should reply with a certain message (called "echo-reply") if it receives a certain other message (the "echo-request"). How many echo-request messages are sent when the user types "ping" is NOT standardized - there is no need to.The ICMP protocol is standardized, in the sense that a computer should reply with a certain message (called "echo-reply") if it receives a certain other message (the "echo-request"). How many echo-request messages are sent when the user types "ping" is NOT standardized - there is no need to.