topic 6B : ipv4 addressing (II) Flashcards

(17 cards)

1
Q

network address

A
  • first address of a network/subnet
  • convert all the host bits to 0
  • identity address for the subnet
  • cannot be assigned to network interfaces (cannot be used as an IP address for a device in the network)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

broadcast address

A
  • convert all the host bits to 1
  • used to send data to all hosts
  • cannot be assigned to network interfaces (cannot be used as an IP address for a device in the network)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

first and last host address

A
  • usable range which can be assigned to network interfaces
  • network address + 1 = first host address
  • broadcast address - 1 = last host address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

formula for number of hosts/size of the subnet

A

number of usable hosts = 2^h - 2
where h = number of host bits

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

unicast transmission

A

the process of sending a packet from one host to an individual host

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

broadcast transmission

A

the process of sending a packet from one host to all hosts in the network
! : routers do not forward a limited broadcast

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

multicast transmission

A

the process of sending a packet from one host to a group of hosts in the network which subscribes to a special range of addresses (known as multicast addresses)

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

private ipv4 ranges

A

hosts that do not require direct access to the internet can use private addresses
- 10.0.0.0 to 10.255.255.255 (10.0.0.0/8)
- 172.16.0.0 to 172.31.255.255 (172.16.0.0/12)
- 192.168.0.0 to 192.168.255.255 (192.168.0.0/16)

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

public address blocks

A

most other addresses (outside of the private address ranges) are publicly accessible from the internet

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

special ipv4 addresses (1)

A

1) network and broadcast addresses : within each network the first and last addresses cannot be assigned to hosts

2) loopback addresses : 127.0.0.1 is a special address that hosts use to direct traffic to themselves
(127.0.0.0 to 127.255.255.255 are reserved)

3) link-local address : 169.254.0.0 to 169.254.255.255 (169.254.0.0/16) addresses can be automatically assigned to the local host

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

special ipv4 addresses (2)

A

4) TEST-NET addresses : 192.0.2.0 to 192.0.2.255 (192.0.2.0/24) set aside for teaching and learning purposes

5) experimental addresses : 240.0.0.0 to 255.255.255.254 are listed as reserved

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

Class A addresses

A
  • uses a fixed /8 prefix : 8-bit network and 24 bits for hosts
  • only 128 possible class A networks = 0.0.0.0 /8 to 127.0.0.0 /8
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

class B addresses

A
  • uses a fixed /16 prefix : 16-bit network and 16 bits for hosts
  • address block for class B = 128.0.0.0/16 to 191.255.0.0 /16
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

class C addresses

A
  • uses a /24 prefix : 24-bit network and 8 bits for hosts
  • address block for class C = 192.0.0.0 /24 to 223.255.255.0 /24
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

problems of legacy classful addressing

A
  • insufficient for modern world
  • a company that needs 260 addresses will be assigned a class B block which leads to wastage of many addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

classless addressing

A
  • formal name is CIDR (classless inter-domain routing)
  • created a new set of standards that allow service providers to allocate ipv4 addresses on any address bit boundary (prefix length)
17
Q

classless ipv4 addressing

A
  • newer technology
  • subnet mask determines the network portion and the host portion
  • value of first octet does not matter
  • currently used within the internet and in the most internal networks