wireless communication security PPT, presentation

N
Nitesh Dubeysoftware developer, web developer um freelancer
Wireless
Communication
Security
PREPARED BY:
MEET SONI
Introduction
Wireless: without wires or without physical conducting materials or carrier.
Communication: Information propagation from source to destination.
Wireless communication Transfer the information over a distance without
utilizing electric conductor or “Wires”
communications takes place "through the air" using radio frequencies.
Used to communicate from one device to another.
This technology is being increasingly deployed in many places.
It presents many advantages Productivity improves because of increased
accessibility to information resources .
Benefits: Convenience, Mobility, Productivity, Deployment, Expandability and
Cost.
Disadvantages are: Security, Range, Reliability, and Speed.
confidentiality, ensuring integrity,
security objectives same as with wired
networks: preserving
and maintaining availability of the
information and information systems.
Wireless Networks consists of Wireless Application Protocol(WAP).
WAP is Standard for communication between server applications and its
clients.
The general characteristics of the WAP are below:
1) Unlimited roaming and range:
location of the device is irrelevant.
2)Guarantee of Delivery:
All the data are send to devices
3)Dependability of Delivery
Data are accurate to deliver
4)Notification
5)Connectivity Options
Choosing a type of connection for instance
6)Millions of Users
7)Priority Alerts
8)Communication
9)Host Mobility
Settings on a network
10)Dynamic Encapsulation
Information and alerts about login and logout
Overview of Wireless Communications
In Wireless Communication
System, communication takes
place through the air.
In that, whenever any two or many
wireless devices wants to
communicates so they required
of network or
some kind
components...
Communication System
‘What is WIRELESS
TECHNOLOGIES?’
Wireless technologies can be
classified in different ways depending
on their range and topologies.
wireless technology is designed to
serve a specific usage segment.
The requirements of that’s are based
on a variety of variables, including
Bandwidth needs, Distance needs
and Power.
The classification we see in the figure
Wireless Technologies
Security threats on radio communication link
There are mainly 4 kinds of threats related to security, that’s are
Unauthorised disclosure (violation of confidentiality)
Confidentiality is a set of rules or a promise that limits access or places
restrictions on certain types of information.
An attacker listens to packets transferred on the wireless transmission medium,
without being detected, and stores them.
The packets contain user related data, either transmitted alone or in connection
with user traffic.
The user related data might be encrypted, if not the attacker is able to read,
This data can be used to track user behaviour and is a privacy problem.
Unauthorised modification of data (violation of integrity)
Security Threats
In this kind of security
threats, the send the data
or message to receiver.
But while transferring that
data or message, the third
person(hacker) hack the
data or message of sender.
Then modified them and
then send to receiver.
That’s kind of security
threats called as violation of
integrity
‘Unauthorised modification of data (violation of integrity)’
Security Threats
‘Unauthorised modification of data (violation of integrity)’
Security Threats
‘Unauthorised modification of data (violation of integrity)’
Security Threats
Disturbing network services (violation of availability)
This threat basically allows the attacker to use the wireless network to
send and receive messages without authorization.
An attacker intentionally interferes with the wireless transmission by
sending a bogus signal on the frequencies used by the wireless
transmission.
That’s called the Physical Jamming.
An attacker intentionally sends messages on the wireless medium to
confuse the victim.
This could for example be a management message telling the victim‘s
wireless device to disconnect.
That’s called the Logical jamming.
Security Threats
Repudiation
The sender can deny that he sent a particular message, which was
received by another wireless device.
This threat imposes problems for the receiving party, to reply and act on
received messages.
The receiver of a particular message can deny the reception of that
message.
The sending party can therefore not reply on messages sent.
Security Threats
DIFFERENT KINDS OF WIRELESS ATTACKS
Many different kinds of wireless attacks are possible, but we focus on some
main attacks, that’s are describe below.
Accidental association
Unauthorized access to company wireless and wired networks can come
from a number of different methods and intents.
Malicious association
“Malicious associations” are when wireless devices can be actively made by
crackers to connect to a company network through their cracking laptop
instead of a company access point (AP).
Wireless Attacks
DIFFERENT KINDS OF WIRELESS ATTACKS
Identity theft (MAC spoofing)
Identity theft (or MAC spoofing) occurs when a cracker is able to listen in on
network traffic and identify the MAC address of a computer with network
privileges.
Dnial-of-service attack
A Denial-of-Service attack occurs when an attacker continually bombards a
targeted AP (Access Point) or network with bogus requests, premature
successful connection messages, failure messages, and/or other commands.
These cause legitimate users to not be able to get on the network and may
even cause the network to crash.
WirelessAttacks
SECURITY GOALS
Authentication:
This means that before sending and receiving data using the system, the
receiver and sender identity should be verified.
Secrecy or Confidentiality:
Usually this function (feature) is how most people identify a secure system.
It means that only the authenticated people are able to interpret the message
(date) content and no one else.
Examples: Block Chipher and Stream Chipher
Security Requirement for wireless Network
SECURITY GOALS
Integrity:
Integrity means that the content of the communicated data is assured to be
free from any type of modification between the end points (sender and
receiver). The basic form of integrity is packet check sum in IPv4 packets.
Examples: Cryptography
Non-Repudiation:
This function implies that neither the sender nor the receiver can falsely deny
that they have sent a certain message.
Service Reliability and Availability:
Since secure systems usually get attacked by intruders, which may affect
their availability and type of service to their users. Such systems should
provide a way to grant their users the quality of service they expect.
Security Requirement for wireless Network
In this method data is encrypted and
decrypted if from of blocks.
In its simplest mode, we divide the plain text
into blocks which are then fed into the cipher
system to produce blocks of cipher text.
There are many variances of block cipher,
where different techniques are used to
strengthen the security of the system.
The most common methods are: ECB
(Electronic Codebook Mode).
ECB is the basic form of clock cipher where
data blocks are encrypted directly to
generate its correspondent ciphered blocks
Security Requirement for wireless Network
SECURITY GOALS-BLOCK CIPHER
Stream cipher functions on a stream
of data by operating on it bit by bit.
Stream cipher consists of two major
components: a key stream generator,
and a mixing function.
Mixing function is usually just an XOR
function, while key stream generator
is the main unit in stream cipher
encryption technique.
Security Requirement for wireless Network
SECURITY GOALS-STREAM CIPHER
SECURITY GOALS-DATA ENCRYPTION
STANDARDS
DES
DES (Data Encryption Standard), was the first encryption standard to be
recommended by NIST (National Institute of Standards and Technology).
It is based on the IBM proposed algorithm called Lucifer.
AES
AES(Advanced Encryption Standard), is the new encryption standard
recommended by NIST to replace DES.
Both AES and DES are block ciphers.
Security Requirement for wireless Network
RC4
RC4 or ARC-Four is the most widely used stream cipher.
It is used with SSL (Secure socket Layer), which is used to secure identification
information and money transfers over the Internet.
Security Requirement for wireless Network
SECURITY GOALS-DATA ENCRYPTION
STANDARDS
SECURITY GOALS-DATA ENCRYPTION
CRYPTOGRAPHY
To send data securely between two nodes, the system must encrypt the data or
"systematically scramble information so that it cannot be read without knowing
the coding key".
This concept is called as the Cryptography.
This operation determines to a certain level the strength of the security system,
the harder it is to break the encrypted message the more secure the system is
to be.
Security Requirement for wireless Network
plain text means the " The original
intelligible message” and Cipher text "
The transformed message”.
Data encryption procedures are mainly
categorized into two categories
depending on the type of security keys
used to encrypt/decrypt the secured
data.
These two categories are:
Asymmetric and Symmetric encryption
techniques.
Security Requirement for wireless Network
SECURITY GOALS-DATA ENCRYPTION
SECURITY GOALS-DATA ENCRYPTION
Symmetric Encryption
In this type of encryption, the sender and the receiver
agree on a secret (shared) key.
Then they use this secret key to encrypt and decrypt their sent messages.
Asymmetric Encryption
Asymmetric encryption is the other type of encryption where two keys are
used.
In that Key1 can encrypt only Key2 can decrypt, and vice versa.
It is also known as Public Key Cryptography (PKC), because users tend to use
two keys: public key, which is know to the public, and private key which is
known only to the user.
Security Requirement for wireless Network
Thank You
1 von 26

Recomendados

Network security - OSI Security Architecture von
Network security - OSI Security ArchitectureNetwork security - OSI Security Architecture
Network security - OSI Security ArchitectureBharathiKrishna6
3.2K views27 Folien
S/MIME & E-mail Security (Network Security) von
S/MIME & E-mail Security (Network Security)S/MIME & E-mail Security (Network Security)
S/MIME & E-mail Security (Network Security)Prafull Johri
11K views13 Folien
Introduction to Network Security von
Introduction to Network SecurityIntroduction to Network Security
Introduction to Network SecurityJohn Ely Masculino
6.2K views28 Folien
DATA COMMUNICATION PPT von
DATA COMMUNICATION PPTDATA COMMUNICATION PPT
DATA COMMUNICATION PPTMajane Padua
7.2K views265 Folien
Multiple Access in wireless communication von
Multiple Access in wireless communicationMultiple Access in wireless communication
Multiple Access in wireless communicationMaulik Togadiya
8.4K views22 Folien
Security issues in manet von
Security issues in manetSecurity issues in manet
Security issues in manetflowerjaan
3.6K views34 Folien

Más contenido relacionado

Was ist angesagt?

Wi Fi Security von
Wi Fi SecurityWi Fi Security
Wi Fi Securityyousef emami
4.5K views20 Folien
Cia security model von
Cia security modelCia security model
Cia security modelImran Ahmed
19.1K views7 Folien
security in wireless sensor networks von
security in wireless sensor networkssecurity in wireless sensor networks
security in wireless sensor networksVishnu Kudumula
10.2K views41 Folien
Wireless local loop von
Wireless local loopWireless local loop
Wireless local loopSANJUU7
23.9K views21 Folien
Gsm architecture von
Gsm architectureGsm architecture
Gsm architectureNaveen Sihag
144.4K views31 Folien
Wireless Communication ppt von
Wireless Communication pptWireless Communication ppt
Wireless Communication pptOECLIB Odisha Electronics Control Library
37.9K views33 Folien

Was ist angesagt?(20)

Cia security model von Imran Ahmed
Cia security modelCia security model
Cia security model
Imran Ahmed19.1K views
security in wireless sensor networks von Vishnu Kudumula
security in wireless sensor networkssecurity in wireless sensor networks
security in wireless sensor networks
Vishnu Kudumula10.2K views
Wireless local loop von SANJUU7
Wireless local loopWireless local loop
Wireless local loop
SANJUU723.9K views
Gsm architecture von Naveen Sihag
Gsm architectureGsm architecture
Gsm architecture
Naveen Sihag144.4K views
Topic: ISDN (Integrated Services Digital Network) von Dr Rajiv Srivastava
Topic: ISDN (Integrated Services Digital Network)Topic: ISDN (Integrated Services Digital Network)
Topic: ISDN (Integrated Services Digital Network)
Dr Rajiv Srivastava8.2K views
Wireless lan security von Ankit Anand
Wireless lan securityWireless lan security
Wireless lan security
Ankit Anand858 views
Network security von Estiak Khan
Network securityNetwork security
Network security
Estiak Khan1.2K views
Modern Network Security Issue and Challenge von Ikhtiar Khan Sohan
Modern Network Security Issue and ChallengeModern Network Security Issue and Challenge
Modern Network Security Issue and Challenge
Ikhtiar Khan Sohan1.2K views
Cyber Security von Ramiro Cid
Cyber SecurityCyber Security
Cyber Security
Ramiro Cid6.6K views
Network security cryptography ppt von Thushara92
Network security cryptography pptNetwork security cryptography ppt
Network security cryptography ppt
Thushara9229.1K views
Cdma ppt for ECE von ajitece
Cdma ppt for ECECdma ppt for ECE
Cdma ppt for ECE
ajitece44.3K views
Lec 1 introduction to wireless communication(1) von Ravi Patel
Lec 1   introduction to wireless communication(1)Lec 1   introduction to wireless communication(1)
Lec 1 introduction to wireless communication(1)
Ravi Patel2K views
Types of attacks von Vivek Gandhi
Types of attacksTypes of attacks
Types of attacks
Vivek Gandhi22.7K views
Three types of wireless technology von Rashmi Joaa
Three types of wireless technologyThree types of wireless technology
Three types of wireless technology
Rashmi Joaa41K views

Similar a wireless communication security PPT, presentation

Wireless Communiction Security von
Wireless Communiction SecurityWireless Communiction Security
Wireless Communiction SecurityMeet Soni
155 views26 Folien
Network Security Chapter 7 von
Network Security Chapter 7Network Security Chapter 7
Network Security Chapter 7AfiqEfendy Zaen
8.5K views46 Folien
Analysis Of Security In Wireless Network von
Analysis Of Security In Wireless NetworkAnalysis Of Security In Wireless Network
Analysis Of Security In Wireless NetworkSteven Wallach
2 views5 Folien
Cit877[1] von
Cit877[1]Cit877[1]
Cit877[1]poonamjindal6
28 views19 Folien
Wireless Security Needs For Enterprises von
Wireless Security Needs For EnterprisesWireless Security Needs For Enterprises
Wireless Security Needs For Enterprisesshrutisreddy
359 views4 Folien
A Review on Wireless Network Security.pdf von
A Review on Wireless Network Security.pdfA Review on Wireless Network Security.pdf
A Review on Wireless Network Security.pdfRhonda Cetnar
9 views14 Folien

Similar a wireless communication security PPT, presentation(20)

Wireless Communiction Security von Meet Soni
Wireless Communiction SecurityWireless Communiction Security
Wireless Communiction Security
Meet Soni155 views
Analysis Of Security In Wireless Network von Steven Wallach
Analysis Of Security In Wireless NetworkAnalysis Of Security In Wireless Network
Analysis Of Security In Wireless Network
Steven Wallach2 views
Wireless Security Needs For Enterprises von shrutisreddy
Wireless Security Needs For EnterprisesWireless Security Needs For Enterprises
Wireless Security Needs For Enterprises
shrutisreddy359 views
A Review on Wireless Network Security.pdf von Rhonda Cetnar
A Review on Wireless Network Security.pdfA Review on Wireless Network Security.pdf
A Review on Wireless Network Security.pdf
Rhonda Cetnar9 views
Wpa2 psk security measure von Shivam Singh
Wpa2 psk security measureWpa2 psk security measure
Wpa2 psk security measure
Shivam Singh957 views
Security Analysis and Improvement for IEEE 802.11i von inventionjournals
Security Analysis and Improvement for IEEE 802.11iSecurity Analysis and Improvement for IEEE 802.11i
Security Analysis and Improvement for IEEE 802.11i
Network Security and Cryptography von Manjunath G
Network Security and CryptographyNetwork Security and Cryptography
Network Security and Cryptography
Manjunath G74 views
Enhancement in network security with security protocols von eSAT Journals
Enhancement in network security with security protocolsEnhancement in network security with security protocols
Enhancement in network security with security protocols
eSAT Journals86 views
Module 6 Wireless Network security von nikshaikh786
Module 6  Wireless Network securityModule 6  Wireless Network security
Module 6 Wireless Network security
nikshaikh78687 views
Security in Wireless Sensor Networks Using Broadcasting von IJMER
Security in Wireless Sensor Networks Using BroadcastingSecurity in Wireless Sensor Networks Using Broadcasting
Security in Wireless Sensor Networks Using Broadcasting
IJMER513 views
A Survey on Secure Hierarchical LEACH Protocol over Wireless Sensor Network von IJERD Editor
A Survey on Secure Hierarchical LEACH Protocol over Wireless Sensor NetworkA Survey on Secure Hierarchical LEACH Protocol over Wireless Sensor Network
A Survey on Secure Hierarchical LEACH Protocol over Wireless Sensor Network
IJERD Editor572 views
Wireless Device and Network level security von Chetan Kumar S
Wireless Device and Network level securityWireless Device and Network level security
Wireless Device and Network level security
Chetan Kumar S1.7K views
Skyriver Communications – Fixed Wireless Security von Skyriver04
Skyriver Communications – Fixed Wireless SecuritySkyriver Communications – Fixed Wireless Security
Skyriver Communications – Fixed Wireless Security
Skyriver04344 views
Cellular wireless network security von Ankit Anand
Cellular wireless network securityCellular wireless network security
Cellular wireless network security
Ankit Anand1.7K views

Más de Nitesh Dubey

HTML Presentation von
HTML  PresentationHTML  Presentation
HTML PresentationNitesh Dubey
21 views10 Folien
MLApproachToProgramming.ppt von
MLApproachToProgramming.pptMLApproachToProgramming.ppt
MLApproachToProgramming.pptNitesh Dubey
16 views15 Folien
seminar topic of holography.ppt von
seminar topic of holography.pptseminar topic of holography.ppt
seminar topic of holography.pptNitesh Dubey
421 views20 Folien
Compiler design.pdf von
Compiler design.pdfCompiler design.pdf
Compiler design.pdfNitesh Dubey
24 views24 Folien
Online shopping ppt von
Online shopping pptOnline shopping ppt
Online shopping pptNitesh Dubey
7.3K views21 Folien
Python lab manual all the experiments are available von
Python lab manual all the experiments are availablePython lab manual all the experiments are available
Python lab manual all the experiments are availableNitesh Dubey
604 views13 Folien

Más de Nitesh Dubey(20)

MLApproachToProgramming.ppt von Nitesh Dubey
MLApproachToProgramming.pptMLApproachToProgramming.ppt
MLApproachToProgramming.ppt
Nitesh Dubey16 views
seminar topic of holography.ppt von Nitesh Dubey
seminar topic of holography.pptseminar topic of holography.ppt
seminar topic of holography.ppt
Nitesh Dubey421 views
Online shopping ppt von Nitesh Dubey
Online shopping pptOnline shopping ppt
Online shopping ppt
Nitesh Dubey7.3K views
Python lab manual all the experiments are available von Nitesh Dubey
Python lab manual all the experiments are availablePython lab manual all the experiments are available
Python lab manual all the experiments are available
Nitesh Dubey604 views
Web Technology Lab files with practical von Nitesh Dubey
Web Technology Lab  files with practicalWeb Technology Lab  files with practical
Web Technology Lab files with practical
Nitesh Dubey2.7K views
Theory of automata and formal language lab manual von Nitesh Dubey
Theory of automata and formal language lab manualTheory of automata and formal language lab manual
Theory of automata and formal language lab manual
Nitesh Dubey638 views
Software engineering practical von Nitesh Dubey
Software engineering practicalSoftware engineering practical
Software engineering practical
Nitesh Dubey382 views
Principal of programming language lab files von Nitesh Dubey
Principal of programming language lab files Principal of programming language lab files
Principal of programming language lab files
Nitesh Dubey69 views
database management system lab files von Nitesh Dubey
database management system lab filesdatabase management system lab files
database management system lab files
Nitesh Dubey2.3K views
design and analysis of algorithm Lab files von Nitesh Dubey
design and analysis of algorithm Lab filesdesign and analysis of algorithm Lab files
design and analysis of algorithm Lab files
Nitesh Dubey789 views
Computer Organization And Architecture lab manual von Nitesh Dubey
Computer Organization And Architecture lab manualComputer Organization And Architecture lab manual
Computer Organization And Architecture lab manual
Nitesh Dubey9.4K views
industrial training report on Ethical hacking von Nitesh Dubey
industrial training report on Ethical hackingindustrial training report on Ethical hacking
industrial training report on Ethical hacking
Nitesh Dubey1.1K views
Project synopsis on face recognition in e attendance von Nitesh Dubey
Project synopsis on face recognition in e attendanceProject synopsis on face recognition in e attendance
Project synopsis on face recognition in e attendance
Nitesh Dubey11.7K views
Hrms industrial training report von Nitesh Dubey
Hrms industrial training reportHrms industrial training report
Hrms industrial training report
Nitesh Dubey336 views
Industrial training report on core java von Nitesh Dubey
Industrial training report on core java Industrial training report on core java
Industrial training report on core java
Nitesh Dubey153 views
SEWAGE TREATMENT PLANT mini project report von Nitesh Dubey
SEWAGE TREATMENT PLANT mini project reportSEWAGE TREATMENT PLANT mini project report
SEWAGE TREATMENT PLANT mini project report
Nitesh Dubey7.2K views
synopsis report on BIOMETRIC ONLINE VOTING SYSTEM von Nitesh Dubey
synopsis report on BIOMETRIC ONLINE VOTING SYSTEMsynopsis report on BIOMETRIC ONLINE VOTING SYSTEM
synopsis report on BIOMETRIC ONLINE VOTING SYSTEM
Nitesh Dubey694 views
artificial intelligence ppt von Nitesh Dubey
artificial intelligence pptartificial intelligence ppt
artificial intelligence ppt
Nitesh Dubey463 views

Último

802.11 Computer Networks von
802.11 Computer Networks802.11 Computer Networks
802.11 Computer NetworksTusharChoudhary72015
13 views33 Folien
_MAKRIADI-FOTEINI_diploma thesis.pptx von
_MAKRIADI-FOTEINI_diploma thesis.pptx_MAKRIADI-FOTEINI_diploma thesis.pptx
_MAKRIADI-FOTEINI_diploma thesis.pptxfotinimakriadi
10 views32 Folien
sam_software_eng_cv.pdf von
sam_software_eng_cv.pdfsam_software_eng_cv.pdf
sam_software_eng_cv.pdfsammyigbinovia
9 views5 Folien
DESIGN OF SPRINGS-UNIT4.pptx von
DESIGN OF SPRINGS-UNIT4.pptxDESIGN OF SPRINGS-UNIT4.pptx
DESIGN OF SPRINGS-UNIT4.pptxgopinathcreddy
19 views47 Folien
Web Dev Session 1.pptx von
Web Dev Session 1.pptxWeb Dev Session 1.pptx
Web Dev Session 1.pptxVedVekhande
13 views22 Folien
Renewal Projects in Seismic Construction von
Renewal Projects in Seismic ConstructionRenewal Projects in Seismic Construction
Renewal Projects in Seismic ConstructionEngineering & Seismic Construction
5 views8 Folien

Último(20)

_MAKRIADI-FOTEINI_diploma thesis.pptx von fotinimakriadi
_MAKRIADI-FOTEINI_diploma thesis.pptx_MAKRIADI-FOTEINI_diploma thesis.pptx
_MAKRIADI-FOTEINI_diploma thesis.pptx
fotinimakriadi10 views
Web Dev Session 1.pptx von VedVekhande
Web Dev Session 1.pptxWeb Dev Session 1.pptx
Web Dev Session 1.pptx
VedVekhande13 views
REACTJS.pdf von ArthyR3
REACTJS.pdfREACTJS.pdf
REACTJS.pdf
ArthyR335 views
SUMIT SQL PROJECT SUPERSTORE 1.pptx von Sumit Jadhav
SUMIT SQL PROJECT SUPERSTORE 1.pptxSUMIT SQL PROJECT SUPERSTORE 1.pptx
SUMIT SQL PROJECT SUPERSTORE 1.pptx
Sumit Jadhav 22 views
MongoDB.pdf von ArthyR3
MongoDB.pdfMongoDB.pdf
MongoDB.pdf
ArthyR349 views
Update 42 models(Diode/General ) in SPICE PARK(DEC2023) von Tsuyoshi Horigome
Update 42 models(Diode/General ) in SPICE PARK(DEC2023)Update 42 models(Diode/General ) in SPICE PARK(DEC2023)
Update 42 models(Diode/General ) in SPICE PARK(DEC2023)
BCIC - Manufacturing Conclave - Technology-Driven Manufacturing for Growth von Innomantra
BCIC - Manufacturing Conclave -  Technology-Driven Manufacturing for GrowthBCIC - Manufacturing Conclave -  Technology-Driven Manufacturing for Growth
BCIC - Manufacturing Conclave - Technology-Driven Manufacturing for Growth
Innomantra 10 views
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf von AlhamduKure
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdfASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf
ASSIGNMENTS ON FUZZY LOGIC IN TRAFFIC FLOW.pdf
AlhamduKure6 views
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc... von csegroupvn
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...
Design of Structures and Foundations for Vibrating Machines, Arya-ONeill-Pinc...
csegroupvn6 views
fakenews_DBDA_Mar23.pptx von deepmitra8
fakenews_DBDA_Mar23.pptxfakenews_DBDA_Mar23.pptx
fakenews_DBDA_Mar23.pptx
deepmitra816 views
GDSC Mikroskil Members Onboarding 2023.pdf von gdscmikroskil
GDSC Mikroskil Members Onboarding 2023.pdfGDSC Mikroskil Members Onboarding 2023.pdf
GDSC Mikroskil Members Onboarding 2023.pdf
gdscmikroskil59 views
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx von lwang78
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx
2023Dec ASU Wang NETR Group Research Focus and Facility Overview.pptx
lwang78165 views

wireless communication security PPT, presentation

  • 2. Introduction Wireless: without wires or without physical conducting materials or carrier. Communication: Information propagation from source to destination. Wireless communication Transfer the information over a distance without utilizing electric conductor or “Wires” communications takes place "through the air" using radio frequencies. Used to communicate from one device to another. This technology is being increasingly deployed in many places. It presents many advantages Productivity improves because of increased accessibility to information resources . Benefits: Convenience, Mobility, Productivity, Deployment, Expandability and Cost.
  • 3. Disadvantages are: Security, Range, Reliability, and Speed. confidentiality, ensuring integrity, security objectives same as with wired networks: preserving and maintaining availability of the information and information systems. Wireless Networks consists of Wireless Application Protocol(WAP). WAP is Standard for communication between server applications and its clients. The general characteristics of the WAP are below: 1) Unlimited roaming and range: location of the device is irrelevant. 2)Guarantee of Delivery: All the data are send to devices
  • 4. 3)Dependability of Delivery Data are accurate to deliver 4)Notification 5)Connectivity Options Choosing a type of connection for instance 6)Millions of Users 7)Priority Alerts 8)Communication 9)Host Mobility Settings on a network 10)Dynamic Encapsulation Information and alerts about login and logout
  • 5. Overview of Wireless Communications In Wireless Communication System, communication takes place through the air. In that, whenever any two or many wireless devices wants to communicates so they required of network or some kind components...
  • 7. ‘What is WIRELESS TECHNOLOGIES?’ Wireless technologies can be classified in different ways depending on their range and topologies. wireless technology is designed to serve a specific usage segment. The requirements of that’s are based on a variety of variables, including Bandwidth needs, Distance needs and Power. The classification we see in the figure Wireless Technologies
  • 8. Security threats on radio communication link There are mainly 4 kinds of threats related to security, that’s are Unauthorised disclosure (violation of confidentiality) Confidentiality is a set of rules or a promise that limits access or places restrictions on certain types of information. An attacker listens to packets transferred on the wireless transmission medium, without being detected, and stores them. The packets contain user related data, either transmitted alone or in connection with user traffic. The user related data might be encrypted, if not the attacker is able to read, This data can be used to track user behaviour and is a privacy problem.
  • 9. Unauthorised modification of data (violation of integrity) Security Threats In this kind of security threats, the send the data or message to receiver. But while transferring that data or message, the third person(hacker) hack the data or message of sender. Then modified them and then send to receiver. That’s kind of security threats called as violation of integrity
  • 10. ‘Unauthorised modification of data (violation of integrity)’ Security Threats
  • 11. ‘Unauthorised modification of data (violation of integrity)’ Security Threats
  • 12. ‘Unauthorised modification of data (violation of integrity)’ Security Threats
  • 13. Disturbing network services (violation of availability) This threat basically allows the attacker to use the wireless network to send and receive messages without authorization. An attacker intentionally interferes with the wireless transmission by sending a bogus signal on the frequencies used by the wireless transmission. That’s called the Physical Jamming. An attacker intentionally sends messages on the wireless medium to confuse the victim. This could for example be a management message telling the victim‘s wireless device to disconnect. That’s called the Logical jamming. Security Threats
  • 14. Repudiation The sender can deny that he sent a particular message, which was received by another wireless device. This threat imposes problems for the receiving party, to reply and act on received messages. The receiver of a particular message can deny the reception of that message. The sending party can therefore not reply on messages sent. Security Threats
  • 15. DIFFERENT KINDS OF WIRELESS ATTACKS Many different kinds of wireless attacks are possible, but we focus on some main attacks, that’s are describe below. Accidental association Unauthorized access to company wireless and wired networks can come from a number of different methods and intents. Malicious association “Malicious associations” are when wireless devices can be actively made by crackers to connect to a company network through their cracking laptop instead of a company access point (AP). Wireless Attacks
  • 16. DIFFERENT KINDS OF WIRELESS ATTACKS Identity theft (MAC spoofing) Identity theft (or MAC spoofing) occurs when a cracker is able to listen in on network traffic and identify the MAC address of a computer with network privileges. Dnial-of-service attack A Denial-of-Service attack occurs when an attacker continually bombards a targeted AP (Access Point) or network with bogus requests, premature successful connection messages, failure messages, and/or other commands. These cause legitimate users to not be able to get on the network and may even cause the network to crash. WirelessAttacks
  • 17. SECURITY GOALS Authentication: This means that before sending and receiving data using the system, the receiver and sender identity should be verified. Secrecy or Confidentiality: Usually this function (feature) is how most people identify a secure system. It means that only the authenticated people are able to interpret the message (date) content and no one else. Examples: Block Chipher and Stream Chipher Security Requirement for wireless Network
  • 18. SECURITY GOALS Integrity: Integrity means that the content of the communicated data is assured to be free from any type of modification between the end points (sender and receiver). The basic form of integrity is packet check sum in IPv4 packets. Examples: Cryptography Non-Repudiation: This function implies that neither the sender nor the receiver can falsely deny that they have sent a certain message. Service Reliability and Availability: Since secure systems usually get attacked by intruders, which may affect their availability and type of service to their users. Such systems should provide a way to grant their users the quality of service they expect. Security Requirement for wireless Network
  • 19. In this method data is encrypted and decrypted if from of blocks. In its simplest mode, we divide the plain text into blocks which are then fed into the cipher system to produce blocks of cipher text. There are many variances of block cipher, where different techniques are used to strengthen the security of the system. The most common methods are: ECB (Electronic Codebook Mode). ECB is the basic form of clock cipher where data blocks are encrypted directly to generate its correspondent ciphered blocks Security Requirement for wireless Network SECURITY GOALS-BLOCK CIPHER
  • 20. Stream cipher functions on a stream of data by operating on it bit by bit. Stream cipher consists of two major components: a key stream generator, and a mixing function. Mixing function is usually just an XOR function, while key stream generator is the main unit in stream cipher encryption technique. Security Requirement for wireless Network SECURITY GOALS-STREAM CIPHER
  • 21. SECURITY GOALS-DATA ENCRYPTION STANDARDS DES DES (Data Encryption Standard), was the first encryption standard to be recommended by NIST (National Institute of Standards and Technology). It is based on the IBM proposed algorithm called Lucifer. AES AES(Advanced Encryption Standard), is the new encryption standard recommended by NIST to replace DES. Both AES and DES are block ciphers. Security Requirement for wireless Network
  • 22. RC4 RC4 or ARC-Four is the most widely used stream cipher. It is used with SSL (Secure socket Layer), which is used to secure identification information and money transfers over the Internet. Security Requirement for wireless Network SECURITY GOALS-DATA ENCRYPTION STANDARDS
  • 23. SECURITY GOALS-DATA ENCRYPTION CRYPTOGRAPHY To send data securely between two nodes, the system must encrypt the data or "systematically scramble information so that it cannot be read without knowing the coding key". This concept is called as the Cryptography. This operation determines to a certain level the strength of the security system, the harder it is to break the encrypted message the more secure the system is to be. Security Requirement for wireless Network
  • 24. plain text means the " The original intelligible message” and Cipher text " The transformed message”. Data encryption procedures are mainly categorized into two categories depending on the type of security keys used to encrypt/decrypt the secured data. These two categories are: Asymmetric and Symmetric encryption techniques. Security Requirement for wireless Network SECURITY GOALS-DATA ENCRYPTION
  • 25. SECURITY GOALS-DATA ENCRYPTION Symmetric Encryption In this type of encryption, the sender and the receiver agree on a secret (shared) key. Then they use this secret key to encrypt and decrypt their sent messages. Asymmetric Encryption Asymmetric encryption is the other type of encryption where two keys are used. In that Key1 can encrypt only Key2 can decrypt, and vice versa. It is also known as Public Key Cryptography (PKC), because users tend to use two keys: public key, which is know to the public, and private key which is known only to the user. Security Requirement for wireless Network