You can have 1 subnet stretched across multiple availability zones.
A. True
B. False
Answer: B. False
Computer Science & Information Technology
You might also like to view...
What value does function mystery return when called with a value of 4?
int mystery (int number) { if (number <= 1) { return 1; } else { return number * mystery(number – 1); } } a. 0. b. 1. c. 4. d. 24.
Computer Science & Information Technology
IP and IPX are examples of protocols that operate in what layer of the OSI model?
What will be an ideal response?
Computer Science & Information Technology