Question

In: Computer Science

QUESTION 6 What is the dotted decimal representation of an 8-bit netmaks? a 255.255.255.255 b 255.0.0.0...

QUESTION 6

  1. What is the dotted decimal representation of an 8-bit netmaks?

    a

    255.255.255.255

    b

    255.0.0.0

    c

    255.255.0.0

    d

    255.0.0.255

    e

    0.0.0.255

10 points   

QUESTION 7

  1. If you receive a Request timed out error message when using ping, what would you attempt next?

    a

    nmap

    b

    metasploit

    c

    ipconfig

    d

    route

    e

    tracert

10 points   

QUESTION 8

  1. What does the server generate when a message via SMTP cannot be delivered?

    a

    NSA

    b

    NDR

    c

    HTTPS

    d

    LOL

    e

    NXDOMAIN

IT'S URGENT!!! Please answer in 15m or less.

WILL BE DEFINITELY UPVOTED!

Solutions

Expert Solution

Q6) answer is (b)

the meaning of 8-bit netmask means it’s the length of the netmask

Calculation of subnet mask length:

· Convert the dotted representation in decimal to binary numbers

· Then count the number of contiguous 1 bits from the left side of the netmask, that is from the most significant bit onwards

Now lets check the length of netmask of all given options

a) 255.255.255.255 = 11111111 11111111 11111111 11111111 (equivalent binary representation)

So the total number of contiguous 1 bit = 32

So its 32 bit netmask

b) 255.0.0.0 = 11111111 00000000 00000000 00000000

Here from the above criteria of length calculation , the length is 8 bits

Which is the answer for the question.

c) 255.255.0.0 = 11111111 11111111   00000000 00000000

Length = 16 bits

d) 255.0.0.255 ,this is a kind of wildcard mask

Means, the wildcard mask are used to say about the scope of address filter.

Its used when the subnet mask has to be filtered, then the corresponding fixed wildcard for that subnet mask are used.

Here the calculation is different, the bits to be cared is 0 bits

1 bits are don’t care bits.

So 255.0.0.255 = 11111111 00000000 00000000 11111111

So here count the contiguous number of 0 bits which is 16 here

e) 0.0.0.255 = 00000000 00000000 00000000 11111111

So here also it’s a wildcard mask, so the calculation is different as mentioned above

So the given mask is 24 bits

------------------------------------------------------------------------------------------------------------------------------------

Q7) answer is (c)

a)nmap is a tool used to map the network, like to check for the host which are live on the network ,scan the port etc.

b)metasploit is a tool used for computer security.

c)ipconfig: if there is request time out error comes, then the next step is to trace the route and ipconfig is used for this.

This helps to :

· Determine local IP address

· Subnet mask

· Gateway address

· Other network configuration.

d)route command is used to manually enter the data into network routing tables.

e)tracert: is a command to solve the routing problems of the computer.

----------------------------------------------------------------------------------------------------------------------------

Q8) answer (b)

a)NSA: deals with the servers of national security agency

b)NDR : non-delivery report, which is a DSN or delivery status notification or bounce message send to say about the status of the delivery of messages via SMTP, its shows that the intended message has not be delivered.

c) HTTP: its an application layer protocol

d)LOL : no association is seen with LOL and message passing

e)NXDOMAIN: is a DNS error message type saying the domain doesnot exist


Related Solutions

a)The decimal equivalent of the signed 2’s complement 8-bit binary number 11010101B is ______________. b)The decimal...
a)The decimal equivalent of the signed 2’s complement 8-bit binary number 11010101B is ______________. b)The decimal equivalent of the unsigned 8-bit hex number 0B4H is ______________. c)The value of the expression ‘H’ – ‘B’ is less than / equal to / greater than that of the expression ‘L’ – ‘C’. d)If the .data segment contains declarations                         A    BYTE      2 DUP (‘a’), ‘+’ B    BYTE      3 DUP (‘b’), 0 C    BYTE      4 DUP (‘c’), ‘–’ D    BYTE     ...
1. Complete the following table using 8-bit representation ((show your work to get credit) Decimal Signed...
1. Complete the following table using 8-bit representation ((show your work to get credit) Decimal Signed Magnitude One’s Complement Two’s Complement 30 -47 0
1) given the 8-bit binary number of 10111110 (two) a)what is the hex representation of this...
1) given the 8-bit binary number of 10111110 (two) a)what is the hex representation of this number/ b) what is the decimal value if this number which is an 8-bit number as a two complement signed number. all steps included c)what is the decimal value of this number as an 8-bit unsigned number, please write all steps 2) given the decimal number (-0.875) or (-7/8) convert it to single-precision floating-point. please show the easiest way to get to this,.
1.convert the following numbers from decimal to binary assuming seven-bit twe's complement binary representation: a)49 b)...
1.convert the following numbers from decimal to binary assuming seven-bit twe's complement binary representation: a)49 b) -27 c)0 d) -64 e) -1 f) -2 g) what is the range for this computer as written in binary and in decimal? 2.convert the following numbers from decimal to binary assuming nine-bit twe's complement binary representation: a)51 b) -29 c) -2 d)0 e) -256 f) -1 g ) what is the range for this computer as written in binary and in decimal?
6) What is the 6-bit 1's complement representation of -1710? Write your answer in the format...
6) What is the 6-bit 1's complement representation of -1710? Write your answer in the format 0bXXXX... Where X's are binary digits. Include leading 0's (zeroes). 7)  What is the 6-bit sign-magnitude representation of -1710? Write your answer in the format 0bXXXX... Where X's are binary digits. Include leading 0's (zeroes). 9)  What is the 8-bit 1's complement representation of 1710? Write your answer in the format 0xHHHH... Where H's are hexidecimal digits. Include leading 0's (zeroes). Write hexidecimal digits, A-F, in...
(6 pts) Convert the data representation given below • Convert 10110111 unsigned binary representation, to decimal...
(6 pts) Convert the data representation given below • Convert 10110111 unsigned binary representation, to decimal representation. • Convert 01100000101110000001010111111000 the binary representation to a hexadecimal representation. • Convert 0xBAAADA55 hexadecimal representation, to a binary representation. 2. (8 pts) Complete the following arithmetic operations in two’s complement representation. What are the values of the carry flag and the overflow flag? (Assume a six-bit system) • 31 + 11 • 13 – 15 • (-2) x (-16) • (-15) ÷ 5
What decimal value does the 8-bit binary number 10011110 have if: a) it is interpreted as...
What decimal value does the 8-bit binary number 10011110 have if: a) it is interpreted as an unsigned number? b) It is on a computer using signed-magnitude representation? c) It is on a computer using one’s complement representation? d) It is on a computer using two’s complement representation?
Convert the following binary number to dotted decimal format. 11000000100110010000100101011001
Convert the following binary number to dotted decimal format. 11000000100110010000100101011001
1. Please convert the following decimal numbers to 8-bit binary sign magnitude and to 8-bit 2’s...
1. Please convert the following decimal numbers to 8-bit binary sign magnitude and to 8-bit 2’s complement. Please show your work if there are multiple steps. Sign Magnitude 2’s complement a. +67 b. +40 c. -28 d. -40
3. IEEE Floating Point Representation What decimal number does the 32-bit IEEE floating point number 0xC27F0000...
3. IEEE Floating Point Representation What decimal number does the 32-bit IEEE floating point number 0xC27F0000 represent? Fill in the requested information in the blanks below. What is the sign of the number (say positive or negative): What is the exponent in decimal format: What is the significand in binary: What is the value of the stored decimal number in decimal (final answer): Credit will be given for your final answer in the blanks and the work shown below.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT