JP2021101521A - Communication system and information processing device - Google Patents

Communication system and information processing device Download PDF

Info

Publication number
JP2021101521A
JP2021101521A JP2019232822A JP2019232822A JP2021101521A JP 2021101521 A JP2021101521 A JP 2021101521A JP 2019232822 A JP2019232822 A JP 2019232822A JP 2019232822 A JP2019232822 A JP 2019232822A JP 2021101521 A JP2021101521 A JP 2021101521A
Authority
JP
Japan
Prior art keywords
mac address
wireless
ssid
wireless terminal
assigned
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
JP2019232822A
Other languages
Japanese (ja)
Other versions
JP6986541B2 (en
Inventor
六藤 雄一
Yuichi Rokuto
雄一 六藤
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.)
NTT Broadband Platform Inc
Original Assignee
NTT Broadband Platform Inc
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 NTT Broadband Platform Inc filed Critical NTT Broadband Platform Inc
Priority to JP2019232822A priority Critical patent/JP6986541B2/en
Publication of JP2021101521A publication Critical patent/JP2021101521A/en
Application granted granted Critical
Publication of JP6986541B2 publication Critical patent/JP6986541B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To make it possible to determine identity of a wireless terminal even when the wireless terminal with a MAC address randomization function connects to a wireless access point corresponding to a different SSID.SOLUTION: A terminal identification device 30 includes: a first acquisition unit 31 that acquires, from a DHCP server device 50, a set of a network address assigned to a wireless terminal 10, a MAC address randomly assigned to the wireless terminal 10, and an SSID assigned to a wireless access point 20 connected to the wireless terminal 10; a second acquisition unit 32 that acquires, from a connection authentication server device 40, a set of the network address and a user ID assigned to the wireless terminal 10; a storage unit 33 that stores the MAC address, SSID, and user ID in association, on the basis of the common network address; and an identification unit 34 that identifies a set of the MAC address corresponding to each wireless terminal 10 and the SSID.SELECTED DRAWING: Figure 8

Description

本発明は、無線アクセスポイントを制御する技術に関する。 The present invention relates to a technique for controlling a wireless access point.

ネットワークに接続される無線端末を識別するために、各無線端末に搭載されたネットワークカードなどのハードウェアにMACアドレス(Media Access Control address)が割り当てられている。イーサネット(登録商標)の場合、このMACアドレスを構成する6つのオクテットのうち、最初の3オクテットがベンダーID部、次の1オクテットが機種ID、最後の2オクテットがシリアルIDに相当し、上位4オクテットで無線端末の機種名が特定可能である。先頭のオクテットにおけるビット0x02は、グローバルアドレスとローカルアドレスを識別するビットであり、GLビットと呼ばれる。GLビットがOFFの場合はグローバルアドレス、ONの場合はローカルアドレスである。グローバルアドレスに関しては、IEEEによって世界中のMACアドレスが管理されるようになっており、各無線端末は、それぞれにユニークなMACアドレスによって識別される。これにより、例えば各無線端末が接続した無線アクセスポイントの位置を接続履歴から特定することで各無線端末の位置を追跡する、というような分析が可能となっている。 A MAC address (Media Access Control address) is assigned to hardware such as a network card installed in each wireless terminal in order to identify the wireless terminal connected to the network. In the case of Ethernet (registered trademark), of the 6 octets that make up this MAC address, the first 3 octets correspond to the vendor ID part, the next 1 octet corresponds to the model ID, and the last 2 octets correspond to the serial ID, and the top 4 The model name of the wireless terminal can be specified by octet. Bit 0x02 in the first octet is a bit that identifies a global address and a local address, and is called a GL bit. When the GL bit is OFF, it is a global address, and when it is ON, it is a local address. With respect to global addresses, the IEEE manages MAC addresses around the world, and each wireless terminal is identified by its own unique MAC address. This enables analysis such as tracking the position of each wireless terminal by specifying the position of the wireless access point to which each wireless terminal is connected from the connection history.

これに対し、プライバシーの観点から無線端末の位置が特定されにくいよう、MACアドレスを可変にしたMACアドレスランダマイズという機能がある。このMACアドレスランダマイズ機能は、上述したローカルアドレスを用いて実現されていることが多い。例えば、無線LAN(Local Area Network)においては、SSID(Service Set Identifier)ごとに無線端末のMACアドレスをランダムに変える機能があり、無線端末が新規のSSIDに対応する無線アクセスポイントに接続するたびに新規のMACアドレスを生成し、以後、同一のSSIDに対応する無線アクセスポイントに接続する場合は、そのSSIDについて生成済のMACアドレスを利用する。このようにすることで、1つの無線アクセスポイントにおいては複数の無線端末をそれぞれ識別可能としたまま、異なる無線アクセスポイント間においては無線端末の同一性を判別困難となる。これにより、1の無線端末の接続履歴や位置追跡等の分析を困難としている。この種の技術に関し、例えば特許文献1には、ショップ1に装備されたAP2と移動体端末3との間で無線LAN通信を行う際に、移動体端末3がAP2にアクセスする毎にMACアドレスを変更する仕組みが開示されている。 On the other hand, from the viewpoint of privacy, there is a function called MAC address randomization in which the MAC address is made variable so that the position of the wireless terminal is difficult to be specified. This MAC address randomization function is often realized by using the above-mentioned local address. For example, in a wireless LAN (Local Area Network), there is a function to randomly change the MAC address of a wireless terminal for each SSID (Service Set Identifier), and each time the wireless terminal connects to a wireless access point corresponding to a new SSID. When a new MAC address is generated and subsequently connected to a wireless access point corresponding to the same SSID, the generated MAC address for that SSID is used. By doing so, it becomes difficult to determine the identity of the wireless terminals among different wireless access points while making it possible to identify a plurality of wireless terminals in one wireless access point. This makes it difficult to analyze the connection history, position tracking, and the like of one wireless terminal. Regarding this type of technology, for example, Patent Document 1 states that every time the mobile terminal 3 accesses the AP2, the MAC address is used when wireless LAN communication is performed between the AP 2 equipped in the shop 1 and the mobile terminal 3. The mechanism to change is disclosed.

特開2007−235765号公報JP-A-2007-235765

上記の通り、MACアドレスランダマイズ機能を備える無線端末が異なるSSIDに対応する無線アクセスポイントに接続した場合、無線端末のMACアドレスがSSID毎に異なるため、異なる無線アクセスポイント間において、接続している無線端末が同一のものであるか否かを判別することは難しい。 As described above, when a wireless terminal having a MAC address randomization function is connected to a wireless access point corresponding to a different SSID, the MAC address of the wireless terminal is different for each SSID. It is difficult to determine if the terminals are the same.

そこで、本発明は、MACアドレスランダマイズ機能を備える無線端末が異なるSSIDに対応する無線アクセスポイントに接続した場合であっても、無線端末の同一性を判別できるようにすることを目的とする。 Therefore, an object of the present invention is to make it possible to determine the identity of a wireless terminal even when a wireless terminal having a MAC address randomization function is connected to a wireless access point corresponding to a different SSID.

上記課題を解決するため、本発明は、MAC(Media Access Control address)アドレスがそれぞれランダムに割り当てられる複数の無線端末が、異なるSSID(Service Set Identifier)が割り当てられた複数の無線アクセスポイントのいずれかに接続された場合において、複数の前記無線端末の各々に割当てられたMACアドレスと、当該無線端末が当該MACアドレスを用いて接続した前記無線アクセスポイントのSSIDとの組を記憶する記憶部と、前記記憶部に記憶された内容に基づいて、各々の前記無線端末に対応するMACアドレス及びSSIDの組を識別する識別部とを備えることを特徴とする通信システムを提供する。 In order to solve the above problems, in the present invention, a plurality of wireless terminals to which MAC (Media Access Control address) addresses are randomly assigned are any one of a plurality of wireless access points to which different SSIDs (Service Set Identifiers) are assigned. A storage unit that stores a set of a MAC address assigned to each of the plurality of the wireless terminals and the SSID of the wireless access point to which the wireless terminal is connected using the MAC address when connected to. Provided is a communication system including an identification unit that identifies a set of a MAC address and an SSID corresponding to each of the wireless terminals based on the contents stored in the storage unit.

また、本発明は、DHCP(Dynamic Host Configuration Protocol)サーバ装置から、無線端末に割り当てられたネットワークアドレス、当該無線端末に対してランダムに割り当てられるMACアドレス、及び当該無線端末が接続された無線アクセスポイントに割り当てられたSSIDを取得する第1取得部と、接続認証サーバ装置から、前記ネットワークアドレス、及び前記無線端末に割り当てられたユーザIDを取得する第2取得部と、前記第1取得部により取得されたMACアドレス及びSSIDと、前記第2取得部により取得されたユーザIDとを、共通の前記ネットワークアドレスに基づき対応付けて記憶する記憶部と、前記記憶部に記憶された内容に基づいて、各々の前記無線端末に対応するMACアドレス及びSSIDの組を識別する識別部とを備えることを特徴とする情報処理装置を提供する。 Further, according to the present invention, a network address assigned to a wireless terminal, a MAC address randomly assigned to the wireless terminal, and a wireless access point to which the wireless terminal is connected from a DHCP (Dynamic Host Configuration Protocol) server device. Acquired by the first acquisition unit that acquires the SSID assigned to the above, the second acquisition unit that acquires the network address and the user ID assigned to the wireless terminal from the connection authentication server device, and the first acquisition unit. Based on the storage unit that stores the obtained MAC address and SSID and the user ID acquired by the second acquisition unit in association with each other based on the common network address, and the contents stored in the storage unit. Provided is an information processing apparatus including an identification unit that identifies a set of a MAC address and an SSID corresponding to each of the wireless terminals.

前記記憶部は、DHCPサーバ装置が記憶するログと接続認証サーバ装置が記憶するログとの日時差分が閾値以内の場合に、前記第1取得部により取得されたMACアドレス及びSSIDの組と、前記第2取得部により取得されたユーザIDとを、共通の前記ネットワークアドレスに基づき対応付けて記憶するようにしてもよい。 The storage unit includes a set of MAC address and SSID acquired by the first acquisition unit when the date and time difference between the log stored in the DHCP server device and the log stored in the connection authentication server device is within the threshold value, and the storage unit. The user ID acquired by the second acquisition unit may be associated and stored based on the common network address.

前記記憶部は、前記日時差分が閾値以内という条件を満たす前記ログが複数ある場合に、当該日時差分が値の小ささに関する条件を満たす前記ログに含まれる、MACアドレス及びSSIDの組とユーザIDとを、共通の前記ネットワークアドレスに基づき対応付けて記憶するようにしてもよい。 When there are a plurality of the logs satisfying the condition that the date and time difference is within the threshold value, the storage unit includes a set of MAC address and SSID and a user ID included in the log satisfying the condition that the date and time difference has a small value. And may be stored in association with each other based on the common network address.

上記閾値は変動する値であってもよい。 The threshold value may be a fluctuating value.

また、本発明は、MACアドレスがそれぞれランダムに割り当てられる複数の無線端末と、情報処理装置とを備え、前記無線端末の各々が、異なるSSIDが割り当てられた複数の無線アクセスポイントのいずれかに接続された場合において、自端末に割当てられたMACアドレスと、自端末が当該MACアドレスを用いて接続した前記無線アクセスポイントのSSIDとの組を記憶する記憶部と、前記記憶部に記憶された内容を前記情報処理装置に送信する送信部とを備え、前記情報処理装置が、各々の前記無線端末から送信されてくる前記内容を取得し、各々の前記無線端末に対応するMACアドレス及びSSIDの組を識別する識別部を備えることを特徴とする通信システムを提供する。 Further, the present invention includes a plurality of wireless terminals to which MAC addresses are randomly assigned and an information processing device, and each of the wireless terminals is connected to one of a plurality of wireless access points to which different SSIDs are assigned. In this case, a storage unit that stores the set of the MAC address assigned to the own terminal and the SSID of the wireless access point to which the local terminal is connected using the MAC address, and the contents stored in the storage unit. The information processing device includes a transmission unit that transmits the above to the information processing device, and the information processing device acquires the contents transmitted from each of the wireless terminals, and sets a MAC address and an SSID corresponding to each of the wireless terminals. Provided is a communication system including an identification unit for identifying the above.

本発明に一実施形態に係る無線通信システム1の構成の一例を示す図である。It is a figure which shows an example of the structure of the wireless communication system 1 which concerns on one Embodiment in this invention. 端末識別装置30のハードウェア構成を示す図である。It is a figure which shows the hardware composition of the terminal identification apparatus 30. 無線通信システム1の動作の概要の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the outline of the operation of the wireless communication system 1. 無線端末10が記憶する情報(IDテーブル)の一例を示す図である。It is a figure which shows an example of the information (ID table) which a wireless terminal 10 stores. DHCPサーバ装置50が記憶する情報(ネットワークアドレス払い出しログ)の一例を示す図である。It is a figure which shows an example of the information (network address payout log) stored in the DHCP server apparatus 50. 接続認証サーバ装置40が記憶する情報(接続認証ログ)の一例を示す図である。It is a figure which shows an example of the information (connection authentication log) stored in the connection authentication server apparatus 40. 端末識別装置30が記憶する情報(端末判別テーブル)の一例を示す図である。It is a figure which shows an example of the information (terminal discrimination table) stored in the terminal identification apparatus 30. 端末識別装置30の機能構成の一例を示す図である。It is a figure which shows an example of the functional structure of the terminal identification apparatus 30. 端末識別装置30の動作の一例を示すフローチャートである。It is a flowchart which shows an example of the operation of the terminal identification apparatus 30.

図1は、本実施形態に係る無線通信システム1の一例を示す図である。無線通信システム1は、例えばIEEE802.11に準拠する無線通信サービスを提供するシステムである。図1に示すように、無線通信システム1は、ユーザが利用する無線端末10と、自身の無線通信エリアの範囲内(例えば十数メートルの範囲内)に存在する無線端末10と無線通信を行う複数(図1では例示として3つ)の無線アクセスポイント20と、本発明に係る情報処理装置の一例として機能する端末識別装置30と、無線端末10によるインターネット接続時の認証を行う接続認証サーバ装置40と、無線端末10に対してネットワークアドレスを動的に割り当てるDHCP(Dynamic Host Configuration Protocol)サーバ装置50と、無線LAN(Local Area Network)2及びインターネット70を接続するゲートウェイ装置60とを備えている。無線LAN2は、上記の無線アクセスポイント20、端末識別装置30、接続認証サーバ装置40及びDHCPサーバ装置50から構成される。無線なお、図1には、無線端末10を1つしか示していないが、実際には複数存在する。また、端末識別装置30、接続認証サーバ装置40及びDHCPサーバ装置50もそれぞれ複数あってもよい。 FIG. 1 is a diagram showing an example of a wireless communication system 1 according to the present embodiment. The wireless communication system 1 is a system that provides a wireless communication service conforming to, for example, IEEE802.11. As shown in FIG. 1, the wireless communication system 1 wirelessly communicates with the wireless terminal 10 used by the user and the wireless terminal 10 existing within the range of its own wireless communication area (for example, within a range of a dozen meters). A plurality of wireless access points 20 (three as an example in FIG. 1), a terminal identification device 30 that functions as an example of the information processing device according to the present invention, and a connection authentication server device that authenticates when the wireless terminal 10 is connected to the Internet. 40, a DHCP (Dynamic Host Configuration Protocol) server device 50 that dynamically assigns a network address to the wireless terminal 10, and a gateway device 60 that connects the wireless LAN (Local Area Network) 2 and the Internet 70 are provided. .. The wireless LAN 2 is composed of the wireless access point 20, the terminal identification device 30, the connection authentication server device 40, and the DHCP server device 50. Wireless Although only one wireless terminal 10 is shown in FIG. 1, there are actually a plurality of wireless terminals 10. Further, there may be a plurality of terminal identification devices 30, a connection authentication server device 40, and a DHCP server device 50, respectively.

無線端末10は、例えばスマートホン、ウェアラブル端末、タブレット又はパーソナルコンピュータなどの、無線LAN2に接続可能なコンピュータであり、MACアドレスランダマイズ機能を備えている。各々の無線アクセスポイント20には、SSID(Service Set Identifier)が設定されている。無線端末10にインストールされている接続支援アプリケーションプログラム101には、無線端末10がSSIDを指定して無線LAN2及びインターネット70へ接続するための手順が記述されている。また、接続支援アプリケーションプログラム101には、上記接続を実現するため、無線端末10を一意に識別するユーザIDが設定されている。ユーザIDは、無線端末10がインターネット70に接続するときの認証に用いられる。接続支援アプリケーションプログラム101は、なんらかのネットワーク経由で無線端末10に提供されてもよい。 The wireless terminal 10 is a computer that can be connected to the wireless LAN 2, such as a smart phone, a wearable terminal, a tablet, or a personal computer, and has a MAC address randomization function. An SSID (Service Set Identifier) is set in each wireless access point 20. The connection support application program 101 installed in the wireless terminal 10 describes a procedure for the wireless terminal 10 to specify the SSID and connect to the wireless LAN 2 and the Internet 70. Further, in the connection support application program 101, a user ID that uniquely identifies the wireless terminal 10 is set in order to realize the above connection. The user ID is used for authentication when the wireless terminal 10 connects to the Internet 70. The connection support application program 101 may be provided to the wireless terminal 10 via some network.

図2は、本発明に係る情報処理装置の一例として機能する端末識別装置30のハードウェア構成を示す図である。端末識別装置30は、物理的には、プロセッサ3001、メモリ3002、ストレージ3003、通信装置3004及びこれらを接続するバスなどを含むコンピュータとして構成されている。これらの各装置は図示せぬ電源から供給される電力によって動作する。なお、以下の説明では、「装置」という文言は、回路、デバイス、ユニットなどに読み替えることができる。端末識別装置30のハードウェア構成は、図2に示した各装置を1つ又は複数含むように構成されてもよいし、一部の装置を含まずに構成されてもよい。また、それぞれ筐体が異なる複数の装置が通信接続されて、端末識別装置30を構成してもよい。 FIG. 2 is a diagram showing a hardware configuration of a terminal identification device 30 that functions as an example of the information processing device according to the present invention. The terminal identification device 30 is physically configured as a computer including a processor 3001, a memory 3002, a storage 3003, a communication device 3004, a bus connecting them, and the like. Each of these devices is operated by electric power supplied from a power source (not shown). In the following description, the word "device" can be read as a circuit, a device, a unit, or the like. The hardware configuration of the terminal identification device 30 may be configured to include one or more of the devices shown in FIG. 2, or may be configured not to include some of the devices. Further, a plurality of devices having different housings may be connected by communication to form the terminal identification device 30.

端末識別装置30における各機能は、プロセッサ3001、メモリ3002などのハードウェア上に所定のソフトウェア(プログラム)を読み込ませることによって、プロセッサ3001が演算を行い、通信装置3004による通信を制御したり、メモリ3002及びストレージ3003におけるデータの読み出し及び書き込みの少なくとも一方を制御したりすることによって実現される。 Each function of the terminal identification device 30 is such that the processor 3001 performs an operation by loading predetermined software (program) on the hardware such as the processor 3001 and the memory 3002, and controls the communication by the communication device 3004, or the memory. It is realized by controlling at least one of reading and writing of data in the 3002 and the storage 3003.

プロセッサ3001は、例えば、オペレーティングシステムを動作させてコンピュータ全体を制御する。プロセッサ3001は、周辺装置とのインターフェース、制御装置、演算装置、レジスタなどを含む中央処理装置(CPU:Central Processing Unit)によって構成されてもよい。また、例えばベースバンド信号処理部や呼処理部などがプロセッサ3001によって実現されてもよい。 Processor 3001 operates, for example, an operating system to control the entire computer. The processor 3001 may be configured by a central processing unit (CPU) including an interface with a peripheral device, a control device, an arithmetic unit, a register, and the like. Further, for example, a baseband signal processing unit, a call processing unit, and the like may be realized by the processor 3001.

プロセッサ3001は、プログラム(プログラムコード)、ソフトウェアモジュール、データなどを、ストレージ3003及び通信装置3004の少なくとも一方からメモリ3002に読み出し、これらに従って各種の処理を実行する。プログラムとしては、後述する動作の少なくとも一部をコンピュータに実行させるプログラムが用いられる。端末識別装置30の機能ブロックは、メモリ3002に格納され、プロセッサ3001において動作する制御プログラムによって実現されてもよい。各種の処理は、1つのプロセッサ3001によって実行されてもよいが、2以上のプロセッサ3001により同時又は逐次に実行されてもよい。プロセッサ3001は、1以上のチップによって実装されてもよい。 The processor 3001 reads a program (program code), a software module, data, and the like from at least one of the storage 3003 and the communication device 3004 into the memory 3002, and executes various processes according to these. As the program, a program that causes a computer to execute at least a part of the operations described later is used. The functional block of the terminal identification device 30 may be stored in the memory 3002 and realized by a control program operating in the processor 3001. Various processes may be executed by one processor 3001, but may be executed simultaneously or sequentially by two or more processors 3001. Processor 3001 may be implemented by one or more chips.

メモリ3002は、コンピュータ読み取り可能な記録媒体であり、例えば、ROM(Read Only Memory)、EPROM(Erasable Programmable ROM)、EEPROM(Electrically Erasable Programmable ROM)、RAM(Random access Memory)などの少なくとも1つによって構成されてもよい。メモリ3002は、レジスタ、キャッシュ、メインメモリ(主記憶装置)などと呼ばれてもよい。メモリ3002は、本実施形態に係る方法を実施するために実行可能なプログラム(プログラムコード)、ソフトウェアモジュールなどを保存することができる。 The memory 3002 is a computer-readable recording medium, and is composed of at least one such as a ROM (Read Only Memory), an EPROM (Erasable Programmable ROM), an EPROM (Electrically Erasable Programmable ROM), and a RAM (Random access Memory). May be done. The memory 3002 may be referred to as a register, a cache, a main memory (main storage device), or the like. The memory 3002 can store a program (program code), a software module, or the like that can be executed to carry out the method according to the present embodiment.

ストレージ3003は、コンピュータ読み取り可能な記録媒体であり、例えば、CD−ROM(Compact Disc ROM)などの光ディスク、ハードディスクドライブ、フレキシブルディスク、光磁気ディスク(例えば、コンパクトディスク、デジタル多用途ディスク、Blu−ray(登録商標)ディスク)、スマートカード、フラッシュメモリ(例えば、カード、スティック、キードライブ)、フロッピー(登録商標)ディスク、磁気ストリップなどの少なくとも1つによって構成されてもよい。ストレージ3003は、補助記憶装置と呼ばれてもよい。 The storage 3003 is a computer-readable recording medium, for example, an optical disk such as a CD-ROM (Compact Disc ROM), a hard disk drive, a flexible disk, an optical magnetic disk (for example, a compact disk, a digital versatile disk, a Blu-ray). It may consist of at least one (registered trademark) disk), smart card, flash memory (eg, card, stick, key drive), floppy (registered trademark) disk, magnetic strip, and the like. The storage 3003 may be referred to as an auxiliary storage device.

通信装置3004は、ネットワークを介してコンピュータ間の通信を行うためのハードウェア(送受信デバイス)であり、例えばネットワークデバイス、ネットワークコントローラ、ネットワークカード、通信モジュールなどともいう。 The communication device 3004 is hardware (transmission / reception device) for performing communication between computers via a network, and is also referred to as, for example, a network device, a network controller, a network card, a communication module, or the like.

プロセッサ3001、メモリ3002などの各装置は、情報を通信するためのバスによって接続される。バスは、単一のバスを用いて構成されてもよいし、装置間ごとに異なるバスを用いて構成されてもよい。 Each device such as the processor 3001 and the memory 3002 is connected by a bus for communicating information. The bus may be configured by using a single bus, or may be configured by using a different bus for each device.

端末識別装置30は、マイクロプロセッサ、デジタル信号プロセッサ(DSP:Digital Signal Processor)、ASIC(Application Specific Integrated Circuit)、PLD(Programmable Logic Device)、FPGA(Field Programmable Gate Array)などのハードウェアを含んで構成されてもよく、当該ハードウェアにより、各機能ブロックの一部又は全てが実現されてもよい。例えば、プロセッサ3001は、これらのハードウェアの少なくとも1つを用いて実装されてもよい。なお、無線端末10、接続認証サーバ装置40及びDHCPサーバ装置50も、ハードウェアとしては、端末識別装置30と同等の構成を備えるコンピュータである。 The terminal identification device 30 includes hardware such as a microprocessor, a digital signal processor (DSP: Digital Signal Processor), an ASIC (Application Specific Integrated Circuit), a PLD (Programmable Logic Device), and an FPGA (Field Programmable Gate Array). The hardware may realize a part or all of each functional block. For example, processor 3001 may be implemented using at least one of these hardware. The wireless terminal 10, the connection authentication server device 40, and the DHCP server device 50 are also computers having the same hardware configuration as the terminal identification device 30.

図3は、無線通信システム1の動作の概要を示すシーケンス図である。また、なお、以下の説明において、端末識別装置30を処理の主体として記載する場合には、具体的にはプロセッサ3001、メモリ3002などのハードウェア上に所定のソフトウェア(プログラム)を読み込ませることで、プロセッサ3001が演算を行い、通信装置3004による通信や、メモリ3002及びストレージ3003におけるデータの読み出し及び/又は書き込みを制御することにより、処理が実行されることを意味する。無線端末10、接続認証サーバ装置40及びDHCPサーバ装置50についても同様である。 FIG. 3 is a sequence diagram showing an outline of the operation of the wireless communication system 1. Further, in the following description, when the terminal identification device 30 is described as the main body of the processing, specifically, by loading the predetermined software (program) on the hardware such as the processor 3001 and the memory 3002. It means that the processing is executed by the processor 3001 performing the calculation and controlling the communication by the communication device 3004 and the reading and / or writing of the data in the memory 3002 and the storage 3003. The same applies to the wireless terminal 10, the connection authentication server device 40, and the DHCP server device 50.

図3において、無線端末10が接続支援アプリケーションプログラム101を用いて無線LAN2経由でインターネット70に接続する場合、まず、無線端末10から、その無線端末10と無線通信可能な無線アクセスポイント20経由で、無線LAN2に対する接続要求(無線LAN接続要求という)が送信される(ステップS11)。このとき、無線端末10は、新規のSSIDに対応する無線アクセスポイント経由のときはMACアドレスランダマイズ機能によって新規のMACアドレスを生成してこれを利用し、過去に同一のSSIDに対応する無線アクセスポイントを利用した接続を行ったことがある場合は、そのSSIDについて生成済のMACアドレスを利用する。無線端末10は図4に例示するようなIDテーブルを記憶している。このIDテーブルにおいては、接続支援アプリケーションプログラム101に設定されたユーザID(図では「UID103」)に対応付けて、過去に接続した無線アクセスポイント20に対応するSSIDが記述されている。 In FIG. 3, when the wireless terminal 10 connects to the Internet 70 via the wireless LAN 2 using the connection support application program 101, first, from the wireless terminal 10, the wireless terminal 10 is wirelessly communicated with the wireless terminal 10 via the wireless access point 20. A connection request (referred to as a wireless LAN connection request) to the wireless LAN 2 is transmitted (step S11). At this time, the wireless terminal 10 generates a new MAC address by the MAC address randomization function when passing through the wireless access point corresponding to the new SSID and uses this, and the wireless access point corresponding to the same SSID in the past. If you have made a connection using, use the MAC address generated for that SSID. The wireless terminal 10 stores an ID table as illustrated in FIG. In this ID table, the SSID corresponding to the wireless access point 20 connected in the past is described in association with the user ID (“UID 103” in the figure) set in the connection support application program 101.

図3において、DHCPサーバ装置50は、上記の無線LAN接続要求に応じて、無線端末10にMACアドレスを通知するよう要求する(ステップS12)。これに応じて、無線端末10は、無線LAN接続要求時に無線接続した無線アクセスポイント20のSSIDに対応するMACアドレスをDHCPサーバ装置50に通知する(ステップS13)。DHCPサーバ装置50は、無線端末10からMACアドレスが通知されてくると、ネットワークアドレスを生成して無線端末10に割り当てる(ステップS14)。そして、DHCPサーバ装置50は、そのときの日時である認証日時、無線LAN接続要求が経由した無線アクセスポイント20のSSID、無線端末10から通知されてきたMACアドレス、及び無線端末10に割り当てたネットワークアドレスを対応付けて、図5に例示するようなネットワークアドレス払い出しログとして記憶する(ステップS15)。なお、認証日時は、日及び時刻の双方を必須とする概念ではなく、日だけでもよいし、時刻だけでもよい。 In FIG. 3, the DHCP server device 50 requests the wireless terminal 10 to notify the MAC address in response to the wireless LAN connection request (step S12). In response to this, the wireless terminal 10 notifies the DHCP server device 50 of the MAC address corresponding to the SSID of the wireless access point 20 wirelessly connected when the wireless LAN connection request is made (step S13). When the MAC address is notified from the wireless terminal 10, the DHCP server device 50 generates a network address and assigns it to the wireless terminal 10 (step S14). Then, the DHCP server device 50 uses the authentication date and time, which is the date and time at that time, the SSID of the wireless access point 20 via which the wireless LAN connection request has passed, the MAC address notified from the wireless terminal 10, and the network assigned to the wireless terminal 10. The addresses are associated with each other and stored as a network address payout log as illustrated in FIG. 5 (step S15). The authentication date and time is not a concept that requires both the day and the time, and may be only the day or only the time.

ネットワークアドレスが割り当てられた無線端末10は、接続支援アプリケーションプログラム101を用いて、インターネットに対する接続要求(インターネット接続要求という)を接続認証サーバ装置40に送信する(ステップS16)。このインターネット接続要求は、接続支援アプリケーションプログラム101に記述された手順に従って無線端末10が自動的に送信してもよい、無線端末10が接続支援アプリケーションプログラム101に記述された手順に従い、ユーザの手動操作をトリガとして送信してもよい。 The wireless terminal 10 to which the network address is assigned transmits a connection request for the Internet (referred to as an Internet connection request) to the connection authentication server device 40 by using the connection support application program 101 (step S16). The Internet connection request may be automatically transmitted by the wireless terminal 10 according to the procedure described in the connection support application program 101. The wireless terminal 10 may manually operate the Internet connection request according to the procedure described in the connection support application program 101. May be sent as a trigger.

このインターネット接続要求を受け取った接続認証サーバ装置40は、無線端末10に対してユーザIDを要求し(ステップS17)、この要求に応じて無線端末10からユーザIDが通知されると(ステップS18)、そのユーザIDを用いて認証処理を行う(ステップS19)。この認証が成功した場合、ゲートウェイ装置60に対して、無線端末10からインターネット70に対する通信が許可される。そして、接続認証サーバ装置40は、そのときの日時である認証日時、無線端末10から通知されるユーザID、及び無線端末10に割り当てられたネットワークアドレスを対応付けて、図6に例示するような接続認証ログとして記憶する(ステップS20)。 The connection authentication server device 40 that has received the Internet connection request requests the user ID from the wireless terminal 10 (step S17), and when the wireless terminal 10 notifies the user ID in response to this request (step S18). , The authentication process is performed using the user ID (step S19). If this authentication is successful, the gateway device 60 is allowed to communicate from the wireless terminal 10 to the Internet 70. Then, the connection authentication server device 40 associates the authentication date and time, which is the date and time at that time, the user ID notified from the wireless terminal 10, and the network address assigned to the wireless terminal 10, as illustrated in FIG. Store as a connection authentication log (step S20).

端末識別装置30は、DHCPサーバ装置50及び接続認証サーバ装置40から上記のネットワーク払い出しログ及び接続認証ログを取得し(ステップS21)、無線端末10の同一性を識別する識別処理を行う(ステップS22)。 The terminal identification device 30 acquires the above-mentioned network payout log and connection authentication log from the DHCP server device 50 and the connection authentication server device 40 (step S21), and performs an identification process for identifying the identity of the wireless terminal 10 (step S22). ).

次に、図7〜9を参照して、端末識別装置30の識別処理について説明する。図8に示すように、端末識別装置30においては、第1取得部31と、第2取得部32と、記憶部33、識別部34という機能が実現される。 Next, the identification process of the terminal identification device 30 will be described with reference to FIGS. 7 to 9. As shown in FIG. 8, in the terminal identification device 30, the functions of the first acquisition unit 31, the second acquisition unit 32, the storage unit 33, and the identification unit 34 are realized.

図9において、第1取得部31は、DHCPサーバ装置50から、ネットワークアドレス払い出しログ、つまり認証日時、SSID、MACアドレス及びネットワークアドレスを取得する(ステップS111)。 In FIG. 9, the first acquisition unit 31 acquires the network address allocation log, that is, the authentication date / time, the SSID, the MAC address, and the network address from the DHCP server device 50 (step S111).

次に、第2取得部32は、接続認証サーバ装置40から、接続認証ログ、つまり認証日時、ユーザiID及びネットワークアドレスを取得する(ステップS112)。 Next, the second acquisition unit 32 acquires the connection authentication log, that is, the authentication date / time, the user iID, and the network address from the connection authentication server device 40 (step S112).

次に、記憶部33は、これらのネットワークアドレス払い出しログ及び接続認証ログの全組み合わせの一つ一つについて、ネットワークアドレス払い出しログと接続認証ログとに共通するネットワークアドレスがあるか否かを判断する(ステップS113)。ネットワークアドレス払い出しログと接続認証ログとに共通するネットワークアドレスが無い組み合わせは廃棄され(ステップS113;NO、ステップS114)、次の組み合わせに対して、共通するネットワークアドレスがあるか否かが判断される(ステップS113)。 Next, the storage unit 33 determines whether or not there is a common network address in the network address payout log and the connection authentication log for each of all the combinations of the network address payout log and the connection authentication log. (Step S113). A combination that does not have a common network address in the network address allocation log and the connection authentication log is discarded (step S113; NO, step S114), and it is determined whether or not there is a common network address for the next combination. (Step S113).

ネットワークアドレス払い出しログと接続認証ログとに共通するネットワークアドレスがある場合は(ステップS113;YES)、記憶部33は、その組み合わせに係るネットワーク払い出しログと接続認証ログサーバにそれぞれ含まれる認証日時の差分(日時差分)を算出する(ステップS115)。そして、記憶部33は、各組み合わせに係る認証日時の差分が閾値以内か否かを判断する(ステップS116)。或る組み合わせに係る認証日時の差分が閾値を超える場合は、その組み合わせは廃棄され(ステップS116;NO、ステップS117)、次の組み合わせに対して、認証日時の差分が閾値以内か否かが判断される(ステップS116)。 If there is a common network address in the network address payout log and the connection authentication log (step S113; YES), the storage unit 33 sets the difference between the authentication date and time included in the network payout log and the connection authentication log server related to the combination. (Date and time difference) is calculated (step S115). Then, the storage unit 33 determines whether or not the difference between the authentication dates and times related to each combination is within the threshold value (step S116). If the difference between the authentication dates and times related to a certain combination exceeds the threshold value, the combination is discarded (step S116; NO, step S117), and it is determined whether or not the difference between the authentication dates and times is within the threshold value for the next combination. (Step S116).

或る組み合わせに係る認証日時の差分が閾値以内である場合は(ステップS116;YES)、記憶部33は、第1取得部31によって取得されたMACアドレス及びSSIDと、第2取得部32により取得されたユーザIDとを対応付け、そのように対応付けられたMACアドレス及びSSIDとユーザIDの組が複数あるか否かを判断する(ステップS118)。認証日時の差分が閾値以内という条件を満たす組が1つしかない場合には(ステップS118;NO)、記憶部33は、図7に例示するように、そのネットワークアドレス払い出しログ及び接続認証ログに含まれる、MACアドレス及びSSIDとユーザIDとを対応付けて記憶する(ステップS119)。一方、このような認証日時の差分が閾値以内という条件を満たす組が複数ある場合には(ステップS118;YES)、記憶部33は、その差分が最小となるネットワークアドレス払い出しログ及び接続認証ログに含まれる、MACアドレス及びSSIDとユーザIDとを対応付けて記憶する(ステップS120)。MACアドレスランダマイズ機能によって無線端末10にランダムにMACアドレスが割り当てられるから、短期間においては同一の無線端末10に割り当てられるMACアドレスは重複しないが、或る長い期間にわたって見たときには、同一の無線端末10に割り当てられるMACアドレスが重複する可能性がある。そこで、本実施形態では、上記のように認証日時の差分が閾値以内とするという条件を課している。 When the difference between the authentication dates and times related to a certain combination is within the threshold value (step S116; YES), the storage unit 33 acquires the MAC address and SSID acquired by the first acquisition unit 31 and the second acquisition unit 32. The user ID is associated with the user ID, and it is determined whether or not there are a plurality of pairs of the MAC address and the SSID and the user ID associated with the MAC address (step S118). When there is only one set that satisfies the condition that the difference between the authentication dates and times is within the threshold value (step S118; NO), the storage unit 33 displays the network address allocation log and the connection authentication log as illustrated in FIG. The included MAC address and SSID and the user ID are stored in association with each other (step S119). On the other hand, when there are a plurality of sets satisfying the condition that the difference between the authentication dates and times is within the threshold value (step S118; YES), the storage unit 33 displays the network address payout log and the connection authentication log in which the difference is minimized. The included MAC address and SSID and the user ID are stored in association with each other (step S120). Since the MAC address randomization function randomly assigns a MAC address to the wireless terminal 10, the MAC addresses assigned to the same wireless terminal 10 do not overlap in a short period of time, but when viewed over a long period of time, the same wireless terminal is used. There is a possibility that the MAC addresses assigned to 10 will be duplicated. Therefore, in the present embodiment, the condition that the difference between the authentication dates and times is within the threshold value is imposed as described above.

識別部34は、記憶部33に記憶された内容に基づいて、各々の無線端末10に対応するMACアドレス及びSSIDの組を識別する。つまり、識別部34は、或る1つの無線端末10に対応するMACアドレス及びSSIDの組を特定可能であるから、このMACアドレス及びSSIDの組を用いて、上記の或る無線端末10の接続履歴について分析して、その無線端末10がどの無線アクセスポイントに接続したかといったことを把握することができる。図4〜図7の例で説明すると、ユーザID「UID103」に対しては、MACアドレス「MACad104」「MACad106」「MACad108」が対応付けられることになるから、識別部34は、ユーザID「UID103」によって記憶部33の記憶内容を検索することで、MACアドレス「MACad104」「MACad106」「MACad108」が割り当てられた無線端末10は同一の無線端末であることを特定することが可能となる。よって、このMACアドレス「MACad104」「MACad106」「MACad108」を含む無線端末10の接続履歴に含まれるSSIDについて分析することで、その無線端末10がどの無線アクセスポイントに接続したかといったことなどを把握することが可能となる。 The identification unit 34 identifies a set of MAC address and SSID corresponding to each wireless terminal 10 based on the contents stored in the storage unit 33. That is, since the identification unit 34 can specify the set of MAC address and SSID corresponding to a certain wireless terminal 10, the connection of the above-mentioned wireless terminal 10 is performed by using this set of MAC address and SSID. By analyzing the history, it is possible to grasp which wireless access point the wireless terminal 10 is connected to. Explaining with the example of FIGS. 4 to 7, since the MAC addresses “MACad104”, “MACad106” and “MACad108” are associated with the user ID “UID103”, the identification unit 34 uses the user ID “UID103”. By searching the stored contents of the storage unit 33, it is possible to identify that the wireless terminals 10 to which the MAC addresses "MACad104", "MACad106", and "MACad108" are assigned are the same wireless terminal. Therefore, by analyzing the SSID included in the connection history of the wireless terminal 10 including the MAC addresses "MACad104", "MACad106", and "MACad108", it is possible to grasp which wireless access point the wireless terminal 10 is connected to. It becomes possible to do.

以上説明した実施形態によれば、MACアドレスランダマイズ機能を備える無線端末が異なるSSIDに対応する無線アクセスポイントに接続した場合であっても、無線端末の同一性を判別できるようになる。 According to the embodiment described above, even when a wireless terminal having a MAC address randomization function is connected to a wireless access point corresponding to a different SSID, the identity of the wireless terminal can be determined.

[変形例]
本発明は、上述した実施形態に限定されない。上述した実施形態を以下のように変形してもよい。また、以下の2つ以上の変形例を組み合わせて実施してもよい。
[変形例1]
認証日時の差分と比較される閾値は変動する値であってもよい。例えば閾値のデフォルト値として或る小さい値を決めておき、記憶部33は、ネットワークアドレス払い出しログと接続認証ログとの組み合わせに共通するネットワークアドレスがある場合に(ステップS113;YES)、認証日時の差分が閾値以内となるような組み合わせが無いと(ステップS116)、その閾値を或る値だけ大きくして、再び、ネットワークアドレス払い出しログと接続認証ログとの組み合わせに共通するネットワークアドレスがあるか否かを判断する(ステップS113)。このような閾値を徐々に大きくするような処理を繰り返して、認証日時の差分が閾値以内となるような組み合わせがあったときの(ステップS116)閾値を以降、以降用いるようにしてもよい。このようにすれば、必要にして十分な大きさの閾値を特定することが可能となる。
[Modification example]
The present invention is not limited to the embodiments described above. The above-described embodiment may be modified as follows. Further, the following two or more modified examples may be combined and carried out.
[Modification 1]
The threshold value compared with the difference between the authentication dates and times may be a fluctuating value. For example, when a small value is determined as the default value of the threshold value and the storage unit 33 has a common network address in the combination of the network address allocation log and the connection authentication log (step S113; YES), the authentication date and time If there is no combination such that the difference is within the threshold value (step S116), the threshold value is increased by a certain value, and again, whether or not there is a network address common to the combination of the network address issue log and the connection authentication log. (Step S113). The process of gradually increasing the threshold value may be repeated, and the threshold value when there is a combination such that the difference between the authentication dates and times is within the threshold value (step S116) may be used thereafter. In this way, it is possible to specify a threshold value having a necessary and sufficient size.

[変形例2]
上記実施形態は端末識別装置30がネットワークアドレス払い出しログ及び接続認証ログを取得して無線端末10の同一性を識別していたが、無線端末10が同一性識別のための主な処理を行ってもよい。具体的には、無線端末10が、ユーザID及びSSIDに加え、そのSSIDに対応する無線アクセスポイント20に無線接続した際に用いたMACアドレスを対応付けて記憶する。図4の例では、ユーザID「UID103」及びSSID「SSID211」の組に対応付けて、そのSSID「SSID211」に対応する無線アクセスポイント20に無線接続した際に用いたMACアドレス「MACad104」を対応付け、ユーザID「UID103」及びSSID「SSID212」の組に対応付けて、そのSSID「SSID212」に対応する無線アクセスポイント20に無線接続した際に用いたMACアドレス「MACad106」を対応付け、ユーザID「UID103」及びSSID「SSID213」の組に対応付けて、そのSSID「SSID213」に対応する無線アクセスポイント20に無線接続した際に用いたMACアドレス「MACad106」を対応付けて記憶する。そして、端末識別装置30は、このようなユーザID、SSID及びMACアドレスの組を無線端末10から収集して、ユーザID「UID103」に対して、MACアドレス「MACad104」「MACad106」「MACad108」を対応付けて記憶する。このようにすれば、ユーザID「UID103」によって記憶内容を検索することで、MACアドレス「MACad104」「MACad106」「MACad108」が割り当てられた無線端末10は同一の無線端末であることを特定することが可能となる。よって、このMACアドレス「MACad104」「MACad106」「MACad108」を含む無線端末10の接続履歴に含まれるSSIDについて分析することで、その無線端末10がどの無線アクセスポイントに接続したかといったことなどを把握することが可能となる。このように、本発明は、MACアドレスがそれぞれランダムに割り当てられる複数の無線端末と、情報処理装置とを備え、無線端末の各々が、それぞれ異なるSSIDが割り当てられた複数の無線アクセスポイントのいずれかに接続された場合において、自端末に割当てられたMACアドレスと、自端末が当該MACアドレスを用いて接続した無線アクセスポイントのSSIDとの組を記憶する記憶部と、記憶部に記憶された内容を情報処理装置に送信する送信部とを備え、情報処理装置が、送信されてくる内容を取得し、各々の無線端末に対応するMACアドレス及びSSIDの組を識別する識別部を備える通信システムとしても観念できる。
[Modification 2]
In the above embodiment, the terminal identification device 30 acquires the network address allocation log and the connection authentication log to identify the identity of the wireless terminal 10, but the wireless terminal 10 performs the main processing for identity identification. May be good. Specifically, in addition to the user ID and SSID, the wireless terminal 10 stores the MAC address used when wirelessly connecting to the wireless access point 20 corresponding to the SSID in association with each other. In the example of FIG. 4, the MAC address "MACad104" used when wirelessly connecting to the wireless access point 20 corresponding to the SSID "SSID211" is corresponded to the pair of the user ID "UDID103" and the SSID "SSID211". Attached, the user ID is associated with the set of the user ID "UID103" and the SSID "SSID212", and the MAC address "MACad106" used when wirelessly connecting to the wireless access point 20 corresponding to the SSID "SSID212" is associated with the user ID. The MAC address "MACad106" used when wirelessly connecting to the wireless access point 20 corresponding to the SSID "SSID 213" is stored in association with the set of the "UID 103" and the SSID "SSID 213". Then, the terminal identification device 30 collects such a set of the user ID, the SSID, and the MAC address from the wireless terminal 10, and assigns the MAC addresses "MACad104", "MACad106", and "MACad108" to the user ID "UID3". Store in association with each other. By doing so, it is possible to identify that the wireless terminals 10 to which the MAC addresses "MACad104", "MACad106", and "MACad108" are assigned are the same wireless terminal by searching the stored contents by the user ID "UID103". Is possible. Therefore, by analyzing the SSID included in the connection history of the wireless terminal 10 including the MAC addresses "MACad104", "MACad106", and "MACad108", it is possible to grasp which wireless access point the wireless terminal 10 is connected to. It becomes possible to do. As described above, the present invention includes a plurality of wireless terminals to which MAC addresses are randomly assigned and an information processing device, and each of the wireless terminals is assigned a different SSID to any one of the plurality of wireless access points. A storage unit that stores the set of the MAC address assigned to the local terminal and the SSID of the wireless access point to which the local terminal is connected using the MAC address, and the contents stored in the storage unit. As a communication system including a transmission unit that transmits the above to the information processing device, and the information processing device includes an identification unit that acquires the transmitted contents and identifies the set of MAC address and SSID corresponding to each wireless terminal. Can also be thought of.

さらに、本発明を、実施形態の例と上記の変形例とを包括した概念として、異なるMACアドレスがそれぞれランダムに割り当てられる複数の無線端末が、異なるSSIDが割り当てられた複数の無線アクセスポイントのいずれかに接続された場合において、複数の前記無線端末の各々に割当てられたMACアドレスと、当該無線端末が当該MACアドレスを用いて接続した前記無線アクセスポイントのSSIDとの組を記憶する記憶部と、前記記憶部に記憶された内容に基づいて、各々の前記無線端末に対応するMACアドレス及びSSIDの組を識別する識別部とを備えることを特徴とする通信システムとしても観念できる。 Further, based on the concept of the present invention including the example of the embodiment and the above-described modification, a plurality of wireless terminals to which different MAC addresses are randomly assigned can be any of a plurality of wireless access points to which different SSIDs are assigned. A storage unit that stores a set of a MAC address assigned to each of the plurality of wireless terminals and the SSID of the wireless access point to which the wireless terminal is connected using the MAC address when connected to the wireless terminal. It can also be considered as a communication system characterized by including an identification unit that identifies a set of MAC address and SSID corresponding to each wireless terminal based on the contents stored in the storage unit.

[変形例3]
上記実施形態において、認証日時の差分が閾値以内という条件を満たす組が複数ある場合には(ステップS118;YES)、記憶部33は、その差分が最小となるネットワークアドレス払い出しログ及び接続認証ログに含まれる、MACアドレス及びSSIDとユーザIDとを対応付けて記憶していた(ステップS120)。このステップS120において、記憶部33は、認証日時の差分が最小となる点に注目して、記憶する対象を選択する必要はなく、要するに、認証日時の差分が、値の小ささに関する条件(例えば最も小さいとか、2番目に小さいといった条件)を満たすネットワークアドレス払い出しログ及び接続認証ログに含まれる、MACアドレス及びSSIDとユーザIDとを対応付けて記憶すればよい。
[Modification 3]
In the above embodiment, when there are a plurality of sets satisfying the condition that the difference between the authentication dates and times is within the threshold value (step S118; YES), the storage unit 33 displays the network address payout log and the connection authentication log in which the difference is minimized. The included MAC address and SSID and the user ID were stored in association with each other (step S120). In step S120, the storage unit 33 does not need to select the target to be stored by paying attention to the point that the difference between the authentication dates and times is minimized. In short, the condition that the difference between the authentication dates and times has a small value (for example). The MAC address, SSID, and user ID included in the network address allocation log and the connection authentication log that satisfy the conditions such as the smallest or the second smallest) may be stored in association with each other.

[その他の変形例]
なお、上記実施形態の説明に用いたブロック図は、機能単位のブロックを示している。これらの機能ブロック(構成部)は、ハードウェア及びソフトウェアの少なくとも一方の任意の組み合わせによって実現される。また、各機能ブロックの実現方法は特に限定されない。すなわち、各機能ブロックは、物理的又は論理的に結合した1つの装置を用いて実現されてもよいし、物理的又は論理的に分離した2つ以上の装置を直接的又は間接的に(例えば、有線、無線などを用いて)接続し、これら複数の装置を用いて実現されてもよい。機能ブロックは、上記1つの装置又は上記複数の装置にソフトウェアを組み合わせて実現されてもよい。
[Other variants]
The block diagram used in the description of the above embodiment shows a block of functional units. These functional blocks (components) are realized by any combination of at least one of hardware and software. Further, the method of realizing each functional block is not particularly limited. That is, each functional block may be realized by using one device that is physically or logically connected, or directly or indirectly (for example, by two or more devices that are physically or logically separated). , Wired, wireless, etc.) and may be realized using these plurality of devices. The functional block may be realized by combining the software with the one device or the plurality of devices.

機能には、判断、決定、判定、計算、算出、処理、導出、調査、探索、確認、受信、送信、出力、アクセス、解決、選択、選定、確立、比較、想定、期待、見做し、報知(broadcasting)、通知(notifying)、通信(communicating)、転送(forwarding)、構成(configuring)、再構成(reconfiguring)、割り当て(allocating、mapping)、割り振り(assigning)などがあるが、これらに限られない。たとえば、送信を機能させる機能ブロック(構成部)は、送信制御部(transmitting unit)や送信機(transmitter)と呼称される。いずれも、上述したとおり、実現方法は特に限定されない。 Functions include judgment, decision, judgment, calculation, calculation, processing, derivation, investigation, search, confirmation, reception, transmission, output, access, solution, selection, selection, establishment, comparison, assumption, expectation, and assumption. There are broadcasting, notifying, communicating, forwarding, configuring, reconfiguring, allocating, mapping, assigning, etc., but only these. I can't. For example, a functional block (component) that functions transmission is called a transmission control unit (transmitting unit) or a transmitter (transmitter). As described above, the method of realizing each of them is not particularly limited.

例えば、本開示の一実施の形態における決済管理装置などは、本開示の処理を行うコンピュータとして機能してもよい。 For example, the payment management device in one embodiment of the present disclosure may function as a computer that processes the present disclosure.

本開示において説明した各態様/実施形態は、LTE(Long Term Evolution)、LTE−A(LTE-Advanced)、SUPER 3G、IMT−Advanced、4G(4th generation mobile communication system)、5G(5th generation mobile communication system)、FRA(Future Radio Access)、NR(new Radio)、W−CDMA(登録商標)、GSM(登録商標)、CDMA2000、UMB(Ultra Mobile Broadband)、IEEE 802.11(Wi−Fi(登録商標))、IEEE 802.16(WiMAX(登録商標))、IEEE 802.20、UWB(Ultra-WIDeBand)、Bluetooth(登録商標)、その他の適切なシステムを利用するシステム及びこれらに基づいて拡張された次世代システムの少なくとも一つに適用されてもよい。また、複数のシステムが組み合わされて(例えば、LTE及びLTE−Aの少なくとも一方と5Gとの組み合わせ等)適用されてもよい。 Each aspect / embodiment described in the present disclosure includes LTE (Long Term Evolution), LTE-A (LTE-Advanced), SUPER 3G, IMT-Advanced, 4G (4th generation mobile communication system), and 5G (5th generation mobile communication). system), FRA (Future Radio Access), NR (new Radio), W-CDMA (registered trademark), GSM (registered trademark), CDMA2000, UMB (Ultra Mobile Broadband), IEEE 802.11 (Wi-Fi (registered trademark)) )), IEEE 802.16 (WiMAX®), IEEE 802.20, UWB (Ultra-WIDeBand), Bluetooth®, and other systems that utilize and extend based on them. It may be applied to at least one of the next generation systems. Further, a plurality of systems may be applied in combination (for example, a combination of at least one of LTE and LTE-A and 5G).

本開示において説明した各態様/実施形態の処理手順、シーケンス、フローチャートなどは、矛盾の無い限り、順序を入れ替えてもよい。例えば、本開示において説明した方法については、例示的な順序を用いて様々なステップの要素を提示しており、提示した特定の順序に限定されない。 The order of the processing procedures, sequences, flowcharts, etc. of each aspect / embodiment described in the present disclosure may be changed as long as there is no contradiction. For example, the methods described in the present disclosure present elements of various steps using exemplary order, and are not limited to the particular order presented.

入出力された情報等は特定の場所(例えば、メモリ)に保存されてもよいし、管理テーブルを用いて管理してもよい。入出力される情報等は、上書き、更新、又は追記され得る。出力された情報等は削除されてもよい。入力された情報等は他の装置へ送信されてもよい。 The input / output information and the like may be stored in a specific location (for example, a memory), or may be managed using a management table. Input / output information and the like can be overwritten, updated, or added. The output information and the like may be deleted. The input information or the like may be transmitted to another device.

判定は、1ビットで表される値(0か1か)によって行われてもよいし、真偽値(Boolean:true又はfalse)によって行われてもよいし、数値の比較(例えば、所定の値との比較)によって行われてもよい。 The determination may be made by a value represented by 1 bit (0 or 1), by a boolean value (Boolean: true or false), or by comparing numerical values (for example, a predetermined value). It may be done by comparison with the value).

以上、本開示について詳細に説明したが、当業者にとっては、本開示が本開示中に説明した実施形態に限定されるものではないということは明らかである。本開示は、請求の範囲の記載により定まる本開示の趣旨及び範囲を逸脱することなく修正及び変更態様として実施することができる。したがって、本開示の記載は、例示説明を目的とするものであり、本開示に対して何ら制限的な意味を有するものではない。 Although the present disclosure has been described in detail above, it is clear to those skilled in the art that the present disclosure is not limited to the embodiments described in the present disclosure. The present disclosure may be implemented as an amendment or modification without departing from the purpose and scope of the present disclosure, which is determined by the description of the claims. Therefore, the description of the present disclosure is for the purpose of exemplary explanation and does not have any limiting meaning to the present disclosure.

ソフトウェアは、ソフトウェア、ファームウェア、ミドルウェア、マイクロコード、ハードウェア記述言語と呼ばれるか、他の名称で呼ばれるかを問わず、命令、命令セット、コード、コードセグメント、プログラムコード、プログラム、サブプログラム、ソフトウェアモジュール、アプリケーション、ソフトウェアアプリケーション、ソフトウェアパッケージ、ルーチン、サブルーチン、オブジェクト、実行可能ファイル、実行スレッド、手順、機能などを意味するよう広く解釈されるべきである。また、ソフトウェア、命令、情報などは、伝送媒体を介して送受信されてもよい。例えば、ソフトウェアが、有線技術(同軸ケーブル、光ファイバケーブル、ツイストペア、デジタル加入者回線(DSL:Digital Subscriber Line)など)及び無線技術(赤外線、マイクロ波など)の少なくとも一方を使用してウェブサイト、サーバ、又は他のリモートソースから送信される場合、これらの有線技術及び無線技術の少なくとも一方は、伝送媒体の定義内に含まれる。 Software, whether referred to as software, firmware, middleware, microcode, hardware description language, or by any other name, is an instruction, instruction set, code, code segment, program code, program, subprogram, software module. , Applications, software applications, software packages, routines, subroutines, objects, executable files, execution threads, procedures, features, etc. should be broadly interpreted. Further, software, instructions, information and the like may be transmitted and received via a transmission medium. For example, a website where the software uses at least one of wired technology (coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL), etc.) and wireless technology (infrared, microwave, etc.). When transmitted from a server, or other remote source, at least one of these wired and wireless technologies is included within the definition of transmission medium.

本開示において説明した情報、信号などは、様々な異なる技術のいずれかを使用して表されてもよい。例えば、上記の説明全体に渡って言及され得るデータ、命令、コマンド、情報、信号、ビット、シンボル、チップなどは、電圧、電流、電磁波、磁界若しくは磁性粒子、光場若しくは光子、又はこれらの任意の組み合わせによって表されてもよい。
なお、本開示において説明した用語及び本開示の理解に必要な用語については、同一の又は類似する意味を有する用語と置き換えてもよい。
The information, signals, etc. described in the present disclosure may be represented using any of a variety of different techniques. For example, data, instructions, commands, information, signals, bits, symbols, chips, etc. that may be referred to throughout the above description are voltages, currents, electromagnetic waves, magnetic fields or magnetic particles, light fields or photons, or any of these. It may be represented by a combination of.
The terms described in the present disclosure and the terms necessary for understanding the present disclosure may be replaced with terms having the same or similar meanings.

また、本開示において説明した情報、パラメータなどは、絶対値を用いて表されてもよいし、所定の値からの相対値を用いて表されてもよいし、対応する別の情報を用いて表されてもよい。 In addition, the information, parameters, etc. described in the present disclosure may be expressed using absolute values, relative values from predetermined values, or using other corresponding information. It may be represented.

本開示において使用する「に基づいて」という記載は、別段に明記されていない限り、「のみに基づいて」を意味しない。言い換えれば、「に基づいて」という記載は、「のみに基づいて」と「に少なくとも基づいて」の両方を意味する。 The phrase "based on" as used in this disclosure does not mean "based on" unless otherwise stated. In other words, the statement "based on" means both "based only" and "at least based on".

本開示において使用する「第1」、「第2」などの呼称を使用した要素へのいかなる参照も、それらの要素の量又は順序を全般的に限定しない。これらの呼称は、2つ以上の要素間を区別する便利な方法として本開示において使用され得る。したがって、第1及び第2の要素への参照は、2つの要素のみが採用され得ること、又は何らかの形で第1の要素が第2の要素に先行しなければならないことを意味しない。 Any reference to elements using designations such as "first", "second" as used in this disclosure does not generally limit the quantity or order of those elements. These designations can be used in the present disclosure as a convenient way to distinguish between two or more elements. Thus, references to the first and second elements do not mean that only two elements can be adopted, or that the first element must somehow precede the second element.

上記の各装置の構成における「部」を、「手段」、「回路」、「デバイス」等に置き換えてもよい。 The "part" in the configuration of each of the above devices may be replaced with a "means", a "circuit", a "device" and the like.

本開示において、「含む(include)」、「含んでいる(including)」及びそれらの変形が使用されている場合、これらの用語は、用語「備える(comprising)」と同様に、包括的であることが意図される。さらに、本開示において使用されている用語「又は(or)」は、排他的論理和ではないことが意図される。 When "include", "including" and variations thereof are used in the present disclosure, these terms are as comprehensive as the term "comprising". Is intended. Furthermore, the term "or" used in the present disclosure is intended not to be an exclusive OR.

本開示において、例えば、英語でのa,an及びtheのように、翻訳により冠詞が追加された場合、本開示は、これらの冠詞の後に続く名詞が複数形であることを含んでもよい。 In the present disclosure, if articles are added by translation, for example a, an and the in English, the disclosure may include the plural nouns following these articles.

本開示において、「AとBが異なる」という用語は、「AとBが互いに異なる」ことを意味してもよい。なお、当該用語は、「AとBがそれぞれCと異なる」ことを意味してもよい。「離れる」、「結合される」などの用語も、「異なる」と同様に解釈されてもよい。 In the present disclosure, the term "A and B are different" may mean "A and B are different from each other". The term may mean that "A and B are different from C". Terms such as "separate" and "combined" may be interpreted in the same way as "different".

1:無線通信システム、2:無線LAN、10:無線端末、101:接続支援アプリケーションプログラム、20:無線アクセスポイント、30:端末識別装置、31:第1取得部、32:第2取得部、33:記憶部、34:識別部、3001:プロセッサ、3002:メモリ、3003:ストレージ、3004:通信装置、40:接続認証サーバ装置、50:DHCPサーバ装置、60:ゲートウェイ装置、70:インターネット。 1: Wireless communication system, 2: Wireless LAN, 10: Wireless terminal, 101: Connection support application program, 20: Wireless access point, 30: Terminal identification device, 31: First acquisition unit, 32: Second acquisition unit, 33 : Storage unit, 34: Identification unit, 3001: Processor, 3002: Memory, 3003: Storage, 3004: Communication device, 40: Connection authentication server device, 50: DHCP server device, 60: Gateway device, 70: Internet.

Claims (6)

異なるMAC(Media Access Control address)アドレスがそれぞれランダムに割り当てられる複数の無線端末が、異なるSSID(Service Set Identifier)が割り当てられた複数の無線アクセスポイントのいずれかに接続された場合において、複数の前記無線端末の各々に割当てられたMACアドレスと、当該無線端末が当該MACアドレスを用いて接続した前記無線アクセスポイントのSSIDとの組を記憶する記憶部と、
前記記憶部に記憶された内容に基づいて、各々の前記無線端末に対応するMACアドレス及びSSIDの組を識別する識別部と
を備えることを特徴とする通信システム。
When a plurality of wireless terminals randomly assigned different MAC (Media Access Control address) addresses are connected to any of a plurality of wireless access points to which different SSIDs (Service Set Identifiers) are assigned, the plurality of wireless terminals may be connected. A storage unit that stores a set of a MAC address assigned to each of the wireless terminals and an SSID of the wireless access point to which the wireless terminal is connected using the MAC address.
A communication system including an identification unit that identifies a set of MAC address and SSID corresponding to each wireless terminal based on the contents stored in the storage unit.
DHCP(Dynamic Host Configuration Protocol)サーバ装置から、無線端末に割り当てられたネットワークアドレス、当該無線端末に対してランダムに割り当てられるMACアドレス、及び当該無線端末が接続された無線アクセスポイントに割り当てられたSSIDの組を取得する第1取得部と、
接続認証サーバ装置から、前記ネットワークアドレス、及び前記無線端末に割り当てられたユーザIDの組を取得する第2取得部と、
前記第1取得部により取得されたMACアドレス及びSSIDと、前記第2取得部により取得されたユーザIDとを、共通の前記ネットワークアドレスに基づき対応付けて記憶する記憶部と、
前記記憶部に記憶された内容に基づいて、各々の前記無線端末に対応するMACアドレス及びSSIDの組を識別する識別部と
を備えることを特徴とする情報処理装置。
From the DHCP (Dynamic Host Configuration Protocol) server device, the network address assigned to the wireless terminal, the MAC address randomly assigned to the wireless terminal, and the SSID assigned to the wireless access point to which the wireless terminal is connected. The first acquisition department to acquire the set and
A second acquisition unit that acquires a set of the network address and the user ID assigned to the wireless terminal from the connection authentication server device, and
A storage unit that stores the MAC address and SSID acquired by the first acquisition unit and the user ID acquired by the second acquisition unit in association with each other based on the common network address.
An information processing device including an identification unit that identifies a set of MAC address and SSID corresponding to each wireless terminal based on the contents stored in the storage unit.
前記記憶部は、DHCPサーバ装置が記憶するログと接続認証サーバ装置が記憶するログとの日時差分が閾値以内の場合に、前記第1取得部により取得されたMACアドレス及びSSIDと、前記第2取得部により取得されたユーザIDとを、共通の前記ネットワークアドレスに基づき対応付けて記憶する
ことを特徴とする請求項2記載の情報処理装置。
The storage unit includes the MAC address and SSID acquired by the first acquisition unit and the second storage unit when the date and time difference between the log stored in the DHCP server device and the log stored in the connection authentication server device is within the threshold value. The information processing apparatus according to claim 2, wherein the user ID acquired by the acquisition unit is associated and stored based on the common network address.
前記記憶部は、前記日時差分が閾値以内という条件を満たす前記ログが複数ある場合に、当該日時差分が値の小ささに関する条件を満たす前記ログに含まれる、MACアドレス及びSSIDとユーザIDとを、共通の前記ネットワークアドレスに基づき対応付けて記憶する
ことを特徴とする請求項3記載の情報処理装置。
When there are a plurality of the logs satisfying the condition that the date and time difference is within the threshold value, the storage unit stores the MAC address, SSID, and user ID included in the log satisfying the condition that the date and time difference satisfies the small value. The information processing apparatus according to claim 3, wherein the information processing apparatus is associated and stored based on the common network address.
上記閾値は変動する値である
ことを特徴とする請求項3又は4に記載の情報処理装置。
The information processing apparatus according to claim 3 or 4, wherein the threshold value is a fluctuating value.
MACアドレスがそれぞれランダムに割り当てられる複数の無線端末と、情報処理装置とを備え、
前記無線端末の各々が、
異なるSSIDが割り当てられた複数の無線アクセスポイントのいずれかに接続された場合において、自端末に割当てられたMACアドレスと、自端末が当該MACアドレスを用いて接続した前記無線アクセスポイントのSSIDとの組を記憶する記憶部と、
前記記憶部に記憶された内容を前記情報処理装置に送信する送信部とを備え、
前記情報処理装置が、
各々の前記無線端末から送信されてくる前記内容を取得し、各々の前記無線端末に対応するMACアドレス及びSSIDの組を識別する識別部を備える
ことを特徴とする通信システム。
It is equipped with a plurality of wireless terminals to which MAC addresses are randomly assigned and an information processing device.
Each of the wireless terminals
When connected to any of a plurality of wireless access points to which different SSIDs are assigned, the MAC address assigned to the local terminal and the SSID of the wireless access point to which the local terminal is connected using the MAC address A storage unit that memorizes the set and
A transmission unit that transmits the contents stored in the storage unit to the information processing device is provided.
The information processing device
A communication system including an identification unit that acquires the contents transmitted from each of the wireless terminals and identifies a set of MAC address and SSID corresponding to each of the wireless terminals.
JP2019232822A 2019-12-24 2019-12-24 Communication system and information processing equipment Active JP6986541B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019232822A JP6986541B2 (en) 2019-12-24 2019-12-24 Communication system and information processing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019232822A JP6986541B2 (en) 2019-12-24 2019-12-24 Communication system and information processing equipment

Publications (2)

Publication Number Publication Date
JP2021101521A true JP2021101521A (en) 2021-07-08
JP6986541B2 JP6986541B2 (en) 2021-12-22

Family

ID=76650913

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019232822A Active JP6986541B2 (en) 2019-12-24 2019-12-24 Communication system and information processing equipment

Country Status (1)

Country Link
JP (1) JP6986541B2 (en)

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
C. HUITEMA, ET.AL.: "Anonymity Profiles for DHCP Clients", INTERNET ENGINEERING TASK FORCE (IETF) REQUEST FOR COMMENTS: 7844(RFC 7844), JPN6021029485, May 2016 (2016-05-01), ISSN: 0004562773 *
古屋優希他: "MACアドレスがランダム化されたWi−Fi無線端末の同定のための非匿名化手法の検討", 電子情報通信学会技術研究報告CS2019−17, vol. 第119巻, JPN6021029483, 27 June 2019 (2019-06-27), ISSN: 0004562775 *
望月祐洋他: "Wi−Fiパケットセンシングによる交通解析", OHM, 第106巻, 第2号, JPN6021029482, 5 February 2019 (2019-02-05), pages 20 - 24, ISSN: 0004562774 *

Also Published As

Publication number Publication date
JP6986541B2 (en) 2021-12-22

Similar Documents

Publication Publication Date Title
JP2016528844A (en) Network connection method, hotspot terminal and management terminal
US11368834B2 (en) Information-processing device and communication system
WO2018061921A1 (en) Gateway selection method and communication system
JPWO2018131413A1 (en) Mobile communication system and congestion control method
JP6941676B2 (en) Network access method and communication system
JP6986541B2 (en) Communication system and information processing equipment
US9686325B2 (en) Client terminal's tethering function is selectively turn on or off based on network connection
JP7431098B2 (en) information processing equipment
WO2019035287A1 (en) Communication control method and communication system
JP2018170713A (en) Communication terminal
JP6774890B2 (en) Name resolution device
WO2019159373A1 (en) Communication control method and communication system
US11950319B2 (en) Communication system for erasing data on a user that remains in an after-use terminal device due to change of terminal devices and method thereof
JPWO2018131315A1 (en) Gateway selection method and communication system
JP2018164235A (en) Communication terminal and communication control method
JP7332494B2 (en) Control device
JP2015128219A (en) Network connection management system and method, and wireless terminal device
US20230217315A1 (en) Management apparatus
KR102099291B1 (en) Apparatus for processing compressed files suspected of infection, method thereof and computer recordable medium storing program to perform the method
JP7357061B2 (en) Authorization device
JP2019033384A (en) Packet transfer system
WO2019193763A1 (en) Communication control method and communication system
US20200293434A1 (en) Test selection device
WO2020031303A1 (en) Communication connection device and communication connection method
CN114466427A (en) Network access method, terminal equipment, intelligent equipment and system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200508

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200603

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210803

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210928

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20211109

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211129

R150 Certificate of patent or registration of utility model

Ref document number: 6986541

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150