2.10 - Implement IP version 4 (IPv4) addressing, subnetting, and variable-length subnet masking (VLSM) Flashcards

1
Q

What is the maximum possible size of an IP Packet?

A

65,535 octets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What IP addresses are in the Class A range?

A

0.0.0.0 - 127.255.255.255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What IP addresses are in the Class B range?

A

128.0.0.0 - 191.255.255.255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What IP addresses are in the Class C range?

A

192.0.0.0 - 223.255.255.255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can you determine a Class A address in binary?

A

The left most bit of the entire 32-bit string is always 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can you determine a Class B address in binary?

A

The left most bit of the entire 32-bit string is always 1 and the second bit is 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can you determine a Class C address in binary?

A

The first 2 bits of the entire 32-bit string are set to 1 while the third bit is 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What IP addresses are defined by RFC 1918

A

10.0.0.0/8, 172.16.0.0/12 & 192.168.0.0/16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you enable proxy ARP?

A

router(config-if)# ip proxy-arp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you disable proxy ARP?

A

router(config-if)# no ip proxy-arp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the default age of ARP entries on Cisco devices?

A

Four hours (14,400 seconds)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the command to change the ARP timeout on a Cisco device?

A

router(config-if)# arp timeout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the command to enter a static ARP entry on a cisco device?

A

router(config)# arp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the command to clear the ARP cache on a Cisco device?

A

clear arp-cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Describe proxy ARP.

A

Sometimes called promiscuous ARP, it allows a router to pose as a device on a connected network and reply to devices that do not have default gateways set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Describe gratuitous ARP.

A

An ARP request sent with the senders IP address in the target address field.

17
Q

Describe IP redirects.

A

Used to tell hosts to use a different gateway to reach an IP address.

18
Q

What ICMP type is a redirect?

A

ICMP type 5

19
Q

How do you disable IP redirects?

A

router(config-if)# no ip redirects

20
Q

What fields in the IP header are used for fragmentation?

A

Flags and fragment offset

21
Q

What is TTL?

A

Time to Live

22
Q

How is TTL calculated?

A

Every router decrements the value by one, once value reaches 0 the packet is discarded.

23
Q

What command changes load sharing to be by destination on a cisco router?

A

router(config)#ip load-sharing per-destination

24
Q

What command changes load sharing to be by packet on a cisco router?

A

router(config)#ip load-sharing per-packet

25
Q

What is the command to determine the type of load sharing on an interface?

A

show cef interface

26
Q

What is the command to enable process switching on a cisco?

A

no ip route-cache