Day 08 Flashcards - IPv4 Addresses (Part 2)

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

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:18 PM on 2/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

What is the formula to calculate the maximum number of hosts in a network?

(2^n)-2 (n = number of host bits)

2
New cards

Which IPv4 address class contains a total of 128 networks?

Class A

3
New cards

Which IPv4 address class contains a total of 16,384 networks?

Class B

4
New cards

Which IPv4 address class contains a total of 2,097,152 networks?

Class C

5
New cards

Which IPv4 address class allows a total of 16,777,214 hosts per network?

Class A

6
New cards

Which IPv4 address class allows a total of 65,534 hosts per network?

Class B

7
New cards

Which IPv4 address class allows a total of 254 hosts per network?

Class C

8
New cards

If an interface has the shutdown command applied to it, what will the 'status' column of show ip interface brief display?

administratively down

9
New cards

The 'Status' field of the show ip interface brief command shows the Layer [...] status of the interface.

1

10
New cards

The 'Protocol' field of the show ip interface brief command shows the Layer [...] status of the interface.

2

11
New cards

The '[...]' field of the show ip interface brief command shows the Layer 1 status of the interface.

Status

12
New cards

The '[...]' field of the show ip interface brief command shows the Layer 2 status of the interface.

Protocol

13
New cards

Interfaces on Cisco [device type] are administratively down by default.

routers

14
New cards

Interfaces on Cisco [device type] are NOT administratively down by default.

switches

15
New cards

"Command to configure an IP address on an interface: R1(config-if)# [...]"

"ip address ip-address subnet-mask ie. R1(config-if)# ip address 192.168.0.254 255.255.255.0"

16
New cards

"Command to configure a description on an interface: R1(config-if)# [...]"

"description description ie. R1(config-if)# description ## to SW1 ##"

17
New cards

"Display the configured description of each interface on a router: R1# [...]"

show interfaces description