answersLogoWhite

0


Best Answer

In IPv6, the same result can be achieved by sending a packet to the link-local all nodes multicast group at address ff02::1, which is analogous to IPv4 multicast to address 224.0.0.1.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why broadcast method is not implement in Ipv6?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Can interface implement the other interface?

No. An interface cannot implement another interface, it can only just extend it. Because, an interface cannot implement any method as it has no method body declarations.


How do you have the tunnel interface and the IPv6 Loopback interface as the only connections running IPv6?

by unchecking the check box of IPv6 in local area network properties


What must you use to span the gap in IPv6 support and access the IPv6 Internet?

IPv6 is not a separate Internet. It is a separate type of address. Machines can have both IPv4 and IPv6 addresses simultaneously. Many web servers already do this, and nearly all of the Internet's backbone routers have both types of address. Theoretically, if you are using IPv4 or IPv6, your data will take the same path, across the same hardware, to its destination. However, you may not be able to get an IPv6 address from your Internet Service Provider, perhaps since they are not yet IPv6-ready (often the case with smaller ISPs). In this case, you can setup a 6-to-4 tunnel which connects your IPv6 network inside your home to the IPv4 network of your ISP. Presumably, that ISP will also have a 4-to-6 tunnel allowing your packets to make their way to the IPv6 destination. That being said, if you know the IPv4 address of the same server, you can just use that without the need for IPv6. Only in the rare cases where servers only have an IPv6 address do you need to ensure that your packets come from an IPv6 address, then travel to the destination somehow (directly across an IPv6 network, or using tunnels as described above).


What's a JAVA program for Euler's totient function?

Implement this method: public static int totient(int n) { int count = 0; for(int i = 1; i < n; i++) if(gcd(n,i) == 1) count++; return count; } You can implement your own gcd(int a, int b) method, or find one of the many online.


Java program to check A is divisible by B?

Implement this method: public static boolean isDivisible(int a, int b) { if(a % b == 0) { return true; } else { return false; } }

Related questions

Can interface implement the other interface?

No. An interface cannot implement another interface, it can only just extend it. Because, an interface cannot implement any method as it has no method body declarations.


How does DHCP IPv6 work?

DHCP V6 works on SARR process where:- S=SOLICIT message using multicast A=Advertise message form sever side R=Request R=Reply because ipv6 does not support broadcast. VIMAL KUMAR SINGH


How do you upgrade IPv4 to IPv6?

You don't exactly "upgrade" it; you can configure your computer for IPv6, but continue using IPv4 for a while. Not many servers exist yet for IPv6; if you want to access an IPv4 server, you need to use IPv4 on your side, as well. To use IPv6 on your end, you need to access a server that also works with IPv6.So, basically, you need to:Ask your ISP (Internet Service Provider) whether they have support for IPv6.Ask the ISP how you should configure your computer to work with IPv6. (I am not sure whether there is a standard method that works in most cases - perhaps you just enable it.)Configure your computer.Look around for Web sites that use IPv6. For a start, I believe there is an ipv6.google.com, which you can use for testing your connectivity.You don't exactly "upgrade" it; you can configure your computer for IPv6, but continue using IPv4 for a while. Not many servers exist yet for IPv6; if you want to access an IPv4 server, you need to use IPv4 on your side, as well. To use IPv6 on your end, you need to access a server that also works with IPv6.So, basically, you need to:Ask your ISP (Internet Service Provider) whether they have support for IPv6.Ask the ISP how you should configure your computer to work with IPv6. (I am not sure whether there is a standard method that works in most cases - perhaps you just enable it.)Configure your computer.Look around for Web sites that use IPv6. For a start, I believe there is an ipv6.google.com, which you can use for testing your connectivity.You don't exactly "upgrade" it; you can configure your computer for IPv6, but continue using IPv4 for a while. Not many servers exist yet for IPv6; if you want to access an IPv4 server, you need to use IPv4 on your side, as well. To use IPv6 on your end, you need to access a server that also works with IPv6.So, basically, you need to:Ask your ISP (Internet Service Provider) whether they have support for IPv6.Ask the ISP how you should configure your computer to work with IPv6. (I am not sure whether there is a standard method that works in most cases - perhaps you just enable it.)Configure your computer.Look around for Web sites that use IPv6. For a start, I believe there is an ipv6.google.com, which you can use for testing your connectivity.You don't exactly "upgrade" it; you can configure your computer for IPv6, but continue using IPv4 for a while. Not many servers exist yet for IPv6; if you want to access an IPv4 server, you need to use IPv4 on your side, as well. To use IPv6 on your end, you need to access a server that also works with IPv6.So, basically, you need to:Ask your ISP (Internet Service Provider) whether they have support for IPv6.Ask the ISP how you should configure your computer to work with IPv6. (I am not sure whether there is a standard method that works in most cases - perhaps you just enable it.)Configure your computer.Look around for Web sites that use IPv6. For a start, I believe there is an ipv6.google.com, which you can use for testing your connectivity.


Can surround sound be on broadcast TV?

Yes. But it is up to the production company and/or broadcaster to implement this. It is broadcast using a bitstream then decoded via your AV receiver or set top box.


Which dialog control method is broadcast message?

Semplex


What are the uses of ipv6 for commercial?

what is the commercial use of ipv6?


What is the length in bits of a logical IP address IPv4 and IPv6?

32 bits (for IPv4), or 128 bits (for IPv6).32 bits (for IPv4), or 128 bits (for IPv6).32 bits (for IPv4), or 128 bits (for IPv6).32 bits (for IPv4), or 128 bits (for IPv6).


What was the most popular method of advertising before the invention of the internet?

Prior to the advent of internet marketing, broadcast advertising was the most popular method. The term 'broadcast' refers to both television and radio spots.


Does Windows XP support IPv6?

Short answer - yes.You need to be running Service Pack 1 at a minimum.Service Pack 2 has an even more complete IPv6 stack.To enable IPv6 on XP, open a command prompt window and type:C:\> ipv6 /?Did you then see this result?:C:\> ipv6 /?Could not access IPv6 protocol stack - the stack is not installed.To install, please use 'ipv6 install'.If you did get the above result, simply type:C:\> ipv6 installIt will take a few seconds, and then your Windows XP system will be fully IPv6 enabled.


What is the purpose of the RM step?

what method is used to implement controls in the RM process


What settings you use not to broadcast your ssid?

The exact method to disable the broadcast of your SSID will vary depending on your router. Most routers have an option directly within the settings which will allow you the option to mask the broadcast of your SSID.


Why is ipv6 not available?

IPV6 is relatively new and doesn't work everywhere yet.