Why is the correct configuration of a system's time zone important?
Correct Answer: D
Question 207
Which of the following connection types, as seen in unroll connection show, may exist in Network Manager? (Choose THREE correct answers.)
Correct Answer: B,C,E
The connection types, as seen in nmcli connection show, are the types of network configurations that Network Manager can manage. They are not the same as the network protocols or layers, such as TCP or IPv6, but rather the logical or physical ways of connecting to a network. According to the Network Manager reference manual1, some of the possible connection types are: * wifi: This connection type is for wireless network interfaces that use the IEEE 802.11 standard. It requires a wifi device and a wifi access point to establish a connection. The connection settings include the SSID, security, password, etc. * bridge: This connection type is for creating a network bridge, which is a device that connects two or more network segments and forwards packets between them. It requires a bridge device and one or more slave devices to be attached to the bridge. The connection settings include the bridge name, MAC address, STP, etc. * vpn: This connection type is for creating a virtual private network, which is a secure tunnel between two or more network endpoints. It requires a VPN plugin and a VPN service provider to establish a connection. The connection settings include the VPN type, service name, user name, password, etc. The other options are not correct because: * tcp: This is not a connection type, but a network protocol that operates at the transport layer. It provides reliable, ordered, and error-checked delivery of data between applications. It is not a configuration option for Network Manager. * Ethernet: This is not a connection type, but a network technology that operates at the physical and data link layers. It defines the standards for wiring, signaling, and framing of data packets. It is not a configuration option for Network Manager, but rather a device type that can be used by other connection types, such as bridge or vpn. * ipv6: This is not a connection type, but a network protocol that operates at the network layer. It provides addressing and routing of data packets across networks. It is not a configuration option for Network Manager, but rather an IP configuration option that can be used by other connection types, such as wifi or vpn. References: * https://www.networkmanager.dev/docs/api/latest/nm-settings-nmcli.html
Question 208
What is true regarding TCP port 23?
Correct Answer: A
Port 23 is the well known port for the telnet service, which is a remote connection tool similar to SSH, but without the security of SSH. It uses a client/server model - a telnet client connects to a telnet server using TCP port 23. Due to lack of security, usage of telnet is discouraged in most situations, and firewalls routinely block port 23 to prevent incoming telnet connections. Port 23 is part of the topic 109.1: Fundamentals of internet protocols, which is one of the objectives of the LPI Linux Administrator - 102 exam12. References: 1: https://learning.lpi.org/en/learning-materials/102-500/ 2: https://www.lpi.org/our-certifications/exam-102-objectives/
Question 209
What of the following can be done by the command ifconfig? (Choose TWO correct answers.)
Correct Answer: C,D
Question 210
With IPv6, how many bits have been used for the interface identifier of an unicast address? (Specify the number using digits only.)
Correct Answer:
64 Explanation: With IPv6, the interface identifier of an unicast address is typically a 64-bit value that is used to identify a host's network interface. The interface identifier can be derived from the MAC address of the network card, or it can be randomly generated or manually configured. The interface identifier is the rightmost 64 bits of the most commonly encountered address types, such as global unicast (2000::/3) and link-local (fe80::/10). The interface identifier is different from the network prefix, which is the leftmost bits of the address that indicate the network or subnet to which the host belongs. The network prefix can vary in length, depending on the address type and the subnetting scheme. The network prefix and the interface identifier are separated by a double colon (::) in the IPv6 address notation. For example, in the address 2001:db8:1234:5678:abcd:ef12:3456:7890, the network prefix is 2001:db8:1234:5678 and the interface identifier is abcd:ef12:3456:7890. References:https://study-ccna.com/ipv6-interface-identifier/ https://networklessons.com/ipv6/ipv6-eui-64-explained