COMPUTER NETWORK SECURITY UNIT 1
COMPUTER NETWORK SECURITY UNIT 1
SECURITY
BY
NETONGO CLOVIS
1
UNIT 1
2
INTRODUCTION
In this modem era, organizations greatly rely on computer networks to share
information throughout the organization in an efficient and productive manner.
Organizational computer networks are now becoming large and ubiquitous.
Assuming that each staff member has a dedicated workstation, a large scale
company would have few thousands workstations and many server on the
network.
It is likely that these workstations may not be centrally managed, nor would they
have perimeter protection. They may have a variety of operating systems,
hardware, software, and protocols, with different level of cyber awareness among
users. Now imagine, these thousands of workstations on company network are
directly connected to the Internet. This sort of unsecured network becomes a
target for an attack which holds valuable information and displays vulnerabilities.
3
INTRODUCTION
With all these, the need for automated tools for protecting files and other
information stored on the computer became evident. This is especially the case for
a shared system, and the need is even more acute for systems that can be accessed
over the Internet. The generic name for the collection of tools designed to protect
data and to thwart hackers is computer security.
5
Examples of Security violation
User A transmits a file to user B.
The file contains sensitive
information (e.g., payroll
records) that is to be protected
from disclosure. User C, who is
not authorized to read the file, is
able to monitor the transmission
and capture a copy of the file
during its transmission.
6
Examples of Security violation
A network manager, D, transmits a
message to a computer, E, under
its management. The message
instructs computer E to update an
authorization file to include the
identities of a number of new users
who are to be given access to that
computer. User F intercepts the
message, alters its contents to add
or delete entries, and then forwards
the message to E, which accepts
the message as coming from
manager D and updates its
authorization file accordingly.
7
Examples of Security violation
Rather than intercept a message, user
F constructs its own message with
the desired entries and transmits that
message to E as if it had come from
manager D. Computer E accepts the
message as coming from manager D
and updates its authorization file
accordingly.
8
COMPUTER SECURITY CONCEPT
• Definition of computer Security: The protection afforded to an
automated information system in order to attain the applicable
objectives of preserving the integrity, availability, and
confidentiality of information system resources (includes
hardware, software, firmware, information/ data, and
telecommunications).
• This definition introduces three key objectives that are at the
heart of computer security which are confidentiality, integrity
and availability
9
CONFIDENTIALITY
The term confidentiality covers two related concepts:
Data confidentiality: Assures that private or confidential
information is not made available or disclosed to unauthorized
individuals.
Privacy: Assures that individuals control or influence what
information related to them may be collected and stored and by
whom and to whom that information may be disclosed.
10
INTEGRITY
The term integrity covers two related concepts:
Data integrity: Assures that information and programs are
changed only in a specified and authorized manner.
System integrity: Assures that a system performs its intended
function in an unimpaired manner, free from deliberate or
inadvertent unauthorized manipulation of the system.
11
AVAILABILITY
Availability: Assures that systems work promptly and service is not
denied to authorized users.
These three concepts are called the CIA triad. The three concepts;
confidentiality, integrity and availability carries the fundamental security
objectives for data (information), information systems and computing services.
12
13
• We can provides some characterization of the CIA triad objectives in terms of
requirements and the definition of a loss of security in each category and also
adding two most commonly mention requirements of security:
Confidentiality: Preserving authorized restrictions on information access and
disclosure, including means for protecting personal privacy and proprietary
information. A loss of confidentiality is the unauthorized disclosure of
information.
Integrity: Guarding against improper information modification or destruction
including ensuring information nonrepudiation and authenticity. A loss of
integrity is the unauthorized modification or destruction of information.
Availability: Ensuring timely and reliable access to and use of information. A
loss of availability is the disruption of access to or use of information or an
information system.
14
• We can provides some characterization of the CIA triad objectives in terms of
requirements and the definition of a loss of security in each category and also
adding two most commonly mention requirements of security:
Authenticity: The property of being genuine and being able to be verified and
trusted; confidence in the validity of a transmission, a message, or message originator.
This means verifying that users are who they say they are and that each input arriving
at the system came from a trusted source.
Accountability: The security goal that generates the requirement for actions of
an entity to be traced uniquely to that entity. This supports non-repudiation,
deterrence, fault isolation, intrusion detection and prevention, and after-action
recovery and legal action. Because truly secure systems are not yet an
achievable goal, we must be able to trace a security breach to a responsible
party. Systems must keep records of their activities to permit later forensic
analysis to trace security breaches or to aid transaction dispute.
15
Some additional security concepts may include the following;
Security attack: Any action that compromises the security of
information owned by an organization.
Security mechanism: A process (or a device incorporating such a
process) that is designed to detect, prevent, or recover from a security
attack.
Security service: A processing or communication service that enhances
the security of the data processing systems and the information transfers of
an organization. The services are intended to counter security attacks, and
they make use of one or more security mechanisms to provide the service.
16
CHALLENGES OF COMPUTER
SECURITY
Computer and network security are both fascinating and complex. Due to
the complexity, it is difficult to attain a 100% goal of security in a
computer security system. Some of the challenges faced are;
The mechanisms used to meet those requirements can be quite complex, and
understanding them may involve rather subtle reasoning.
In developing a particular security mechanism or algorithm, one must always
consider potential attacks on those security features. In many cases, successful
attacks are designed by looking at the problem in a completely different way,
therefore exploiting an unexpected weakness in the mechanism.
17
CHALLENGES OF COMPUTER
SECURITY
Having designed various security mechanisms, it is necessary to decide
where to use them.
Security mechanisms typically involve more than a particular algorithm or
protocol. They also require that participants be in possession of some secret
information (e.g., an encryption key), which raises questions about the
creation, distribution, and protection of that secret information.
Computer and network security is essentially a battle of wits between a
perpetrator who tries to find holes and the designer or administrator who
tries to close them. The great advantage that the attacker has is that he or
she need only find a single weakness, while the designer must find and
eliminate all weaknesses to achieve perfect security.
18
CHALLENGES OF COMPUTER
SECURITY
Security requires regular, even constant, monitoring, and this is difficult in
today’s short-term, overloaded environment.
Security is still too often an afterthought to be incorporated into a system
after the design is complete rather than being an integral part of the design
process.
19
VULNERABILITY AND HACKING
Vulnerability:
In computer security, a vulnerability is a weakness which can be exploited by
a threat actor, such as an attacker, to cross privilege boundaries (i.e. perform
unauthorized actions) within a computer system. To exploit vulnerability, an
attacker must have at least one applicable tool or technique that can connect
to a system weakness. In this frame, vulnerabilities are also known as the
attack surface.
The common vulnerability that exists in both wired and wireless networks is
an ''unauthorized access" to a network. An attacker can connect his device to
a network though unsecure hub/switch port. In this regard, wireless network
are considered less secure than wired network, because wireless network can
be easily accessed without any physical connection.
20
VULNERABILITY AND HACKING
Hacking:
Hacking is an attempt to exploit a computer system or a private network
inside a computer. Simply put, it is the unauthorized access to or control over
computer network security systems for some illicit purpose. One can easily
assume them to be intelligent and highly skilled in computers.
Some terms that are mostly been used in the security interchangeably
or to mean more or less the same thing are; threats and attack
21
VULNERABILITY AND HACKING
22
VULNERABILITY AND HACKING
23
SECURITY ATTACK
24
PASSIVE ATTACK
25
PASSIVE ATTACK
26
PASSIVE ATTACK
27
PASSIVE ATTACK
28
PASSIVE ATTACK
Passive attacks are very difficult to detect, because they do not involve any
alteration of the data. Typically, the message traffic is sent and received in
an apparently normal fashion, and neither the sender nor receiver is aware
that a third party has read the messages or observed the traffic pattern.
However, it is feasible to prevent the success of these attacks, usually by
means of encryption. Thus, the emphasis in dealing with passive attacks is
on prevention rather than detection.
29
ACTIVE ATTACK
Active attacks involve some modification of the data stream or the creation
of a false stream and can be subdivided into four categories: masquerade,
replay, modification of messages, and denial of service.
30
ACTIVE ATTACK
32
ACTIVE ATTACK
33
ACTIVE ATTACK
35
ACTIVE ATTACK
36
SECURITY MECHANISM
38
SECURITY SERVICE
40
R E L AT I O N S H I P B E T W E E N S E C U R I T Y S E RV I C E S A N D
MECHANISMS
41
MODEL FOR NETWORK SECURITY
A Network Security Model exhibits how the security service has been designed
over the network to prevent the opponent from causing a threat to the
confidentiality or authenticity of the information that is being transmitted through
the network.
For a message to be sent or receive there must be a sender and a receiver. Both the
sender and receiver must also be mutually agreeing to the sharing of the message.
Now, the transmission of a message from sender to receiver needs a medium i.e.
Information channel which is an Internet service.
A logical route is defined through the network (Internet), from sender to the
receiver and using the communication protocols both the sender and the receiver
established communication.
42
MODEL FOR NETWORK SECURITY
Any security service would have the three components discussed below:
Transformation of the information which has to be sent to the receiver. So,
that any opponent present at the information channel is unable to read the
message. This indicates the encryption of the message.
Sharing of the secret information between sender and receiver of which the
opponent must not any clue. Yes, we are talking of the encryption key which
is used during the encryption of the message at the sender’s end and also
during the decryption of message at receiver’s end.
43
MODEL FOR NETWORK SECURITY
There must be a trusted third party which should take the responsibility of
distributing the secret information (key) to both the communicating parties
and also prevent it from any opponent.
44
MODEL FOR NETWORK SECURITY
45