Vol.22 No.11 DOI:10.10543/f0299.2023.
41787
NOV, 2023 MATERIAL SCIENCE AND TECHNOLOGY
WIRELESS SENSOR NETWORK-BASED RESEARCH ON COMPUTER NETWORK
INFORMATION SECURITY PROBLEMS AND PREVENTION
K. Krishna1, Bodduna Srinivas2, V. Anil Kumar3, Khaza K Vali Bhasha SK4
1
Asst Professor, Dept of CSE, MallaReddy College of Engineering, Maisammaguda, Secunderabad, Telangana, India
2
Asst Professor, Dept of CSE, MallaReddy College of Engineering, Maisammaguda, Secunderabad, Telangana, India
3
Asst Professor, Dept of CSE, MallaReddy College of Engineering, Maisammaguda, Secunderabad, Telangana, India
4
Asst Professor, Dept of CSE, Vijaya Institute of Technology for Women, Enikepadu, Vijayawada, AP, India
ABSTRACT
Of late mining of data from online life is pulling in more thought considering the shoot in the improvement of
Massive Information. In security, Tremendous Information deals with a social event of colossal huge level information
for checking out, imagining and to draw the pieces of information for the doubt and presumption for bleeding edge
Attacks. Huge Information Appraisal (BDA) is the term made by specialists to depict the specialty of making due,
overseeing and gathering a lot of information for future assessment. Information is being made at a disturbing rate. The
quick improvement of the Web, Web of Things (IoT) and other imaginative advances are the standard committed social
gatherings behind this happened with progress. The information spread out is a relationship of the earth, it is conveyed
out of, along these lines can utilize the information made some separation from plans to get a handle on within activities
of that framework. This has changed into a colossal part in network confirmation where the goal is to get assets.
Additionally, the making examination of data has made immense data a high worth goal. At this moment, Research
propelling assessment works in network security essentially undefined from massive data and part how tremendous data
is gotten and the way that huge data can relatively be used as a gadget for cutting edge affirmation. At the same time, a
Critical Information based concentrated log appraisal structure is recognized to see the design traffic occurred with
aggressors through DDOS, SQL Imbuement and Bruce Power attack. The log record is Customarily delivered off the
brought together cloud server and huge data is begun in the appraisal cycle.
1. INTRODUCTION by utilizing arrangement setting levels of progress, for
In the continuous time span, information model, cryptography. Mishra et al [5] confined security
improvement has accomplished quick development in and security challenges related with Monstrous
affiliations and encounters which made the term Colossal information examination for ensuring data base saving
Information amazingly standard. The development in and exchange log records, moreover, secure assessments
data improvement is especially speedy as the data is in spreading structures. The Y. Gahiet al [6] combined
created utilizing various sources, for instance, electronic the normal increments of tremendous information,
life, pictures in modernized position, critical level assessment and overviewed security and affirmation
records, business record, etc. The primary body of this challenges in Massive information conditions utilizing
monstrous degree of data known as Tremendous different BDA contraptions, for model, Hadoop, Map
Information is an awkward endeavor. This data can get Reduce, and HDFS. Security and security challenges
pay to the undertakings as certified evaluation of this related with gigantic information conditions were
Massive Information prompts real appreciation of the correspondingly recorded as conflicting stream, security
client nuts and bolts to take decision on the key of goliath information assessments, and access control.
clarification. Of course, hacking of the enormous data K. Abouelmehdietal [7] examined tremendous
prompts certified bet as there is a likelihood of the information making issues of security also, affirmation
expansion of hurtful programming in the functioning like the usage of titanic information smart mechanical
structures and the applications. Subsequently to ensure parties, for example, Hadoop. B. Matturdi et al [8]
about the gigantic data about the general perils showed a survey of massive information security and
invigorated methodology is proposed and executed at this confirmation challenges while making due, looking
point. likewise, examining. In B. Nelson et al [9], the producers
drove an important making audit covering security and
2. RELATED WORK affirmation for goliath information by referring to
Bettino et al [4] introduced the security and approaches concerning secret, information fairness,
confirmation Issues for massive information concerning security, information examination, depiction, information
the secret, security, essentially, unwavering quality. In union, and streams arranging.
information certification, the difficulties seen were
cementing ceaseless access control designs and 3. METHODOLOGIES
supporting control charts in huge information sources. 1. User Interface Design
Network assertion tries, for example, client affirmation, In this module we design the windows for the
gain to impact, and client checking is noted to be key in project. These windows are used for secure login for all
seeing the dangers and finishing them. The producer saw users. To connect with server user must give their
that both security and confirmation can be accomplished username and password then only they can able to
[Link] ISSN: 1005-0299
Material Science and Technology ·227·
connect the server. If the user already exits directly can documents authorized to them. We delicately design a
login into the server else user must register their details polynomial function with a special property that, when a
such as username, password and Email id, into the server. non-root element (an unauthorized role) is input to this
Server will create the account for the entire user to function during the inner product calculation process, the
maintain upload and download rate. Name will be set as result will be far larger than the maximum possible
user id. Logging in is usually used to enter a specific relevance score. To meet the demands of both sides, we
page. also carefully assemble the role set from a super-
incremental sequence. We build a polynomial based on
2. Cloud the user roles and use it to generate a coefficient vector,
In this modules cloud has a login. Cloud also which will be incorporated in the sub-indexes in the
adds a server in this module. Cloud also has an following index construction process. In the query token
authorized users in the project. Cloud had an available all generation process, the role of the data user is padded
the database. into its query vector. At last, a filter in the searching
process will exclude the abnormal relevance scores to
ensure that only accessible documents are returned.
Research Progress of Privacy Protection in Natural
Language Processing.
Token Generation: The token generation is
performed by the data user when a search request occurs.
The dimension of the search token is equal to the total
length of the dictionary, the role set, and the random
vector. Similar to the index constructing process, the
expansion of dictionary length triggers higher time cost,
as. We design an experiment to test if the token
generating time is related to the number of queried
keywords. as long as the queried keyword number is
within the range of dictionary length, it has a minor
Fig 3. System Architecture influence over token generating time. This conclusion
ensures the practical application of the multi-keyword
In this paper, we consider a cloud storage system that search function in MRSF.
supports ranked document retrieval in a privacy-
preserving way. As illustrated in Fig. 1, we consider three Search: After receiving index and token from data
basic entities in our system model, namely the data users, the cloud server initiates the searching process,
owner, the cloud server, and the data user. The data which mainly contains multiplication of matrix and a
owner ought to submit his/her encrypted data documents filtering process. In order to exclude all the excessively
to the cloud server. Before data outsourcing, the data high scores from the inaccessible documents, the cloud
owner first builds encrypted searchable indexes for all server needs to traverse the relevance scores of all
data documents, then sends both indexes and encrypted documents. This produces a complexity of O(n),
documents to the cloud. Besides, the data owner decides combined with the complexity O(d 0n) from the
the access roles for different data users. The cloud server, multiplication part, the total time cost is O(d 0 (n + 1)).
which has exceptional computation power and huge The increasing document number and dictionary length
storage capacities, provides data hosting and processing will certainly affect the size of the index matrix and
services for data owners and data users. Upon receiving query vector, thereby affecting the time spent on the
the token from an authorized data user, the cloud server searching process. As to the number of queried
first conducts search operations based on encrypted keywords, its minor influence on query time indicates the
same minor influence on search time.
4. PROPOSED ALGORITHM
This paper analyzes the security problems in the 5. RESULT
application of wireless sensor networks and explores the Towards semantic-aware keyword search over
mechanism of defending information security, hoping to encrypted data, many works provide a solution. Guan et
strengthen the security and stability of wireless sensor al. [49] proposed a multi-keyword ranked search scheme
networks through effective measures, so that people can with a semantic extension (CLRSE) that can be applied to
better enjoy the convenience brought by the network age. a cross-lingual dataset. The data user is allowed to set the
language preference before launching the search. CLRSE
adopts a two-cloud system model and Parlier
DATA MINING WITH PRIVACY cryptosystem to achieve a higher security level. To better
Access Control Strategy extract search intents of the data user, proposed a scheme
MRSF utilizes a polynomial-based access strategy that enables semantic-aware keyword search over
to guarantee that data users can only access data encrypted data. They adopt the secure kNN method as the
Material Science and Technology ·228·
encryption algorithm. This scheme utilizes a natural
language processing model to extract features from both
the document and search ity is transformed into feature
vectors similarity.
Fig 6. Data Owner Request Page
6. CONCLUSION AND FUTURE
ENHANCEMENT
In the process of using computer network, it is
necessary to improve users' security awareness and face
up to the problems existing in the operation of computer
network, and to formulate effective preventive measures,
strengthen the maintenance and detection of computer
system, and update anti-virus software regularly. The
popularity of wireless sensor networks is the general
trend. For the possible security problems, we must
actively study the security defense mechanism with a
professional attitude, and we cannot deny the significance
of the existence of wireless sensor networks because of
the existing problems. The improvement and
optimization of computer network information security
measures is an important guarantee of computer network
security at present. We should combine the needs of
computer network security, make targeted adjustments
and improvements, and do a good job in technology
selection and application. Computer network information
security is very complex, and there are many influencing
factors. Preventive measures should be carried out
Material Science and Technology ·229·
according to the influencing factors. Data encryption [13] Zhou Wenqian, Wang Tao, Liu Jianlei, et al.
technology can protect the dynamic information of Wireless sensor network synchronization acquisition
computer system in real time, which can not only system for impact test. Automation Instrumentation, vol.
intercept the invasion and attack of other programs in the 38, no. 3, pp. 48-50+54, 2017.
first time, but also effectively prevent passive attacks and [14] Cao Yueping. Analysis of wireless sensor network
improve the security of computer system. Only by technology and development trend. Value Engineering,
grasping the development trend of science and vol. 34, no. 9, pp. 302-303, 2015.
technology and striving to eliminate the disadvantages in [15] Wang Yiwang, Lu Jun, Zhang Chengcheng, et al.
the development can we increase the development of Design of Intelligent Infusion Monitoring System Based
productive forces and the progress of information on Wireless Sensor Network. Measurement and Control
technology. Technology, vol. 34, no. 11, pp. 64-66, 2015
REFERENCES
[1] Albagory Y, Said O. Concentric Circular Arrays for
Stratospheric High-Altitude Platforms Wireless Sensor
Networks. Wireless Personal Communications, vol. 81,
no. 2, pp. 1-13, 2015.
[2] Ali R, Pal AK, Kumari S, et al. A secure user
authentication and key agreement scheme using wireless
sensor networks for agriculture monitoring. Future
Generation Computer Systems, vol. 84, no. 6, pp. 200-
215, 2017.
[3] Liu Haijiang, Jin Yong, Hu Zhentao, et al. Relay
power allocation algorithm for wireless sensor networks
in eavesdropping scenarios. High-tech Communications,
vol. 30, no. 2, pp. 150-156, 2020.
[4] Feng Wei, Wang Feng, Xu Dan, et al. Joint secure
routing and power allocation optimization algorithm for
wireless sensor networks. Journal of Sensor Technology,
vol. 32, no. 4, pp. 610-617, 2019.
[5] Yuan Hao, Mao Yingying, et al. Research on privacy
protection methods of node location in public mobile
networks. Modern Electronic Technology, vol. 40, no.
16, pp. 35-37, 2017.
[6] Ding Lu, Li Jiying. Challenges facing wireless sensor
network information security. China Instrumentation, vol.
6, no. 6, pp. 37-39, 2015.
[7] Zhang Shuo. Analysis of information security issues
in wireless medical sensor networks. Modern Information
Technology, vol. 3, no. 18, pp. 141-142, 2019.
[8] Bu Yu. Design of Firefighter's Physical Sign
Monitoring System Based on Sensors. Information
Security and Technology, vol. 7, no. 2, pp. 46-48, 2016.
[9] Ji Xiangmin, Zhao Bo, Liu Jinhui, et al. Key recovery
attack in wireless sensor network based on symmetric
matrix decomposition. Journal of Communications, vol.
39, no. 10, pp. 87-96, 2018.
[10] Li Wei, Wang Ou, Jin Lei, et al. Research on the
secure transmission of ship power system information
based on hybrid cryptographic algorithm. Ship Science
and Technology, vol. 40, no. 22, pp. 94-96, 2018.
[11] Xu Jun. Application research of trusted computing
mobile terminal based on biological characteristics
trusted access protocol. Journal of Network and
Information Security, vol. 3, no. 2, pp. 66-76, 2017.
[12] Deng Bin, Shi Zhidong, Fang Weidong, et al.
Research on the secure multipath routing protocol for
wireless sensor networks. Computer Applications and
Software, vol. 33, no. 11, pp. 263-268, 2016.