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

(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
Convert the following binary number to dotted decimal format. 11000000100110010000100101011001
Convert the following binary number to dotted decimal format. 11000000100110010000100101011001
Find the decimal equivalents for the following 8-bit two’s complement numbers. a. 0010 0100 Decimal Equivalent...
Find the decimal equivalents for the following 8-bit two’s complement numbers. a. 0010 0100 Decimal Equivalent ___________ b. 1010 1001 Decimal Equivalent ___________ c. 1100 0011 Decimal Equivalent ___________ d. 0101 0101 Decimal Equivalent ___________
Represent -34 and +67 in the following way: a) 8 bit 1's complement representation.
Represent -34 and +67 in the following way: a) 8 bit 1's complement representation.
What is the 11 bit, binary representation of -108? What is the hexadecimal equivalent of this...
What is the 11 bit, binary representation of -108? What is the hexadecimal equivalent of this number?
Give the mask in the dotted-decimal notation: a. For a block of Class A which results...
Give the mask in the dotted-decimal notation: a. For a block of Class A which results in 32 subnets b. Which combines 2048 Class C blocks into a supernet c. For a block of Class B which results in 64 subnets d. Which combines 16 Class B blocks into a supernet
(a) What is a group homomorphism? (b) What is a group representation? What is the dimension of a group representation?
(a) What is a group homomorphism? (b) What is a group representation? What is the dimension of a group representation?(c) What is an irreducible group representation? (d) What is a unitary group representation? Give an example. Why are such representations important in quantum mechanics?
Convert the following statement into the 8-bit unsigned binary ASCII representation: Bob’s laptop receives the frame...
Convert the following statement into the 8-bit unsigned binary ASCII representation: Bob’s laptop receives the frame containing the ARP reply message. First, convert each character into it's ASCII equivalents. Then, convert to a Binary number. For example: Bob's -> 066 111 098 039 115 -> 01000010 01101111 01100010 00100111 01110011 Remember, each Binary number has to be 8-bits.
Convert the following numbers to 8-bit binary and 8-bit hexadecimal: a) 20 b) 78 c) -25...
Convert the following numbers to 8-bit binary and 8-bit hexadecimal: a) 20 b) 78 c) -25 d) -96 Convert the following hexadecimal numbers to binary and decimal assuming two's compliment format: a) 0x56 b) 0x14 c) 0xF8 d) 0xCC MUST DO ALL PROBLEMS AND SHOW ALL WORK!!!!
CIDR notation - First 2 answers given: If the dotted decimal subnet mask is given then...
CIDR notation - First 2 answers given: If the dotted decimal subnet mask is given then give me the CIDR notation If the CIDR notation subnet mask is given give me the dotted decimal notation 255.255.240.0            ______________________________________ /30                      ______________________________________ What network does this address belong to? 3- 200.198.44.220/26       _____________________________ 112.55.78.120/16        _____________________________ What is the broadcast address for this network? (The easiest way to get the broadcast address is to figure out the next network and subtract 1 or put all...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT