answersLogoWhite

0


Best Answer

536870911

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many multicast addresses can be supported by the IP protocol?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

How many ip addresses will ipv6 provide?

IP is the internet protocol that uniquely identifies a system on a network and there are 2^128 addresses in IPv6 (IP version 6).


How Many Classes in internet protocal address?

IP addresses are divided into five IP classes:IP address class AIP address class BIP address class CIP address class DIP address class E


How many addresses are in an address book?

many addresses


What are the three parts of an IPv6 address?

Answer: Unicast, Anycast and Multicast.There are three types of IPv6 addresses, unicast, multicast, and anycast addresses.The unicast and multicast addresses are similar to the IPv4 versions. However, IPv4 broadcast address is no longer supported and is replaced with a new type of address called anycast.UnicastUnicast is an identifier for a single interface. A packet sent to a unicast address is delivered to the interface identified by that address. A node can have more than one IPv6 network interface. Each separate interface must have its own unicast address associated with it. Contained in the 128-bit field is an address that identifies one interface.3138241664 bitsFPTLA IDRESNLA IDSLA IDInterface ID· FP. The format prefix is the three-bit prefix to the IPv6 address that identifies where it belongs in the IPv6 address space.· TLA ID. The top-level aggregation identifier contains the highest-level routing information of the address. This refers to the grossest level of routing information in the internetwork, and as currently defined (at 13 bits) there can be no more then 8192 different top-level routes.· RES. The next eight bits are reserved for future use.· NLA ID. The next-level aggregation identifier is 24 bits long, and it is meant to be used by organizations that control top-level aggregation Ids to organize that address space.· SLA ID. The site-level aggregation identifier is the address space given to organizations for their internal network structure. With 16 bits available, each organization can create its own internal hierarchical network structure using subnets in the same way they are used in IPv4. As many as 65,535 different subnets are available using all 16 bits as a flat address space. Using the first eight bits for higher-level routing within the organization would allow 255 high-level subnets, each of which has as many as 255 sub-subnets.· Interface ID. This 64-bit field contains a 64-bit value based on the IEEE EUI-64 interface IDMulticastMulticast is an identifier for a set of interfaces (typically belonging to different nodes). A packet sent to a multicast address is delivered to all interfaces identified by that address. As soon as the first few bytes of a packet are received the node checks to see if the destination address is at the beginning of the transmission. If the destination address is the same as the node's interface address then the node will pick up the rest of the transmission. This makes it relatively simple for a node to pick up on broadcast and multicast transmissions. If a broadcast is sent then the node will listen. For multicasts, the node subscribes to a multicast address, and if it senses that the destination address is a multicast address, it must determine if it's a multicast address to which the node is then subscribed. When a node subscribes to a multicast address, it announces that it wants to be a member and any local routers will subscribe on behalf of that node. When a transmission is sent to that multicast address from another node that is on the same network, the IP multicast packet is encapsulated into a link layer multicast data transmission unit. The IPv6 solution to the broadcast problem is to use an "all nodes" multicast addresses to replace those broadcasts that are absolutely necessary, while resorting to more limited multicast addresses for other situations in which broadcasts were previously used. Below is an IPv6 multicast address format, from RFC 2373.844112 bits11111111FlagsScopeGroup IDThe first octet, which is all ones, identifies the address as a multicast address. Multicast addresses include a full 1/256th of the IPv6 address space, as shown above. The rest of the multicast address consists of three fields:· Flags. This is actually a set of four single-bit flags. Only the fourth flag is currently assigned, and it represents whether or not the address is a well-know multicast address that has been assigned by the Internet numbering authority or is a temporary multicast address. If this flag is set to zero, it means the address is well-known; being set to one signifies a transient address. The other three flags are currently being reserved for future use.· Scope. This four-bit field contains a value that indicates what the scope of the multicast group is. Whether the multicast group can include only nodes on the same local network, same site, same organization, or anywhere within the IPv6 global address space. Possible values range from 0 to 15 (hexadecimal) in table below.HexDecimalValue00reserved11node-local scope22link-local scope33(unassigned)44(unassigned)55site-local scope66(unassigned)77(unassigned)88organization-local scope99(unassigned)A10(unassigned)B11(unassigned)C12(unassigned)D13(unassigned)E14global scopeF15reserve· Group ID. This 112-bit field identifies the multicast group. The same group ID can represent different groups, depending on whether the address is transient or well known, and also depending on the scope of the address. Permanent multicast addresses use assigned group ID's with special meaning, and the membership in such groups will depend both on the group ID and on the scope.AnycastAnycast is an identifier for a set of interfaces (typically belonging to different nodes). A packet sent to an anycast address is delivered to one of the interfaces identified by that address (the "nearest" one, according to the routing protocols' measure of distance). All nodes that are members of a multicast address expect to receive all packets sent to that address. A router that connects five different local Ethernet networks will forward a copy of a multicast packet to each of those networks. Anycast is the same because multiple nodes may be sharing the anycast address, like a multicast address but different since only one of those nodes can expect to receive a datagram sent to the anycast address.Address FormatIPv6 addresses are now four times as long as an IPv4 address. The IPv4 address is represented as X.X.X.X, where the "X" is any number from 0-255. IPv6 address on the other hand is in the form X:X:X:X:X:X:X:X, where X refers to a four-digit hexadecimal integer (16 bits). For example, a few valid IPv6 addresses are as follows:CFAE:3290:ABCD:1234:CEAF:5678:9012:AAAAABC3:0000:0000:0003:ABCD:0123:FFFF:ABCDThe above IPv6 address could also be represented asABC3::3:ABCD:123:FFFF:ABCDNote that the integers are hexadecimal integers, so the letters A through F represent the digits 10 through 15. Each integer must be included, but leading zeros are not required. In addition, a double colon (::) can be used once in an address to replace multiple fields of zeros. For example:1000:0:0:0:0:0:0:1could be represented as1000::1The double colon means that the address should be expanded out to a full 128-bit address. This method replaces zeros only when they fill a complete 16-bit group, and the double colon can be used only once in any given address.IPv6 HeadersThe new IPv6 header structure has a header boundary at 64-bits and has only 40 bytes, where 32 of them are used for IPv6 addresses and the remaining 8 bytes by 6 additional fields. Whereas IPv4 headers are terminated on a 32-bit boundary and consist of 24 bytes, where 8 of them are used for IPv4 address and the remaining 16 bytes by 12 additional fields. IPv6 headers do not contain any optional elements. If additional functions are need IPv6 uses extension headers. This makes the new IPv6 header much simpler then its predecessor. Below is a side-by-side comparison of the IPv4 and IPv6 header.04816192431VersionHeader LengthService TypeTotal LengthIdentificationFlagsFragment OffsetTime to LiveProtocolHeader ChecksumSource IP AddressDestination IP AddressOptionsPADIPv4 Headers0481624VersionPriorityFlow LabelPayload LengthNext HeaderHop LimitSource AddressDestination AddressIPv6 Headers


Why ip addresses are dynamic?

== == Dynamic IP addresses are most frequently assigned on LANs and broadband networks by Dynamic Host Configuration Protocol (DHCP) servers. They are used because it avoids the administrative burden of assigning specific static addresses to each device on a network. It also allows many devices to share limited address space on a network if only some of them will be online at a particular time. In most current desktop operating systems, dynamic IP configuration is enabled by default so that a user does not need to manually enter any settings to connect to a network with a DHCP server. DHCP is not the only technology used to assigning dynamic IP addresses. Dialup and some broadband networks use dynamic address features of the Point-to-Point Protocol. source: http://en.wikipedia.org/wiki/IP_address

Related questions

How many hosts does class b Internet protocol addresses have?

10000


How many IP addresses does the Internet protocol version 4 allow?

24


How many ip addresses will ipv6 provide?

IP is the internet protocol that uniquely identifies a system on a network and there are 2^128 addresses in IPv6 (IP version 6).


How many IP addresses can come in IPV4?

IP is the internet protocol that uniquely identifies a system on a network and there are 2^128 addresses in IPv6 (IP version 6).


How Many Classes in internet protocal address?

IP addresses are divided into five IP classes:IP address class AIP address class BIP address class CIP address class DIP address class E


How many addresses are in an address book?

many addresses


How many possible IP addresses are there?

IP addresses range from 0.0.0.0 to 255.255.255.255, with the numbers 0-255 represented in each of the four segments of the address. This results in a total of 4,294,967,296 possible addresses. Note that many addresses are reserved for private or multicast use. Therefore, the actual number of available addresses is much lower than the 4.3 billion theoretical addresses.


Name 2 services that use UDP as their transport protocol?

.What is the difference between FTP and TFTP?


How many pages does The Fourth Protocol have?

The Fourth Protocol has 447 pages.


How many pages does The Sigma Protocol have?

The Sigma Protocol has 528 pages.


How many email addresses can you keep?

As many as you can maintain. Many addresses are useless unless you can use them.


How many types of addresses in each network node?

there are two types of addresses: network addresses and physical addresses