WO2018216172A1 - 情報処理装置、情報処理方法及び情報処理プログラム - Google Patents

情報処理装置、情報処理方法及び情報処理プログラム Download PDF

Info

Publication number
WO2018216172A1
WO2018216172A1 PCT/JP2017/019571 JP2017019571W WO2018216172A1 WO 2018216172 A1 WO2018216172 A1 WO 2018216172A1 JP 2017019571 W JP2017019571 W JP 2017019571W WO 2018216172 A1 WO2018216172 A1 WO 2018216172A1
Authority
WO
WIPO (PCT)
Prior art keywords
answer
user device
user
correct
information processing
Prior art date
Application number
PCT/JP2017/019571
Other languages
English (en)
French (fr)
Inventor
伊藤 隆
史生 大松
忠和 山中
充洋 服部
拓海 森
Original Assignee
三菱電機株式会社
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 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to JP2017549820A priority Critical patent/JP6246452B1/ja
Priority to PCT/JP2017/019571 priority patent/WO2018216172A1/ja
Publication of WO2018216172A1 publication Critical patent/WO2018216172A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals

Definitions

  • the present invention relates to an information processing apparatus, an information processing method, and an information processing program.
  • Patent Literature 1 and Patent Literature 2 disclose a method for reducing concentration of access from a plurality of user devices to a server device. In the methods of Patent Literature 1 and Patent Literature 2, the timing at which each user device accesses the server device is distributed by randomly determining the timing at which each user device accesses the server device.
  • Patent Literature 1 and Patent Literature 2 function without a problem when a plurality of user devices operate in a coordinated manner or when a plurality of user devices operate without interest.
  • a system that performs processing on a first-come-first-served basis for example, a sales / reservation system
  • the methods of Patent Document 1 and Patent Document 2 do not function well.
  • each user apparatus can access the server apparatus ignoring the randomly determined access timing. For this reason, if each user apparatus ignores the determined access timing and accesses the server apparatus on its own, the concentration of access cannot be reduced. It is possible to prevent selfish access by centrally managing the access timing of each user device. However, such unified management of access timing is another load on the server device.
  • the main object of the present invention is to solve the above problems. More specifically, the main object of the present invention is to obtain a configuration that can effectively alleviate the concentration of access from user devices.
  • An information processing apparatus includes: A problem generator for generating problems; A problem presentation unit for presenting the problem to a user device; An answer acquisition unit for acquiring an answer to the problem from the user device; An answer determining unit that determines whether or not the answer is correct and permits access from the user device when the answer is correct;
  • the time when the user device makes a response becomes random, and as a result, the concentration of access from the user device can be effectively reduced.
  • FIG. 1 is a diagram illustrating a configuration example of a communication system according to Embodiment 1.
  • FIG. 3 is a diagram illustrating a functional configuration example of a server apparatus according to the first embodiment.
  • FIG. 3 is a diagram illustrating a hardware configuration example of a server device according to the first embodiment.
  • FIG. 3 is a diagram illustrating a functional configuration example of a user apparatus according to the first embodiment.
  • FIG. 3 is a diagram illustrating a hardware configuration example of a user apparatus according to the first embodiment.
  • FIG. 5 is a flowchart showing an operation example of the server device and the user device according to the first embodiment.
  • FIG. 4 is a diagram illustrating a functional configuration example of a server device according to a second embodiment.
  • FIG. 6 is a diagram illustrating a functional configuration example of a user apparatus according to the second embodiment. The figure which shows the example of the server random number which concerns on Embodiment 2, a target value, personal identification information, and a user random number.
  • FIG. 10 is a diagram illustrating an example of personal identification information according to the second embodiment.
  • 9 is a flowchart illustrating an operation example of a server device and a user device according to the second embodiment.
  • Embodiment 1 FIG.
  • the server device instead of specifying random access timings for a plurality of user devices, gives each user device a problem that requires time to answer, and causes each user device to solve the problem.
  • the server device permits access only to the user device that has obtained the correct answer. By doing so, the access timing can be distributed as a result, and the concentration of access can be eased. In addition, this makes it possible to prevent a selfish user device from accessing the server device at any time.
  • FIG. 1 shows a configuration example of a communication system 10 according to the present embodiment.
  • Many user apparatuses 301 are connected to the network 101.
  • Each user device 301 tries to access the server device 201.
  • the server device 201 is an example of an information processing device.
  • the operations performed by the server device 201 are examples of an information processing method and an information processing program.
  • FIG. 2 shows a functional configuration example of the server apparatus 201.
  • the problem generation unit 221 generates a problem that can be solved by the user device 301 to permit access from the user device 301.
  • the problem generation unit 221 generates a problem that is easy to generate and easy to check an answer, takes a long time to generate an answer, and is difficult to prepare an answer in advance. That is, the problem generation unit 221 generates a problem that is expected to have a random response acquisition time from each of the plurality of user devices 301.
  • the problem generation unit 221 finds “a random number r such that the result of applying the one-way function to the random number r S generated by the server device and the random number r S is less than the target value t ( H (r S
  • the problem generation unit 221 may generate a problem for which an answer is determined, such as “decompose a composite number composed of two huge prime numbers”. The problem generation unit 221 itself does not need to generate an answer.
  • the process performed by the problem generation unit 221 corresponds to a problem generation process.
  • the communication unit 231 performs communication with the user device 301. More specifically, the communication unit 231 presents (transmits) the problem generated by the problem generation unit 221 to the user device 301. In addition, the communication unit 231 acquires (receives) a problem answer from the user device 301.
  • the communication unit 231 is an example of a problem presentation unit and an answer acquisition unit. The processing performed by the communication unit 231 corresponds to problem presentation processing and answer acquisition processing.
  • the answer determination unit 222 determines whether the answer received from the user device 301 is a correct answer to the problem generated by the problem generation unit 221. For example, when the problem generation unit 221 generates the above-described problem, the answer determination unit 222 calculates H (r S
  • the answer determination unit 222 permits access from the user device 301 when the answer from the user device 301 is correct. Specifically, the answer determination unit 222 permits access from the user device 301 to the process execution unit 223. More specifically, the answer determination unit 222 allows the process execution unit 223 to execute data processing for the user device 301 when the answer from the user device 301 is correct. The process performed by the answer determination unit 222 corresponds to the answer determination process.
  • the process execution unit 223 executes data processing for the user device 301 when the response determination unit 222 permits execution of data processing for the user device 301.
  • the process execution unit 223 can execute arbitrary data processing. For example, the process execution unit 223 executes data processing for providing a sales / reservation service to the user device 301.
  • the problem storage unit 211 stores the problem generated by the problem generation unit 221.
  • FIG. 6 shows an example of data stored in the problem storage unit 211. Details of FIG. 6 will be described later.
  • the answer storage unit 212 stores an answer generated by the answer generation unit 321 of the user device 301 and confirmed by the answer determination unit 222 of the server device 201 as a correct answer.
  • FIG. 7 shows an example of data stored in the answer storage unit 212. Details of FIG. 7 will be described later.
  • FIG. 3 shows a hardware configuration example of the server apparatus 201.
  • the server apparatus 201 is a computer, and as a hardware configuration of the server apparatus 201, a memory 911, a processor 912, a communication module 913, an input interface 914, and a display 915 are connected to a bus 901 as shown in FIG.
  • the memory 911 is, for example, a main storage device such as a RAM (Random Access Memory), an auxiliary storage device such as a ROM (Read Only Memory), a flash memory, or a hard disk device.
  • the processor 912 is, for example, a CPU (Central Processing Unit) that executes a program.
  • the communication module 913 is an electronic circuit that executes data communication processing.
  • the communication module 913 is a communication board, for example.
  • the input interface 914 is a device that processes input data to the server apparatus 201, and is, for example, a touch panel, hard buttons, a mouse, a keyboard, or the like.
  • a display 915 is a device that displays a processing result by the server apparatus 201.
  • the problem generation unit 221, the answer determination unit 222, the process execution unit 223, and the communication unit 231 illustrated in FIG. 2 can be realized by a program.
  • the program is normally stored in the memory 911, read into the processor 912, and executed.
  • FIG. 3 schematically illustrates a state in which the processor 912 is executing a program that realizes the problem generation unit 221, the answer determination unit 222, the processing execution unit 223, and the communication unit 231.
  • an operating system is also stored in the external storage device of the memory 911. At least a part of the OS is loaded into the main storage device, and the processor 912 executes the above program while executing the OS. .
  • OS operating system
  • Signal values and variable values are stored in the memory 911 as files.
  • FIG. 3 is merely an example of the hardware configuration of the server apparatus 201.
  • the hardware configuration of the server apparatus 201 is not limited to the configuration illustrated in FIG. 3 and may be other configurations.
  • FIG. 4 shows a functional configuration example of the user device 301.
  • the communication unit 331 communicates with the server device 201. More specifically, the communication unit 331 receives a problem transmitted from the server device 201. In addition, the communication unit 331 transmits the answer to the problem generated by the answer generation unit 321 to the server device 201.
  • the answer generation unit 321 generates an answer to the problem received from the server device 201.
  • the process execution unit 322 executes data processing that the user apparatus 301 should originally perform when the answer generated by the answer generation unit 321 is received by the server apparatus 201. Although the process execution unit 322 can execute arbitrary data processing, for example, the process execution unit 322 executes data processing necessary for receiving the sales / reservation service provided by the server apparatus 201.
  • FIG. 5 shows a hardware configuration example of the user device 301.
  • the user device 301 is a computer, and as a hardware configuration of the user device 301, as illustrated in FIG. 5, a memory 931, a processor 932, a communication module 933, an input interface 934, and a display 935 are connected to a bus 921.
  • the bus 921 is substantially the same as the bus 901.
  • the memory 931 is substantially the same as the memory 911
  • the processor 932 is substantially the same as the processor 912.
  • the communication module 933 is substantially the same as the communication module 913
  • the input interface 934 is substantially the same as the input interface 914
  • the display 935 is substantially the same as the display 915.
  • FIG. 4 can be realized by a program.
  • the program is normally stored in the memory 931, and is read and executed by the processor 932.
  • FIG. 5 schematically illustrates a state in which the processor 932 is executing a program that implements the answer generation unit 321, the process execution unit 322, and the communication unit 331.
  • an operating system (OS) is also stored in the external storage device of the memory 931. At least a part of the OS is loaded into the main storage device, and the processor 932 executes the program while executing the OS. .
  • OS operating system
  • information, data, signal values, and variable values indicating the processing results of the answer generation unit 321, the process execution unit 322, and the communication unit 331 are stored in the memory 931 as files.
  • FIG. 5 is merely an example of the hardware configuration of the user device 301.
  • the hardware configuration of the user device 301 is not limited to the configuration illustrated in FIG. 5, and may be another configuration.
  • step S101 the user device 301 requests access to the server device 201.
  • step S ⁇ b> 102 the problem generation unit 221 of the server apparatus 201 generates a problem and stores the generated problem in the problem storage unit 211.
  • the problem generation unit 221 generates a problem that is easy to generate and check for an answer, takes time to generate an answer, and is difficult to prepare an answer in advance.
  • the problem generator 221 may generate a completely different type of problem each time.
  • the problem generation unit 221 may determine a problem model in advance and generate only a part of the problem every time.
  • the problem generation unit 221 may generate a different problem for each user device 301, or may use the same problem for a plurality of user devices 301 (in this case, a step is performed for each user device 301). It is not necessary to execute S102).
  • the target value t is a parameter that determines the difficulty level of the problem. By changing the target value t, the time required for answer generation (and the number of answers expected to be received from the user device 301 per unit time) changes.
  • the problem generation unit 221 determines the target value t in consideration of the processing capability of the server device 201 and the number of user devices 301. In this embodiment, the same problem is used for all user apparatuses 301. As a result, the server random number r S and the target value t are stored in the problem storage unit 211 as information for specifying the problem as shown in FIG.
  • step S ⁇ b> 103 the communication unit 231 transmits a problem to the user device 301.
  • the communication unit 231 only transmits information specifying the problem (the server random number r S and the target value t in the present embodiment). Good.
  • step S104 the answer generation unit 321 of the user device 301 that has received the problem from the server apparatus 201 generates a correct answer to the received problem.
  • the answer generation unit 321 calculates the value of H (r S
  • the user device 301 that has generated the response transmits the response to the server device 201 in step S105.
  • the user device 301 transmits a user random number r that satisfies H (r S
  • the communication unit 231 receives an answer from the user device 301, and the communication unit 231 transfers the answer to the answer determination unit 222.
  • the answer determination unit 222 determines whether or not the received answer is a correct answer to the generated problem while referring to the problem storage unit 211. In the present embodiment, the answer determination unit 222 determines whether or not H (r S
  • step S106 If the received answer is correct (YES in step S106), the process proceeds to step S107. If the received answer is not correct (NO in step S106), the processing ends (the subsequent processing is not executed even on the user device 301 side).
  • step S107 the answer determination unit 222 refers to the answer storage unit 212 and confirms whether the received answer is a new answer that is different from any of the answers previously received from the other user devices 301. . If the received answer is a new answer (YES in step S107), the process proceeds to step S108. On the other hand, when the received answer is not a new answer (NO in step S107), the process ends (the subsequent process is not executed even on the user device 301 side).
  • step S107 the answer determination unit 222 confirms that the received user random number r is not included in the answer storage unit 212 as a user random number that is an answer to the corresponding problem.
  • the confirmation in this step is that an answer generated by a certain user device 301 is reused in another user device 301, so that more responses than expected arrive at the server device 201 and the effect of reducing access concentration cannot be obtained.
  • the purpose is to prevent.
  • step S107 and step S108 may be omitted (in this case, the answer storage unit 212). Is also unnecessary).
  • the answer determination unit 222 stores the received answer in the answer storage unit 212 in association with the corresponding problem.
  • the answer determination unit 222 stores the received user random number in the answer storage unit 212 in association with the server random number and the target value.
  • step S109 and step S110 the processing execution unit 223 of the server device 201 and the processing execution unit 322 of the user device 301 communicate with each other, and arbitrary data processing (for example, sales / reception) that should be originally performed in the communication system 10 is performed. Providing a reservation service). That is, the process execution unit 223 executes data processing for the user device 301.
  • the access timing from the user device 301 to the server device 201 becomes random, and the concentration of access to the server device 201 can be reduced. That is, according to the above processing, each user apparatus 301 performs the data processing that should be originally performed with the server apparatus 201 after performing the time-consuming answer generation process (step S104). Since it is considered that the response generation processing time in each user device 301 varies, as a result, the access timing from each user device 301 is automatically distributed. For this reason, concentration of access to the server apparatus 201 can be reduced.
  • the user device 301 can access the server device 201 at an arbitrary timing. There is no. As a result, the communication amount and the processing amount of the server device 201 can be minimized (no unnecessary retransmission due to concentration of access does not occur).
  • the server apparatus 201 if the same problem is used for all user apparatuses 301, there is an effect that the amount of information managed by the server apparatus 201 can be reduced. That is, even if the number of user devices 301 increases, the information managed by the server device 201 need only be related to the user device 301 that has accepted the access.
  • the server apparatus 201 generates a problem (step S102) after receiving an access request (step S101) from the user apparatus 301.
  • a problem may be generated in advance by the server device 201, and if there is an access request from the user device 301, the problem may be immediately transmitted to the user device 301 (step S103).
  • the server apparatus 201 accepts access requests from a large number of user devices 301 in advance, and simultaneously issues the problems simultaneously with the start time. Transmission may be performed. Broadcast communication can be used for simultaneous transmission. Further, the server device 201 may present the problem to a plurality of user devices 301 by making the problem publicly available instead of transmitting the problem to each user device 301. By doing so, it is possible to prevent the access requests in step S101 from being concentrated.
  • the problem generation unit 221 can recognize the number of user devices 301 by accepting access requests from a large number of user devices 301 in advance, and consider an appropriate difficulty level (target value) in consideration of the processing capability of the server device 201. t) can be determined.
  • the difficulty level (target value t) of the problem is determined in advance, but the problem generation unit 221 determines the problem according to the number of user devices 301 to which the problem generation unit 221 presents the problem.
  • the difficulty level may be changed.
  • the problem generation unit 221 may dynamically change the difficulty level according to the number of access requests actually received in step S101. For example, when the number of access requests is larger than expected, the problem generation unit 221 may generate a problem by resetting the difficulty level.
  • the answer determination unit 222 permits access from the user apparatus that has made the correct answer until the number of user apparatuses 301 that have made the correct answer exceeds the specified number (the number of sales / the number of reservations). Then, after the number of user devices that have made a correct answer exceeds the specified number (number of sales / number of reservations), the answer determination unit 222 may not allow access from the user device that has made the correct answer. Good.
  • the processing execution unit 223 can perform arbitrary processing, the processing execution unit 223 may execute processing such as sales / reservation cancellation. Similarly, when lottery or other processing is performed after access is accepted, the process execution unit 223 may perform lottery or other processing.
  • Embodiment 2 For example, in a ticket sales system, since it is difficult to obtain a popular ticket, the ticket may be resold at a high price, which may be a problem.
  • personal identification information is included in the response transmitted from the user device 301.
  • the server apparatus 201 determines whether the personal identification information included in the answer is valid. By doing so, it is possible to suppress the resale of tickets and the outsourcing of answer generation processing.
  • FIG. 9 shows a functional configuration example of the server apparatus 201 according to the present embodiment.
  • the personal identification information determination unit 224 determines whether the personal identification information included in the answer received from the user device 301 is valid.
  • the response determination unit 222 permits access from the user device 301 when the response received from the user device 301 is correct and the personal identification information determination unit 224 determines that the personal identification information is valid.
  • the process execution unit 223 uses the personal identification information determined to be valid by the personal identification information determination unit 224 to execute data processing that should be originally performed.
  • the answer storage unit 212 stores an answer including personal identification information.
  • FIG. 11 shows an example of data stored in the answer storage unit 212. Details of FIG. 11 will be described later. Since the other constituent elements are the same as those in the first embodiment, the description thereof is omitted.
  • the hardware configuration example of the server apparatus 201 is the same as that of the first embodiment, and thus the description thereof is omitted.
  • the personal identification information determination unit 224 is realized by a program in the same manner as the problem generation unit 221 and the like. A program for realizing the personal identification information determination unit 224 is executed by the processor 912.
  • FIG. 10 shows a functional configuration example of the user apparatus 301 according to the present embodiment.
  • the personal identification information storage unit 311 stores personal identification information for identifying an individual who receives a service in the communication system 10 (a user who uses the user device 301).
  • the personal identification information storage unit 311 stores, for example, a name, a personal number (my number, social security number, etc.), and a credit card number as personal identification information.
  • the personal identification information storage unit 311 may store binary data such as a face image as personal identification information.
  • FIG. 12 shows an example of data stored in the personal identification information storage unit 311.
  • the answer generation unit 321 generates an answer to the problem received from the server device 201 using the personal identification information.
  • the process execution unit 322 executes data processing that should be originally performed using the personal identification information. Since the other constituent elements are the same as those in the first embodiment, description thereof is omitted. Further, the hardware configuration example of the user apparatus 301 is the same as that of the first embodiment, and thus the description thereof is omitted.
  • the personal identification information storage unit 311 is realized by the memory 931, for example.
  • the generating unit 221 issues, to the random number r S a "server-generated result of applying a one-way function in conjunction with the random number r S and the personal identification information id is less than the target value t Find a random number r such that (H (r S
  • the server random number r S and the target value t are the same as those in the first embodiment.
  • Steps S101 to S107 are the same as in the first embodiment.
  • the problem generation unit 221 generates a problem including the personal identification information id as described above.
  • the answer generation unit 321 includes the personal identification information id in the answer. That is, in step S105, the communication unit 331 transmits an answer including the personal identification information id and the user random number r.
  • step S151 the personal identification information determination unit 224 of the server device 201 determines whether the personal identification information id included in the answer received from the user device 301 is valid. If the validity of the personal identification information id is confirmed (YES in step S151), the process proceeds to step S108. When the received personal identification information id has a format error, or when the received personal identification information id does not exist, the validity of the received personal identification information id cannot be confirmed (NO in step S151). ) Ends (the subsequent processing is not executed even on the user device 301 side).
  • the answer determination unit 222 stores the received answer in the answer storage unit 212 in association with the corresponding problem in step S108.
  • the personal identification information id and the user random number r are included in the answer, for example, information as shown in FIG.
  • step S152 and step S153 the process execution unit 223 of the server device 201 and the process execution unit 322 of the user device 301 communicate with each other and use the personal identification information id whose validity is confirmed, Arbitrary data processing (for example, provision of sales / reservation service) to be originally performed in the communication system 10 is executed.
  • the personal identification information id is a credit card number
  • the charge can be withdrawn using the credit card number.
  • the personal identification information id is a name
  • the name can be printed on the ticket.
  • the personal identification information id is a face image, the face image can be printed on the ticket.
  • the functional configuration of the server device 201 (the problem generation unit 221, the answer determination unit 222, the process execution unit 223, the personal identification information determination unit 224, and the communication unit 231) is realized by a program, and the program is executed by the processor 912. I explained that.
  • the functional configuration of the server device 201 (the problem generation unit 221, the answer determination unit 222, the processing execution unit 223, the personal identification information determination unit 224, and the communication unit 231) may be realized by a processing circuit.
  • the processing circuit is, for example, a logic IC (Integrated Circuit), a GA (Gate Array), an ASIC (Application Specific Integrated Circuit), or an FPGA (Field-Programmable Gate Array).
  • the functional configuration (answer generation unit 321, process execution unit 322, communication unit 331) of the user device 301 is realized by a program, and the program is executed by the processor 932.
  • the functional configuration of the user device 301 (answer generation unit 321, processing execution unit 322, communication unit 331) may be realized by a processing circuit.
  • the processing circuit is, for example, a logic IC, GA, ASIC, or FPGA.
  • processing circuitry the superordinate concept of the processor, the memory, the combination of the processor and the memory, and the processing circuit is referred to as “processing circuitry”. That is, the processor, the memory, the combination of the processor and the memory, and the processing circuit are specific examples of “processing circuitries”.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

問題生成部(221)は、問題を生成する。通信部(231)は、問題をユーザ装置に提示し、ユーザ装置から問題の回答を取得する。回答判定部(222)は、回答が正しいか否かを判定し、回答が正しい場合に、ユーザ装置からのアクセスを許可する。

Description

情報処理装置、情報処理方法及び情報処理プログラム
 本発明は、情報処理装置、情報処理方法及び情報処理プログラムに関する。
 多数のユーザ装置が単一もしくは少数のサーバ装置に一度にアクセスを行うと、ネットワークの負荷及びサーバ装置の負荷が一時的に増大する。このような場合には、サービスが低下する可能性又はサービスが停止する可能性がある。このようなアクセスの急増に対しては、サーバ装置の数を増加させること又はサーバ装置の処理能力を向上させることで対処可能であるが、一時的な高負荷への耐性だけを目的にサーバ装置の能力を向上させることはコスト面で非効率である。
 この点、特許文献1及び特許文献2には、複数のユーザ装置からのサーバ装置へのアクセスの集中を緩和する方式が開示されている。特許文献1及び特許文献2の方式では、各ユーザ装置がサーバ装置にアクセスするタイミングをランダムに決定することで各ユーザ装置がサーバ装置にアクセスするタイミングを分散させている。
特開2015-114980号公報 特開2014-134874号公報
 特許文献1及び特許文献2の方式は、複数のユーザ装置が協調して動作する場合、もしくは複数のユーザ装置が利害関係なく動作する場合には問題なく機能する。しかしながら、先着順に処理を行うシステム(例えば販売/予約システム)などで、複数のユーザ装置が先を争ってサーバ装置にアクセスする場合には、特許文献1及び特許文献2の方式は、うまく機能しないという課題がある。
 すなわち、特許文献1及び特許文献2の方式では、各ユーザ装置はランダムに決定されたアクセスタイミングを無視してサーバ装置にアクセスすることが可能である。このため、各ユーザ装置が決定されたアクセスタイミングを無視して利己的にサーバ装置にアクセスすると、アクセスの集中を緩和することができない。
 各ユーザ装置のアクセスタイミングをサーバ装置が一元管理することで利己的なアクセスを防止することは可能である。しかし、このようなアクセスタイミングの一元管理はサーバ装置にとって別の負荷となる。
 本発明は上記の課題を解決することを主な目的とする。より具体的には、本発明は、ユーザ装置からのアクセスの集中を効果的に緩和することができる構成を得ることを主な目的する。
 本発明に係る情報処理装置は、
 問題を生成する問題生成部と、
 前記問題をユーザ装置に提示する問題提示部と、
 前記ユーザ装置から前記問題の回答を取得する回答取得部と、
 前記回答が正しいか否かを判定し、前記回答が正しい場合に、前記ユーザ装置からのアクセスを許可する回答判定部とを有する。
 本発明によれば、ユーザ装置が回答を行う時期がランダムになり、この結果、ユーザ装置からのアクセスの集中を効果的に緩和することができる。
実施の形態1に係る通信システムの構成例を示す図。 実施の形態1に係るサーバ装置の機能構成例を示す図。 実施の形態1に係るサーバ装置のハードウェア構成例を示す図。 実施の形態1に係るユーザ装置の機能構成例を示す図。 実施の形態1に係るユーザ装置のハードウェア構成例を示す図。 実施の形態1に係るサーバ乱数と目標値の例を示す図。 実施の形態1に係るサーバ乱数と目標値とユーザ乱数の例を示す図。 実施の形態1に係るサーバ装置とユーザ装置の動作例を示すフローチャート。 実施の形態2に係るサーバ装置の機能構成例を示す図。 実施の形態2に係るユーザ装置の機能構成例を示す図。 実施の形態2に係るサーバ乱数と目標値と個人識別情報とユーザ乱数の例を示す図。 実施の形態2に係る個人識別情報の例を示す図。 実施の形態2に係るサーバ装置とユーザ装置の動作例を示すフローチャート。
 以下、本発明の実施の形態について、図を用いて説明する。以下の実施の形態の説明及び図面において、同一の符号を付したものは、同一の部分又は相当する部分を示す。
 実施の形態1.
 本実施の形態では、サーバ装置は、複数のユーザ装置にランダムなアクセスタイミングを指定する代わりに、回答に時間を要する問題を各ユーザ装置に与え、各ユーザ装置に問題を解かせる。そして、本実施の形態では、サーバ装置は、正しい回答を得たユーザ装置のみにアクセスを許可する。このようにすることで、結果的にアクセスタイミングを分散させ、アクセスの集中を緩和することが可能になる。また、このようにすることで、利己的なユーザ装置が勝手なタイミングでサーバ装置にアクセスすることも防止することができる。
***構成の説明***
 図1は、本実施の形態に係る通信システム10の構成例を示す。
 ネットワーク101には多数のユーザ装置301が接続している。各ユーザ装置301は、サーバ装置201へのアクセスを試みる。
 なお、サーバ装置201は、情報処理装置の例である。また、サーバ装置201により行われる動作は、情報処理方法及び情報処理プログラムの例である。
 図2は、サーバ装置201の機能構成例を示す。
 問題生成部221は、ユーザ装置301からのアクセスを許可するためにユーザ装置301に解かせる問題を生成する。問題生成部221は、生成が容易で、回答の確認も容易であり、回答の生成には時間を要し、事前に回答を準備することが困難である問題を生成する。つまり、問題生成部221は、複数のユーザ装置301の各々からの回答の取得時期がランダムになると予想される問題を生成する。問題生成部221は、例えば、「サーバ装置が生成した乱数rに対し、乱数rと連結して一方向性関数を適用した結果が目標値t未満になるような乱数rを見つけよ(H(r|r)<t、Hは例えばSHA-256などの一方向性関数、|は連結)」のように回答が複数存在する問題を生成することができる。また、問題生成部221は、例えば、「二つの巨大な素数の積からなる合成数を素因数分解せよ」のように回答が決まっている問題を生成してもよい。なお、問題生成部221自身は回答を生成する必要はない。
 問題生成部221が行う処理は問題生成処理に相当する。
 通信部231は、ユーザ装置301との通信を行う。
 より具体的には、通信部231は、問題生成部221が生成した問題をユーザ装置301に提示(送信)する。また、通信部231は、ユーザ装置301から問題の回答を取得(受信)する。
 通信部231は、問題提示部と回答取得部の例である。
 また、通信部231により行われる処理は問題提示処理と回答取得処理に相当する。
 回答判定部222は、ユーザ装置301から受信した回答が、問題生成部221が生成した問題に対する正しい回答であるか否かを判定する。例えば、問題生成部221が前述の問題を生成した場合は、回答判定部222は、H(r|r)を計算して、計算結果が目標値t未満であるか否かを確認する。または、回答判定部222は、受信した素数の積が問題として与えた合成数と一致するか否かを確認する。回答判定部222も、自身で回答を生成する必要はない。
 また、回答判定部222は、ユーザ装置301からの回答が正しい場合に、ユーザ装置301からのアクセスを許可する。具体的には、回答判定部222は、ユーザ装置301から処理実行部223へのアクセスを許可する。より詳細には、回答判定部222は、ユーザ装置301からの回答が正しい場合に、処理実行部223が当該ユーザ装置301のためのデータ処理を実行することを許可する。
 なお、回答判定部222により行われる処理は回答判定処理に相当する。
 処理実行部223は、回答判定部222から、ユーザ装置301のためのデータ処理の実行が許可された場合に、ユーザ装置301のためのデータ処理を実行する。処理実行部223は、任意のデータ処理を実行可能であるが、例えば、処理実行部223は、ユーザ装置301に対して販売/予約サービスを提供するためのデータ処理を実行する。
 問題記憶部211は、問題生成部221が生成した問題を記憶する。図6は問題記憶部211が記憶するデータの一例を表す。図6の詳細は後述する。
 回答記憶部212は、ユーザ装置301の回答生成部321が生成し、サーバ装置201の回答判定部222が正答であると確認した回答を記憶する。図7は回答記憶部212が記憶するデータの一例を表す。図7の詳細は後述する。
 図3は、サーバ装置201のハードウェア構成例を示す。
 サーバ装置201はコンピュータであり、サーバ装置201のハードウェア構成として、図3に示すように、バス901に、メモリ911、プロセッサ912、通信モジュール913、入力インタフェース914、ディスプレイ915が接続されている。
 メモリ911は、例えばRAM(Random Access Memory)などの主記憶装置や、ROM(Read Only Memory)やフラッシュメモリ、ハードディスク装置などの補助記憶装置である。
 プロセッサ912は、例えば、プログラムを実行するCPU(Central Processing Unit)である。
 通信モジュール913は、データの通信処理を実行する電子回路である。通信モジュール913は、例えば通信ボードである。
 入力インタフェース914は、サーバ装置201に対する入力データを処理するデバイスであり、例えば、タッチパネル、ハードボタン、マウス、キーボードなどである。
 ディスプレイ915は、サーバ装置201による処理結果を表示するデバイスである。
 サーバ装置201では、図2に示す問題生成部221、回答判定部222、処理実行部223及び通信部231をプログラムで実現することができる。
 プログラムは、通常はメモリ911に記憶されており、プロセッサ912に読み込まれ、実行される。
 図3では、問題生成部221、回答判定部222、処理実行部223及び通信部231を実現するプログラムをプロセッサ912が実行している状態を模式的に表している。
 更に、メモリ911の外部記憶装置には、オペレーティングシステム(OS)も記憶されており、OSの少なくとも一部が主記憶装置にロードされ、プロセッサ912は、OSを実行しながら、上記プログラムを実行する。
 また、以下の説明において、問題記憶部211、回答記憶部212が記憶する情報やデータ、問題生成部221、回答判定部222、処理実行部223、通信部231の処理の結果を示す情報やデータや信号値や変数値が、メモリ911にファイルとして記憶される。
 なお、図3の構成は、あくまでもサーバ装置201のハードウェア構成の一例を示すものである。サーバ装置201のハードウェア構成は図3に記載の構成に限らず、他の構成であってもよい。
 図4は、ユーザ装置301の機能構成例を示す。
 通信部331は、サーバ装置201との通信を行う。
 より具体的には、通信部331は、サーバ装置201から送信された問題を受信する。また、通信部331は、回答生成部321により生成された問題の回答をサーバ装置201に送信する。
 回答生成部321は、サーバ装置201から受信した問題に対する回答を生成する。
 処理実行部322は、回答生成部321が生成した回答がサーバ装置201に受理された場合に、ユーザ装置301が本来行うべきデータ処理を実行する。処理実行部322は、任意のデータ処理を実行可能であるが、例えば、処理実行部322は、サーバ装置201が提供する販売/予約サービスを受けるために必要なデータ処理を実行する。
 図5は、ユーザ装置301のハードウェア構成例を示す。
 ユーザ装置301はコンピュータであり、ユーザ装置301のハードウェア構成として、図5に示すように、バス921に、メモリ931、プロセッサ932、通信モジュール933、入力インタフェース934、ディスプレイ935が接続されている。
 バス921は実質的にバス901と同じである。
 また、メモリ931は実質的にメモリ911と同じであり、プロセッサ932は実質的にプロセッサ912と同じである。また、通信モジュール933は実質的に通信モジュール913と同じであり、入力インタフェース934は実質的に入力インタフェース914と同じであり、ディスプレイ935は実質的にディスプレイ915と同じである。
 ユーザ装置301では、図4に示す回答生成部321、処理実行部322及び通信部331をプログラムで実現することができる。
 プログラムは、通常はメモリ931に記憶されており、プロセッサ932に読み込まれ、実行される。
 図5では、回答生成部321、処理実行部322及び通信部331を実現するプログラムをプロセッサ932が実行している状態を模式的に表している。
 更に、メモリ931の外部記憶装置には、オペレーティングシステム(OS)も記憶されており、OSの少なくとも一部が主記憶装置にロードされ、プロセッサ932は、OSを実行しながら、上記プログラムを実行する。
 また、以下の説明において、回答生成部321、処理実行部322、通信部331の処理の結果を示す情報やデータや信号値や変数値が、メモリ931にファイルとして記憶される。
 なお、図5の構成は、あくまでもユーザ装置301のハードウェア構成の一例を示すものである。ユーザ装置301のハードウェア構成は図5に記載の構成に限らず、他の構成であってもよい。
***動作の説明***
 次に、本実施の形態に係る通信システム10の動作の流れを、図8のフローチャートを参照しながら説明する。ここでは一組のサーバ装置201とユーザ装置301に関する動作の流れを説明するが、サーバ装置201は複数のユーザ装置301に同じ処理を並行して行ってもよい。なお、ユーザ装置301とサーバ装置201との間の情報の送受信は通信部231と通信部331により行われる。
 まず、ステップS101において、ユーザ装置301がサーバ装置201に対してアクセスを要求する。
 次に、ステップS102において、サーバ装置201の問題生成部221が問題を生成し、生成した問題を問題記憶部211に保存する。
 問題生成部221は、生成および回答確認が容易で、回答の生成には時間を要し、事前に回答を準備することが困難であるような問題を生成する。問題生成部221は、毎回全く異なるタイプの問題を生成してもよい。また、問題生成部221は、問題のひな形を事前に決めておき、問題の一部分だけを毎回生成してもよい。また、問題生成部221は、ユーザ装置301ごとに異なる問題を生成してもよいし、複数のユーザ装置301に対して同一の問題を利用してもよい(この場合はユーザ装置301ごとにステップS102を実行する必要はない)。
 本実施の形態では、「サーバ装置が生成した乱数rに対し、乱数rと連結して一方向性関数を適用した結果が目標値t未満になるような乱数rを見つけよ(H(r|r)<t、Hは例えばSHA-256などの一方向性関数、|は連結)」というひな形を事前に決めておくものとする。そして、ユーザ装置301からのアクセス要求があった際に、問題生成部221がサーバ乱数rを生成するものとする。目標値tは問題の難易度を決定するパラメータである。目標値tを変化させることで回答生成にかかる時間(および、単位時間あたりにユーザ装置301から受信すると予想される回答数)が変化する。このため、問題生成部221は、サーバ装置201の処理能力やユーザ装置301の数を考慮して目標値tを決定する。
 また、本実施の形態では全ユーザ装置301に対して同一の問題を利用することとする。結果として、問題記憶部211には、問題を特定する情報として、図6のようにサーバ乱数rと目標値tが記憶される。
 次に、ステップS103において、通信部231がユーザ装置301に問題を送信する。本実施の形態のように問題のひな形を事前に決めておく場合は、通信部231は、問題を特定する情報(本実施の形態ではサーバ乱数rと目標値t)だけを送信すればよい。
 サーバ装置201から問題を受信したユーザ装置301の回答生成部321は、ステップS104において、受信した問題に対する正しい回答を生成する。
 回答生成部321の動作の詳細は問題の内容に依存するが、本実施の形態では、回答生成部321は、例えば、ユーザ乱数rを順次生成しながらH(r|r)の値を計算し、H(r|r)の値と目標値tとを比較する処理を、H(r|r)の値が目標値t未満になるまで繰り返す。
 回答が生成できたユーザ装置301は、ステップS105において、サーバ装置201に回答を送信する。本実施の形態では、ユーザ装置301は、H(r|r)<tを満たすようなユーザ乱数rを送信する。
 サーバ装置201では通信部231がユーザ装置301からの回答を受信し、通信部231が回答判定部222に回答を転送する。
 回答判定部222は、ステップS106において、問題記憶部211を参照しながら、受信した回答が、生成した問題に対する正しい回答であるか否かを判定する。本実施の形態では、回答判定部222は、H(r|r)<tを満たすかどうかを判定する。
 受信した回答が正しい場合(ステップS106でYES)は、処理がステップS107に進む。
 受信した回答が正しくない場合(ステップS106でNO)は、処理が終了する(ユーザ装置301側でも以降の処理は実行されない)。
 更に、回答判定部222は、ステップS107において、回答記憶部212を参照しながら、受信した回答が以前に他のユーザ装置301から受信した回答のいずれとも異なる、新たな回答であるかを確認する。
 受信した回答が新たな回答である場合(ステップS107でYES)は、処理がステップS108に進む。
 一方、受信した回答が新たな回答でない場合(ステップS107でNO)は、処理が終了する(ユーザ装置301側でも以降の処理は実行されない)。
 本実施の形態では、ステップS107において、回答判定部222は、受信したユーザ乱数rが、対応する問題の回答であるユーザ乱数として、回答記憶部212に含まれていないことを確認する。
 本ステップにおける確認は、あるユーザ装置301が生成した回答を他のユーザ装置301でも使い回すことで、サーバ装置201に想定よりも多い回答が到着し、アクセス集中緩和の効果が得られなくなることを防止することが目的である。
 回答の使い回しが難しい場合、複数のユーザ装置301から同一の回答を受信した場合にもアクセスを許可する場合などでは、ステップS107及びステップS108を省略してもよい(この場合、回答記憶部212も不要である)。
 以上の確認後、回答判定部222は、ステップS108において、受信した回答を対応する問題と関連付けて回答記憶部212に保存する。
 本実施の形態では、回答判定部222は、受信したユーザ乱数を、サーバ乱数、目標値と関連付けて回答記憶部212に保存する。
 同一の問題に対して複数のユーザ装置301が異なる回答を生成した場合、回答記憶部212には図7のような情報が記憶されることになる。
 以上の処理が完了すると、サーバ装置201に対するユーザ装置301のアクセスが受理されたことになる。
 具体的には、回答判定部222は、処理実行部223に、該当するユーザ装置301のためのデータ処理の実行が許可されたことを通知する。
 以降、ステップS109及びステップS110において、サーバ装置201の処理実行部223と、ユーザ装置301の処理実行部322とが相互に通信を行い、通信システム10で本来行うべき任意のデータ処理(例えば販売/予約サービスの提供)を実行する。つまり、処理実行部223は、ユーザ装置301のためのデータ処理を実行する。
***実施の形態の効果の説明***
 以上により、ユーザ装置301からサーバ装置201へのアクセスのタイミングがランダムになり、サーバ装置201へのアクセスの集中を緩和することができる。
 つまり、以上の処理によって、各ユーザ装置301は時間を要する回答生成処理(ステップS104)を行ってからサーバ装置201と本来行うべきデータ処理を実行することになる。各ユーザ装置301における回答生成処理時間にはばらつきが生じると考えられるため、結果的に各ユーザ装置301からのアクセスタイミングが自動的に分散される。このため、サーバ装置201へのアクセスの集中を緩和することができる。
 また、正しい回答が得られるまでは本来行うべきデータ処理が実行できない(ステップS106で処理実行部223へのアクセスが拒否される)ため、ユーザ装置301が勝手なタイミングでサーバ装置201にアクセスするメリットがない。この結果、通信量やサーバ装置201の処理量を最小限に抑えることができる(アクセス集中を原因とする無駄な再送などが発生しない)。
 また、本実施の形態のように、全ユーザ装置301に対して同一の問題を利用すれば、サーバ装置201で管理する情報量が少なくて済むという効果もある。すなわち、ユーザ装置301の数が多くなっても、サーバ装置201が管理する情報は、アクセスを受理したユーザ装置301に関するものだけでよい。
 なお、本実施の形態では、ユーザ装置301からのアクセス要求(ステップS101)を受信してからサーバ装置201で問題を生成(ステップS102)している。これに代えて、サーバ装置201で問題をあらかじめ生成しておき、ユーザ装置301からのアクセス要求があれば直ちに問題をユーザ装置301に送信(ステップS103)するようにしてもよい。
 また、販売/予約システムなどで販売/予約の開始時刻が決まっている場合は、サーバ装置201は、多数のユーザ装置301からのアクセス要求をあらかじめ受け付けておいて、開始時刻と同時に一斉に問題の送信を行ってもよい。一斉送信には同報通信が利用できる。また、サーバ装置201は、各ユーザ装置301に対して問題を送信するのではなく、問題を一般公開して、複数のユーザ装置301に問題を提示してもよい。こうすることで、ステップS101のアクセス要求が集中することも防止できる。
 また、多数のユーザ装置301からのアクセス要求をあらかじめ受け付けておくことで問題生成部221は、ユーザ装置301の数を把握でき、サーバ装置201の処理能力を考慮して適切な難易度(目標値t)を決定することができる。
 また、本実施の形態では、問題の難易度(目標値t)を事前に決めているが、問題生成部221は、問題生成部221が問題を提示するユーザ装置301の数に応じて問題の難易度を変化させてもよい。例えば、問題生成部221は、ステップS101で実際に受信されたアクセス要求の数に応じて難易度を動的に変化させてもよい。例えば、アクセス要求の数が想定よりも多かった場合に、問題生成部221は、難易度を再設定して問題を生成してもよい。
 また、本実施の形態では、販売数/予約数に限りがある場合について言及していない。この点につき、回答判定部222は、正しい回答を行ったユーザ装置301の数が規定数(販売数/予約数)を超えるまでは、正しい回答を行ったユーザ装置からのアクセスを許可する。そして、正しい回答を行ったユーザ装置の数が規定数(販売数/予約数)を超えた後は、回答判定部222は、正しい回答を行ったユーザ装置からのアクセスを許可しないようにしてもよい。
 また、処理実行部223で任意の処理が可能であるため、処理実行部223が販売/予約の打ち切りなどの処理を実行してもよい。同様に、アクセス受理後に抽選又はその他の処理を行う場合は、処理実行部223が抽選又はその他の処理を行うようにしてもよい。
 実施の形態2.
 例えばチケット販売システムにおいて、人気チケットの入手が困難であることから、チケットが高値で転売される場合があり、問題となることがある。
 本実施の形態では、ユーザ装置301から送信される回答に個人識別情報を含ませる。また、本実施の形態では、サーバ装置201が回答に含まれる個人識別情報が正当であるか否かを判定する。このようにすることで、チケットの転売や、回答生成処理の外部委託を抑止することができる。
***構成の説明***
 本実施の形態に係る通信システム10の構成例は、図1に示すものと同じである。
 図9は、本実施の形態に係るサーバ装置201の機能構成例を示す。
 個人識別情報判定部224は、ユーザ装置301から受信した回答に含まれる個人識別情報が正当であるか否かを判定する。
 回答判定部222は、ユーザ装置301から受信した回答が正しく、また、個人識別情報判定部224により個人識別情報が正当と判定された場合に、ユーザ装置301からのアクセスを許可する。
 処理実行部223は、個人識別情報判定部224により正当と判定された個人識別情報を利用して、本来行うべきデータ処理を実行する。
 また、回答記憶部212は、個人識別情報を含む回答を記憶する。図11は回答記憶部212が記憶するデータの一例を表す。図11の詳細は後述する。
 上記以外の構成要素は、実施の形態1と同様であるため、説明を省略する。また、サーバ装置201のハードウェア構成例も、実施の形態1と同様であるため、説明を省略する。なお、個人識別情報判定部224は、問題生成部221等と同様に、プログラムで実現される。個人識別情報判定部224を実現するプログラムはプロセッサ912により実行される。
 図10は、本実施の形態に係るユーザ装置301の機能構成例を示す。
 個人識別情報記憶部311は、通信システム10でサービスを受ける個人(ユーザ装置301を利用するユーザ)を識別するための個人識別情報を記憶する。
 個人識別情報記憶部311は、例えば、氏名、個人番号(マイナンバー、ソーシャルセキュリティナンバー等)、クレジットカード番号を個人識別情報として記憶する。また、個人識別情報記憶部311は、顔画像などのバイナリデータを個人識別情報として記憶してもよい。
 図12は個人識別情報記憶部311が記憶するデータの一例を表す。
 回答生成部321は、サーバ装置201から受信した問題に対する回答を、個人識別情報を利用して生成する。
 処理実行部322は、個人識別情報を利用して、本来行うべきデータ処理を実行する。
 上記以外の構成要素は、実施の形態1と同様であるため、説明は省略する。また、ユーザ装置301のハードウェア構成例も、実施の形態1と同様であるため、説明は省略する。個人識別情報記憶部311は、例えばメモリ931により実現される。
***動作の説明***
 次に、本実施の形態に係る通信システム10の動作の流れを、図13のフローチャートを参照しながら説明する。
 本実施の形態では、実施の形態1と異なり、問題及び回答に個人識別情報が含まれる。また、本実施の形態では、実施の形態1と異なり、個人識別情報判定部224が、個人識別情報の正当性を判定し、処理実行部223と処理実行部322が個人識別情報を用いて本来のデータ処理を行う。
 本実施の形態では、問題生成部221は、「サーバ装置が生成した乱数rに対し、乱数rおよび個人識別情報idと連結して一方向性関数を適用した結果が目標値t未満になるような乱数rを見つけよ(H(r|id|r)<t)」というひな形を利用して問題を生成する。なお、サーバ乱数r及び目標値tは実施の形態1と同じである。
 ステップS101からステップS107までは、実施の形態1と同様である。
 本実施の形態では、ステップS102において、問題生成部221は、前述のように、個人識別情報idが含まれる問題を生成する。また、ステップS104において、回答生成部321は、回答に個人識別情報idを含ませる。つまり、通信部331は、ステップS105において、個人識別情報idとユーザ乱数rとが含まれる回答を送信する。
 サーバ装置201の個人識別情報判定部224は、ステップS151において、ユーザ装置301から受信した回答に含まれる個人識別情報idが正当であるか否かを判定する。
 個人識別情報idの正当性が確認できた場合(ステップS151でYES)は、処理がステップS108に進む。
 受信した個人識別情報idにフォーマットエラーがある場合、受信した個人識別情報idが存在しない個人識別情報である場合など、受信した個人識別情報idの正当性が確認できなかった場合(ステップS151でNO)は、処理が終了する(ユーザ装置301側でも以降の処理は実行されない)。
 以上の確認後、回答判定部222は、ステップS108において、受信した回答を対応する問題と関連付けて回答記憶部212に保存する。本実施の形態では、回答に個人識別情報idとユーザ乱数rとが含まれるため、回答記憶部212には例えば図11のような情報が記憶されることになる。
 以上の処理が完了すると、サーバ装置201に対するユーザ装置301のアクセスが受理されたことになる。
 具体的には、回答判定部222は、処理実行部223に、該当するユーザ装置301のためのデータ処理の実行が許可されたことを通知する。
 以降、ステップS152及びステップS153において、サーバ装置201の処理実行部223と、ユーザ装置301の処理実行部322とが相互に通信を行い、正当性が確認された個人識別情報idを利用して、通信システム10で本来行うべき任意のデータ処理(例えば販売/予約サービスの提供)を実行する。
 個人識別情報idがクレジットカード番号であれば、クレジットカード番号を利用して料金を引き落とすことが可能である。
 また、個人識別情報idが氏名であれば、氏名をチケットに印字することが可能である。
 また、個人識別情報idが顔画像であれば、顔画像をチケットに印字することが可能である。
***実施の形態の効果の説明***
 以上のように、例えば氏名又は顔画像をチケットに印字することで、チケット転売業者が購入したチケットを不特定の利用者に転売することを防止できる。
 また、チケット利用時に、チケット利用者に個人識別情報idを提示させてチケット利用者の正当性を確認する例を想定する。この場合に、例えば個人識別情報idにクレジットカード番号を利用していれば、チケット利用者がチケット転売業者にチケット購入(もしくは回答生成処理)を依頼することが抑止できる。つまり、チケット利用者は自分のクレジットカード番号をチケット転売業者に開示することを躊躇し、チケット転売業者も自分のクレジットカード番号をチケット利用者に開示することを躊躇するため、このような行為を抑止することができる。
 なお、実施の形態1に記載したバリエーションは、本実施の形態についても同様に適用可能である。
 以上、本発明の実施の形態について説明したが、これら2つの実施の形態を組み合わせて実施しても構わない。
 あるいは、これら2つの実施の形態のうち、1つを部分的に実施しても構わない。
 あるいは、これら2つの実施の形態を部分的に組み合わせて実施しても構わない。
 なお、本発明は、これらの実施の形態に限定されるものではなく、必要に応じて種々の変更が可能である。
***ハードウェア構成の説明***
 最後に、サーバ装置201及びユーザ装置301のハードウェア構成の補足説明を行う。
 以上では、サーバ装置201の機能構成(問題生成部221、回答判定部222、処理実行部223、個人識別情報判定部224、通信部231)はプログラムで実現され、当該プログラムがプロセッサ912により実行されることを説明した。
 これに代えて、サーバ装置201の機能構成(問題生成部221、回答判定部222、処理実行部223、個人識別情報判定部224、通信部231)が処理回路により実現されてもよい。処理回路は、例えば、ロジックIC(Integrated Circuit)、GA(Gate Array)、ASIC(Application Specific Integrated Circuit)、FPGA(Field-Programmable Gate Array)である。
 同様に、ユーザ装置301の機能構成(回答生成部321、処理実行部322、通信部331)はプログラムで実現され、当該プログラムがプロセッサ932により実行されることを説明した。
 これに代えて、ユーザ装置301の機能構成(回答生成部321、処理実行部322、通信部331)が処理回路により実現されてもよい。処理回路は、例えば、ロジックIC、GA、ASIC、FPGAである。
 なお、本明細書では、プロセッサと、メモリと、プロセッサとメモリの組合せと、処理回路との上位概念を、「プロセッシングサーキットリー」という。
 つまり、プロセッサと、メモリと、プロセッサとメモリの組合せと、処理回路とは、それぞれ「プロセッシングサーキットリー」の具体例である。
 10 通信システム、101 ネットワーク、201 サーバ装置、211 問題記憶部、212 回答記憶部、221 問題生成部、222 回答判定部、223 処理実行部、224 個人識別情報判定部、231 通信部、301 ユーザ装置、311 個人識別情報記憶部、321 回答生成部、322 処理実行部、331 通信部、901 バス、911 メモリ、912 プロセッサ、913 通信モジュール、914 入力インタフェース、915 ディスプレイ、921 バス、931 メモリ、932 プロセッサ、933 通信モジュール、934 入力インタフェース、935 ディスプレイ。

Claims (11)

  1.  問題を生成する問題生成部と、
     前記問題をユーザ装置に提示する問題提示部と、
     前記ユーザ装置から前記問題の回答を取得する回答取得部と、
     前記回答が正しいか否かを判定し、前記回答が正しい場合に、前記ユーザ装置からのアクセスを許可する回答判定部とを有する情報処理装置。
  2.  前記問題提示部は、
     前記問題を複数のユーザ装置に提示し、
     前記回答取得部は、
     前記複数のユーザ装置の各々から前記問題の回答を取得し、
     前記回答判定部は、
     前記複数のユーザ装置の各々からの回答が正しいか否かを判定し、正しい回答を行ったユーザ装置からのアクセスを許可する請求項1に記載の情報処理装置。
  3.  前記問題生成部は、
     前記回答取得部による前記複数のユーザ装置の各々からの回答の取得時期がランダムになると予想される問題を生成する請求項2に記載の情報処理装置。
  4.  前記問題生成部は、
     複数の正答がある問題を生成し、
     前記回答判定部は、
     いずれかのユーザ装置からの回答が正しい場合に、当該ユーザ装置からの正答が既に他のいずれかのユーザ装置から回答されている否かを判定し、
     当該ユーザ装置からの正答が他のいずれのユーザ装置からも回答されていない場合に、当該ユーザ装置からのアクセスを許可し、
     当該ユーザ装置からの正答が既に他のいずれかのユーザ装置から回答されている場合に、当該ユーザ装置からのアクセスを許可しない請求項2に記載の情報処理装置。
  5.  前記問題生成部は、
     ユーザ装置ごとに問題を生成し、
     前記問題提示部は、
     ユーザ装置ごとに対応する問題を提示する請求項2に記載の情報処理装置。
  6.  前記問題生成部は、
     前記問題提示部が問題を提示するユーザ装置の数に応じて問題の難易度を変化させる請求項2に記載の情報処理装置。
  7.  前記回答判定部は、
     正しい回答を行ったユーザ装置の数が規定数を超えるまでは、正しい回答を行ったユーザ装置からのアクセスを許可し、正しい回答を行ったユーザ装置の数が前記規定数を超えた後は、正しい回答を行ったユーザ装置からのアクセスを許可しない請求項2に記載の情報処理装置。
  8.  前記回答取得部は、
     前記ユーザ装置から、前記ユーザ装置を利用するユーザの個人識別情報が含まれる回答を取得し、
     前記情報処理装置は、更に、
     前記個人識別情報が正当であるか否かを判定する個人識別情報判定部を有し、
     前記回答判定部は、
     前記回答が正しく、前記個人識別情報が正当である場合に、前記ユーザ装置からのアクセスを許可する請求項1に記載の情報処理装置。
  9.  前記情報処理装置は、更に、
     前記個人識別情報を用いて、前記ユーザ装置のためのデータ処理を実行する処理実行部を有する請求項8に記載の情報処理装置。
  10.  コンピュータが、問題を生成し、
     前記コンピュータが、前記問題をユーザ装置に提示し、
     前記コンピュータが、前記ユーザ装置から前記問題の回答を取得し、
     前記コンピュータが、前記回答が正しいか否かを判定し、前記回答が正しい場合に、前記ユーザ装置からのアクセスを許可する情報処理方法。
  11.  問題を生成する問題生成処理と、
     前記問題をユーザ装置に提示する問題提示処理と、
     前記ユーザ装置から前記問題の回答を取得する回答取得処理と、
     前記回答が正しいか否かを判定し、前記回答が正しい場合に、前記ユーザ装置からのアクセスを許可する回答判定処理とをコンピュータに実行させる情報処理プログラム。
PCT/JP2017/019571 2017-05-25 2017-05-25 情報処理装置、情報処理方法及び情報処理プログラム WO2018216172A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2017549820A JP6246452B1 (ja) 2017-05-25 2017-05-25 情報処理装置、情報処理方法及び情報処理プログラム
PCT/JP2017/019571 WO2018216172A1 (ja) 2017-05-25 2017-05-25 情報処理装置、情報処理方法及び情報処理プログラム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2017/019571 WO2018216172A1 (ja) 2017-05-25 2017-05-25 情報処理装置、情報処理方法及び情報処理プログラム

Publications (1)

Publication Number Publication Date
WO2018216172A1 true WO2018216172A1 (ja) 2018-11-29

Family

ID=60659005

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2017/019571 WO2018216172A1 (ja) 2017-05-25 2017-05-25 情報処理装置、情報処理方法及び情報処理プログラム

Country Status (2)

Country Link
JP (1) JP6246452B1 (ja)
WO (1) WO2018216172A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006202196A (ja) * 2005-01-24 2006-08-03 Konami Digital Entertainment:Kk ネットワークシステム、サーバ装置、不正利用検出方法、ならびに、プログラム
JP2008059182A (ja) * 2006-08-30 2008-03-13 Matsushita Electric Ind Co Ltd 認証装置および認証方法
JP2012085011A (ja) * 2010-10-07 2012-04-26 Sony Corp 基地局、無線通信方法、および無線通信システム

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006202196A (ja) * 2005-01-24 2006-08-03 Konami Digital Entertainment:Kk ネットワークシステム、サーバ装置、不正利用検出方法、ならびに、プログラム
JP2008059182A (ja) * 2006-08-30 2008-03-13 Matsushita Electric Ind Co Ltd 認証装置および認証方法
JP2012085011A (ja) * 2010-10-07 2012-04-26 Sony Corp 基地局、無線通信方法、および無線通信システム

Also Published As

Publication number Publication date
JP6246452B1 (ja) 2017-12-13
JPWO2018216172A1 (ja) 2019-06-27

Similar Documents

Publication Publication Date Title
US10216923B2 (en) Dynamically updating CAPTCHA challenges
US10887311B2 (en) Method and apparatus for requesting usage permission, and method and apparatus for acquiring usage permission
US8516239B2 (en) Virtual authentication proxy server and terminal authentication server
CN107463348B (zh) 基于B/S架构实现Web端自定义格式打印方法及系统
CN106164917B (zh) 用于远程会话的用户特定应用激活
CN113268336B (zh) 一种服务的获取方法、装置、设备以及可读介质
CN113079164B (zh) 堡垒机资源的远程控制方法、装置、存储介质及终端设备
CN111078745A (zh) 基于区块链技术的数据上链方法和装置
CN110324185B (zh) 超参数调优方法、装置、服务器、客户端及介质
US20140019603A1 (en) Systems and methods involving interactive queuing
JP7131408B2 (ja) 情報処理システム、認証基盤、認可情報検証方法、及びプログラム
US20150244704A1 (en) Techniques to authenticate user requests involving multiple applications
CN114830158B (zh) 用于分布式计算系统中的交易验证的方法和系统
US10861036B2 (en) Systems and methods for randomized reward distribution exchange for loyalty points
US20170169211A1 (en) One kind of website passwords generating method and apparatus
CN111127159A (zh) 彩票管理方法、彩票管理系统、计算设备及介质
JP6246452B1 (ja) 情報処理装置、情報処理方法及び情報処理プログラム
CN113973004B (zh) 经由设备通知提供多因素认证凭证
CN115345729A (zh) 信用卡的发卡方法、装置、电子设备及存储介质
CN109062848A (zh) 基于esb总线平台的采购管理方法、装置及总线平台
CN110489488B (zh) 一种数据处理方法和装置
CN113904774A (zh) 一种区块链地址认证方法、装置及计算机设备
CN115941217A (zh) 用于安全通信的方法和其相关产品
CN112968769A (zh) 一种区块链中随机数的生成方法及装置
CN114978537B (zh) 一种身份识别方法、装置、设备和计算机可读存储介质

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2017549820

Country of ref document: JP

Kind code of ref document: A

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17911287

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17911287

Country of ref document: EP

Kind code of ref document: A1