Sei sulla pagina 1di 4

Functions of ARP, IP, ICMP, IPv6 Communications protocol

A communications protocol is a system of digital message formats and rules for exchanging those messages in or between computing systems and in telecommunications. A protocol may have a formal description. From the book (Data Communications and networking 3eForouzan) Internet Protocol address (IP address) is a numerical label assigned to each device participating in a computer network that uses the Internet Protocol for communication. IP needs a protocol called ARP to find the MAC (physical) address of the next hop. This address must be passed to the data link layer, with the IP diagram, to be inserted into encapsulating frame. During datagram deliver, IP needs the services of ICMP to handle unusual situations suck as the occurrence of an error. IP is designed for unicast delivery, one source to one destination. Multimedia and other new applications in the Internet need multicasting delivery, one source to many destinations. For multicasting, IP uses the services of another protocol called IGMP.

IP Internet Protocol ARP Address Resolution Protocol RARP Reverse Address Resolution Protocol ICMP Internet Control Message Protocol IGMP Internet Group Management Protocol

1. Internet Protocol (IP)

An Internet Protocol (IP) address is a numerical identification (logical address) that is assigned to devices participating in a computer network utilizing the Internet Protocol for communication between its nodes (Devices). Their are of version of IP IPv4 : 192.168.100.1 IPv6: 2001:db8:0:1234:0:567:1:1 IP importance

It's importance is IP address is used to identify a device in a network like home address Every time a device need to communicate with some other device IP is used line sending a mail, surfing web. 2. IPV6

Internet Protocol version 6 (IPv6) is a version of the Internet Protocol (IP) intended to succeed Internet protocol Version (IPv4), which currently directs almost all Internet traffic, but is running out of addresses. IPv6 allows up to 2128 addresses, a massive increase from the 232 (about 4.3 billion) addresses possible with IPv4, and includes several other improvements. To gain the full benefits of IPv6, most hosts on the Internet will have to deploy this protocol, as well as the networks connecting them, a difficult translation.

3. ARP / RARP (Address Resolution Protocol)

ARP stands for Address Resolution Protocol. It is used to inform other computers on the network of the computers IP to MAC address translation. That transaction is called an ARP request. ARP is one of the core protocol's used in TCP/IP. There is also Reverse ARP (RARP) which can be used by a host to discover its IP address. In this case, the host broadcasts its physical address and a RARP server replies with the host's IP address.

ARP / RARP (2)

Due to the overwhelming prevalence of IPv4 and Ethernet in general networking, ARP is most frequently used to translate IPv4 addresses (OSI Layer 3) into Ethernet MAC addresses (OSI Layer 2). ARP / RARP (3)

This protocol is used to translate physical addresses to internet protocol (IP) addresses. The Address Resolution Protocol (ARP) is a computer networking protocol for determining a network host's link layer or hardware address when only its Internet Layer (IP) or Network Layer address is known.

4. ICMP (Internet Control Message Protocol)

The Internet Control Message Protocol (ICMP) is one of the core protocols of the Internet Protocol Suite. It is chiefly used by the operating systems of networked computers to send error messages indicating, for example, that a requested service is not available or that a host or router could not be reached. ICMP can also be used to relay query messages. While it has much more broad and sophisticated uses, one of the ICMP uses you probably know is "ping. 5. IGMP (Internet Group Management Protocol) Multicast The Internet Group Management Protocol (IGMP) is a communication protocol used by hosts and adjacent routers on IP networks to establish multicast group memberships. IGMP is an integral part of the IP multicast specification. It is analogous to ICMP for unicast connections. IGMP can be used for online streaming video and gaming, and allows more efficient use of resources when supporting these types of applications.

Potrebbero piacerti anche