130k views
1 vote
A company is transmitting source code from its headquarters to a remote branch over the internet. the network administrator wants to enhance the security of this code while it is in transit. While maintaining readability is not alarming for the organization, they have increased concerns about ensuring the code is difficult to understand if intercepted. Which technique should the administrator use?

User Ncakmak
by
8.0k points

1 Answer

6 votes

Final answer:

To secure source code transmitted over the internet, a network administrator should implement encryption. This will ensure the code remains unintelligible if intercepted, safeguarding the transmitted data.

Step-by-step explanation:

If a network administrator wants to enhance the security of source code being transmitted over the internet and ensure it is difficult to understand if intercepted, they should use encryption. Encryption is the process of converting information or data into a code, especially to prevent unauthorized access.

To secure source code transmitted over the internet, a network administrator should implement encryption. This will ensure the code remains unintelligible if intercepted, safeguarding the transmitted data.

By encrypting the code before it's sent and then decrypting it only at the remote branch, the company ensures that even if the transmitted data is intercepted, it would be illegible and unusable to the attacker without the corresponding decryption key.

User Jesca
by
8.2k points