Which of the following are assigned by an isp and are similar to public addresses in ipv4? quizlet

As shown in the figure, the classful system allocated 50% of the available IPv4 addresses to 128 Class A networks, 25% of the addresses to Class B and then Class C shared the remaining 25% with Class D and E. The problem is that this wasted a great deal of addresses and exhausted the availability of IPv4 addresses. Not all organizations' requirements fit well into one of these three classes. For example, a company that had a network with 260 hosts would need to be given a class B address with more than 65,000 addresses wasting 64,740 addresses.

Classful addressing was abandoned in the late 1990s for the newer and current classless addressing system. However, there are still classful remnants in networks today. For example, when you assign an IPv4 address to a computer, the operating system examines the address being assigned to determine if this address is a class A, class B, or class C. The operating system then assumes the prefix used by that class and makes the default subnet mask assignment.

The system in use today is referred to as classless addressing. The formal name is Classless Inter-Domain Routing (CIDR, pronounced "cider"). In 1993, the IETF created a new set of standards that allowed service providers to allocate IPv4 addresses on any address bit boundary (prefix length) instead of only by a class A, B, or C address. This was to help delay the depletion and eventual exhaustion of IPv4 addresses.

The IETF knew that CIDR was only a temporary solution and that a new IP protocol would have to be developed to accommodate the rapid growth in the number of Internet users. In 1994, the IETF began its work to find a successor to IPv4, which eventually became IPv6.

So who manages and assigns these IP addresses?

Which two statements are correct about private IPv4 addresses? (Choose two.)

Private IPv4 addresses are assigned to devices within an organization's intranet (internal network).

Internet routers will typically forward any packet with a destination address that is a private IPv4 address.

172.99.1.1 is a private IPv4 address.

Any organization (home, school, office, company) can use the 10.0.0.0/8 address.

Which of the following addresses is not allowed the internet?

A. 191.192.168.1
B. 191.168.169.254
C. 172.32.255.0
D. 172.31.12.251

D. 172.31.12.251

A host automatically configured with an address form which of the following ranges indicates an inability to contact a DHCP server?

A. 169.254.0.x with a mask of 255.255.255.0
B. 169.254.x.x with a mask of 255.255.0.0
C. 169.254.x.x with a mask of 255.255.255.0
D. 169.255.x.x with a mask of 255.255.0.0

B. 169.254.x.x with a mask of 255.255.0.0

Which statement regarding private IP addresses is most accurate?

A. Private addressees cannot be used in intranets that require routing
B. Private addresses must be assigned by a registrar or ISP
C. A remote host across the Internet cannot ping your host if it has private addresses
D. Private addresses can only be used by a single administrative domain

C. A remote host across the Internet cannot ping your host if it has private addresses

Which of the following is a valid Class A address?

A. 191.10.0.1
B. 127.10.0.1
C. 128.10.0.1
D. 126.10.0.1

D. 126.10.0.1

Which of the following is valid Class B address?

A. 10.1.1.1
B. 126.1.1.1
C. 129.1.1.1
D. 192.168.1.1

C. 129.1.1.1

Which of the following describes a broadcast address?

A. All network bits are on (1s)
B. All host bits are on (1s)
C. All network bits are off (0s)
D. All host bits are off (0s)

B. All host bits are on (1s)

Which of the following is a Layer 2 broadcast?

A. FF.FF.FF.EE.EE.EE
B. FF.FF.FF.FF.FF.FF
C. 255.255.255.255
D. 255.0.0.0

B. FF.FF.FF.FF.FF.FF

In a Class C IP address, how long does is the network address?

A. 8 bits
B. 16 bits
C. 24 bits
D. 32 bits

C. 24 bits

Which of the following is true when describing a unicast address?

A. Packets addressed to unicast address are delivered to a single interface
B. These are your typical publicly routable addresses, just like regular publicly routable addresses in IPv4
C. These are like private addresses in IPv4 in that the are not meant to be routed
D. These addresses are meant for non routing purposes, but they are almost globally unique, so it is unlikely they will have an address overlap

A. Packets addressed to unicast address are delivered to a single interface

A host is rebooted and you view the IP address that it was assigned. The address is 169.123.13.34. Which of the following happened?
A. The host received an APIPA address
B. The host received a multicast address
C. The host received a public address
D. The host received a private address

C. The host received a public address

An IPv4 address uses 32 bits. How many bits is an IPv6?

A. 64
B. 128
C. 192
D. 255

B. 128

Which of the following is true when describing a multicast address?

A. Packets addressed to a unicast address from a multicast address are delivered to a single interface
B. Packets are delivered to all interfaces identified by the address. That is also called a one-to-many address
C. It identifies multiple interfaces and is delivered to only one address. The address can also be called one-to-one-of-many
D. These addresses are meant for nonvoting purposes, but they are almost globally unique so it is unlikely they will have an address overlap

B. Packets are delivered to all interfaces identified by the address. That is also called a one-to-many address

Which of the following is true when describing to any cast address?

A. Packets addressed to a unicast address from an any cast address are delivered to single interface
B. Packets are delivered to all interfaces identified by the address. This is also called one-to-many address
C. This address identifies multiple interfaces, and they any cast packet is delivered to only one address: the closest one. This address can also be called one-to-nearest
D. These addresses are meant for non routing purposes, but they are almost globally unique so it is unlikely they will have an address overlap

C. This address identifies multiple interfaces, and they any cast packet is delivered to only one address: the closest one. This address can also be called one-to-nearest

You want to ping the loopback address of your local host. Which two addresses could you type. (Type two)

A. ping 127.0.01
B. ping 0.0.0.0
C. ping ::1
D. trace 0.0.::1

A. ping 127.0.01
C. ping ::1

What two statements about IPv6 addresses are true? (choose two)

A. Leading zeros are required
B. Two colons (::) are used to represent successive hexadecimal fields of zeros
C. Two colons (::) are used to separate fields
D. A single interface will have multiple IPv6 addresses of different types

B. Two colons (::) are used to represent successive hexadecimal fields of zeros
D. A single interface will have multiple IPv6 addresses of different types

What two statements about IPv4 and IPv6 are true? (choose two)

A. An IPv6 address is 32 bits long, represented in a hexadecimal
B. An IPv6 address is 128 bits long, represented in a decimal
C. An IPv4 address is 32 bits long, represented in decimal
D. An IPv6 address is 128 bits long, represented in hexadecimal

C. An IPv4 address is 32 bits long, represented in decimal
D. An IPv6 address is 128 bits long, represented in hexadecimal

Which of the following is a Class C network address?

A. 10.10.10.0
B. 127.0.0.1
C. 128.0.0.0
D. 192.255.254.0

D. 192.255.254.0

Which of the following are private IP addresses? (Choose two)

A. 12.0.0.1
B. 168.172.19.39
C. 172.20.14.36
D. 172.33.194.30
E. 192.168.24.43

C. 172.20.14.36
E. 192.168.24.43

IPv6 unicast routing is running on the Corp router. Which of the following addresses would show up with the show ipv6 int brief command?

Corp#sh int f0/0
FastEthernet0/0 is up, line protocol is up
Hardware is AmdFE, address is 000d.bd3b.0d80 (bia 000d.bd3b.0d80)
[output cut]

A. FF02::3c3d:0d:bdff:fe3b:0d80
B. FE80::3c3d:2d:bdff:fe3b:0d80
C. FE80::3c3d:0d:bdff:fe3b:0d80
D. FE80::3c3d:2d:ffbd:3bfe:0d80

B. FE80::3c3d:2d:bdff:fe3b:0d80

Which of the following is an invalid IP address for a host?

A. 10.0.0.1
B. 128.0.0.1
C. 224.0.0.1
D. 172.0.0.1

C. 224.0.0.1

Which part of a Gua is assigned by the ISP?

Figure 4-7 shows the generic structure of a GUA, which has three fields: Global Routing Prefix: The Global Routing Prefix is the prefix or network portion of the address assigned by the provider, such as an ISP, to the customer site.

What are two types of IP addresses quizlet?

Terms in this set (20) IP addresses are usually categorized as static or dynamic.

Which of the following commands must be used to enable a router to perform ipv6 routing?

Enable IPv6 routing on a Cisco router using the ipv6 unicast-routing global configuration command. This command globally enables IPv6 and must be the first command executed on the router.

Is a protocol used for automatic assignment of ipv6 addresses to hosts?

DHCP automatically assigns IP addresses and distributes other information to hosts on a network so they can communicate with other endpoints.