IPv4 Addresses and Cisco Configuration

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

1/15

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts related to IPv4 addresses and Cisco device configuration.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Class A IP Range

0.0.0.0 to 127.255.255.255, usable range is 1.0.0.0 to 126.255.255.255, allows for 16,777,214 hosts.

2
New cards

Class B IP Range

128.0.0.0 to 191.255.255.255, allows for 65,534 hosts.

3
New cards

Class C IP Range

192.0.0.0 to 223.255.255.255, allows for 254 hosts.

4
New cards

Network Address

The first address in a subnet, represents the network itself, where all host bits are 0.

5
New cards

Broadcast Address

The last address in a subnet, used to communicate with all hosts in the network, where all host bits are 1.

6
New cards

Usable Addresses

Total addresses in a subnet minus network and broadcast addresses.

7
New cards

Subnet Mask

Defines the network and host portions of an IP address, expressed in dotted decimal or prefix notation (e.g., /24).

8
New cards

Maximum Number of Hosts Formula

Calculated as 2^N - 2, where N is the number of host bits.

9
New cards

First Usable Address Calculation

Add 1 to the network address.

10
New cards

Last Usable Address Calculation

Subtract 1 from the broadcast address.

11
New cards

CLI Command to Check Interface Status

'show ip interface brief', displays IP address and status of interfaces.

12
New cards

Command to Enter Interface Configuration Mode

'interface [interface name]', e.g., 'interface G0/0'.

13
New cards

Enabling an Interface Command

'no shutdown', used to activate a deactivated interface.

14
New cards

Description Command for Interfaces

'description [text]', used to label the purpose of an interface.

15
New cards

Layer 1 Status

Indicates if the interface is up and physically connected.

16
New cards

Layer 2 Status

Indicates if Layer 2 protocol is functioning properly on the interface.