Respuesta :
Answer:
The correct answer is 254
Explanation:
Subnet is a logical partition of an IP address network into multiple smaller network segments.
IP address : Internet protocol address is a unique identifier for every machine using the internet.
199.2.1.0/24. the part /24 means prefix length. It represents the number of consecutive 1's in the subnet mask.
The IP range of the last available network once I subnet is : 199.2.1.224 - 199.2.1.255
The IP address of my company is given as 199.2.1.0/24
The IP address 199.2.1.0/24 needs [tex]5[/tex] networks.
[tex]128 \ \ 64 \ \ 32 \ \ 16 \ \ 8 \ \ 4 \ \ 2 \ \ 1[/tex]
[tex]0 \ \ 0 \ \ 0 \ \ 0 \ \ 0 \ \ 0 \ \ 1 \ \ 0 \ \ 1[/tex] = [tex]5[/tex] in binary
Now we need to borrow [tex]3[/tex] bits for the # of networks.
The new Subnet Mask = [tex]255.255.255.11100000 (224)[/tex] [tex]\text{or}\ /27[/tex]
Increment = [tex]32[/tex]
[tex]2^3[/tex] [tex]= #[/tex] # of networks = [tex]8[/tex]
[tex]2^5 - 2[/tex] = # of hosts per network = [tex]30[/tex]
All the 8 IP ranges are :
[tex]199.2.1.0 - 199.2.1.31[/tex]
[tex]199.2.1.32 - 199.2.1.63[/tex]
[tex]199.2.1.64 - 199.2.1.95[/tex]
[tex]199.2.1.96- 199.2.1.127[/tex]
[tex]199.2.1.128 - 1.159[/tex]
[tex]199.2.1.160 - 199.2.1.191[/tex]
[tex]199.2.1.192 -199.2.1.223[/tex]
[tex]199.2.1.224 - 199.2.1.255[/tex]
Hence the IP range of the last available network is 199.2.1.224 - 199.2.1.255
Learn More :
https://brainly.com/question/21864346
https://brainly.com/question/24930846
