Which protocol will send a message to routers if a network
outage
or congestion occurs?
A.) ARP
B.) TCP
C.) IP
D.) ICMP
Answer / guest
Answer: D
Internet Control Message Protocol - ICMP is a management
protocol and
messaging service provider for IP. Its messages are carried
as IP
datagrams.
ICMP is used in the following events:
Destination Unreachable - If a router cannot send an IP
packet any
further, it uses an ICMP echo to send a message back to the
sender
notifying it that the remote node is unreachable.
Buffer Full - If a routers memory buffer is full ICMP will
send out a
message to the originator.
Hops - Each IP datagram is assigned a path. This consists of
hops. If it
goes through the maximum number of hops, the packet is
discarded and the
discarding router sends an ICMP echo to the host.
Ping - Ping use ICMP echo message to check connectivity.
| Is This Answer Correct ? | 10 Yes | 0 No |
How many Devices does OSPF & EIGRP Support
Identify the purpose of ICMP? A.) Avoiding routing loops B.) Send error and control messages C.) Transporting routing updates D.) Collision detection
Which peer authentication method and which ipsec mode is used to connect to the branch locations? (Choose two)
What command will display all connected OSPFv2 routers?
Write out a config to permit only the below MAC address to pass traffic through a port on your switch. mac-address 0005.1b00.5b58
Differentiate User Mode from Privileged Mode?
there is three mode of vtp let there are three switch s1 in server mode s2 in transparent mede and s3 in clint mode then will that tranparnt mode going to effect the network if yes then how and if no then what it will do
What is a back off on an 802.3 networks? A. It is latency in store and forward switching B. It is the time used for token passing from machine to machine C. It is the retransmission delay that is enforced when a collision occurs D. It is the result of two nodes transmitting at the same time. The frames from each transmitting device collide and are damaged
Identify the command to configure DLCI 100 on an interface e0? A.) Router(config)# frame-relay local-dlci 100 B.) Router(config)# frame-relay local-dlci 100 int e0 C.) Router(config-if)# frame-relay local-dlci 100 D.) Router(config-if)# frame-relay local-dlci 100 int e0
Given the configuration example<HR> <B>interface ethernet0 ipx network 4a ipx access group 800 out interface ethernet1 ipx network 3d interface ethernet2 ipx network 5c access list 800 permit 3d 4a</B><HR> Which two actions result from implementing this configuration? (Choose two) A. IPX network 5c will not receive any traffic B. Traffic from network 3d for network 4a will be forwarded out e0 C. Traffic from network 4a for network 3d will be forwarded out e0 D. Traffic from network 3d destined for network 4a will be forwarded out e2 E. The access list is applied to an outgoing interface and filters outbound traffic
Your PC has been configured with IP Address 192.168.3.25 and a subnet mask of 255.255.255.0. Which of the following IP Addresses is a valid default gateway address for your PC? 192.168.3.0 255.255.255.0 192.168.3.2 255.255.255.0 192.168.3.25 255.255.255.0 192.168.4.1 255.255.255.255
Identify the 2 characteristics that TCP and UDP share in common? A.) Both use port numbers to identify upper level applications B.) Operate at the Network layer C.) Both are Transport protocols D.) Both are reliable communications