LPIC-2 Exam 202 (Linux Engineer) — Question 89
Which of the following commands can be used to connect and interact with remote TCP network services? (Choose two.)
Answer options
- A. nettalk
- B. nc
- C. telnet
- D. cat
- E. netmap
Correct answer: B, C
Explanation
The correct answers, B (nc) and C (telnet), are utilized for connecting to remote TCP services, allowing users to send and receive data over the network. Options A (nettalk), D (cat), and E (netmap) do not serve the purpose of connecting to or interacting with remote TCP services.