Lab4 IP slides
Lab4 IP slides
ITCE314-ITNE231
Prepared by: Rola AlOmary
Introduction
• The Internet Protocol (IP) is the primary protocol in the internet protocol family and is therefore of
fundamental importance when it comes to exchanging messages in computer networks.
• IP Address: IP address is referred as a number given to each device that belongs to the network which
utilizes Internet Protocol to communicate. It serves two main purposes: host or network interface
recognition, identifier or location addressing.
• Packet: A packet is a parcel of data that is switched between an origin and a destination via the
Internet or some other network that is based on the packet switching mechanism. Packet mainly has a
header and a payload.
• Router: A router is a network device that (serves as) a forwarding point for data packets between
computer networks. Routers carry out the traffic routing functions through the Internet.
• IPv4: Internet Protocol version 4 (IPv4) is a protocol that tends to provide connectivity between the
computers online and that application layer is the wider application one that covers most of the
Internet communications nowadays
• IPv6: Internet Protocol version 6 (IPv6), the final iteration in the series of the upgrades to the Internet
Protocol, is used for the purpose of identifying, locating and routing of various computers so that traffic
through Internet can be transferred properly.
IP datagram
• Whenever a data packet needs to be sent via TCP/IP, the overall size is automatically checked. If the
size is above the maximum transmission unit of the respective network interface, the information
becomes fragmented i.e., deconstructed into smaller data blocks.
• By default, the packet is collected by the recipient, who accesses the fragmentation
information stored in the IP header or in the extension header. The reassembling is done by the
receiver of the fragmented datagram.
IP datagram header