Question

Explain the following examples: The decimal value of the binary number 11001101 and the binary value...

  1. Explain the following examples:
  1. The decimal value of the binary number 11001101 and the binary value of the IPv4 address 126.128.192.223.
  2. IPv6 addresses of 1001:890:600:d1:abcd:f010 and 2031:0:130F::9C0:876A:130B.
  3. Subnet masks of 255.255.255.0 and 255.255.0.0 and 255.255.255.128 and 255.255.254.0.
  4. Subnet portion of the IP address and what is the subnet mask for 12.1.0.0/16 and 12.1.0.0/24 and 12.1.0.0/20 and 12.1.0.0/28.
  5. In all addresses, the first Class A byte is from 1 to 126, the first Class B byte is from 128 to 191, and the first Class C byte is from 192 to 223.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

(a) Decimal value of 11001101 is 205.

Binary value of give IPv4 address is 0111 1110.1000 0000.1100 0000.1101 1111

Hope you know binary to decimal conversion and vice versa.

(b) What explanation you want about this. State clearly.

IPv6 addresses are 128 bit addresses. An IPv6 address has three parts.

First 48 bits from left is Global Routing prefix. This is assigned to an autonomous system.

Next 16 bits refers to the subnet ID.

Next 64 bits is interface ID.

48 bits + 16 bits + 64 bits = 128 bits.

An IPv6 address can be Global Unicast address or Unique local address or Link local address.

The three most significant bits of Global Routing Prefix is always set to 001.

1st IPv6 address is 1001:890:600:d1:abcd:f010 . 1001 in binary is 0001 0000 0000 0001. Hence, it is not a Global Unicast address. 2nd IPv6 address is 2031:0:130F::9C0:876A:130B. 2031 in binary is 0010 0000 0011 0001. We see that it is a Global Unicast address.

(c) Subnet mask of 255.255.255.0 means first three octets are part of network ID and last octet or last 8 bits form Host ID.

Subnet mask of 255.255.0.0 means first two octets are part of network ID and next two octets form Host ID.

Subnet mask of 255.255.255.128 means least significant 7 bits of last octet only is part of host ID, all other bits form network ID. CIDR is /25.

Subnet mask of 255.255.254.0 means 1 least significant bit of third octet and all 8 bits of fourth octet form Host ID, all other bits form Network ID. CIDR is /23.

(d) 12.1.0.0/16 - Subnet portion : 12.1 Host portion : 0.0

and 12.1.0.0/24 - Subnet portion : 12.1.0 Host portion: 0

and 12.1.0.0/20 - Subnet portion : 0000 1100.0000 0001. 0000 Host portion: 0000. 0000 0000 (in binary for better clarity)

and 12.1.0.0/28 - Subnet portion : 0000 1100.0000 0001.0000 0000.0000 Host portion; 0000 (in binary)

Last two has been represented in binary because the boundary falls inside the octet.

(e) In all addresses, the first Class A byte is from 1 to 126, the first Class B byte is from 128 to 191, and the first Class C byte is from 192 to 223.

I don't understand what explanation do you need for this. State clearly.

Class 1st Octet Decimal Range 1st Octet High Order Bits
A 1 – 126* 0
B 128 – 191 10
C 192 – 223 110
Add a comment
Know the answer?
Add Answer to:
Explain the following examples: The decimal value of the binary number 11001101 and the binary value...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • NETWORKING I please help.. thanks you. Given that a subnet mask byte value has bits set...

    NETWORKING I please help.. thanks you. Given that a subnet mask byte value has bits set to 1 from left to right there is a small set of possible values. The first tow values are 128,192. What are the rest of the values? Hint: here are place values or each bit in a byte 128           64          32           16            8            4         2          1 What are the rest of the values? 128, 192... Consider the following pc configuration IP address:                 192.168.1.2 Subnet...

  • Hello I need the correct answer can someone help me please ? Part C: Network &...

    Hello I need the correct answer can someone help me please ? Part C: Network & Host Identification Circle the network portion of these addresses: 177.100.18.4 Circle the host portion of these addresses: 10.15.123.50 171.2.199.31 198.125.87.177 223.250.200.222 17.45.222.45 126.201.54.231 191.41.35.112 155.25.169.227 192.15.155.2 23.102.45.254 48.17.9.155 100.25.1.1 95.0.21.98 25.250.135.46 71.102.77.77 55.250.5.5 218.155.230.14 10.250.1.1 119.18.45.0 209.240.80.78 155.77.56 117.89.56.45 215.45.450 192.200.15.0 95.0.21.90 33.0.0.0 158.98.80.0 217.21.56.0 10.250.1.1 50.10.15.0 192.14.2.0 148.17.9.1 193.42.1.1 126.8.156.0 220.200.23.1 Part D: Network Addresse Using the IP address and subnet mask shown...

  • 6. Review: IP Addresses and Masks In this problem we are going to review IP addresses...

    6. Review: IP Addresses and Masks In this problem we are going to review IP addresses and bit masks. An IP address has 32 bits (4 bytes) and is written in dotted decimal form. This means that there are 4 decimal numbers, each of which is followed by a decimal point, such as 172.39.168.1 A mask can also be written in dotted decimal form. This problem will show you how to perform bitwise AND of an IP address and a...

  • A/ Given the following IP address from the Class B address range using the default subnet...

    A/ Given the following IP address from the Class B address range using the default subnet mask: 100.110.0.0. Your network plan requires no more than 64 hosts on a subnet. When you configure the IP address in Cisco IOS software, which value should you use as the subnet mask? 255.255.0.0 255.255.128.0 255.255.255.128 255.255.255.252                                     B/ Identify how many valid host addresses can you have on 192.168.27.32 network with a subnet mask of 255.255.255.240.   (2^4) - 2 (2^3) – 2 (2^2)...

  • ***Topic is Networking & Data Communications I. Conversion between binary and decimal forms of IP addresses...

    ***Topic is Networking & Data Communications I. Conversion between binary and decimal forms of IP addresses Convert the binary IP address into decimal form. 10011010 . 00110010 . 00100000 . 00011111 01100101 . 11001101 . 11011111 . 11100000 Convert the IP addresses from decimal to binary form. 64.27.101.17 141.233.128.31 II. Determining Whether Two IP Addresses in Binary Form are on the Same Subnet In each of the following exercises, you are to use the subnet mask to determine whether the...

  • Subnet the following class B IPv4 network into at least 235 subnets. Complete the following table...

    Subnet the following class B IPv4 network into at least 235 subnets. Complete the following table and answer the questions. Given that the network address is 186.100.0.0 with default subnet mask 255.255.0.0. Subnet # Subnet ID First host IP address Last host IP address Broadcast address for the subnet First Subnet Last Subnet How many bits need to be borrowed in order to create at least 235 subnets? What will be the new subnet mask? What will be the new...

  • The IPv6 addresses are followed by a % sign and a number; for example, %5 follows...

    The IPv6 addresses are followed by a % sign and a number; for example, %5 follows the first IP address. This number is called the zone ID or scope ID and is used to identify the interface in a list of interfaces for this computer. IPv6 addressing is designed so that a computer can self-configure its own link-local IP address, which is similar to how IPv4 uses an Automatic Private IP Address (APIPA). Here's what happens when a computer using...

  • Convert the following decimal numbers into 8-bit binary: 214 _____________ Convert the following 8-bit binary numbers...

    Convert the following decimal numbers into 8-bit binary: 214 _____________ Convert the following 8-bit binary numbers into decimal: 10110111 ____________________ Convert the following decimal numbers into equivalent hexadecimal numbers: 253 ____________________ Convert the following hexadecimal numbers into equivalent decimal numbers: AE0 ____________________ Convert the following IP addresses into binary. Do not forget to put the period, or dot, between each group of eight binary digits: 206.79.125.83 _____________________________________________________________________ For the following exercises, come up with the subnet address, broadcast address, the...

  • Six Which of the following options can be used to configure TCP/IP? (Choose all that apply.)...

    Six Which of the following options can be used to configure TCP/IP? (Choose all that apply.) APIPA DHCP DNS Static IP addressing You need to install a new Windows 10 machine into Site A with a subnet mask of 255.255.255.224. Which TCP/IP address can you assign to the new Windows 10 machine as a valid host address? 192.168.2.63 Which subnet mask would you utilize if you had a class C network and you wanted to connect 23 branch offices back...

  • For this assignment you will explore subnet addresses, host addresses and direct broadcast addresses. You will...

    For this assignment you will explore subnet addresses, host addresses and direct broadcast addresses. You will be provided an IP addresses and then asked to answer questions related to the IP. In this assignment, first we explain how to find the subnet address for each subnet, the range of host addresses, and the direct broadcast address. Then you will be asked to do a similar exercise by yourself. Assume that you have been assigned the 192.168.1.0/24 network. You need to...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT