0% found this document useful (0 votes)
15 views12 pages

Cryptography and Network Security Overview

This document presents a paper on network security and cryptography. It discusses cryptography and its importance for secure communication over untrusted networks like the Internet. It classifies different security services and describes cryptographic algorithms, trust models, threats to networks, and methods of implementing network security including virtual private networks, firewalls, IP security, and authentication, authorization and accounting servers.

Uploaded by

api-3798998
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views12 pages

Cryptography and Network Security Overview

This document presents a paper on network security and cryptography. It discusses cryptography and its importance for secure communication over untrusted networks like the Internet. It classifies different security services and describes cryptographic algorithms, trust models, threats to networks, and methods of implementing network security including virtual private networks, firewalls, IP security, and authentication, authorization and accounting servers.

Uploaded by

api-3798998
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd

PAPER PRESENTATION

ON

NETWORK SECURITY AND


CRYPTOGRAPHY
CRYPTOGRAPHY AND NETWORK SECURITY

• Cryptography is science of writing in secret code and


is an ancient art.
• In data and telecommunications, cryptography is
necessary when communicating over any un trusted
medium, which includes just about any network,
particularly with the Internet, within the context of
any application-to-application communication.
Classification of Security Services

• Authentication
• Confidentiality
• Integrity
• Non-repudiation
• Access Control
• Availability
Cryptographic Algorithms
Trust Models
• Secure use of cryptography requires a trust. While secret key
cryptography can ensure message confidentiality and hash
codes can ensure integrity, none of these works without trust.

 The web of trust employed by Pretty Good Privacy (PGP)


users, who hold their own set of trusted public keys.
 Kerberos, a secret key distribution scheme using a trusted third
party.
 Certificates, which allow a set of trusted third parties to
authenticate each other and, by implication, each other users.

Each of these trust models differ in complexity, general


applicability, scope and scalability.
Threats to the Network
• Application backdoors
• SMTP Hijacking
• Operating System Hijacking
• Denial Of Service
• E-Mail Bombs
• Macros
• Viruses
• Spam
• Redirect Bombs
Network Security can be done in
various methods
• Virtual Private Network
• Firewalls
• IP Security
• AAA Server (Authentication, Authorization
and Accounting)
Virtual Private Network
Firewalls
• A firewall provides a strong barrier between private network
and the internet. We can set firewalls the number of open
ports, what type of packets are passed through and which
protocols are allowed through.
IP Security
• Internet Protocol Security Protocol (IPSec) provides enhanced
security features such as better encryption algorithms and more
comprehensive authentication
• All devices must use a common key and the firewalls of
each network must have very similar security policies set up.
IP Sec can encrypt data between various devices , such as :
Router to router
Firewall to router
PC to router
PC to server
• A software firewall can be installed on the computer in your
home that has an Internet connection . This computer is
considered a gateway because it provides the only point of
access between your home network and the Internet .
Authentication, Authorization and
Accounting
• servers are used for more secure
access in a remote-access VPN
environment . When a request to
establish a session comes in from a
dial up client , the Request is
proxies to the AAA server .
Information Security
RAMSWAROOP SINGH T V SHIVA
BRANCH: CSE BRANCH: CSE
ELLENKI COLLEGE OF ENGG. ELLENKI COLLEGE OF ENGG.
ram_fr_547@[Link] shiva_vish@[Link]

Common questions

Powered by AI

Availability and access control interrelate in network security by ensuring that network resources are accessible to authorized users while protecting against unauthorized access . Availability focuses on ensuring that users can depend on resource access when needed, preventing downtime and service denials. In contrast, access control manages how resources are accessed, restricting it to verified users, thus preventing breaches . Together, they create a balanced security posture where resources remain protected from unauthorized actions while providing the necessary reliability and accessibility to legitimate users, vital in maintaining secure, functional network operations.

IPsec ensures secure communications across different device configurations such as router-to-router, firewall-to-router, PC-to-router, and PC-to-server by encrypting data packets, enhancing data confidentiality and integrity . It uses robust encryption algorithms to protect the data in transit, ensuring that unauthorized entities cannot read or alter the information . Additionally, IPsec mandates the use of common security policies and keys, which ensures consistent and secure communication paths across different network devices . By doing so, IPsec provides comprehensive protection for a variety of network configurations, thus safeguarding data communications across different hardware arrangements.

Trust is essential in cryptographic algorithms because it underpins the assurance that communication over networks remains secure. Without trust, even well-implemented cryptographic methods can't guarantee security . The trust models that demonstrate this necessity include Pretty Good Privacy (PGP) which employs a web of trust, Kerberos which uses a trusted third party for secret key distribution, and the use of certificates that enable trusted third parties to authenticate each other. Each model varies by complexity, applicability, scope, and scalability , highlighting the essential role of trust in ensuring cryptographic effectiveness.

A web of trust, such as that used by Pretty Good Privacy (PGP), can be more flexible than certificate-based systems because it allows individuals to directly trust each other's public keys without relying on a centralized authority . This flexibility arises from its decentralized nature, where trust is built through direct interactions and mutual agreements among users, avoiding the potential bottlenecks and single points of failure associated with centralized models . By distributing trust decisions across the network, a web of trust can effectively accommodate a wide range of trust relationships and grow organically, offering adaptability and resilience against trust breaches.

Firewalls play a critical role in network security by acting as a barrier between private networks and external networks such as the Internet . They are configured to block or allow traffic between security domains based on a set of security rules, which can determine the number of open ports, the types of packets allowed through, and the protocols permitted to pass . This configuration adapts to different security needs by controlling both incoming and outgoing traffic to ensure that potentially harmful data does not enter or exit the network. Firewalls can be further tailored to provide more robust protection by incorporating additional security policies specific to an organization's needs.

Authentication, Authorization, and Accounting (AAA) servers provide essential functionalities such as verifying user identities before granting access (authentication), determining user permissions once logged in (authorization), and tracking user activities for auditing and reporting purposes (accounting). In remote-access VPN environments, AAA servers enhance security by ensuring only valid users can connect to the network, defining user access levels, and monitoring the network usage for security compliance and operational insights . These functionalities are critical in maintaining secure and reliable remote network connections.

The study articulates that Virtual Private Networks (VPNs) and Internet Protocol Security (IPsec) are crucial methods in protecting data communications. VPNs secure remote connections to private networks over the internet, offering confidentiality and authentication of the communication . IPsec enhances security features by providing strong encryption algorithms and comprehensive authentication, protecting data integrity and ensuring secure communication between devices like routers, firewalls, PCs, and servers . These methods play significant roles in safeguarding data against interception and unauthorized access, essential for secure communications in network security setups.

Network security services are classified into several categories: authentication, confidentiality, integrity, non-repudiation, access control, and availability. Authentication ensures that the entities communicating over the network are who they claim to be, which is vital in preventing unauthorized access . Confidentiality ensures that the information is accessible only to those authorized to have access, thus protecting data from eavesdroppers . Integrity involves maintaining the consistency and trustworthiness of data, ensuring it has not been altered during transmission . Non-repudiation prevents any party in a communication from denying the involvement in a transaction, providing proof of delivery and receipt . Access control restricts unauthorized access to network resources, while availability ensures that services are not denied to authorized users . Together, these services form a comprehensive security framework needed to maintain secure communications over untrusted networks like the Internet.

Threats to network security include application backdoors, SMTP hijacking, operating system hijacking, denial of service attacks, email bombs, macros, viruses, spam, and redirect bombs . Mitigation strategies involve various methods; for instance, deploying Virtual Private Networks (VPNs) can offer secure remote access, reducing the risk of data interception . Firewalls provide a strong barrier between private networks and the internet, filtering traffic based on predefined security rules, helping to prevent unauthorized access and attacks . IP Security (IPSec) can offer enhanced security by encrypting data between devices, ensuring secure communications . Finally, using Authentication, Authorization, and Accounting (AAA) servers can further secure access in a remote-access VPN environment, thus mitigating these threats .

Threats such as SMTP hijacking and redirect bombs can severely disrupt network operations. SMTP hijacking can lead to unauthorized control over email servers, potentially leading to spam propagation and data leaks, while redirect bombs can overwhelm networks by flooding them with traffic directed to unintended paths, causing service disruptions . Network administrators can guard against these threats by implementing strict access controls, monitoring network traffic for anomalous activities, and enforcing secure configurations and protocols for servers and routers . Regular updating of security patches and employing firewalls with refined rulesets prevent unauthorized transit of data packets, further supporting proactive defense against these types of threats.

You might also like