JP4332116B2 - アクセス要求制御方法、通信デバイス用ドライバプログラムおよび通信デバイス - Google Patents
アクセス要求制御方法、通信デバイス用ドライバプログラムおよび通信デバイス Download PDFInfo
- Publication number
- JP4332116B2 JP4332116B2 JP2004548007A JP2004548007A JP4332116B2 JP 4332116 B2 JP4332116 B2 JP 4332116B2 JP 2004548007 A JP2004548007 A JP 2004548007A JP 2004548007 A JP2004548007 A JP 2004548007A JP 4332116 B2 JP4332116 B2 JP 4332116B2
- Authority
- JP
- Japan
- Prior art keywords
- access
- application
- communication device
- access request
- use permission
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/10—Network architectures or network communication protocols for network security for controlling access to devices or network resources
- H04L63/102—Entity profiles
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/31—User authentication
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W12/00—Security arrangements; Authentication; Protecting privacy or anonymity
- H04W12/08—Access security
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Signal Processing (AREA)
- General Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Software Systems (AREA)
- Computing Systems (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Storage Device Security (AREA)
- Computer And Data Communications (AREA)
- Small-Scale Networks (AREA)
Description
まず、本実施の形態1に係るCOMポート接続デバイスへのアクセス許可の概念について説明する。第1図は、本実施の形態1に係るCOMポート接続デバイスへのアクセス許可の概念を説明するための説明図である。同図において、アクセスフラグは、COMポートを介したモデムカードへのアプリケーションからのアクセスを許可するか否かを示すフラグであり、このアクセスフラグが設定されている場合には、モデムカードへのアプリケーションからのアクセスが許可され、このアクセスフラグが未設定の場合には、モデムカードへのアプリケーションからのアクセスは許可されない。
ところで、上記実施の形態1では、COM3ポートを介したマルチアクセス通信カード200へのアクセス許可を示すアクセスフラグ134が設定されているか否かの判定は、COMポートオープン処理ルーチン131がおこなう場合を説明したが、アクセスフラグの判定は、COMポートオープン処理ルーチン131以外でもおこなうことができる。そこで、本実施の形態2では、アクセスフラグの判定をCOMポートのオープン処理時ではなく、COMポートのオープンが成功した後、アプリケーションがマルチアクセス通信カード200へ送付するコマンドレベルでおこなうマルチアクセス装置について説明する。
上記実施の形態1および2では、シリアルドライバ内にアクセスフラグを設け、音声通話アプリケーションがこのアクセスフラグを設定した後、COM3ポートを介してマルチアクセス通信カードにアクセスする場合について説明したが、アクセスフラグは、シリアルドライバ内ではなく、マルチアクセス通信カード内に設けることもできる。そこで、本実施の形態3では、アクセスフラグをマルチアクセス通信カード内に設けた場合について説明する。
Claims (5)
- 少なくとも汎用ポートが割り当てられるとともにアプリケーションからのアクセス要求に応答して通信網を介した通信をおこなう通信デバイスに対する各アプリケーションからのアクセス要求を制御するアクセス要求制御方法であって、
特定のアプリケーションのアクセス要求に先立って該特定のアプリケーションだけが使用する専用のアプリケーション・プログラミング・インタフェースを用いて行う利用許可要求に応答して前記通信デバイスの利用許可をおこなう利用許可工程と、
前記利用許可工程による利用許可の有無に基づいて前記特定のアプリケーションから前記通信デバイスに対するアクセス要求を受け付けるか否かを制御する制御工程と、
を含んだことを特徴とするアクセス要求制御方法。 - 前記通信デバイスは、データ通信と音声通話を同時に実行可能な通信デバイスであり、
前記利用許可工程は、所定の音声通話アプリケーションに対して該通信デバイスに対する利用許可をおこなうことを特徴とする請求項1に記載のアクセス要求制御方法。 - 前記利用許可工程は、前記専用アプリケーション・プログラミング・インタフェースとしてデバイス入出力制御を用いた前記特定のアプリケーションからのアクセスフラグの設定要求に応答して該特定のアプリケーションによる前記通信デバイスに対するアクセス許可を示すアクセスフラグを前記利用許可として設定し、前記制御工程は、前記特定のアプリケーションからアクセス要求を受け付けた際に、当該アプリケーションにアクセスフラグが設定されているか否かに基づいて前記通信デバイスに対するアクセス要求を受け付けるか否かを制御することを特徴とする請求項1または2に記載のアクセス要求制御方法。
- 少なくとも汎用ポートが割り当てられるとともにアプリケーションからのアクセス要求に応答して通信網を介した通信をおこなう通信デバイスに対応する通信デバイス用ドライバプログラムであって、
特定のアプリケーションがアクセス要求に先立って該特定のアプリケーションだけが使用する専用のアプリケーション・プログラミング・インタフェースを用いておこなう利用許可要求に応答して前記通信デバイスの利用許可をおこなう利用許可手順と、
前記利用許可手順による利用許可の有無に基づいてアプリケーションから前記通信デバイスに対するアクセス要求を受け付けるか否かを制御する制御手順と、
をコンピュータに実行させることを特徴とする通信デバイス用ドライバプログラム。 - 少なくとも汎用ポートが割り当てられるとともにアプリケーションからのアクセス要求に応答して通信網を介した通信をおこなう通信デバイスであって、
特定のアプリケーションがアクセス要求に先立って該特定のアプリケーションだけが使用する専用のアプリケーション・プログラミング・インタフェースを用いておこなう利用許可要求に応答して利用許可をおこなう利用許可手段と、
前記利用許可手段による利用許可の有無に基づいてアプリケーションからアクセス要求を受け付けるか否かを制御する制御手段と、
を備えたことを特徴とする通信デバイス。
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2002/011452 WO2004040890A1 (ja) | 2002-11-01 | 2002-11-01 | アクセス要求制御方法、通信デバイス用ドライバプログラムおよび通信デバイス |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPWO2004040890A1 JPWO2004040890A1 (ja) | 2006-03-02 |
| JP4332116B2 true JP4332116B2 (ja) | 2009-09-16 |
Family
ID=32260033
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2004548007A Expired - Fee Related JP4332116B2 (ja) | 2002-11-01 | 2002-11-01 | アクセス要求制御方法、通信デバイス用ドライバプログラムおよび通信デバイス |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US7448069B2 (ja) |
| JP (1) | JP4332116B2 (ja) |
| WO (1) | WO2004040890A1 (ja) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040139312A1 (en) * | 2003-01-14 | 2004-07-15 | General Instrument Corporation | Categorization of host security levels based on functionality implemented inside secure hardware |
| US20140071818A1 (en) * | 2004-07-16 | 2014-03-13 | Virginia Innovation Sciences, Inc. | Method and system for efficient communication |
| US7899492B2 (en) * | 2004-07-16 | 2011-03-01 | Sellerbid, Inc. | Methods, systems and apparatus for displaying the multimedia information from wireless communication networks |
| US10454937B2 (en) * | 2017-03-06 | 2019-10-22 | International Business Machines Corporation | Technology for generating a multi-user response in a network |
Family Cites Families (16)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4982430A (en) * | 1985-04-24 | 1991-01-01 | General Instrument Corporation | Bootstrap channel security arrangement for communication network |
| US5790652A (en) | 1996-03-12 | 1998-08-04 | Intergrated Systems, Inc. | Telephone station equipment employing rewriteable display keys |
| US5765021A (en) * | 1996-03-27 | 1998-06-09 | Pc-Tel, Inc. | Computer system having second program for transferring data between second port connected to a first port and the software portion of a modem |
| JPH10177488A (ja) | 1996-12-17 | 1998-06-30 | Victor Co Of Japan Ltd | データ転送システム |
| JP2002528971A (ja) * | 1998-10-19 | 2002-09-03 | ジェネラル・インスツルメント・コーポレイション | 構成可能な機能をもつテレビジョン・セットトップ・ボックス |
| JP2000156034A (ja) | 1998-11-18 | 2000-06-06 | Sony Corp | ディジタル信号記憶装置、ディジタル信号記憶方法、プログラム記録媒体、ディジタル信号記録装置及びディジタル信号記録方法 |
| JP2001036636A (ja) * | 1999-07-19 | 2001-02-09 | Aiwa Co Ltd | 通信制御方法および通信端末装置 |
| US6389542B1 (en) * | 1999-10-27 | 2002-05-14 | Terence T. Flyntz | Multi-level secure computer with token-based access control |
| US6553441B1 (en) * | 1999-11-30 | 2003-04-22 | 3Com Corporation | Method and apparatus for using serial bus for PC management |
| US6940614B2 (en) | 2000-01-05 | 2005-09-06 | Hewlett-Packard Development Company, L.P. | Method for defining printer driver settings |
| JP2001337917A (ja) | 2000-05-30 | 2001-12-07 | Matsushita Electric Ind Co Ltd | Gui装置端末装置、リソース制御装置、ネットワークシステム、媒体及び情報集合体 |
| US6947970B2 (en) * | 2000-12-19 | 2005-09-20 | Intel Corporation | Method and apparatus for multilevel translation and protection table |
| JP4336051B2 (ja) | 2001-01-31 | 2009-09-30 | 株式会社エヌ・ティ・ティ・ドコモ | 無線通信端末、発呼制限方法及びプログラム |
| US7290266B2 (en) * | 2001-06-14 | 2007-10-30 | Cisco Technology, Inc. | Access control by a real-time stateful reference monitor with a state collection training mode and a lockdown mode for detecting predetermined patterns of events indicative of requests for operating system resources resulting in a decision to allow or block activity identified in a sequence of events based on a rule set defining a processing policy |
| US20030041160A1 (en) * | 2001-08-21 | 2003-02-27 | Sandman Robert James | Methods and systems for reducing command overhead |
| US7461384B2 (en) * | 2002-02-20 | 2008-12-02 | Symbol Technologies, Inc. | Software method for emulating a serial port between applications for enabling communications by mobile bar code readers and computer terminals in wireless networks |
-
2002
- 2002-11-01 JP JP2004548007A patent/JP4332116B2/ja not_active Expired - Fee Related
- 2002-11-01 WO PCT/JP2002/011452 patent/WO2004040890A1/ja not_active Ceased
-
2005
- 2005-02-07 US US11/050,687 patent/US7448069B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| US7448069B2 (en) | 2008-11-04 |
| US20050144461A1 (en) | 2005-06-30 |
| JPWO2004040890A1 (ja) | 2006-03-02 |
| WO2004040890A1 (ja) | 2004-05-13 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6349336B1 (en) | Agent/proxy connection control across a firewall | |
| JP2500103B2 (ja) | 疑似端末リンクの確立方法及びその装置 | |
| KR100289435B1 (ko) | 비-기원호스트로의제어방식억세스를위한애플릿방향지정방법 | |
| US7761618B2 (en) | Using a USB host controller security extension for controlling changes in and auditing USB topology | |
| RU2625721C2 (ru) | Способ и устройство управления доступом к компьютерной системе | |
| CN110083465B (zh) | 一种寄宿应用间的数据传递方法 | |
| US20080022376A1 (en) | System and method for hardware access control | |
| JP2007316637A (ja) | 個別アプリケーション・プログラム用のスクリーンセーバ | |
| CN110780909A (zh) | 分布式嵌入式系统升级方法及装置 | |
| JP2007534039A (ja) | パーソナルコンピュータインターネットセキュリティシステム | |
| JP3636080B2 (ja) | Usbホストでusb装置依存プログラムを実行するためにusb装置によって提供されるエージェント | |
| US20040098621A1 (en) | System and method for selectively isolating a computer from a computer network | |
| KR20140027109A (ko) | 보안된 런타임 환경에서 데이터를 교환하기 위한 방법 | |
| US8191167B2 (en) | Secure system and method for processing data between a first device and at least one second device provided with monitoring means | |
| CN102194078A (zh) | 用于应用程式档案输入及输出的安全性的方法及系统 | |
| US7188149B2 (en) | Storage operating data control system | |
| JP2003167606A (ja) | プログラマブルコントローラまたはプログラマブル表示器およびそのユーザ認証方法 | |
| US6327662B1 (en) | Security through the use of tokens and automatically downloaded applets | |
| WO2011108877A2 (ko) | 클라이언트 가상화를 이용한 서버의 논리적 분리 시스템 및 방법 | |
| JP4332116B2 (ja) | アクセス要求制御方法、通信デバイス用ドライバプログラムおよび通信デバイス | |
| Goldt et al. | The linux programmer’s guide | |
| JP2002324011A (ja) | ストレージシステム | |
| US8904487B2 (en) | Preventing information theft | |
| CN113162936B (zh) | 一种防止异常动态分析的方法和系统 | |
| WO2022169017A1 (ko) | 데이터 보호 시스템 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080129 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080324 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080520 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080710 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20081118 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090116 |
|
| 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: 20090616 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20090619 |
|
| R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120626 Year of fee payment: 3 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120626 Year of fee payment: 3 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130626 Year of fee payment: 4 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130626 Year of fee payment: 4 |
|
| LAPS | Cancellation because of no payment of annual fees |