A network administrator wants to balance the amount of data between two networking cards. Which of the following can be used for two or more networking cards?
A. NIC bonding
B. Proxy server
C. Firewall ACLs
D. VLANs
Answer: A. NIC bonding
You might also like to view...
Which of the following statements is false?
a. A lambda that receives two ints, x and y, and returns their sum is (int x, int y) -> {return x + y;} b. A lambda’s parameter types may be omitted, as in: (x, y) -> {return x + y;} in which case, the parameter and return types are set to the lambda's default type. c. A lambda with a one-expression body can be written as: (x, y) -> x + y In this case, the expression’s value is implicitly returned. d. When a lambda's parameter list contains only one parameter, the parentheses may be omitted, as in: value -> System.out.printf("%d ", value)
Answer the following statement(s) true (T) or false (F)
The fundamental difference between a switch and a router is that a switch belongs only to its local network and a router belongs to two or more local networks.
An Excel feature that generates and extends values into adjacent cells based on the values of selected cells.
A. AutoFit B. AutoSum C. Auto Fill
A composite key consists on multiple fields.
Answer the following statement true (T) or false (F)