300-320 · Question #27
Which protocol is used in an in-band network and why?
The correct answer is B. SSH, because the username and password are encrypted. In-band management means managing network devices over the same production network infrastructure. Because management traffic (including login credentials) traverses the shared network, it is critical to protect it from eavesdropping. SSH (Secure Shell) encrypts the entire…
Question
Which protocol is used in an in-band network and why?
Options
- AUDP, because it is connectionless
- BSSH, because the username and password are encrypted
- CTelnet, because the username and password are sent in clear
- DMSDP, because it uses TCP as its transport protocol
How the community answered
(37 responses)- A3% (1)
- B89% (33)
- C5% (2)
- D3% (1)
Explanation
In-band management means managing network devices over the same production network infrastructure. Because management traffic (including login credentials) traverses the shared network, it is critical to protect it from eavesdropping. SSH (Secure Shell) encrypts the entire session, including the username and password, making it the appropriate protocol for in-band management. Telnet (C) transmits credentials in plain text-anyone on the network can capture them with a packet sniffer. UDP (A) is a transport protocol, not a management application protocol, and provides no encryption. MSDP (D) is a multicast routing protocol, not a device management protocol.
Topics
Community Discussion
No community discussion yet for this question.