Question

In: Computer Science

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

Solutions

Expert Solution

d)  200.0.0.24

Explanation:
-------------
IP Address: 200.0.0.26
----------------------------------------
Let's first convert this into binary format
200.0.0.26
Let's convert all octets to binary separately
Converting 200 to binary
Divide 200 successively by 2 until the quotient is 0
   > 200/2 = 100, remainder is 0
   > 100/2 = 50, remainder is 0
   > 50/2 = 25, remainder is 0
   > 25/2 = 12, remainder is 1
   > 12/2 = 6, remainder is 0
   > 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 11001000
So, 200 of decimal is 11001000 in binary
200 in binary is 11001000

Converting 0 to binary
Divide 0 successively by 2 until the quotient is 0
Read remainders from the bottom to top as
So, 0 of decimal is  in binary
0 in binary is 00000000

Converting 0 to binary
Divide 0 successively by 2 until the quotient is 0
Read remainders from the bottom to top as
So, 0 of decimal is  in binary
0 in binary is 00000000

Converting 26 to binary
Divide 26 successively by 2 until the quotient is 0
   > 26/2 = 13, remainder is 0
   > 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 11010
So, 26 of decimal is 11010 in binary
26 in binary is 00011010

=================================================================================
||    200.0.0.26 in binary notation is 11001000.00000000.00000000.00011010    ||
=================================================================================

Subnet mask is /29

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

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

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

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

==================================================================================
||    11001000.00000000.00000000.00011000 in decimal notation is 200.0.0.24    ||
==================================================================================
=========================================
||    So, Network ID is 200.0.0.24    ||
=========================================



Related Solutions

A host with IP address 202.11.35.91 is in a subnet that can contain at most 14...
A host with IP address 202.11.35.91 is in a subnet that can contain at most 14 hosts. a. What is its subnet mask, in dotted-quad notation? [4] b. What is the subnet's address? [4] c. What is the last possible IP address in that subnet? [4] 10. For the following IP address and conditions, calculate the information listed below for the Network which contains this address: 173.70.34.3                Subnet Mask: 255.255.240.0 a.           Default Subnet Mask: [2] b.           Subnet Address:            [3]...
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
On a network with an IP address of 158.234.28.72 and a subnet mask of 255.248.0.0 what...
On a network with an IP address of 158.234.28.72 and a subnet mask of 255.248.0.0 what is the network ID and the broadcast address? Show your calculations.
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     
Given an IP address of 220.84.9.123 and a subnet mask of 255.255.255.240 Write down the address...
Given an IP address of 220.84.9.123 and a subnet mask of 255.255.255.240 Write down the address of the network, show your calculation. Write also the broadcast address 2. On a network with an IP address of 133.133.133.13 and a subnet mask of 255.255.248.0 what is the network ID?  Show your calculation.  Write also the broadcast address On a Class C network, you have a subnet mask of 255.255.255.192.   How many hosts per subnet do you have? On how many subnets was divided...
Given the following IP address of 212.134.99.112 with a subnet mask of 255.255.255.224 Class of the...
Given the following IP address of 212.134.99.112 with a subnet mask of 255.255.255.224 Class of the IP address: Net ID for this IP address: Total number of subnets: First address (subnet ID) and the Last address (broadcast address) that 21.134.99.112 belongs to:
Which subnet (network address) does host 25.17.102.51 255.255.248.0 belong to?
Which subnet (network address) does host 25.17.102.51 255.255.248.0 belong to?
11. Consider a router with the IP address 192.168.1.254/26: a) Indicate the subnet mask for the...
11. Consider a router with the IP address 192.168.1.254/26: a) Indicate the subnet mask for the above address. b) Demonstrate calculation of the network address (including binary and decimal values). c) Write the relevant DHCP subnet configuration text for this network where the first 50 addresses will be dynamically allocated to hosts.
Consider a router with the IP address 192.168.1.254/26: a) Indicate the subnet mask for the above...
Consider a router with the IP address 192.168.1.254/26: a) Indicate the subnet mask for the above address. b) Demonstrate calculation of the network address (including binary and decimal values). c) Write the relevant DHCP subnet configuration text for this network where the first 50 addresses will be dynamically allocated to hosts.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT