Wednesday

IP Protocol Topic One - Answers

IP PROTOCOL

Protocols help in passing information from one computer to another. Computers exchange packets of data known as IP (Internet Protocol) to communicate with each other. IP is the network protocol used to send information from one computer to an other over the Internet. The IP has to identify the source and the destination computers. It uses IP Addresses to do this i.e.(202.196.9.0).
IP provides several services:
Addressing. IP headers contain 32-bit addresses which identify the sending and receiving hosts. These addresses are used by intermediate routers to select a path through the network for the packet.
Fragmentation. IP packets may be split, or fragmented, into smaller packets. This permits a large packet to travel across a network which can only handle smaller packets. IP fragments and reassembles packets transparently.
Packet timeouts. Each IP packet contains a Time To Live (TTL) field, which is decremented every time a router handles the packet. If TTL reaches zero, the packet is discarded, preventing packets from running in circles forever and flooding a network.
Type of Service. IP supports traffic prioritization by allowing packets to be labeled with an abstract type of service.
Options. IP provides several optional features, allowing a packet's sender to set requirements on the path it takes through the network (source routing), trace the route a packet takes (record route), and label packets with security features.

No comments: