Open In App

A Model for Network Security

Last Updated : 17 Jun, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

When we send our data from the source side to the destination side we have to use some transfer method like the internet or any other communication channel by which we are able to send our message. The two parties, who are the principals in this transaction, must cooperate for the exchange to take place. When the transfer of data happened from one source to another source some logical information channel is established between them by defining a route through the internet from source to destination and by the cooperative use of communication protocols (e.g., TCP/IP) by the two principals. When we use the protocol for this logical information channel the main aspect of security has come. who may present a threat to confidentiality, authenticity, and so on. All the techniques for providing security have two components:

  1. A security-related transformation on the information to be sent.
  2. Some secret information is shared by the two principals and, it is hoped, unknown to the opponent.

A trusted third party may be needed to achieve secure transmission. For example, a third party may be responsible for distributing the secret information to the two principals while keeping it from any opponent. Or a third party may be needed to arbitrate disputes between the two principals concerning the authenticity of a message transmission. This model shows that there are four basic tasks in designing a particular security service:

  1. Design an algorithm for performing the security-related transformation.
  2. Generate the secret information to be used with the algorithm.
  3. Develop methods for the distribution and sharing of secret information.
  4. Specify a protocol to be used by the two principals that make use of the security algorithm and the secret information to achieve a particular security service.

Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads