26.
Which runner should you use if you want a simple solution that balances load
across different interfaces, where no additional protocol support is needed on
the switches that are involved?
- A.roundrobin
- B.activebackup
- C.loadbalance
- D.lacp
- Answer & Explanation
- Report
Answer : [A]
Explanation :
Explanation :
The roundrobin, loadbalance, and the lacp runners all load balance workload between the interfaces that are involved. Of these three, the roundrobin runner is the most simple runner that does not need any additional support on the hardware that is involved. |
27.
Which of the following approaches cannot be used to create a teaming
configuration?
- A.Edit the configuration files in /etc/sysconfig/network-scripts manually
- B.The graphical NetworkManager applet
- C.nmtui
- D.nmcli
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
The graphical NetworkManager applet offers no support for configuring teaming. nmcli and nmtui do offer this support and write the configuration to the /etc/sysconfig/network-scripts directory. |
28.
Which configuration file contains the IP configuration that is used by a team
device?
- A.ifcfg-team
- B.ifcfg-team-slave
- C.ifcfg-device-interface
- D.ifcfg-device
- Answer & Explanation
- Report
Answer : [A]
Explanation :
Explanation :
The IP configuration in a teaming environment is set in the team configuration. |
29.
Different configuration files are used in setting up a teaming configuration.
Which of the following is not a part of them?
- A.ifcfg-team
- B.ifcfg-team-slave
- C.ifcfg-device-interface
- D.ifcfg-device
- Answer & Explanation
- Report
Answer : [C]
Explanation :
Explanation :
No specific configuration file defines the interface that is used on a specific device. The ifcfg-team-slave configuration file is used for that purpose. |
30.
Which of the following statements about the network team interface is not
true?
- A.Starting a team interface automatically starts all port interfaces.
- B.Starting a port interface will start the team interface.
- C.A team interface without any associated ports can start static IP connections.
- D.A team interface without any associated ports cannot start DHCP connections.
- Answer & Explanation
- Report
Answer : [A]
Explanation :
Explanation :
By starting the team interface, port interfaces are not automatically started. |