Question

For the following dotted-decimal IP address, give the binary representation: 38.108.174.231 can you guys show me...

For the following dotted-decimal IP address, give the binary representation:

38.108.174.231

can you guys show me this

0 0
Add a comment Improve this question Transcribed image text
Answer #1
Answer:
Write down the decimal number and continually divide by 2 to give a result and a remainder. The remainder is either a 1 or a 0.
38 /  2  result 19 remainder  0
19 /  2  result 9  remainder  1
9  /  2  result 4  remainder  1
4  /  2  result 2  remainder  0
2  /  2  result 1  remainder  0
1  /  2  result 0  remainder  1
Read the remainders from bottom to top.
( 38 )10 = ( 100110 )2
( 38 )10 in 8-bit ( 00100110 )2


108    /  2  result 54 remainder  0
54 /  2  result 27 remainder  0
27 /  2  result 13 remainder  1
13 /  2  result 6  remainder  1
6  /  2  result 3  remainder  0
3  /  2  result 1  remainder  1
1  /  2  result 0  remainder  1
( 108 )10 = ( 1101100 )2
( 108 )10 in 8-bit ( 01101100 )2


174    /  2  result 87 remainder  0
87 /  2  result 43 remainder  1
43 /  2  result 21 remainder  1
21 /  2  result 10 remainder  1
10 /  2  result 5  remainder  0
5  /  2  result 2  remainder  1
2  /  2  result 1  remainder  0
1  /  2  result 0  remainder  1
( 174 )10 = ( 10101110 )2


231    /  2  result 115    remainder  1
115    /  2  result 57 remainder  1
57 /  2  result 28 remainder  1
28 /  2  result 14 remainder  0
14 /  2  result 7  remainder  0
7  /  2  result 3  remainder  1
3  /  2  result 1  remainder  1
1  /  2  result 0  remainder  1
( 231 )10 = ( 11100111 )2

So, 38.108.174.231 in binary is 
00100110.01101100.10101110.11100111

Note: Please comment below if you have any doubts. upuote the solution if it helped. Thanks!

Add a comment
Know the answer?
Add Answer to:
For the following dotted-decimal IP address, give the binary representation: 38.108.174.231 can you guys show me...
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
  • comm & networks fund 12. (8pts) Change the following IP addresses from dotted- decimal notation to...

    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...

  • 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...

  • An IP address is a 32-bit number that uniquely identifies a host (computer or other device,...

    An IP address is a 32-bit number that uniquely identifies a host (computer or other device, such as a printer or router) on a TCP/IP network. IP addresses are normally expressed in dotted-decimal format, with four numbers separated by periods, such as 192.168.123.132. To understand how subnet masks are used to distinguish be- tween hosts, networks, and subnetworks, examine an IP address in binary notation. For example, the dotted-decimal IP address 192.168.123.132 is (in binary notation) the 32 bit num-...

  • Hello, I need help with the questions below. And, can you show your work so I...

    Hello, I need help with the questions below. And, can you show your work so I can understand how you got your answer. Without the work, I won't be able to comprehend how you split the subnets. Please and thank you. Name Day/Night Homework 5 Subnetting For the Class A network 5.0.0.0 which has been subnetted into 2 subnets, fill in the following chart (dotted decimal). Show your work. (6 points) Network Address Broadcast Address Host Address Range First Subnet...

  • In a class B subnet, we know the IP address of one of the hosts and...

    In a class B subnet, we know the IP address of one of the hosts and the subnet mask as given below: IP Address: 188.48.82.176 Subnet mask: 255.255.255.248 1) What is the first valid host address in the subnet? (in dotted decimal) 2) What is the last valid address in the subnet? (in dotted decimal) 3) What is the subnet network address? (in dotted decimal) 4) What is the subnet broadcast address? (in dotted decimal) 5) What is the number...

  • Q1. Hierarchical IP Address 1.1 Give a non-network example of hierarchical addressing, and discuss how it...

    Q1. Hierarchical IP Address 1.1 Give a non-network example of hierarchical addressing, and discuss how it reduces the amount of work needed in physical delivery. Do not use any example in the book, the postal service, or the telephone network.1.2 A firm is assigned the network part 128.171. It selects a 10-bit subnet part. a) Draw the bits for the four octets of the IP address of the first host on the first subnet. (Hint: as we don’t use all...

  • ***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...

  • Step 2. Basic IP addressing. Task: Use the IP address chart and your knowledge of IP...

    Step 2. Basic IP addressing. Task: Use the IP address chart and your knowledge of IP address classes to answer the following questions l. What is the decimal and binary range of the first octet of all possible Class B IP addresses? Decimal: From: To: Binary: 2. Which octet(s) represent the network portion of a Class C IP address? 3. Which octet(s) represent the host portion of a Class A IP address? Io: Step 3. Determine the host and network...

  • The answer below is correct, but can you guys show me how to get it? I...

    The answer below is correct, but can you guys show me how to get it? I need conplete solution. thanks Consider a 16-bit floating-point representation based on the IEEE floating-point format, with one sign bit, seven exponent bits (k=7), and eight fraction bits (n:8). The exponent bias is 27-1-1-63. Fill in the table that follows for each of the numbers given, with the following instructions for each column: Hex: the four hexadecimal digits describing the encoded form. M the value...

  • Can you give me guys an example of an executive summary for banning plastic straw?

    Can you give me guys an example of an executive summary for banning plastic straw?

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