CN116614812A - Non-perception authentication intercommunication method for heterogeneous brand wireless equipment - Google Patents

Non-perception authentication intercommunication method for heterogeneous brand wireless equipment Download PDF

Info

Publication number
CN116614812A
CN116614812A CN202310869986.5A CN202310869986A CN116614812A CN 116614812 A CN116614812 A CN 116614812A CN 202310869986 A CN202310869986 A CN 202310869986A CN 116614812 A CN116614812 A CN 116614812A
Authority
CN
China
Prior art keywords
authentication
redis
user terminal
server
record
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202310869986.5A
Other languages
Chinese (zh)
Other versions
CN116614812B (en
Inventor
张英良
李永海
冯宇平
肖玉洁
沈舒
丰帆
陈琛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Data Center of China Life Insurance Co Ltd
Original Assignee
Shanghai Data Center of China Life Insurance Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Data Center of China Life Insurance Co Ltd filed Critical Shanghai Data Center of China Life Insurance Co Ltd
Priority to CN202310869986.5A priority Critical patent/CN116614812B/en
Publication of CN116614812A publication Critical patent/CN116614812A/en
Application granted granted Critical
Publication of CN116614812B publication Critical patent/CN116614812B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/06Authentication
    • H04W12/065Continuous authentication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/50Secure pairing of devices
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W84/00Network topologies
    • H04W84/02Hierarchically pre-organised networks, e.g. paging networks, cellular networks, WLAN [Wireless Local Area Network] or WLL [Wireless Local Loop]
    • H04W84/04Large scale networks; Deep hierarchical networks
    • H04W84/08Trunked mobile radio systems
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The application relates to a non-perception authentication intercommunication method for heterogeneous brand wireless equipment, which comprises the following steps: after the user terminal is connected with the wireless equipment, the authentication server reads the authentication information stored in the internal memory of the user terminal and judges whether an authentication record of the user terminal exists or not; when the authentication record of the user terminal exists, normal login is completed; when the authentication record of the user terminal does not exist, the authentication server inquires information in a Redis slave table of the authentication server and judges whether the authentication record of the user terminal exists or not; and if the Redis slave table has the authentication record of the user terminal, automatically performing non-perception authentication, and if the Redis slave table has no authentication record of the user terminal, entering a Portal authentication interface for re-authentication. The application can meet the requirement that the user has no perception authentication connection when connecting the wireless devices of heterogeneous brands.

Description

Non-perception authentication intercommunication method for heterogeneous brand wireless equipment
Technical Field
The application relates to the technical field of wireless communication, in particular to a non-perception authentication intercommunication method for heterogeneous brand wireless equipment.
Background
The wireless devices of network device manufacturers currently mainstream all support connection in a non-perception authentication mode, and the basic mode is to realize quick authentication of users by reading the ID and MAC address of the users in the memory of an authentication server. The conventional wireless authentication process is as follows:
1: the user connects a certain brand of wireless equipment to authenticate, and the user information and the MAC address are stored in an authentication server memory and a relational database; 2: when the user connects the brand wireless device again, the server inquires the authentication information stored in the memory to judge whether records exist. If the authentication record is found, the user logs in normally, and if the authentication record is not found, the user enters a Portal authentication interface for re-authentication; 3: when a user connects with other brands of wireless equipment, portal authentication needs to be carried out again, and authentication intercommunication cannot be realized.
The scheme has the following defects at present:
first, an enterprise may purchase multiple different brands of devices during a bidding process, thus creating a situation where multiple brands of wireless devices may be deployed on one enterprise campus or by different branches of the same enterprise. User information data storage formats for different brands of wireless devices are not uniform and are deployed on different servers, so a user may need to re-authenticate when switching between different brands of wireless devices.
Secondly, for large enterprises, even if different branch companies purchase devices of the same manufacturer to carry out networking, authentication services can be deployed on two different servers, so that users cannot carry out non-perception authentication when the different branch companies access wireless devices. At present, a scheme of centralized deployment on one server is mainly adopted for solving the situation, but no mature scheme is adopted for solving the non-perceived authentication of heterogeneous brand wireless products.
Disclosure of Invention
The application aims to solve the technical problem of providing a non-perception authentication intercommunication method for heterogeneous brand wireless equipment, which can meet the requirement that users are connected with heterogeneous brand wireless equipment without perception authentication connection.
The technical scheme adopted for solving the technical problems is as follows: the application provides a non-perception authentication intercommunication method of heterogeneous brand wireless equipment, which is based on a Redis server, wherein the Redis server is respectively connected with a plurality of authentication servers, a Redis master table is stored in the Redis server, a Redis slave table is stored in the authentication server, and the information stored in the Redis master table is synchronized by the Redis slave table, and the method comprises the following steps:
after the user terminal is connected with the wireless equipment, the authentication server reads the authentication information stored in the internal memory of the user terminal and judges whether an authentication record of the user terminal exists or not;
when the authentication record of the user terminal exists, normal login is completed;
when the authentication record of the user terminal does not exist, the authentication server inquires information in a Redis slave table of the authentication server and judges whether the authentication record of the user terminal exists or not;
and if the Redis slave table has the authentication record of the user terminal, automatically performing non-perception authentication, and if the Redis slave table has no authentication record of the user terminal, entering a Portal authentication interface for re-authentication.
The Redis master table and the Redis slave table record a user terminal ID and a MAC address of the wireless device.
After the user terminal finishes authentication or finishes non-perception authentication by using Portal, the method also comprises the steps that an authentication server stores authentication information into a self memory, stores the authentication information into a local relational database and updates a Redis main table stored in a Redis server; the authentication information includes a user terminal ID and a MAC address of the wireless device.
When the Redis main table stored in the Redis server is updated, the Redis server acquires authentication information from a relational database of the authentication server in a calling interface mode.
After updating the Redis master table stored in the Redis server, the method further comprises the step of synchronizing the Redis slave tables in each authentication server based on the Redis master table.
Advantageous effects
Due to the adoption of the technical scheme, compared with the prior art, the application has the following advantages and positive effects: the application utilizes the characteristics of convenient data synchronization and high query efficiency of the KV distributed cluster master-slave table, solves the problem of repeated user authentication caused by factors such as network query delay, low query efficiency of a relational database and the like by arranging the slave table in the authentication server and synchronizing all authentication records of the master table, realizes authentication intercommunication, and well solves the problem that heterogeneous brand wireless equipment cannot realize non-perception authentication.
Drawings
FIG. 1 is a flow chart of a heterogeneous brand wireless device non-aware authentication interworking method according to an embodiment of the present application;
fig. 2 is a server architecture diagram according to an embodiment of the present application.
Detailed Description
The application will be further illustrated with reference to specific examples. It is to be understood that these examples are illustrative of the present application and are not intended to limit the scope of the present application. Furthermore, it should be understood that various changes and modifications can be made by one skilled in the art after reading the teachings of the present application, and such equivalents are intended to fall within the scope of the application as defined in the appended claims.
The embodiment of the application relates to a non-perception authentication intercommunication method of heterogeneous brand wireless equipment, which is based on Redis distributed cluster service, the architecture of the method is shown in figure 2, after a server inquires a memory non-authentication record, the server directly inquires data stored in a Redis slave table on the authentication server, and if any brand wireless authentication record exists, a user can avoid authentication login. As shown in fig. 1, the method specifically comprises the following steps:
step S1, a user authenticates by connecting with wireless equipment of any brand, and user information and an MAC address are stored in a memory and a relational database of an authentication server;
s2, updating a Redis main table by a Redis server through an interface, wherein the Redis main table is recorded with the ID of a user and the MAC address of wireless equipment;
step S3, each authentication service is provided with a Redis slave table, and the Redis slave table synchronizes information stored in a Redis master table, so that the delay of cross-server calling is reduced;
step S4, the user connects the wireless equipment by using a Portal authentication or non-perception authentication mode, and the specific authentication flow of the step is as follows:
s41: after the user connects the wireless device, the authentication server first reads the authentication information stored in the own memory and judges whether the authentication record of the user exists. If the authentication record of the user exists, the user logs in normally; if no user authentication record exists, the authentication server inquires the information in the Redis slave table to see whether the user authentication record exists or not;
s42: if the Redis slave table has an authentication record, automatically performing non-perception authentication based on the authentication record, and if the Redis slave table has no authentication record, the user enters a Portal authentication interface to perform re-authentication;
s43: after authentication is completed, the authentication server stores the authentication record into a local memory, and the user can normally connect;
s44: the authentication record is also stored in a local relational database of the authentication server, the Redis server updates a Redis master table through an interface, and the authentication record in the Redis master table is synchronized to a Redis slave table in each authentication server, so that the whole authentication process is completed.
According to the application, by utilizing the characteristics of convenience in synchronizing data of master-slave tables of KV distributed clusters and high query efficiency, the problem of repeated user authentication caused by factors such as network query delay and low query efficiency of a relational database is solved by arranging the slave tables in the authentication server and synchronizing all authentication records of the master tables, authentication intercommunication is realized, and the problem that heterogeneous brand wireless equipment cannot realize non-perception authentication is well solved.

Claims (5)

1. The non-perception authentication intercommunication method for heterogeneous brand wireless equipment is characterized in that based on a Redis server, the Redis server is respectively connected with a plurality of authentication servers, a Redis master table is stored in the Redis server, a Redis slave table is stored in the authentication server, and information stored in the Redis master table is synchronized by the Redis slave table, and the method comprises the following steps:
after the user terminal is connected with the wireless equipment, the authentication server reads the authentication information stored in the internal memory of the user terminal and judges whether an authentication record of the user terminal exists or not;
when the authentication record of the user terminal exists, normal login is completed;
when the authentication record of the user terminal does not exist, the authentication server inquires information in a Redis slave table of the authentication server and judges whether the authentication record of the user terminal exists or not;
and if the Redis slave table has the authentication record of the user terminal, automatically performing non-perception authentication, and if the Redis slave table has no authentication record of the user terminal, entering a Portal authentication interface for re-authentication.
2. The heterogeneous brand wireless device non-aware authentication interworking method of claim 1, wherein the dis master table and the dis slave table record a user terminal ID and a MAC address of the wireless device.
3. The non-perception authentication intercommunication method for heterogeneous brand wireless equipment according to claim 1, wherein after authentication is completed or non-perception authentication is completed by using Portal, the user terminal further comprises an authentication server storing authentication information in a self memory, storing the authentication information in a local relational database, and updating a Redis main table stored in a Redis server; the authentication information includes a user terminal ID and a MAC address of the wireless device.
4. The non-perception authentication intercommunication method for heterogeneous brand wireless equipment according to claim 3, wherein when the Redis main table stored in the Redis server is updated, the Redis server obtains authentication information from a relational database of the authentication server in a mode of calling an interface.
5. The non-aware authentication interworking method of heterogeneous brand wireless devices according to claim 3, further comprising the step of synchronizing the dis slave tables in each authentication server based on the dis master table after updating the dis master table stored in the dis server.
CN202310869986.5A 2023-07-17 2023-07-17 Non-perception authentication intercommunication method for heterogeneous brand wireless equipment Active CN116614812B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310869986.5A CN116614812B (en) 2023-07-17 2023-07-17 Non-perception authentication intercommunication method for heterogeneous brand wireless equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310869986.5A CN116614812B (en) 2023-07-17 2023-07-17 Non-perception authentication intercommunication method for heterogeneous brand wireless equipment

Publications (2)

Publication Number Publication Date
CN116614812A true CN116614812A (en) 2023-08-18
CN116614812B CN116614812B (en) 2023-10-03

Family

ID=87676781

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310869986.5A Active CN116614812B (en) 2023-07-17 2023-07-17 Non-perception authentication intercommunication method for heterogeneous brand wireless equipment

Country Status (1)

Country Link
CN (1) CN116614812B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050025550A (en) * 2003-11-20 2005-03-14 엘지전자 주식회사 Mobile home network system
JP2006107316A (en) * 2004-10-08 2006-04-20 Kunihiko Kachi Authentication system and authentication method
JP2008003744A (en) * 2006-06-21 2008-01-10 Sharp Corp Authentication system and authentication method
KR20090072687A (en) * 2007-12-28 2009-07-02 주식회사 케이티 Network access authentication system and method for internet access service
CN101820628A (en) * 2010-03-10 2010-09-01 北京傲天动联技术有限公司 Authentication method of wireless access points
CN103501495A (en) * 2013-10-16 2014-01-08 苏州汉明科技有限公司 Perception-free WLAN (Wireless Local Area Network) authentication method fusing Portal/Web authentication and MAC (Media Access Control) authentication
US20140164148A1 (en) * 2012-11-27 2014-06-12 Synqy Corporation Method and system for managing content of digital brand assets on the internet
CN109194695A (en) * 2018-10-31 2019-01-11 新华三技术有限公司 Gate verification method, system and computer readable storage medium
CN111064695A (en) * 2018-10-17 2020-04-24 联易软件有限公司 Authentication method and authentication system
CN112055031A (en) * 2020-09-19 2020-12-08 黑龙江讯翱科技有限公司 Non-perception authentication method based on MAC address
CN113572789A (en) * 2021-08-17 2021-10-29 四川启睿克科技有限公司 Secret-free login system and method for Internet of things intelligent equipment application

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050025550A (en) * 2003-11-20 2005-03-14 엘지전자 주식회사 Mobile home network system
JP2006107316A (en) * 2004-10-08 2006-04-20 Kunihiko Kachi Authentication system and authentication method
JP2008003744A (en) * 2006-06-21 2008-01-10 Sharp Corp Authentication system and authentication method
KR20090072687A (en) * 2007-12-28 2009-07-02 주식회사 케이티 Network access authentication system and method for internet access service
CN101820628A (en) * 2010-03-10 2010-09-01 北京傲天动联技术有限公司 Authentication method of wireless access points
US20140164148A1 (en) * 2012-11-27 2014-06-12 Synqy Corporation Method and system for managing content of digital brand assets on the internet
CN103501495A (en) * 2013-10-16 2014-01-08 苏州汉明科技有限公司 Perception-free WLAN (Wireless Local Area Network) authentication method fusing Portal/Web authentication and MAC (Media Access Control) authentication
CN111064695A (en) * 2018-10-17 2020-04-24 联易软件有限公司 Authentication method and authentication system
CN109194695A (en) * 2018-10-31 2019-01-11 新华三技术有限公司 Gate verification method, system and computer readable storage medium
CN112055031A (en) * 2020-09-19 2020-12-08 黑龙江讯翱科技有限公司 Non-perception authentication method based on MAC address
CN113572789A (en) * 2021-08-17 2021-10-29 四川启睿克科技有限公司 Secret-free login system and method for Internet of things intelligent equipment application

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黄向农;赵琼;: "基于perl维护网络设备本地认证帐号的方法", 电脑知识与技术, no. 31 *

Also Published As

Publication number Publication date
CN116614812B (en) 2023-10-03

Similar Documents

Publication Publication Date Title
US8171171B2 (en) Data synchronization method and system between devices
CN100538699C (en) Utilize mobile communication equipment integrated content automatically from multiple information stores
CN100388675C (en) A method for implementing foreground data configuration in network management system
CN102202073A (en) Distributed system and data synchronization method thereof
CN100472445C (en) Configuring load application method and system of communication apparatus
CN102739624B (en) Method and system for automatically migrating business of passive optical network unit
US7814178B2 (en) Method and apparatus for data configuration in communication device
CN101827003A (en) Management method and equipment of CPE (Customer Premise Equipment)
CN102609479A (en) Memory database node copying method
WO2011082581A1 (en) Method and system for managing configuration of network management data
CN113455033A (en) Method and system for provisioning device-specific WLAN credentials
CN102186163B (en) Data synchronizing method of multi-account address book of smart phone
US20150154223A1 (en) Information synchronization method, device and communication terminal based on personal information management system
CN101631339A (en) Recent call synchronization method, recent call synchronization device and recent call synchronization system
CN116614812B (en) Non-perception authentication intercommunication method for heterogeneous brand wireless equipment
CN101778131A (en) Data synchronization system
CN103458444A (en) Device configuration self-adaption method, device configuration self-adaption device and device configuration self-adaption system
CN102624932A (en) Index-based remote cloud data synchronizing method
CN112511993A (en) Method, device and terminal for group data transmission
CN101789963A (en) Data synchronization system
CN101489097B (en) Digital television management system and method
CN104463619A (en) LDAP-based internet product catalogue selling system and control method
US8271434B2 (en) Central data store process configuration
US20050246395A1 (en) Databases synchronization
CN101610225A (en) A kind of synchronization processing method, system and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant