Home » Computer Networks » Computer networks miscellaneous » Question

Computer networks miscellaneous

  1. Which of the following assertions is false about the Internet Protocol (IP)?
    1. It is possible for a computer to have multiple IP addresses
    2. IP packets from the same source to the same destination can take different routes in the network
    3. IP ensures that a packet is discarded, if it is unable to reach its destination within a given number of hops
    4. The packet source cannot set the route of an outgoing packets; the route is determined only by the routing tables in the roaters on the way
Correct Option: D

In computer networking, source routing also called path addressing, allows a sender of a packet to partially or completely specify the route the packet takes through the network. In the Internet Protocol, two header options are available which are rarely used: "strict source and record route" (SSRR) and "loose source and record route" (LSRR). Because of security concerns, packets marked LSRR are frequently blocked on the Internet. If not blocked, LSRR can allow an attacker to spoof its address but still successfully receive response packets.



Your comments will be displayed only after manual approval.