CTI-120-01BL Network & Sec Foundations Chapter 6

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/44

flashcard set

Earn XP

Description and Tags

Chapter 6

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

45 Terms

1
New cards

6to4

An IPv4-to-IPv6 transition protocol that provides automatic tunneling of IPv6 traffic over an IPv4 network. It can handle host-to-router or router-to-host tunneling but is most often used to create a router-to-router tunnel.

2
New cards

address registry

A regional organization that administers IP addresses.

3
New cards

all DHCP servers multicast group

An IPv6 multicast address with the value ff02::1:2. Packets with this destination address are processed by all DHCPv6 servers on the subnet.

4
New cards

all nodes multicast group

An IPv6 multicast address with the value ff02::1. Packets with this address in the IPv6 destination address field are processed by all IPv6 nodes on the subnet. This multicast address replaces the broadcast address found in IPv4

5
New cards

anycast addresses

An address type used in IPv6 to allow a one-to-many relationship between source and destination; the packet is delivered to only one of the possible destination computers.

6
New cards

automatic private IP addressing (APIPA)

A process that uses a private range of IP addresses assigned to an APIPA-enabled computer automatically when an IP address is requested via DHCP, but no DHCP server responds to the request.

7
New cards

CIDR notation

A method of expressing an IP address in the format A.B.C.D/n; n is the number of 1 bits in the subnet mask or the number of bits in the network ID.

8
New cards

classful addressing

The use of IP addresses with their default subnet masks according to their address class: A, B, or C.

9
New cards

classless interdomain routing (CIDR)

A method of IP addressing in which the network and host IDs are determined by a prefix number that specifies how many bits of the IP address are network bits; the remaining bits are host bits.

10
New cards

content delivery networks (CDNs)

A group of servers that are geographically dispersed that cache Internet content for quick delivery to users.

11
New cards

dotted decimal notation

The format for expressing an IPv4 address; it’s four decimal numbers separated by periods.

12
New cards

dual IP layer architecture

The current architecture of the IPv6 protocol in Windows, in which both IPv4 and IPv6 share the other components of the stack.

13
New cards

duplicate address detection (DAD)

An IPv6 function that uses NDP to determine if an address is already in use by another node.

14
New cards

extended unique identifier (EUI)-64 interface ID

An autoconfigured IPv6 host address that uses the MAC address of the host plus an additional 16 bits.

15
New cards

global IPv6 unicast adresses

IPv6 addresses that are accessible on the public Internet and can be routed.

16
New cards

host address space

The number of addresses available in an IP network number that can be assigned to hosts.

17
New cards

intra-site automatic tunnel addressing protocol (ISATAP)

An automatic tunneling protocol used to transmit IPv6 packets between dual IP layer hosts across an IPv4 network.

18
New cards

IP prefix

A value used to express how many bits of an IP address are network ID bits. The value is usually preceded by a forward slash (/), as in 192.168.1.24/27; in this example, 27 is the IP prefix.

19
New cards

IPv4 address

A 32-bit dotted decimal address containing a network ID, which specifies the network the computer is on, and a host ID, which uniquely identifies the computer on that network.

20
New cards

link-local address

An IP address that can be used to communicate only on the local subnet. It can’t be routed to other networks.

21
New cards

link-local IPv6 address

Similar in function to the IPv4 APIPA addresses, link-local IPv6 addresses begin with fe80, are self-configuring, and can’t be routed.

22
New cards

local host

A reserved name that corresponds to the loopback address in an IP network.

23
New cards

logical AND operation

A binary operation in which there are two operands; the result is 0 if either operand is 0 and 1 if both operands are 1.

24
New cards

loopback address

An address that always refers to the local computer; in IPv4, it’s 127.0.0.1, and in IPv6 it’s ::1. This address is used to test TCP/IP functionality on the local computer.

25
New cards

metric

A numeric value that tells the router how “far away” the destination network is. It can be composed of values such as the bandwidth of links between the source and destination, the hop count, and the link’s reliability.

26
New cards

multicast address

An address that identifies a group of computers running a multicast application.

27
New cards

multicasting

A network communication in which a packet is addressed so that more than one destination can receive it.

28
New cards

multihomed server

A server with two or more NICs, each attached to a different IP network. Each NIC is assigned a network connection and requires its own IP address.

29
New cards

neighbor discovery protocol (NDP)

An IPv6 protocol based on ICMPv6 that is used to discover the MAC address of IPv6 devices on the local subnet.

30
New cards

network address translation (NAT)

A service that translates a private IP address to a public IP address in packets destined for the Internet, and then translates the public IP address in the reply to the private address. Used to allow using private IP addresses while connected to the Internet.

31
New cards

octect

An 8-bit value; a number from 0 to 255 that’s one of the four numbers in a dotted decimal IP address.

32
New cards

port address translation (PAT)

An extension of NAT, and a service that allows several hundred workstations to access the Internet with a single public Internet address by using Transport-layer port numbers to differentiate each host conversation.

33
New cards

router advertisement

An IPv6 multicast message sent to all nodes on the subnet letting the nodes know about IPv6 address information. Can be sent in response to a router solicitation or periodically by the router.

34
New cards

router solicitation

An IPv6 multicast message sent by an IPv6 node to all routers on the subnet so the node can get information about IPv6 address configuration from the router. Routers respond with a router advertisement.

35
New cards

solicited-node IPv6 multicast

An IPv6 multicast address with the format ff02::1:ffxx:xxxx. The xx:xxxx is the last 24 bits of the target node’s IPv6 address. The packet is delivered to all nodes on the subnet, but only the node that has an IPv6 address that matches the last 24-bits of the multicast will process the request and respond by replying with its MAC address.

36
New cards

stateful autoconfiguraton

An IPv6 address autoconfiguration mode in which a node contacts a DHCPv6 server to get its IPv6 address configuration information, It is called stateful because the DHCPv6 server keeps track of the addresses assigned to nodes.

37
New cards

stateless autoconfiguration

An IPv6 address autoconfiguration mode in which a node listens for router advertisement messages from a local router to discern its IPv6 address configuration information. It is called stateless because there is no device keeping track of node address configuration.

38
New cards

subnet

A subdivision of an IP network address space.

39
New cards

submask

A 32-bit dotted decimal number, consisting of a contiguous series of binary 1 digits followed by a contiguous series of binary 0 digits, that determines which part of an IP address is the network ID and which part is the host ID.

40
New cards

subnetting

A process that reallocates bits from an IP address’s host portion to the network portion, creating multiple smaller address spaces.

41
New cards

supernetting

A process that reallocates bits from an IP address’s network portion to the host portion, effectively combining smaller subnets into a larger supernet.

42
New cards

teredo

An automatic IPv6-over-IPv4 tunneling protocol that solves the problem of 6to4’s requirement of a public IPv4 address and the inability to traverse NAT routers.

43
New cards

tunneling

A network protocol technique that allows transmitting a packet in a format that would otherwise be incompatible for the network architecture by encapsulating the packet in a compatible header format.

44
New cards

unicast address

An address in a unit of network data intended for a single destination device.

45
New cards

unique local IPv6 address

An address for devices on a private network that can’t be routed on the Internet.