CCNA1 IP Addressing Vocabulary

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

1/20

flashcard set

Earn XP

Description and Tags

Flashcards for CCNA1 IP Addressing

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

IPv4 Address Structure

A 32-bit address divided into 4 octets, each octet transformed into a base 10 number.

2
New cards

Binary to Decimal Conversion

Each bit corresponds to a power of 2 in big-endian notation; sum the powers of 2 corresponding to bits set to 1.

3
New cards

Decimal to Binary Conversion

Subtract powers of 2 from the number in descending order; if possible, the corresponding bit is set to 1.

4
New cards

Network Mask

Delimits the network and host portions of an IP address.

5
New cards

Network Portion

The portion of the IP address that identifies the LAN.

6
New cards

Host Portion

The portion of the IP address that identifies the station.

7
New cards

Network Mask Structure

First bits are 1, and the last bits are 0.

8
New cards

Prefix Notation

A shorthand notation indicating the number of bits in the network portion of the mask (e.g., /20).

9
New cards

Network Address

Cannot be assigned to a device; it's the first address in a space, with all bits in the host portion set to 0; calculated using a logical AND between an IP address and its mask.

10
New cards

Broadcast Address

Cannot be assigned to a device; it's the last address in a space, with all bits in the host portion set to 1; calculated using a logical OR between an IP address and the binary inverse of its mask.

11
New cards

Allocatable Address

Any address that is not a network or broadcast address and can be assigned to a device.

12
New cards

Classful Addressing

Initial method of dividing IP addresses into classes, where class membership depends on the first octet of the IP address.

13
New cards

Private IP Addresses

Addresses that are not routed on the internet and only needs to be unique within the LAN.

14
New cards

Classless Addressing

The masks do not have a pre-established length.

15
New cards

Static Assignment

Manual IP configuration.

16
New cards

Dynamic Assignment

Automatic IP configuration.

17
New cards

IANA

Internet Assigned Numbers Authority

18
New cards

RIR

Regional Internet Registries

19
New cards

ISP

Internet Service Provider

20
New cards

Ping

Used to test connectivity to localhost, default gateway, and external networks.

21
New cards

Traceroute

Determines the route from one device to another, using the TTL/Next Hop field.