InterviewSolution
Saved Bookmarks
| 1. |
If You Needed To Encrypt And Compress Data For Transmission, Which Would You Do First And Why? |
|
Answer» COMPRESS then encrypt. Because ENCRYPTION takes up RESOURCES and can be CUMBERSOME to perform, it makes SENSE to compress the data first. Compress then encrypt. Because encryption takes up resources and can be cumbersome to perform, it makes sense to compress the data first. |
|