medium
Single Answer
0Perry wants to ensure that an unsecure protocol is secured when in transit through his local network. What solution could he adopt to ensure that this traffic is protected?
Answer Options
A
Use SD- WAN.
B
Wrap the protocol using TLS.
C
Encrypt all files that are sent using AES.
D
Encrypt all files that are sent using SHA-1.
Correct Answer: B
Explanation
A common technique to ensure that traffic sent via unsecure protocols remains secure is to wrap it using TLS. SD-WAN is used to manage external connectivity, and there is no mention of files, only of an unsecure protocol. Even if files were encrypted, the rest of the traffic might leak information. Hashing does not leave data recoverable, making it unusable for this type of use in almost all cases.