Network Security
Network Security
Network Security
Network security can provide five services. Four of these services are related to the
message exchanged using the network. The fifth service provides entity
authentication or identification.
1-Message Confidentiality
The message must be encrypted at the sender site and decrypted at the receiver site.
This can be done using either symmetric-key cryptography or asymmetric-key
cryptography.
2-Message Integrity
Message integrity means that the data must arrive at the receiver exactly as they
were sent. There must be no changes during the transmission. As more and more
monetary exchanges occur over the Internet, integrity is crucial. For example, it
would be disastrous if a request for transferring $100 changed to a request for
$10,000 or $100,000. The integrity of the message must be preserved in a secure
communication.
3-Message Authentication
Message authentication is a service beyond message integrity. In message
authentication the receiver needs to be sure of the sender's identity and that an
imposter has not sent the message.
81
Network Technology Fourth Year
4-Message Nonrepudiation
Message nonrepudiation means that a sender must not be able to deny sending a
message that he or she, in fact, did send. The burden of proof falls on the receiver.
For example, when a customer sends a message to transfer money from one
account to another, the bank must have proof that the customer actually requested
this transaction.
5-Entity Authentication
In entity authentication (or user identification) the entity or user is verified prior to
access to the system resources (files, for example).
82
Network Technology Fourth Year
83