180k views
2 votes
How will you ensure that all of the network's applications and tcp/ip services also support ipv6?

1 Answer

3 votes

Answer:

Configure the Extended BSD API socket.

Step-by-step explanation:

There are two types of logical network address, they are IP version 4 and up version 6. They are used to route packets to various destinations from various sources.

A network application must configure this IP addresses protocol. The IP version4 is the default address applications use. To enable IP version 6 the extended BSD API is configured on the network.

User Craastad
by
4.2k points