Telecom networks and security
Use sum of powers of 2, AND methods to find the first network address in a block, find the number of addreses in a block and find the last address in the block using calculation in base 256, mask remainder methods. Show calculations.
1) 4.98.64.0/20
2) 205.16.37.32/28
3) 190.16.42.44/20
4)123.45.24.52/3
To answer all these 4 questions we follow below steps :-
1. Represent IP address as 32 bit binary number.
2. Number of unmasked bit will be 32 minus number of masked bit.
3. The first address of Ip Address can be obtained by performing AND operation with masked bits will be 1 and unmasked bit will be zero. The result will be first IP address which is also called as network address.
4. Last IP address can be obtained by performing OR operation with all masked bit as 0 and unmasked bit as 1.
5. Number of IP addresses = 2n where n is number of unmasked bits. Out of 2n address the first address is network address and last address is broadcast address and hence these two addresses are not assigned to any host.
1) 4.98.64.0/20
Here number of unmasked bit is 32-20= 12
Number of addresses = 212 = 4096
Representing 4.98.64.0 in 32 bit binary is
0000 0100. 0110 0010. 0100 0000. 0000 0000
To get first address, we perform AND with
1111 1111. 1111 1111. 1111 0000. 0000 0000
Which gives 0000 0100. 0110 0010. 0100 0000. 0000 0000
Which in decimal is 4.98.64.0
To get last address we perform OR with
0000 0000. 0000 0000. 0000 1111. 1111 1111
Which gives
0000 0100. 0110 0010. 0100 1111. 1111 1111
Which in decimal representation is
4.68.79.255
2) 205.16.37.32/28
Here number of unmasked bit is 32-28= 4
Number of addresses = 24 = 16
Representing 205.16.37.32 in 32 bit binary is
1100 1101. 0001 0000. 0010 0101. 0010 0000
To get first address, we perform AND with
1111 1111. 1111 1111. 1111 1111. 1111 0000
Which gives 1100 1101. 0001 0000. 0010 0101. 0010 0000
Which in decimal is 205.16.37.32
To get last address we perform OR with
0000 0000. 0000 0000. 0000 0000. 0000 1111
Which gives
1100 1101. 0001 0000. 0010 0101. 0010 1111
Which in decimal representation is
205.16.37.47
3) 190.16.42.44/20
Here number of unmasked bit is 32-20= 12
Number of addresses = 212 = 4096
Representing 190.16.42.44 in 32 bit binary is
1011 1110. 0001 0000. 0010 1010 . 0010 1100
To get first address, we perform AND with
1111 1111. 1111 1111. 1111 0000. 0000 0000
Which gives 1011 1110. 0001 0000. 0010 0000. 0000 0000
Which in decimal is 190.16.32.0
To get last address we perform OR with
0000 0000. 0000 0000. 0000 1111. 1111 1111
Which gives
1011 1110. 0001 0000. 0010 1111. 1111 1111
Which in decimal representation is
190.16.47.255
4)123.45.24.52/3
Here number of unmasked bit is 32-3= 29
Number of addresses = 229
Representing 123.45.24.52 in 32 bit binary is
0111 1011. 0010 1101. 0001 1000. 0011 0100
To get first address, we perform AND with
1110 0000. 0000 0000. 0000 0000. 0000 0000
Which gives 0110 0000. 0000 0000. 0000 0000. 0000 0000.
Which in decimal is 96.0.0.0
To get last address we perform OR with
0001 1111. 1111 1111. 1111 1111. 1111 1111
Which gives
0111 1111. 1111 1111. 1111 1111. 1111 1111
Which in decimal representation is
127.255.255.255
Please comment for any clarification.
Telecom networks and security Use sum of powers of 2, AND methods to find the first...
Use sum of power of 2, AND method to find the first
address in a block, find the number of address in a block and find
the final address in the block using calculation in base 256, Mark
remaider methods. Show calculation.
13. 100.8.16.0/19 14. 168.84.64.0/18 15. 4.98.64.0/20
Network IP Addressing Network Layout of 2 networks Given an IP address and mask of 172.23.29.0/24, design an IP addressing scheme that satisfies the following requirements. Subnet B Specification This network requires space for 62 machines plus the router Number of bits in the subnet Blank 1 IP mask (binary) Blank 2 New IP mask (decimal) Blank 3 Maximum number of usable subnets of this size when using this mask (including the 0th subnet) Blank 4 Number of usable hosts...
IP Address: 192.169.69.47 Subnet Mask: 255.255.192.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.
Use the major network address of 192.168.10.0 using a 27 bit mask. configure on subnet #2. Find: Find: 1) Subnet Mask 2.) First usable IP address 3.) Last usable IP address 4.) 5th usable IP address Note: Show details and consider 27 bit mask and subnet #2.
7. Write down the last network address for the network classes listed below: (do not use any reserved address) Class C Class B Class A Tabie 3 3 marksy 8. The following host IP addresses all belong to IP4 subnetted networks. Using the information provided (IP address and network prefix length), fill in the table with the Subnetwork Address of the subnet to which the host belongs, the subnet mask and the number of host each subnetwork can accommodate. Host...
Type or paste question here IP Address: 192.144.96.0 Subnet Mask: 255.255.240.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.
[show your work - no calculators of any sorts] Scenario 1 (Use the network 221.108.72.0 for the following questions.) 5) We need to subnet this network to support a minimum of 7 (seven) networks. How many bits do we need to use from the last octet to support this?| 6) How many hosts would each network be able to support? 7) What will the subnet mask be? 8) Give the network, IP range, and broadcast address for the first 3...
To help develop your subnet-calculation skills, you are now challenged with a practice subnetting exercise. Using a separate sheet of paper, solve the following scenario: Based on your network design requirements, you determine that you should use a 26-bit subnet mask applied to your 192.168.0.0/24 network. You now need to calculate each of the created subnets. Additionally, you want to know the broadcast address and the range of usable addresses for each of the created subnets. Advanced Subnetting Practice: Exercise...
comm & networks fund
12. (8pts) Change the following IP addresses from dotted- decimal notation to binary notation. a. 197.163.222.19 b. Show in details how to convert 197 into binary 13. (&pts) Change the following IP addresses from binary notation to dotted-decimal notation. a. 11011111 10110000 00011111 01011101 b. Show in details how to convert 01011101 into decimal 14. (6pts) Find the class of the following IP addresses (i.e., classful addressing) a. 11110111 11110011 10000111 11011101 b. 10101111 11000000 11110000...
Please help me this chart with an explanation. Thanks
Practice Calculating Subnet Masks Complete the blank cells in the table below based on the facts provided. The charts on pages 88 -89 may be helpful for this exercise. If you use the charts -think about the subnet mask, how the number of host bits are calculated and the resulting number of hosts. The chart already has factored in reducing the number of hosts by 2. The first and last host...