Chapter 7

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/35

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:25 AM on 3/9/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards
OCTETS
The four 8-bit sections in an IPv4 address, separated by dots.
2
New cards
LOGICAL AND
A binary operation used to determine the network address from an IP address and subnet mask.
3
New cards
PREFIX LENGTH
Represents the number of bits used for the network portion of an IP address.
4
New cards
SLASH NOTATION
A shorthand representation of the prefix length, written as /n (e.g., /24).
5
New cards
NETWORK ADDRESS
The first address in an IP range, used to identify a network.
6
New cards
HOST ADDRESS
An IP address assigned to a device within a network.
7
New cards
BROADCAST ADDRESS
The last address in an IP range, used to send messages to all devices in the network.
8
New cards
DIRECTED BROADCAST
A message sent to all hosts in a specific network.
9
New cards
LIMITED BROADCAST
A message sent to all devices in the local network (255.255.255.255).
10
New cards
MULTICAST GROUP
A set of devices that receive the same data transmission using a multicast address.
11
New cards
PUBLIC IPv4
Addresses that are globally unique and routable on the internet.
12
New cards
PRIVATE IPv4 ADDRESSES
Addresses reserved for internal networks and not routable on the internet.
13
New cards
LINK-LOCAL ADDRESS (IPv4)
An address automatically assigned within 169.254.0.0/16 when no DHCP server is available.
14
New cards
TEST-NET ADDRESSES
Reserved addresses for documentation and examples (192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24).
15
New cards
CLASSFUL ADDRESSING
An old system dividing IP addresses into predefined classes (A, B, C, etc.).
16
New cards
CLASSLESS
Addressing that removes class restrictions, allowing flexible subnetting.
17
New cards
INTERNET ASSIGNED NUMBERS AUTHORITY (IANA)
The organization that oversees global IP address allocation.
18
New cards
REGIONAL INTERNET REGISTRIES (RIRs)
Organizations that manage IP address distribution within specific regions.
19
New cards
DUAL STACK
Allows a device to run both IPv4 and IPv6 simultaneously.
20
New cards
TUNNELING
Encapsulates IPv6 packets inside IPv4 for network compatibility.
21
New cards
NETWORK ADDRESS TRANSLATION 64 (NAT64)
Enables IPv6-only devices to communicate with IPv4 networks.
22
New cards
PREFERRED GLOBAL UNICAST ADDRESS (GUA)
A publicly routable IPv6 address used on the internet.
23
New cards
LINK-LOCAL (IPv6)
An automatically assigned address used for communication within the local network.
24
New cards
UNIQUE LOCAL
IPv6 addresses (FC00::/7) used for private networks.
25
New cards
GLOBAL ROUTING PREFIX
The first part of an IPv6 address, assigned by ISPs for network identification.
26
New cards
SUBNET ID
The portion of an IPv6 address used to divide a network into smaller segments.
27
New cards
INTERFACE ID
The unique identifier assigned to a device within an IPv6 subnet.
28
New cards
STATELESS DHCPv6
Provides only non-address configuration details, like DNS server information.
29
New cards
STATEFUL DHCPv6
Assigns IPv6 addresses and configuration details dynamically.
30
New cards
EXTENDED UNIQUE IDENTIFIER (EUI-64)
Generates an IPv6 interface ID using the MAC address.
31
New cards
ASSIGNED MULTICAST
Predefined IPv6 addresses used for specific network functions.
32
New cards
SOLICITED-NODE MULTICAST ADDRESS
Used for IPv6 neighbor discovery to find a device's MAC address.
33
New cards
ROUTER SOLICITATION (RS) MESSAGE
Sent by hosts to request IPv6 configuration from a router.
34
New cards
ROUTER ADVERTISEMENT (RA) MESSAGE
Sent by routers to provide IPv6 configuration to hosts.
35
New cards
NEIGHBOR SOLICITATION (NS) MESSAGE
Used in IPv6 to request the MAC address of another device.
36
New cards
NEIGHBOR ADVERTISEMENT (NA) MESSAGE
The response to an NS message, providing the requested MAC address.