answersLogoWhite

0


Best Answer

The simple answer is there are two types of addresses used in IP protocols.

The first type:

The first would be the MAC (Media Access Control) address. The MAC address is typically burned in, or permanently programed into ROM (Read Only Memory) which resides on the NIC (Network Interface Card).

In theory every MAC address in the world is unique. The first part of the MAC address indicates the card manufacture, and then the remainder uniquely identifies the NIC card.

A MAC address is represented as six 2 digit hexadecimal numbers; like 00:0d:83:b1:c0:8e

The second type:

The second type of IP address would be the network address. This is a logical address assigned to the NIC.

To keep it simple let's just consider an IPv4 address. An IPv4 address is a 32 bit address separated into four 8 bit octets. An IPv4 address looks like 10.1.16.1

The IP network addresses assigned to each NIC needs to fit into the network that the computer is part of.

Assume the subnet that a computer and its NIC are part of, or connected to be 10.1.16.0 with a mask of /24. The network mask is how we know how much of the 32 bit IPv4 addressed is being used by the network portion of the address.

In this example the 10.1.16.1 address is part of the 10.1.16.0 network.

The network mask is 11111111.1111111.1111111.0 is the same as /24, is the same as 255.255.255.0

The network address is 00001010.0000001.00010000.00000000. The last 8 bits are for host or computer NICs

The first usable network IP address is 00001010.0000001.00010000.10000000 or 10.1.16.1 and the last is 10.1.16.254. The 10.1.16.255 would be reserved as the broadcast address. The next network would be 10.1.17.0

Hope this helps…

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many types of addresses are used in IP protocol?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which protocol is used to convert logical IP addresses to physical MAC addresses?

Address Resolution Protocol (ARP)ARP is primarily used to translate IP Addresses to Ethernet MAC Addresses.


124.104.100.37 is a sample of what?

This is an IP address. IP stands for "Internet Protocol". These types of addresses are the real ones used on the internet. The types of addresses we are used to typing (e.g. www.answers.com) are translated internally by another computer into this numeric address, that is actually used to go to a site. This translation and the numeric addresses are usually hidden to most users.


What statement describes the function of the Address Resolution Protocol?

An ñARPî or Address Resolution Protocol is a protocol that is used in telecommunications for a resolution of network layer addresses into link layer addresses, which is vital in multiple access networks. It is also the name of the program that is used when manipulating addresses in most operating systems. The Address Resolution Protocol is used to convert an IP address to a physical address such as an Ethernet Address.


What is ARP request?

The address resolution protocol (arp) is a protocol used by theInternet Protocol (IP) , specifically IPv4, to map IP network addresses to the hardware addresses used by a data link protocol. The protocol operates below the network layer as a part of the interface between the OSI network and OSI link layer. It is used when IPv4 is used over Ethernet.There are four types of arp messages that may be sent by the arp protocol. These are identified by four values in the "operation" field of an arp message. The types of message are:ARP requestARP replyRARP requestRARP replyARP request:If a host with the IPv4 address 10.10.10.123 and MAC address 00:09:58:D8:11:22 needs to send a packet to another host with the IP address 10.10.10.140, but does not have its MAC address, then the host sends an ARP request to resolve the unknown address.


Compare and contrast the three types of addresses used in a network?

compare and contrast the three types of addresses used in a network


Why is http and www used or not used in some web addresses?

WWW is merely a sub-domain name while http is a protocol.


What system is used to automatically assign ip addresses and subnet masks to every computer on a network?

The DHCP protocol is used for this purpose.


Which IP address is reserved for Automatic private ip addressing?

I think you're thinking of the protocol used to automatically assign IP addresses? An IP address does not assign an IP address, and IP address is a node on a network where data can be sent or received. The protocol used for automatic assigning of IP addresses would be DHCP (Dynamic Host Configuration Protocol).


Which protocol can be used by Router1 to determine the IP address of Router2 when they are directly connected and only layer 2 connectivity exist between them?

Answer = ARPMeaning of ARP - "Address Resolution Protocol", is used to map IP Network addresses to the hardware (Media Access Control sub layer) addresses used by the data link protocol. The ARP protocol operates between the network layer and the data link layer in the Open System Interconnection (OSI) model.


Which protocol do web browsers and web servers use most often?

Hyper Text Transfer Protocol is the most common protocol used by web servers. It is commonly referred to as HTTP seen in the beginning of web addresses.


What are protocols for long distance communication?

There are 5 types pf protocols used in the computer network.


What application protocol dynamically allocates IP addresses to hosts?

DHCP - Automatically provides client computers and other TCP/IP-based network devices with IP addresses