week 8 Flashcards

1
Q

what is the formula to calculate no of host s

A

2^host bits - 2

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

what does subnet mask/prefix determine

A

size of the subnet

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

how many ways can a host communicate in ipv4 network

A

3 ways

unicast
multicast
broadcast

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

what is unicast

A

it is the process of sending packets from 1 host to an individual host

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

what is broadcast

A

it is the process of sending a packet from 1 host to all hosts in the network

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

routers do not forward a __________-

A

limited broadcast

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

what is multicast

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 address

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

what are private ip address blocks

A

hosts that do not require direct access to the internet can use private addresses

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

examples of private ip

A
  • 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
10
Q

what are public ip blocks

A

most of the addresses which are publicly accessible from the internet

some addresses are set aside for special purposes

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

what are the different types of special IPv4 addresses

A

network and broadcast address - first and last addresses within a network

loopback address - 127.0.0.1 is a special address that hosts use to direct traffic to themselves (addresses 127.0.0.1 and 127.255.255.255)

link local address - 169.254.0.0 to 169.254.255.255 are automatically assigned to local host

TEST-net address - 192.0.2.0 to 192.0.2.255 are set aside for teaching and learning purposes, used in documentation and network examples

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

what is class A address

A
  • -> uses a prefix of /8
  • -> most significant bit of a higher order octet is a 0 ([0]0000000 - [0]1111111)
  • -> this means that there are only 128 possible class A networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is a class B address

A
  • -> uses a fixed /16 prefix
  • -> the most significant bits of the higher order octet is 10 ([10]000000 - [10]111111)
  • -> The address block for class B is 128.0.0.0/16 to 192.255.0.0/16
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a class C address

A
  • -> uses a /24 prefix
  • -> it uses only the last octet as host addresses with the three high order octets used for the network address
  • ->The most significant 3 bits of the higher order octet is 110 ([110]00000 - [110]111111)
  • -> The address block is 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

what are the problems with legacy classful addressing

A
  • -> there are not more than 128 class A blocks, 16384 class B blocks and 2,097,150 Class C blocks
  • -> Insufficient for the modern world
  • -> A company that needs 260 addresses will be assigned class B block which will lead to wastage of many addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is classless addressing also called

A

classless interdomain routing (CIDR)

17
Q

what is the purpose of CIDR

A

created a new set of standards that allowed service providers to allocate IPv4 addresses on any address bit boundary instead of class A,B or C addres

18
Q

what determines the network and host portion

A

subnet mask

19
Q

__________ does not matter in CIDR

A

value of the first octet

20
Q

where is CIDR used

A

used within the internet and in most internal networks