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
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
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)
What function traps errors in a custom template?
A) FINDERROR B) IF(#ErrorValue) C) ERRORTRAP D) IFERROR
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.