What is the broadcast address for a host at 192.168.20.15 using the subnet mask 255.255.255.192?
a. 192.168.20.63
b. 192.168.20.0
c. 192.168.20.127
d. 192.168.20.255
e. None of these answers is correct.
a. 192.168.20.63
Computer Science & Information Technology
You might also like to view...
What are the limitations of creating a CIDR address?
What will be an ideal response?
Computer Science & Information Technology
Which of the following chart objects shows the range of values?
A. gridlines B. category (x) axis C. value (y) axis D. plot area
Computer Science & Information Technology
What is the number one defense against reconnaissance attacks?
What will be an ideal response?
Computer Science & Information Technology
Consider the following code, assuming that x is an integer variable with an initial value of 12:
if (x = 6) { printf("%i", x); } What is the output? a) 6 b) 12 c) nothing d) a syntax error is produced
Computer Science & Information Technology