IPv4 Service Model And Header Format
Introduction The first thing to know about IP is that it is unreliable. It is fast and simple to build and maintain. It provides no guarantee. So packets can be dropped when necessary and can be corrupted. Idea behind IPv4 It is said that IP provides best effort and out-of-order delivery of datagrams. It is a connectionless protocol because there is no prior connection to communicate and IP does not retain the state of the communication. Figure 1: The thin waist IP is also called the “ thin waist ” because it is a requirement for communication on the internet. However, the upper layers and bottom layers provide a variety of choices. To make a routing decision, routers need to learn the IP DA field of the datagram header. Datagrams are routed hop by hop. Network engineers designed IP as a simple protocol because they believed it will allow the network to run fast on routers scattered worldwide. IPv4 service model IP tries to limit packets stuck in a loop, with the TTL field provides a ...