Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 15

SECURED DATA TRANSFER

THROUGH LI-FI

Guided by Presented By
Dr.K.Narasimha Raju Bh.Saidurga (15KD1A0521)
(Professor) G.Umamaheswara rao (16KD5A0501)
Ch.Lohith (15KD1A0529)
Ch.Chaitanaya (15KD1A0532)
CONTENTS
INTRODUCTION
LITERATURE SURVEY
PROPOSED SYSTEM
ADVANTAGES
LIMITATIONS
FUNCTIONAL REQUIREMENTS
NON-FUNCTIONAL REQUIREMENTS
USE CASE DIAGRAM
DATA FLOW DIAGRAM
HARDWARE AND SOFTWARE REQUIREMENTS
PROPOSED ALGORITHM
CONCLUSION
INTRODUCTION

 Wi-Fi is the wireless networking technology that uses radio waves to provide wireless
high-speed Internet and network connections. Wi-Fi stands for Wireless Fidelity.
Data transmission speed in Wi-Fi is low. So, Li-Fi is evolved.
 Li-Fi means Light Fidelity. It has high data transmission speed when compared to Wi-Fi.
It is more secure than Wi-Fi.
Li-Fi uses Light Emitting Diode for data transmission in a secured way.
LITERATURE SURVEY

 Harald Hass in his work titled “Visible light communication” said about the
importance of Li-Fi technology.Li-Fi enables secure wireless communications. Li-
Fi is a strong candidate for 5G technology. Li-Fi supports the emerging Internet-of-
Things as well as new ways of energy harvesting wireless communications.
 A. Sangavi et.al in their work titled “Li-Fi technology in traffic light” said about
the purpose of transmitting data using LED bulbs. The proposed paper aims in
using the Wi-Fi technology and enabling communication of vehicles with the traffic
light system in order to prioritize the vehicles and change the signals accordingly
rather than by a process of pre-defined order or by manual order.
Nikhil Kumar et.al in their work titled “Automatic billing system using Li-Fi
module” said about the data transfer is processed between products and the mobile
phone. Each and every product is having Li-Fi transmitter and it store the encoded
data similar to the product id, cost of product and quantity.
PROPOSED SYSTEM

Li-Fi is a wireless optical networking technology that makes use of LED light
which helps in the transmission of data much more faster and flexible than data
that can be transmitted through Wi-Fi.
 In this project we add security to the data transfer by using algorithms. Here we
use RSA algorithm to provide security.
ADVANTAGES

Li-Fi has high data transmission speed up to 10 GBPS.


Li-Fi has low maintenance and implementation costs.
It increases the efficiency.
It is more secure.
LIMITATIONS
Light cannot pass through objects.
It works only in single path.
Interferences from external light sources like sunlight, normal bulbs, and opaque
materials in the path of transmission will cause interruption in the communication.
FUNCTIONAL REQUIREMENTS

Data Transfer Module.


Security Module.
NON-FUNCTIONAL REQUIREMENTS

Usability.
Performance.
Maintainability.
USECASE DIAGRAM
DATA FLOW DIAGRAM
HARDWARE AND SOFTWARE
REQUIREMENTS

Hardware Requirements:
• Light Emitting Diode.
• Arduino.
• Photo Transceiver.
RSA ALGORITHM

RSA algorithm is an asymmetric cryptographic algorithm.


Asymmetric means there are two different keys.
Public Key.
Private Key.
Public Key can be given to anyone.
Private Key must be kept private.
ALGORITHM
Select two prime numbers p, q.
n=p*q.
Φ(n)=Φ(p)*Φ(q)=Φ(p-1) *Φ(q-1).
Select ‘e’ which is a relative prime of Φ(n)
GCD(e , Φ(n))=1.
Calculate ‘d’ which is a private key
ed mod Φ(n)=1.
Encryption Key=(e,n).
Decryption Key=(d,n).
Encryption : C=M^e mod n.
Decryption : M=C^d mod n.
CONCLUSION

The possibilities are numerous and can be explored further. If this technology can
be put into practice use, every bulb can be used something like a Wi-Fi hotspots to
transmit wireless data and we will proceed to the cleaner, greener, safer and
brighter future.

You might also like