InterviewSolution
| 1. |
What Is The Difference Between Network Security And Cryptography? |
|
Answer» Cryptography is the deliberate ATTEMPT to obscure or scramble the information so that only an authorized receiver can see the message. NETWORK security may employ cryptography, but has MANY other tools to secure a network, including firewalls, auditing, Intrusion Detection Systems, and so forth. Cryptography would be used only when trying to keep MESSAGES secret when sending them ACROSS a network or keeping information secret in a file. Cryptography is the deliberate attempt to obscure or scramble the information so that only an authorized receiver can see the message. Network security may employ cryptography, but has many other tools to secure a network, including firewalls, auditing, Intrusion Detection Systems, and so forth. Cryptography would be used only when trying to keep messages secret when sending them across a network or keeping information secret in a file. |
|