SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1838
Mahesh Jakkal1, Shreyasi Goli2, Aishwarya Dudam3, Pooja Nilgar4, Prof. Asiya Khan5
1,2,3,4,5Dept. Computer Science and Engineering, BMIT Engg College, Solapur, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - An innovative and hottest technology that used
in industries, organizations etc. is Hadoop. It most probably
used to analyze the large amount of data in distributed
processing manner. It just stores the data and run them on
commodity hardware clusters. Hadoop provides massive
storage for any kind of data, enormous processing power and
the ability to handle virtually limitlessconcurrenttasksorjobs
using Mapreduce and HDFS module. The promise of low-cost,
security, high-availability storage and processing power has
drawn many organizations to Hadoop. Mapreduce perform
computations and processing tasksusingtrackers(job&task),
whereas HDFS provide storing data facility using Namenode
and Datanode.
But in today’s internet networking world the growthofdata is
tremendous and to handle them HDFS is perfect architecture,
as he is having Namenode and Datanode to perform possible
tasks and storing data. Our proposed architecture will help
HDFS architecture perform load balancingtohandletheSPOF
problem nearly of Namenode.
Key Words: Hadoop, HDFS, Namenode, Datanode
1. INTRODUCTION
There are several system architectures that have been
implemented for data intensive computing as well as for
large-scale data analysis, such as applications having and
belongs to parallel and distributed relational database
management systems. But, most of thetimedata growthis in
unstructured type form of data, that consists different and
combination of so many formats. Mapreduce is a
programming paradigmarchitecturepartofGoogle.Nowitis
available in an open-source implementation called Apache
Hadoop. It is used by organizations, industries like Yahoo,
Facebook and other online shopping marts. Data-Intensive
Computing Systems have so many approaches to parallelize
the processing of data. The goal to design such platform is to
provide reliability, efficiency, availability and scalability.
Hadoop is one such architecture which provides above all
mentioned features in today’s decade. Hadoop parallelizes
data processing across many nodes computersina cluster. It
speeds up large computations andhidesI/Olatency.Hadoop
is especially designed and well-suited to large data
processing tasks like searching and indexing because it has
powerful distributed file system. HDFS is big solution for
enterprise that turns ugly ducking into swan.
1.1 Hadoop
Hadoop has emerged as a data mining platform and is
becoming an industry standard for large data processing.
Hadoop is successfully used in science and a variety of
industries. Scientific applications include mathematics, high
energy physics, astronomy, genetics, and oceanography. The
Hadoop provides a distributed filesystem and a framework
for the analysis and transformation of very large data sets
using the Mapreduce paradigm. While the interface to HDFS
is patterned after the UNIX filesystem, faithfulness to
standards was sacrificed in favor of improved performance
for the applications at hand.
Fig -1: Hadoop System Architecture
1.2 HDFS
The Hadoop distributed file system (HDFS) has Namenode
servers and data nodes. The Namenode servermaintainsthe
metadata called namespace. Namespace has information
about Namenode servers, file, blocks,replica,data nodesand
running jobs. HDFS is highly reliable as it replicates chunks
of data to nodes in the cluster. The replica decisionsareused
to improve the availability ofsystem. HDFSstoresfilesystem
metadata and application data separately.
Performing Load Balancing between Namenodes in HDFS
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1839
Fig -2: HDFS System Architecture
Hadoop HDFS adopt centralized metadata management
solution, but if the load increases towards the centralized
master i.e. Namenode, then chance off systemgoesdownare
more. It is like SPOF issue i. e. Single Point of Failure.
This issue is going covered in our proposed system that
helps to reduce the ratio of failure by performing load
balancing within Namenode.
2. Proposed System Architecture
Proposed system will be able to solve the SPOF issue of
Namenode nearly by using multiple namenodes. Proposed
system architecture consist interconnected machines of
Clients, Namenodes and Datanodes.
Here, multiple Namenodes are connected to each other and
they are having their respective Datanodes to perform I/O
operations.
When Clientssends request to Namenode, itcheckstheentry
of that respective request in the namespace, if present it
continue with response. Response contains information
about the Datanodes. Clients contact to Datanode as per
getting response from Namenode. But if entry does not exit
then Namenode create and give the response to the client.
DatanodeperformstheI/Ooperationsrequestgivenbyclient
and also send the heartbeats to the Namenode.
Fig -3: Creating new file of Client
During this process if one Namenode goes down, the other
Namenode helps him by balancing his load using Chord
system. It provide list to their respective nodes to each other
like mirroring concept. So when system starts it justkeepthe
mirror copies of Namenode to another Namenode n vice
versa. It will help system to cover up with client request n
response execution properly within no time.
Software requirements: Linux OS, Hadoop 2.7.3, jdk 1.6
Hardware requirements: System 32/64bit, HDD–10 GB,
RAM-2 GB
Fig -4: Proposed Architecture of HDFS System
3. CONCLUSION
The proposed architecture will utilize multiple namenodes
to result in good scalability and availability of Namenodes
without any downtime. Also it this project work shows the
naming flexibility of namespace and load balancing too.
REFERENCES
1.ApacheTM Hadoop®. Hadoop documentation,
http://hadoop.apache.org/,(2014)February11.
2.J. Cui, T. S. Li and H. X. Lan,”DesignandDevelopment
of the mass data storage platform based on
Hadoop”, Journal of Computer Research and
Development, vol. 49, (2012), pp. 12-18.
3.Towards a scalable HDFS architecture, Farag
Azzedin IEEE 2013.
4.Load rebalancing for Distributed File System in
Clouds, IEEE transactions on Parallel and
distributed system.
5.Chord: A Scalable Peer-to-peer Lookup Protocol for
Internet Applications.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1840
AUTHORS
Mr. Mahesh Jakkul
Studying Engineering in
Bhramhadevdada ManeInstituteof
Technology, as BE (CSE) student.
Interest area are in Technical
languages and new techs.
Ms. Shreyasi Goli
Studying Engineering in
Bhramhadevdada ManeInstituteof
Technology, as BE (CSE) student.
Interest area in Technical
languages.
Ms. Aishwarya Dudam
Studying Engineering in
Bhramhadevdada ManeInstituteof
Technology, as BE (CSE) student.
Interest area in Technical
languages.
Ms. Pooja Nilgar
Studying Engineering in
Bhramhadevdada ManeInstituteof
Technology, as BE (CSE) student.
Interest area in Technical
languages.
Prof. Ms. Asiya Khan
Working in Bhramhadevdada
Mane Institute of Technology, as
Assistant Professor for CSE
department. Interested areas are
Database, Image processing etc.

More Related Content

PDF
Survey Paper on Big Data and Hadoop
PDF
Cloud Computing Ambiance using Secluded Access Control Method
PDF
Harnessing Hadoop and Big Data to Reduce Execution Times
PDF
IRJET- A Novel Approach to Process Small HDFS Files with Apache Spark
PDF
IRJET- A Study of Comparatively Analysis for HDFS and Google File System ...
PDF
Design architecture based on web
PDF
Big Data Analysis and Its Scheduling Policy – Hadoop
PDF
Infrastructure Considerations for Analytical Workloads
Survey Paper on Big Data and Hadoop
Cloud Computing Ambiance using Secluded Access Control Method
Harnessing Hadoop and Big Data to Reduce Execution Times
IRJET- A Novel Approach to Process Small HDFS Files with Apache Spark
IRJET- A Study of Comparatively Analysis for HDFS and Google File System ...
Design architecture based on web
Big Data Analysis and Its Scheduling Policy – Hadoop
Infrastructure Considerations for Analytical Workloads

What's hot (17)

PPT
Introducing the hadoop ecosystem
PDF
Paralyzing Bioinformatics Applications Using Conducive Hadoop Cluster
PPTX
Getting more out of your big data
PDF
Big_SQL_3.0_Whitepaper
PDF
IRJET- Big Data-A Review Study with Comparitive Analysis of Hadoop
PDF
IJSRED-V2I3P43
PDF
Limitations of datawarehouse platforms and assessment of hadoop as an alterna...
PDF
Introduction to Big Data and Hadoop using Local Standalone Mode
PDF
Hadoop add-on API for Advanced Content Based Search & Retrieval
PDF
Hadoop and its role in Facebook: An Overview
PDF
A Big-Data Process Consigned Geographically by Employing Mapreduce Frame Work
PDF
SURVEY ON BIG DATA PROCESSING USING HADOOP, MAP REDUCE
PDF
Secure and Efficient Client and Server Side Data Deduplication to Reduce Stor...
PDF
Vikram Andem Big Data Strategy @ IATA Technology Roadmap
PDF
IRJET- Generate Distributed Metadata using Blockchain Technology within HDFS ...
PDF
IRJET- Cost Effective Workflow Scheduling in Bigdata
Introducing the hadoop ecosystem
Paralyzing Bioinformatics Applications Using Conducive Hadoop Cluster
Getting more out of your big data
Big_SQL_3.0_Whitepaper
IRJET- Big Data-A Review Study with Comparitive Analysis of Hadoop
IJSRED-V2I3P43
Limitations of datawarehouse platforms and assessment of hadoop as an alterna...
Introduction to Big Data and Hadoop using Local Standalone Mode
Hadoop add-on API for Advanced Content Based Search & Retrieval
Hadoop and its role in Facebook: An Overview
A Big-Data Process Consigned Geographically by Employing Mapreduce Frame Work
SURVEY ON BIG DATA PROCESSING USING HADOOP, MAP REDUCE
Secure and Efficient Client and Server Side Data Deduplication to Reduce Stor...
Vikram Andem Big Data Strategy @ IATA Technology Roadmap
IRJET- Generate Distributed Metadata using Blockchain Technology within HDFS ...
IRJET- Cost Effective Workflow Scheduling in Bigdata
Ad

Similar to IRJET- Performing Load Balancing between Namenodes in HDFS (20)

PPTX
Hadoop Training | Hadoop Training For Beginners | Hadoop Architecture | Hadoo...
PPTX
HDFS Tiered Storage: Mounting Object Stores in HDFS
PPTX
Hadoop by kamran khan
PPTX
Hadoop File system (HDFS)
PDF
Hadoop data management
PPT
hadoop
PPT
hadoop
PPT
PPTX
Introduction to HDFS
PPTX
Module 2_Chapter 3_HDFS DATA STORAGE.pptx
PPTX
Hadoop.pptx
PPTX
Hadoop.pptx
PPTX
List of Engineering Colleges in Uttarakhand
PPTX
HADOOP.pptx
PPTX
Hadoop
PPTX
Understanding Hadoop
PDF
LOAD BALANCING LARGE DATA SETS IN A HADOOP CLUSTER
PPTX
Big Data and Hadoop
Hadoop Training | Hadoop Training For Beginners | Hadoop Architecture | Hadoo...
HDFS Tiered Storage: Mounting Object Stores in HDFS
Hadoop by kamran khan
Hadoop File system (HDFS)
Hadoop data management
hadoop
hadoop
Introduction to HDFS
Module 2_Chapter 3_HDFS DATA STORAGE.pptx
Hadoop.pptx
Hadoop.pptx
List of Engineering Colleges in Uttarakhand
HADOOP.pptx
Hadoop
Understanding Hadoop
LOAD BALANCING LARGE DATA SETS IN A HADOOP CLUSTER
Big Data and Hadoop
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
OOP with Java - Java Introduction (Basics)
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
web development for engineering and engineering
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
Welding lecture in detail for understanding
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Well-logging-methods_new................
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
Internet of Things (IOT) - A guide to understanding
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
OOP with Java - Java Introduction (Basics)
R24 SURVEYING LAB MANUAL for civil enggi
CYBER-CRIMES AND SECURITY A guide to understanding
Model Code of Practice - Construction Work - 21102022 .pdf
web development for engineering and engineering
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
Lecture Notes Electrical Wiring System Components
Welding lecture in detail for understanding
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Automation-in-Manufacturing-Chapter-Introduction.pdf
Well-logging-methods_new................
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Internet of Things (IOT) - A guide to understanding

IRJET- Performing Load Balancing between Namenodes in HDFS

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1838 Mahesh Jakkal1, Shreyasi Goli2, Aishwarya Dudam3, Pooja Nilgar4, Prof. Asiya Khan5 1,2,3,4,5Dept. Computer Science and Engineering, BMIT Engg College, Solapur, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - An innovative and hottest technology that used in industries, organizations etc. is Hadoop. It most probably used to analyze the large amount of data in distributed processing manner. It just stores the data and run them on commodity hardware clusters. Hadoop provides massive storage for any kind of data, enormous processing power and the ability to handle virtually limitlessconcurrenttasksorjobs using Mapreduce and HDFS module. The promise of low-cost, security, high-availability storage and processing power has drawn many organizations to Hadoop. Mapreduce perform computations and processing tasksusingtrackers(job&task), whereas HDFS provide storing data facility using Namenode and Datanode. But in today’s internet networking world the growthofdata is tremendous and to handle them HDFS is perfect architecture, as he is having Namenode and Datanode to perform possible tasks and storing data. Our proposed architecture will help HDFS architecture perform load balancingtohandletheSPOF problem nearly of Namenode. Key Words: Hadoop, HDFS, Namenode, Datanode 1. INTRODUCTION There are several system architectures that have been implemented for data intensive computing as well as for large-scale data analysis, such as applications having and belongs to parallel and distributed relational database management systems. But, most of thetimedata growthis in unstructured type form of data, that consists different and combination of so many formats. Mapreduce is a programming paradigmarchitecturepartofGoogle.Nowitis available in an open-source implementation called Apache Hadoop. It is used by organizations, industries like Yahoo, Facebook and other online shopping marts. Data-Intensive Computing Systems have so many approaches to parallelize the processing of data. The goal to design such platform is to provide reliability, efficiency, availability and scalability. Hadoop is one such architecture which provides above all mentioned features in today’s decade. Hadoop parallelizes data processing across many nodes computersina cluster. It speeds up large computations andhidesI/Olatency.Hadoop is especially designed and well-suited to large data processing tasks like searching and indexing because it has powerful distributed file system. HDFS is big solution for enterprise that turns ugly ducking into swan. 1.1 Hadoop Hadoop has emerged as a data mining platform and is becoming an industry standard for large data processing. Hadoop is successfully used in science and a variety of industries. Scientific applications include mathematics, high energy physics, astronomy, genetics, and oceanography. The Hadoop provides a distributed filesystem and a framework for the analysis and transformation of very large data sets using the Mapreduce paradigm. While the interface to HDFS is patterned after the UNIX filesystem, faithfulness to standards was sacrificed in favor of improved performance for the applications at hand. Fig -1: Hadoop System Architecture 1.2 HDFS The Hadoop distributed file system (HDFS) has Namenode servers and data nodes. The Namenode servermaintainsthe metadata called namespace. Namespace has information about Namenode servers, file, blocks,replica,data nodesand running jobs. HDFS is highly reliable as it replicates chunks of data to nodes in the cluster. The replica decisionsareused to improve the availability ofsystem. HDFSstoresfilesystem metadata and application data separately. Performing Load Balancing between Namenodes in HDFS
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1839 Fig -2: HDFS System Architecture Hadoop HDFS adopt centralized metadata management solution, but if the load increases towards the centralized master i.e. Namenode, then chance off systemgoesdownare more. It is like SPOF issue i. e. Single Point of Failure. This issue is going covered in our proposed system that helps to reduce the ratio of failure by performing load balancing within Namenode. 2. Proposed System Architecture Proposed system will be able to solve the SPOF issue of Namenode nearly by using multiple namenodes. Proposed system architecture consist interconnected machines of Clients, Namenodes and Datanodes. Here, multiple Namenodes are connected to each other and they are having their respective Datanodes to perform I/O operations. When Clientssends request to Namenode, itcheckstheentry of that respective request in the namespace, if present it continue with response. Response contains information about the Datanodes. Clients contact to Datanode as per getting response from Namenode. But if entry does not exit then Namenode create and give the response to the client. DatanodeperformstheI/Ooperationsrequestgivenbyclient and also send the heartbeats to the Namenode. Fig -3: Creating new file of Client During this process if one Namenode goes down, the other Namenode helps him by balancing his load using Chord system. It provide list to their respective nodes to each other like mirroring concept. So when system starts it justkeepthe mirror copies of Namenode to another Namenode n vice versa. It will help system to cover up with client request n response execution properly within no time. Software requirements: Linux OS, Hadoop 2.7.3, jdk 1.6 Hardware requirements: System 32/64bit, HDD–10 GB, RAM-2 GB Fig -4: Proposed Architecture of HDFS System 3. CONCLUSION The proposed architecture will utilize multiple namenodes to result in good scalability and availability of Namenodes without any downtime. Also it this project work shows the naming flexibility of namespace and load balancing too. REFERENCES 1.ApacheTM Hadoop®. Hadoop documentation, http://hadoop.apache.org/,(2014)February11. 2.J. Cui, T. S. Li and H. X. Lan,”DesignandDevelopment of the mass data storage platform based on Hadoop”, Journal of Computer Research and Development, vol. 49, (2012), pp. 12-18. 3.Towards a scalable HDFS architecture, Farag Azzedin IEEE 2013. 4.Load rebalancing for Distributed File System in Clouds, IEEE transactions on Parallel and distributed system. 5.Chord: A Scalable Peer-to-peer Lookup Protocol for Internet Applications.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1840 AUTHORS Mr. Mahesh Jakkul Studying Engineering in Bhramhadevdada ManeInstituteof Technology, as BE (CSE) student. Interest area are in Technical languages and new techs. Ms. Shreyasi Goli Studying Engineering in Bhramhadevdada ManeInstituteof Technology, as BE (CSE) student. Interest area in Technical languages. Ms. Aishwarya Dudam Studying Engineering in Bhramhadevdada ManeInstituteof Technology, as BE (CSE) student. Interest area in Technical languages. Ms. Pooja Nilgar Studying Engineering in Bhramhadevdada ManeInstituteof Technology, as BE (CSE) student. Interest area in Technical languages. Prof. Ms. Asiya Khan Working in Bhramhadevdada Mane Institute of Technology, as Assistant Professor for CSE department. Interested areas are Database, Image processing etc.