Networking
Kinda like a street address, just cooler
- IP Address Classes (NOTE: if you look on the first terms of the ranges, the difference between two consecutive ones is 2^7-1, then 2^6, 2^5 and 2^4)

- Private Address Space:

- The first address of a subnet is the Network address, while the last one is the Broadcast.
Questions
- How many categories of IPv4 addresses are there?
A: 5
- Which type is for research? Looking for a letter rather than a number here
A: E
- How many private address ranges are there?
A: 3
- Which private range is typically used by businesses?
A: A
- There are two common default private ranges for home routers, what is the first one?
A: 192.168.0.0
- How about the second common private home range?
A: 192.168.1.0
- How many addresses make up a typical class C range? Specifically a /24
A: 256
- Of these addresses two are reserved, what is the first addresses typically reserved as?
A: network
- The very last address in a range is typically reserved as what address type?
A: broadcast
- A third predominant address type is typically reserved for the router, what is the name of this address type?
A: gateway
- Which address is reserved for testing on individual computers? (Hint: This is sometimes reffered to as the loopback address)
A: 127.0.0.1
- A particularly unique address is reserved for unroutable packets, what is that address? This can also refer to all IPv4 addresses on the local machine. (Hint: This is typically seen within the context of servers, it’s before the A range.)
A: 0.0.0.0 (the default route)
Binary to Decimal
- an IP address consists of 32 bits (8 bytes) split up into 4 sections
Questions
- 1001 0010
A: 146
- 0111 0111
A: 119
- 1111 1111
A: 255
- 1100 0101
A: 197
- 1111 0110
A: 246
- 0001 0011
A: 19
- 1000 0001
A: 129
- 0011 0001
A: 39
- 0111 1000
A: 120
- 1111 0000
A: 240
- 0011 1011
A: 59
- 0000 0111
A: 7
Decimal to Binary
Questions
- 238
A: 11101110
- 34
A: 00100010
- 123
A: 01111011
- 50
A: 00110010
- 255
A: 11111111
- 200
A: 11000100
- 10
A: 00001010
- 138
A: 10001010
- 1
A: 00000001
- 13
A: 00001101
- 250
A: 11111010
- 114
A: 01110010
Address Class Identification
Questions
- 10.240.1.1
A: A
- 150.10.15.0
A: B
- 192.14.2.0
A: C
- 148.17.9.1
A: B
- 193.42.1.1
A: C
- 126.8.156.0
A: A
- 220.200.23.1
A: C
- 230.230.45.58
A: D
- 177.100.18.4
A: B
- 119.18.45.0
A: A
- 117.89.56.45
A: A
- 215.45.45.0
A: C