Chapter 33 Flashcards
What is the benefit of cluster
Multiple computer provide same service. For example, one request comes in, then one computer allotted. Then another request comes in, then some other computer allotted.
Does ICMP and IP co-independent
Yes
Does ICMP careless protocol
No
Does ICMP encapsulated in IP
Yes
When ICMP message generated
In the response of IP datagram
What is trace route using ICMP
We trace the ip addresses in path/router using TTL field
What 2 methods are used in last address of trace route command
- Send an ICMP echo request, destination host will generate an ICMP echo reply.
- Send a datagram to a non-existing application, destination host will generate an ICMP destination unreachable message.
Microsoft used which method for last address of trace route
- Send an ICMP echo request, destination host will generate an ICMP echo reply using traceRT command
Unix used which method for last address of trace route
- Send a datagram to a non-existing application, destination host will generate an ICMP destination unreachable message using UDP (user datagram protocol)
what is IP address fragmentation
IP fragmentation is the process of breaking up a single Internet Protocol (IP) datagram into multiple packets of smaller size. Every network link has a characteristic size of messages that may be transmitted, called the maximum transmission unit (MTU).
What is MTU
Every network link has a characteristic size of messages that may be transmitted, called the maximum transmission unit (MTU).
Does IP datagram has any priority concept
No
Does we create ICMP error message if ICMP message get lost
No
Does ping command use for ICMP messages
Yes