1.4 Flashcards

(13 cards)

1
Q

Binary to Decimal

A

Start at 1 on the right and then double to 128

128-64-32-16-8-4-2-1

Write out binary number below the conversion numbers. For every 1 in the binary, bring down the conversion number. Add all the conversion numbers together.

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

Decimal to Binary

A

Start at 1 on the right and then double to 128 going left

128-64-32-16-8-4-2-1

Starting at the left:
Can the decimal be taken from the conversion number? If yes, place a 1 and determine the difference. If no, place a 0 and bring the decimal down the line. If you placed a 1, bring the difference to the next spot and repeat.

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

Subnet Mask

A

Used by the local device to determine what subnet it’s on

The subnet mask isn’t usually transmitted across the network so you will have to ask.

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

Default Gateway

A

Router IP address

The default gateway must be on the same local subnet

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

Loopback Address

A

Address to yourself

127.0.0.1 through 127.255.255.254

An easy way to self reference and determine if the TCP/IP stack is working properly.

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

Reserved Addresses

A

Set aside for future use or testing

240.0.0.1 through 255.255.255.254

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

Virtual IP addresses (VIP)

A

Not associated with a physical network adapter

Virtual machines, internal router address

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

Classful Subnetting

A

Class A 255.0.0.0 - 8N/24H
Class B 255.255.0.0 - 16N/16H
Class C 255.255.255.0 - 24N/8H

Wasn’t efficient, not used since ‘93
Still used in conversion, “that’s a class C subnet”

Used as a starting point when subnetting

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

Default Subnet Classes

A

Class A: 1-126, 255.0.0.0
Class B: 128-191, 255.255.0.0
Class C: 192-223, 255.255.255.0

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

Subnet Construction

A

First IP of a subnet is Network address, all host bits are 0 (0 decimal)

First usable IP is the 1+network address
Last usable is broadcast-1

Last IP of a subnet is a broadcast address, all host bits are 1 (255 decimal)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
Subnet calculations (Classful)
10.74.222.11
A

Class A so default subnet mask is 255.0.0.0

10/./74.222.11——Network//Host

Network address 10.0.0.0 (all host bits 0)
First usable 10.0.0.1
Broadcast 10.255.255.255 (all host bits 1)
Last usable 10.255.255.254

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

Subnet Mask and CIDR

A

255.255.255.0
/24 - 24 bits in the subnet mask
1111111+1111111+1111111+00000000=24

255.255.0.0
/16
11111111+11111111+00000000+00000000=16

11111111+11111111+11111111+11000000=26
/26

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

Subnet Binary to Decimal

Quick Chart

A
00000000 = 0 (+128)
10000000 = 128 (+64)
11000000 = 192 (+32)
11100000 = 224 (+16)
11110000 = 240
11111000 = 248
11111100 = 252
11111110 = 254
11111111 = 255
How well did you know this?
1
Not at all
2
3
4
5
Perfectly