Questions
Answer the following questions to test your knowledge of this chapter:
- Which of the following statements is true?
A. NetworkManager is better for servers because it can instantly switch between networks.
B. NetworkManager is better for servers because it's more versatile.
C. NetworkManager is better for desktops and laptops because it can instantly switch between networks.
D. networkd is better for desktops and laptops because it can instantly switch between networks.
- True or False: If there's no
renderer:
line in a Netplan.yaml
file, the system will default to using NetworkManager. - On an Ubuntu Server machine, which of the following would you do after you've edited the network configuration file?
A.
sudo netplan reload
B.
sudo networkctl reload
C.
sudo netplan restart
D.
sudo networkctl restart
E.
sudo netplan apply
- What does it mean when a
networkctl
command shows a link asdegraded
?A. The link is offline.
B. The link is online, but not operating...