Question

In: Computer Science

Enter the network address of the subnet to which the host 222.242.88.128/28 belongs. Please show work.

Enter the network address of the subnet to which the host 222.242.88.128/28 belongs.

Please show work.

Solutions

Expert Solution

222.242.88.128

Explanation:
-------------
IP Address: 222.242.88.128
----------------------------------------
Let's first convert this into binary format
222.242.88.128
Let's convert all octets to binary separately
Converting 222 to binary
Divide 222 successively by 2 until the quotient is 0
   > 222/2 = 111, remainder is 0
   > 111/2 = 55, remainder is 1
   > 55/2 = 27, remainder is 1
   > 27/2 = 13, remainder is 1
   > 13/2 = 6, remainder is 1
   > 6/2 = 3, remainder is 0
   > 3/2 = 1, remainder is 1
   > 1/2 = 0, remainder is 1
Read remainders from the bottom to top as 11011110
So, 222 of decimal is 11011110 in binary
222 in binary is 11011110

Converting 242 to binary
Divide 242 successively by 2 until the quotient is 0
   > 242/2 = 121, remainder is 0
   > 121/2 = 60, remainder is 1
   > 60/2 = 30, remainder is 0
   > 30/2 = 15, remainder is 0
   > 15/2 = 7, remainder is 1
   > 7/2 = 3, remainder is 1
   > 3/2 = 1, remainder is 1
   > 1/2 = 0, remainder is 1
Read remainders from the bottom to top as 11110010
So, 242 of decimal is 11110010 in binary
242 in binary is 11110010

Converting 88 to binary
Divide 88 successively by 2 until the quotient is 0
   > 88/2 = 44, remainder is 0
   > 44/2 = 22, remainder is 0
   > 22/2 = 11, remainder is 0
   > 11/2 = 5, remainder is 1
   > 5/2 = 2, remainder is 1
   > 2/2 = 1, remainder is 0
   > 1/2 = 0, remainder is 1
Read remainders from the bottom to top as 1011000
So, 88 of decimal is 1011000 in binary
88 in binary is 01011000

Converting 128 to binary
Divide 128 successively by 2 until the quotient is 0
   > 128/2 = 64, remainder is 0
   > 64/2 = 32, remainder is 0
   > 32/2 = 16, remainder is 0
   > 16/2 = 8, remainder is 0
   > 8/2 = 4, remainder is 0
   > 4/2 = 2, remainder is 0
   > 2/2 = 1, remainder is 0
   > 1/2 = 0, remainder is 1
Read remainders from the bottom to top as 10000000
So, 128 of decimal is 10000000 in binary
128 in binary is 10000000

=====================================================================================
||    222.242.88.128 in binary notation is 11011110.11110010.01011000.10000000    ||
=====================================================================================

Subnet mask is /28

For Calculating network ID, keep first 28 bits of 11011110.11110010.01011000.10000000 and set all remaining bits to 0.
so, network ID in binary is 11011110.11110010.01011000.10000000
11011110.11110010.01011000.10000000:
----------------------------------------
11011110.11110010.01011000.10000000
Let's convert all octets to decimal separately
Converting 11011110 to decimal
Converting 11011110 to decimal
11011110
=> 1x2^7+1x2^6+0x2^5+1x2^4+1x2^3+1x2^2+1x2^1+0x2^0
=> 1x128+1x64+0x32+1x16+1x8+1x4+1x2+0x1
=> 128+64+0+16+8+4+2+0
=> 222
11011110 in decimal is 222

Converting 11110010 to decimal
Converting 11110010 to decimal
11110010
=> 1x2^7+1x2^6+1x2^5+1x2^4+0x2^3+0x2^2+1x2^1+0x2^0
=> 1x128+1x64+1x32+1x16+0x8+0x4+1x2+0x1
=> 128+64+32+16+0+0+2+0
=> 242
11110010 in decimal is 242

Converting 01011000 to decimal
Converting 01011000 to decimal
01011000
=> 0x2^7+1x2^6+0x2^5+1x2^4+1x2^3+0x2^2+0x2^1+0x2^0
=> 0x128+1x64+0x32+1x16+1x8+0x4+0x2+0x1
=> 0+64+0+16+8+0+0+0
=> 88
01011000 in decimal is 88

Converting 10000000 to decimal
Converting 10000000 to decimal
10000000
=> 1x2^7+0x2^6+0x2^5+0x2^4+0x2^3+0x2^2+0x2^1+0x2^0
=> 1x128+0x64+0x32+0x16+0x8+0x4+0x2+0x1
=> 128+0+0+0+0+0+0+0
=> 128
10000000 in decimal is 128

======================================================================================
||    11011110.11110010.01011000.10000000 in decimal notation is 222.242.88.128    ||
======================================================================================
=============================================
||    So, Network ID is 222.242.88.128    ||
=============================================

Related Solutions

Enter the first usable host on the network 12.48.105.97 255.255.252.0. Please show work.
Enter the first usable host on the network 12.48.105.97 255.255.252.0. Please show work.
IP Address: 37.124.67.99 Subnet Mask: 255.240.0.0 find Network address, Broadcast address, first valid host address, last...
IP Address: 37.124.67.99 Subnet Mask: 255.240.0.0 find Network address, Broadcast address, first valid host address, last valid host address and number of valid hosts in the network. show very clear steps for all the calculations.
For the following two network interfaces, identify their IP address, host name, subnet id, prefix, and...
For the following two network interfaces, identify their IP address, host name, subnet id, prefix, and subnet mask. en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500      ether 6c:96:cf:d9:3f:0f      inet6 fe80::cb3:7b1b:362f:48bc%en0 prefixlen 64 secured scopeid 0x5      inet 10.21.136.95 netmask 0xffff0000 broadcast 10.21.255.255      nd6 options=201<PERFORMNUD,DAD>      media: autoselect      status: active awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1484      ether 26:db:01:45:50:73      inet6 fe80::24db:1ff:fe45:5073%awdl0 prefixlen 64 scopeid 0x7      nd6 options=201<PERFORMNUD,DAD>      media: autoselect      status: active
What is the network address if given this IP address and the following subnet mask?  Please note...
What is the network address if given this IP address and the following subnet mask?  Please note that the network may be different if the subnet mask is different. IP address 178.47.188.176 How many network bits if the following subnet masks? 255.254.0.0 255.255.252.0 255.255.255.248    4. 255.128.0.0     
What is the subnet address for a host with the IP address 200.0.0.26 /29 200.0.0.8 200.0.0.12...
What is the subnet address for a host with the IP address 200.0.0.26 /29 200.0.0.8 200.0.0.12 200.0.0.20 200.0.0.24 20.0.0.16
You have network address as 192.1.1.0/24. Subnet it into /27 network.
You have network address as 192.1.1.0/24. Subnet it into /27 network.
Consider a router with the: IP address 192.168.1.254/26 Subnet mask: 255.255.255.192 Network Address: 192.168.1.192 Write the...
Consider a router with the: IP address 192.168.1.254/26 Subnet mask: 255.255.255.192 Network Address: 192.168.1.192 Write the relevant DHCP subnet configuration text for this network where the first 50 addresses will be dynamically allocated to hosts.
You notice a printer on your network has the IP address 198.75.12.34 and subnet mask 255.255.255.248....
You notice a printer on your network has the IP address 198.75.12.34 and subnet mask 255.255.255.248. What is the network address to which this printer belongs? A router interface on one of your subnets has the IP address 54.187.69.45 and prefix length /25. What would be the broadcast address used for this subnet?
Use the following network address: 172.192.0.0/10 to create four (4) different /12 subnet addresses. Identify the...
Use the following network address: 172.192.0.0/10 to create four (4) different /12 subnet addresses. Identify the range of IPv4 addresses. Identify the broadcast address for each of the above subnet addresses.
In detail, describe the mechanisms by which intracellular pathogens enter their host cell. What would be...
In detail, describe the mechanisms by which intracellular pathogens enter their host cell. What would be the fate of the bacterium once it is inside?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT