IP Addressing

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

1/138

flashcard set

Earn XP

Description and Tags

CompTIA+ Network Learning

Last updated 1:05 PM on 10/30/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

139 Terms

1
New cards

IP Address

An assigned numerical label used to identify internet communicating devices on a computer network.

2
New cards

Internet Protocol Address

Another term for IP address.

3
New cards

Layer 3

The layer of the OSI model where IP addresses are used and routers use them to send data between networks.

4
New cards

Layer 2

The layer of the OSI model where MAC addresses are used for devices within the same network or LAN.

5
New cards

MAC Address

A unique identifier assigned to network devices at the Layer 2 level.

6
New cards

OSI Model

A conceptual framework that standardizes the functions of a network into seven layers.

7
New cards

Mailing Address

An analogy used to explain how IP addresses work, comparing them to a home address for a computer.

8
New cards

ZIP Code

A numerical code used in the United States postal system to identify specific areas for mail delivery.

9
New cards

IPv4

Internet Protocol version 4, the most common type of IP addressing used in networks.

10
New cards

IPv6

Internet Protocol version 6, another type of IP addressing used in networks.

11
New cards

Objective 1.4

A learning objective in the course that focuses on configuring a subnet and using appropriate IP addressing schemes.

12
New cards

Objective 1.6

A learning objective in the course that focuses on explaining the use and purpose of network services.

13
New cards

Dotted decimal notation

A way of representing IP addresses using decimal numbers separated by periods, making it easier for humans to read and type.

14
New cards

True binary form

The binary representation of an IP address, where each octet is written as a string of 1s and 0s.

15
New cards

Subnet mask

A 32-bit number used to divide an IP address into a network portion and a host portion. It is often represented in dotted decimal notation and has continuous strings of ones or zeros.

16
New cards

Default Class C subnet mask

A subnet mask with the value 255.255.255.0, which is used for Class C IP addresses.

17
New cards

Network portion

The part of an IP address that identifies the network to which a device belongs.

18
New cards

Host portion

The part of an IP address that identifies a specific device within a network.

19
New cards

Class A address

An IP address with a first octet between 1 and 127, which has a default subnet mask of 255.0.0.0. It allows for 16.7 million possible host IP addresses on a single network.

20
New cards

Class B address

An IP address with a first octet between 128 and 191, which has a default subnet mask of 255.255.0.0. It allows for 65,536 possible host IP addresses on a single network.

21
New cards

Class C address

An IP address with a first octet between 192 and 223, which has a default subnet mask of 255.255.255.0. It allows for 256 possible host IP addresses on a single network.

22
New cards

Class D address

A special type of IP address used for multicasting or multicast routing, which does not have a default subnet mask assigned to it.

23
New cards

Class E address

A special type of IP address reserved for experimental purposes, which does not have a default subnet mask assigned to it.

24
New cards

Classful mask

The default subnet mask for a given class of IP address, which may not always be the most suitable one to use.

25
New cards

Network Address Translation (NAT)

A process where a router changes a private IP address into a public IP address when accessing the internet.

26
New cards

Private IP

IP addresses that can be used within local area networks and are not publicly routable. They include IP ranges such as 10.0.0.0, 172.16.0.0, and 192.168.0.0.

27
New cards

Public IP

IP addresses that can be directly accessed over the internet and assigned to a network by an internet service provider. They are globally managed by ICANN and are publicly routable.

28
New cards

Classless Inter-Domain Routing (CIDR)

A process of subnetting that allows for the creation of smaller networks with fewer hosts by using a classless subnet mask.

29
New cards

CIDR notation

A shorthand notation for representing IP addresses and subnet masks. It consists of writing the IP address followed by a slash and a number, representing the number of bits in the subnet mask.

30
New cards

Subnetting

The process of dividing a large network into smaller networks, allowing for more efficient use of IP addresses and better network management.

31
New cards

RFC 1918

A document that defines the ranges for private IP addresses, including IP ranges such as 10.0.0.0, 172.16.0.0, and 192.168.0.0.

32
New cards

Network Address Translation (NAT)

A process where a router changes a private IP address into a public IP address when accessing the internet.

33
New cards

Private IP

IP addresses that can be used within local area networks and are not publicly routable. They include IP ranges such as 10.0.0.0, 172.16.0.0, and 192.168.0.0.

34
New cards

Public IP

IP addresses that can be directly accessed over the internet and assigned to a network by an internet service provider. They are globally managed by ICANN and are publicly routable.

35
New cards

Intranet

A private network or local area network (LAN) within an organization.

36
New cards

Private IP

An IP address that is reserved for use within private networks, such as Class A (10.x.x.x), Class B (172.16.x.x - 172.31.x.x), and Class C (192.168.x.x) addresses.

37
New cards

Class A Address

An IP address that starts with "10" in the first octet, used for private networks.

38
New cards

Class B Address

An IP address that starts with "172.16" to "172.31" in the first two octets, used for private networks.

39
New cards

Class C Address

An IP address that starts with "192.168" in the first two octets, used for private networks.

40
New cards

Loopback Address

The IP address 127.0.0.1 used to send data to the host itself for testing network protocols.

41
New cards

APIPA

Automatic Private IP Addressing, dynamically assigned IP addresses (169.254.x.x) when a DHCP server is unavailable.

42
New cards

Virtual IP Address

An IP address that does not correlate to a physical network interface, used for network address translation, fault tolerance, and virtualization.

43
New cards

Sub-interfaces

Virtual interfaces created by dividing a physical interface into multiple logical interfaces, often used for inter-VLAN routing of traffic.

44
New cards

Unicast

A one-way conversation between two people, where data is transferred from one specific source to one specific destination.

45
New cards

Multicast

Data transfer from a specific source to multiple specific destinations, allowing communication with a group of recipients.

46
New cards

Broadcast

Data travels from a single source to all the sources on a destination network, reaching all devices connected to the network.

47
New cards

IP Address

A unique numerical label assigned to each device connected to a network, used for identification and communication.

48
New cards

Subnet Mask

A number used to divide an IP address into network and host portions, determining the size of the network.

49
New cards

Default Gateway

The IP address of the router used to connect a local network to other networks.

50
New cards

DNS Server

The server that converts domain names to IP addresses, allowing devices to connect to websites using human-readable names.

51
New cards

WINS

Windows Internet Name Service, used in Windows domains to convert NetBIOS names to IP addresses.

52
New cards

Static IP Assignment

Manually assigning IP addresses, subnet masks, default gateways, and DNS/WINS servers to devices on a network.

53
New cards

Dynamic IP Assignment

Automatically assigning IP addresses, subnet masks, default gateways, and DNS/WINS servers using DHCP (Dynamic Host Configuration Protocol).

54
New cards

DHCP

Dynamic Host Configuration Protocol, a network protocol used to automatically assign IP addresses and other network configuration information to devices.

55
New cards

BOOTP

Bootstrap Protocol, an older protocol used to dynamically assign IP addresses and load boot images over the network.

56
New cards

APIPA

Automatic Private IP Addressing, a feature that allows devices to assign themselves an IP address when a DHCP server is not available.

57
New cards

ZeroConf

Zero Configuration Networking, a set of technologies that allows devices to automatically discover and connect to each other on a local network without manual configuration.

58
New cards

DHCP

Dynamic Host Configuration Protocol that automatically assigns IP addresses and other required data to clients connecting to a network.

59
New cards

IP address management

The ability to track and monitor IP address usage and activity through logs.

60
New cards

APIPA

Automatic Private Internet Protocol Addressing, a self-assigned IP address that a client assigns to itself if it cannot reach a DHCP server.

61
New cards

ZeroConf

Zero Configuration or ZeroConf is a technology that assigns an IPv4 link-local address to a client and allows for name resolution and service discovery without the need for DNS.

62
New cards

Chart

A visual representation of the numbers 1, 2, 4, 8, 16, 32, 64, 128 used as positions in binary conversion.

63
New cards

Binary Conversion

The process of converting decimal numbers to binary numbers and vice versa.

64
New cards

Decimal Number

A number expressed in the base-10 system, which uses digits 0-9.

65
New cards

Binary Number

A number expressed in the base-2 system, which uses digits 0 and 1.

66
New cards

Subnetting

The process of dividing a large network into smaller networks using logical IP addressing.

67
New cards

Classful Subnet Mask

The default subnet mask for a class A, B, or C network, which may not be optimal for the subnet size.

68
New cards

Class A, B, and C Address

Different classes of IP addresses used for network identification.

69
New cards

Default Mask

The default subnet mask associated with a class A, B, or C network.

70
New cards

Slash Notation

A shorthand notation used to represent subnet masks by indicating the number of bits set to 1 in the mask.

71
New cards

Assignable IP Addresses

The number of IP addresses available for assignment in a subnet, excluding the network ID and broadcast ID.

72
New cards

Subnet

A smaller network created by borrowing host bits from the original network.

73
New cards

Slash notation

A shorthand notation used to represent the size of a subnet, indicated by the number of bits borrowed from the original network.

74
New cards

Networks

The number of subnets created when borrowing host bits from the original network.

75
New cards

IPs

The number of assignable IP addresses in each subnet.

76
New cards

Usable IPs

The number of IP addresses available for assignment to devices, excluding the network and broadcast addresses.

77
New cards

Network name

The first IP address in a subnet, used to identify the subnet.

78
New cards

Broadcast

The last IP address in a subnet, used to send data to all devices in the subnet.

79
New cards

CIDR notation

Classless Inter-Domain Routing notation, a shorthand notation used to summarize multiple subnets as a single route.

80
New cards

VLSM

Variable-Length Subnet Masking, a technique that allows subnets of different sizes to be used within a network.

81
New cards

Routing protocols

Protocols that support VLSM and allow for the routing of data between different subnets.

82
New cards

Subnetting chart

A chart that shows the relationship between CIDR notation, number of networks, and number of assignable IPs.

83
New cards

Point-to-point connection

A type of connection where only two devices are connected, typically requiring a /30 subnet with four IPs, two of which are usable.

84
New cards

Practice subnetting problems

Exercises that involve calculating subnets and assignable IPs within a given network range.

85
New cards

Variable-length subnetting problem

A subnetting problem that involves creating subnets of various sizes within a network.

86
New cards

VLSM

Variable Length Subnet Masking is a technique used in IP addressing to allocate different subnet sizes based on the number of IP addresses required by different departments or networks.

87
New cards

CIDR notation

Classless Inter-Domain Routing notation is used to represent the network address and subnet mask in a concise format, such as /24 or /27.

88
New cards

Subnet

A subnet is a logical division of an IP network that allows for better organization and management of network resources.

89
New cards

Network address

The first IP address in a subnet, which represents the network itself.

90
New cards

Broadcast address

The last IP address in a subnet, which is used to send data to all devices on the network.

91
New cards

Dump sheet

A sheet of paper or notes that test-takers are allowed to write on during an exam to help them remember important information.

92
New cards

Network administrator

A person responsible for managing and maintaining computer networks within an organization.

93
New cards

Private IP address

An IP address that is used within a private network and is not accessible from the internet.

94
New cards

Branch office

A smaller office or location of a company that is separate from the main headquarters.

95
New cards

Subnetting

The process of dividing a network into smaller subnetworks to improve performance and manageability.

96
New cards

Assignable IP's

The number of IP addresses that can be used within a network.

97
New cards

Network

The IP address that represents the network itself.

98
New cards

Broadcast

The IP address that represents all devices within the network.

99
New cards

Subnetting

The process of dividing a network into smaller subnetworks.

100
New cards

Subnet

A smaller network created by dividing a larger network.