subnetting Flashcards

1
Q

IP address

A

A dotted decimal number that is
unique to the network.
192.168.1.150

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

Subnet mask

A

A dotted decimal number that
identifies the host and network
portions of the IP address.
255.255.255.0

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

Default gateway

A
The dotted decimal number that 
corresponds to the network 
device that connects the hosts on 
the current network to another 
network.
192.168.1.1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Bit A bit is one binary digit, either a 1 or a 0.

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

Byte A byte is 7 or 8 bits, depending on whether parity is used. For the rest of this chapter, always
assume a byte is 8 bits.

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

Octet An octet, made up of 8 bits, is just an ordinary 8-bit binary number. In this chapter, the terms
byte and octet are completely interchangeable, and they are typically displayed in decimal up to 255.

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

Octet An octet, made up of 8 bits, is just an ordinary 8-bit binary number. In this chapter, the terms
byte and octet are completely interchangeable, and they are typically displayed in decimal up to 255.

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

Reserved as private IP addresses:

A

Class A: 10.0.0.0 to 10.255.255.255
Class B: 172.16.0.0 to 172.31.255.255
Class C: 192.168.0.0 to 192.168.255.255

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

Subnet mask

A

Separates network and host (device) bits in an IPv4 address
A string of ones followed by some number of zeroes, always totaling exactly 32 bits, typed
into every TCP/IP host.

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

255.0.0.0 (Class A)

A

1 to 127, with some being reserved

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

255.255.0.0 (Class B)

A

128 to 191

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

255.255.255.0 (Class C)

A

192 to 223

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

Default Gateway

A

An IP address assigned to a router that forwards remote traffic from its local subnet to remote
networks.

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

IPv6 Characteristics

A

An addressing scheme that uses a 128-bit binary address space
340 trillion, trillion, trillion addresses
You can omit any leading zeros from the address notation
You can compress a contiguous set of 0 blocks by using the double colon notation :: (can only
be used for 1 set per IPv6 address)

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

Unicast

A
• Packet sent to a multicast 
address is delivered to all 
interfaces in the group.
• Targeted message goes only to 
members of the multicast group.
• Replaces IPv4 broadcast 
addressing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Anycast

A
• Data goes from a server to the 
nearest host in an anycast 
group.
• Host imitates another anycast 
and sends data to the next 
nearest host, until all hosts in 
the anycast group have the data.
17
Q

Address length

A

IPv4 addresses use 32 bits, whereas IPv6 addresses

use 128 bits.