In CIDR notation, the subnet mask 255.255.255.0 is represented by what prefix?

A. /21
B. /22
C. /23
D. /24


Answer: D

Computer Science & Information Technology

You might also like to view...

Which was the first operating system is written in C?

A. Windows B. UNIX C. Linux D. Mac OS

Computer Science & Information Technology

You can press the period key to move the playhead backward one frame at a time.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What function traps errors in a custom template?

A) FINDERROR B) IF(#ErrorValue) C) ERRORTRAP D) IFERROR

Computer Science & Information Technology

Design SQL queries that return each of the following expressions, assuming that R and S are tables representing the relations R and S, respectively: (i) R [ S, (ii) R \ S (iii) R ???? S, (iv) R / S.

For (i) to (iii), you may also assume that R and S are union compatible. For (iv), you may assume that S has attributes b1, ..., bm, and R has in addition attributes a1, ..., an.

Computer Science & Information Technology