Data in motion protection

Data in motion represents data that is moving across a wire or in wireless network. This data may need to be properly protected. If a user accesses just a blog, then it is not a big deal if others know which blog that user accesses. However if it is a checkout page, banking, or a form where a user needs to provide a password or payment information then this web page contains very sensitive information and needs to be properly secured.

One of the ways to protect information from eavesdropping is to encrypt it. A web page will have a lock icon that represents that information on that web page is secure.

Securing information comes at a cost of higher CPU utilization, because this content must be encrypted.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator