Binary Number System Flashcards

1
Q

Binary Number System

A

*Binary numbering consists of 1s and 0s (bits).

*Decimal numbering includes digits 0 through 9.

*Hosts, servers, and network equipment use binary addresses.

*Addresses are 32-bit strings divided into four octets.

*Each octet contains 8 bits (1 byte) separated by dots.

*Dotted notation is converted to dotted decimal for human use.

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

Binary Positional Notation

A

*Positional notation: digit’s value depends on its position.

*Decimal positional notation: powers of 10.

*Binary positional notation: powers of 2.

*Convert binary to decimal using positional values and multiplication.

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

Convert Binary to Decimal

A

*Convert binary to decimal using positional values.
Example: Convert 11000000.10101000.00001011.00001010.

*Calculate each octet’s decimal value.

*Combine results to form dotted decimal IPv4 address.

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

Decimal to Binary Conversion

A

*Convert decimal to binary using positional values.
Example: Convert decimal 168 to binary.

*Determine if each positional value is needed.

*Subtract values to determine the next step.

*Write binary digits accordingly.

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

IPv4 Addresses

A

*Routers and computers understand binary.

*Humans use decimal.

*Networking requires understanding both systems.

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

Hexadecimal Number System

A

*Hexadecimal (hex) base-16 system.

*Uses digits 0-9 and letters A-F.

*Convenient for representing binary values.

*Used for IPv6 addresses and MAC addresses.

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

Hexadecimal and IPv6 Addresses

A

*IPv6 addresses use hexadecimal representation.

*Every 4 bits = 1 hexadecimal digit.

*IPv6 addresses have 32 hexadecimal values.

*Preferred writing: each X represents four hex values.

*Each group of four hex characters is a hextet.

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