IPv4 and IPv6 Addressing

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

IPv4 Address

a 32-bit hierarchical address that is made up of a network portion and a host

2
New cards

subnet mask

used to determine the network and host portions

3
New cards

Actual process to identify the host and network portions is called the (blank)

ANDing

4
New cards

Prefix Length

used to identify the subnet mask

5
New cards

Prefix length is the number of bits set to (blank) in the subnet mask

one

6
New cards

255.0.0.0

11111111.00000000.00000000.00000000/8

7
New cards

unicast

sending a packet to one destination IP address

8
New cards

broadcast

sending a packet to all other destination IP addresses

9
New cards

multicast

sending a packet to a multicast address group

10
New cards

These addresses are not unique and can be used internally within any network and are not globally routable

Private IPv4

11
New cards

Network Address Translation

translates private IPv4 to public IPv4

12
New cards

Loopback Address

commonly identified as only 127.0.0.1 and used on a host to test if TCP/IP is operational

13
New cards

Link Local Address

commonly known as automatic private IP addressing and is used by windows DHCP clients to self-configure when no DHCP servers are available

14
New cards

A problem with large broadcast domains is that these hosts can generate excessive broadcasts and negatively affect the network

True

15
New cards

Reasons for Subnetting

reduces overall network traffic and improves network performance

can be used to implement security policies between subnets

reduces number of devices affected by abnormal broadcast traffic

16
New cards

Broadcast

knowt flashcard image
17
New cards

Unicast

knowt flashcard image
18
New cards

multicast

knowt flashcard image
19
New cards

Identify the network portion and host in the IP address

192.168.10.10

192.168.10- network

10- host

20
New cards

Which one is the IPv4 address and which one is the subnet mask

192.168.10.10

255.255.255.0

192.168.10.10 - IPv4 Address

255.255.255.0- subnet mask

21
New cards

IPv6 has

-a larger 128-bit address space

-340 undecillion addresses

-solves limitations w/ IPv4

-adds enhancements

22
New cards

IPv6 and IPv4 can coexist

true

23
New cards

Dual Stack

devices run both IPv4 and IPv6 protocol stacks simultaneously

24
New cards

Tunneling

a method of transporting an IPv6 packet over an IPv4 network. The IPv6 packet is encapsulated inside an IPv4 packet

25
New cards

Translation

NAT64 allows IPv6 enabled devices to communicate w/ IPv4 enabled devices using a translation technique similar to NAT for IPv4

26
New cards

For rule 1 in address representation is to omit any leading 0’s

2001:0db8:1111:0000:0000:0000:0200

omit the leading zeros

2001: db8: 1111: 0: 0: 0: 200

27
New cards

IPV6 has 2 unicast addresses, what are they?

Global Unicast Address and Link-Local Address

28
New cards

What is a global unique address that is used on the internet?

2000

29
New cards

IPV6 unique local addresses are used for local addressing within a site, can be used for devices that will never need to access another network, are not globally routed

true

30
New cards

For address representation in IPv6 rule 2 is Double Colon in which you replace any single, contiguous string of one or more 16-bit hextets consisting of all zeros and can only be used once

2001: 0db8: 0000: 1111: 0000: 0000: 0000: 0200

2001: db8:0: 11111 :: 200

31
New cards

anycast

any IPv6 unicast address that can be assigned to multiple devices, a packet sent to an anycast address is routed to the nearest device having that address

32
New cards

IPv6 global unicast addresses are globally unique and routable on the IPv6 internet

true