JP2007183738A - 情報処理装置および方法、並びにプログラム - Google Patents
情報処理装置および方法、並びにプログラム Download PDFInfo
- Publication number
- JP2007183738A JP2007183738A JP2006000648A JP2006000648A JP2007183738A JP 2007183738 A JP2007183738 A JP 2007183738A JP 2006000648 A JP2006000648 A JP 2006000648A JP 2006000648 A JP2006000648 A JP 2006000648A JP 2007183738 A JP2007183738 A JP 2007183738A
- Authority
- JP
- Japan
- Prior art keywords
- processing
- protocol stack
- api
- application program
- processing unit
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/12—Protocol engines
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
- H04L69/32—Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
- H04L69/32—Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
- H04L69/322—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
- H04L69/325—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the network layer [OSI layer 3], e.g. X.25
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
- H04L69/32—Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
- H04L69/322—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
- H04L69/326—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the transport layer [OSI layer 4]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/30—Definitions, standards or architectural aspects of layered protocol stacks
- H04L69/32—Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
- H04L69/322—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
- H04L69/329—Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer And Data Communications (AREA)
- Communication Control (AREA)
Abstract
【解決手段】API処理部121は、アプリケーションプログラムからの要求に応じて、複数の階層からなる通信処理のうち、ネットワークプロトコルスタックの上位の層の第1の処理を実行し、プロトコルスタック処理部142は、第1の処理の処理結果に応じて、ネットワークプロトコルスタックの第2の処理を実行することで、特定のネットワークプロトコルスタックに対して、多様なAPIを提供することができるようになる。本発明は、パーソナルコンピュータに適用できる。
【選択図】図3
Description
Claims (9)
- ネットワークを介して、前記ネットワークに接続された他の機器と通信するために通信処理を実行する情報処理装置において、
アプリケーションプログラムからの要求に応じて、複数の階層からなる前記通信処理のうち、ネットワークプロトコルスタックの上位の層の第1の処理を実行する第1の処理手段と、
前記第1の処理の処理結果に応じて、前記ネットワークプロトコルスタックの第2の処理を実行する第2の処理手段と
を備え、
前記第1の処理手段は、前記アプリケーションプログラムによって呼び出されるAPI(Application Program Interface)により、前記第1の処理を実行する
情報処理装置。 - 前記第2の処理手段の状態を監視し、その状態に関する情報を蓄積する監視手段を備える
請求項1の情報処理装置。 - 前記第1の処理手段は、前記第1の処理を実行するために必要となる前記APIを選択し、選択された前記APIをロードすることにより、前記第1の処理を実行する
請求項1の情報処理装置。 - 前記APIは、ソケットAPIである
請求項1の情報処理装置。 - 前記ネットワークプロトコルスタックは、TCP/IP(Transmission Control Protocol/Internet Protocol)である
請求項1の情報処理装置。 - 前記第2の処理手段に障害が発生した場合、前記第2の処理を実行する第3の処理手段を備え、
前記第1の処理手段は、前記第2の処理手段に障害が発生した場合、前記アプリケーションプログラムから障害発生前の状態を取得し、取得した前記状態の結果に応じて、前記第1の処理を実行し、
前記第3の処理手段は、前記第1の処理の処理結果に応じて、前記第2の処理を実行する
請求項1の情報処理装置。 - 前記第1の処理手段または前記第2の処理手段に障害が発生した場合、前記第1の処理を実行する第3の処理手段と、
前記第1の処理手段または前記第2の処理手段に障害が発生した場合、前記第2の処理を実行する第4の処理手段と
を備え、
前記第3の処理手段は、前記第1の処理手段または前記第2の処理手段に障害が発生した場合、前記アプリケーションプログラムから障害発生前の状態を取得し、取得した前記状態の結果に応じて、前記第1の処理を実行し、
前記第4の処理手段は、前記第1の処理の処理結果に応じて、前記第2の処理を実行する
請求項1の情報処理装置。 - ネットワークを介して、前記ネットワークに接続された他の機器と通信するために通信処理を実行する第1の処理手段と第2の処理手段とを備える情報処理装置の情報処理方法であって、
アプリケーションプログラムからの要求に応じて、複数の階層からなる前記通信処理のうち、ネットワークプロトコルスタックの上位の層の第1の処理を実行する第1の処理ステップと、
前記第1の処理の処理結果に応じて、前記ネットワークプロトコルスタックの第2の処理を実行する第2の処理ステップと
を含み、
前記第1の処理ステップは、前記アプリケーションプログラムによって呼び出されるAPIにより、前記第1の処理を実行する
情報処理方法。 - ネットワークを介して、前記ネットワークに接続された他の機器と通信するために通信処理を、第1の処理手段と第2の処理手段とに行わせるプログラムにおいて、
アプリケーションプログラムからの要求に応じて、複数の階層からなる前記通信処理のうち、ネットワークプロトコルスタックの上位の層の第1の処理を実行する第1の処理ステップと、
前記第1の処理の処理結果に応じて、前記ネットワークプロトコルスタックの第2の処理を実行する第2の処理ステップと
を含み、
前記第1の処理ステップは、前記アプリケーションプログラムによって呼び出されるAPIにより、前記第1の処理を実行する
プログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006000648A JP4506676B2 (ja) | 2006-01-05 | 2006-01-05 | 情報処理装置および方法、並びにプログラム |
US11/616,466 US20070156915A1 (en) | 2006-01-05 | 2006-12-27 | Information processing apparatus, information processing method, and program |
CNA200710001826XA CN1997028A (zh) | 2006-01-05 | 2007-01-05 | 信息处理装置和方法以及程序 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006000648A JP4506676B2 (ja) | 2006-01-05 | 2006-01-05 | 情報処理装置および方法、並びにプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2007183738A true JP2007183738A (ja) | 2007-07-19 |
JP4506676B2 JP4506676B2 (ja) | 2010-07-21 |
Family
ID=38225991
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006000648A Expired - Fee Related JP4506676B2 (ja) | 2006-01-05 | 2006-01-05 | 情報処理装置および方法、並びにプログラム |
Country Status (3)
Country | Link |
---|---|
US (1) | US20070156915A1 (ja) |
JP (1) | JP4506676B2 (ja) |
CN (1) | CN1997028A (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010018053A (ja) * | 2008-07-08 | 2010-01-28 | Mitsubishi Electric Corp | 衛星管制システム及び衛星管制装置 |
WO2013180167A1 (ja) * | 2012-05-30 | 2013-12-05 | 横河電機株式会社 | 通信装置 |
KR101577034B1 (ko) * | 2014-06-26 | 2015-12-14 | (주)모두텍 | 소프트웨어적인 네트워크 부가기능 추가가 용이한 멀티코어 기반의 toe 시스템 및 그 제어 방법 |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7304586B2 (en) | 2004-10-20 | 2007-12-04 | Electro Industries / Gauge Tech | On-line web accessed energy meter |
US7747733B2 (en) | 2004-10-25 | 2010-06-29 | Electro Industries/Gauge Tech | Power meter having multiple ethernet ports |
US20070208894A1 (en) * | 2006-03-02 | 2007-09-06 | Curry David S | Modification of a layered protocol communication apparatus |
US10845399B2 (en) * | 2007-04-03 | 2020-11-24 | Electro Industries/Gaugetech | System and method for performing data transfers in an intelligent electronic device |
US8402151B2 (en) * | 2007-12-07 | 2013-03-19 | Roche Diagnostics Operations, Inc. | Dynamic communication stack |
CN101895441B (zh) * | 2010-07-21 | 2014-03-12 | 中兴通讯股份有限公司 | 一种物联网终端java应用的业务调试装置和方法 |
US8832342B2 (en) * | 2011-10-28 | 2014-09-09 | Lg Cns Co., Ltd. | Traffic communication module and method of forming the same |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05327826A (ja) * | 1992-05-15 | 1993-12-10 | Nec Corp | 通信プロトコル障害情報蓄積システム |
JPH06309251A (ja) * | 1993-04-26 | 1994-11-04 | Hitachi Ltd | 高速の通信アダプタを実装した計算機 |
JPH09305510A (ja) * | 1996-05-13 | 1997-11-28 | Hitachi Ltd | 自動経路切替システム |
JPH10190649A (ja) * | 1996-10-16 | 1998-07-21 | Hewlett Packard Co <Hp> | 双方向データストリーム伝送装置 |
JPH10320327A (ja) * | 1997-03-19 | 1998-12-04 | Fujitsu Ltd | 二重化された通信アダプタの切替方法、切替方式、および切替用プログラムを格納した記録媒体 |
JP2004192642A (ja) * | 2002-12-06 | 2004-07-08 | Docomo Communications Laboratories Usa Inc | 設定変更可能な信頼性の高いメッセージ通信システム |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6412068B1 (en) * | 1999-07-07 | 2002-06-25 | Dell Products, L.P. | Card management bus and method |
US7287192B1 (en) * | 1999-09-23 | 2007-10-23 | Computer Associates Think, Inc. | Identifying a failed device in a network |
US6690789B1 (en) * | 2000-08-31 | 2004-02-10 | Cisco Technology, Inc. | Fault tolerant telephony control |
US7287090B1 (en) * | 2000-12-21 | 2007-10-23 | Noatak Software, Llc | Method and system for identifying a computing device in response to a request packet |
US20030023775A1 (en) * | 2001-07-13 | 2003-01-30 | International Business Machines Corporation | Efficient notification of multiple message completions in message passing multi-node data processing systems |
US6892321B2 (en) * | 2001-07-17 | 2005-05-10 | International Business Machines Corporation | Transition to switch node adapter diagnostics using adapter device driver |
FR2829337B1 (fr) * | 2001-09-03 | 2003-10-31 | Schneider Automation | Equipement d'automatisme connecte a un reseau tcp/ip |
US7318095B2 (en) * | 2001-11-21 | 2008-01-08 | Clearcube Technology, Inc. | Data fail-over for a multi-computer system |
US7024591B2 (en) * | 2002-07-12 | 2006-04-04 | Crossroads Systems, Inc. | Mechanism for enabling enhanced fibre channel error recovery across redundant paths using SCSI level commands |
US7158998B2 (en) * | 2002-07-31 | 2007-01-02 | Cingular Wireless Ii, Llc | Efficient synchronous and asynchronous database replication |
US6938179B2 (en) * | 2002-11-01 | 2005-08-30 | Nokia Corporation | Socket extensions for redundancy |
JP4029804B2 (ja) * | 2003-09-02 | 2008-01-09 | ブラザー工業株式会社 | ネットワーク装置、および送信出力レベル変更方法 |
US7590717B1 (en) * | 2003-10-09 | 2009-09-15 | Nortel Networks Limited | Single IP address for redundant shelf processors |
US7877627B1 (en) * | 2008-12-18 | 2011-01-25 | Supercon, L.L.C. | Multiple redundant computer system combining fault diagnostics and majority voting with dissimilar redundancy technology |
-
2006
- 2006-01-05 JP JP2006000648A patent/JP4506676B2/ja not_active Expired - Fee Related
- 2006-12-27 US US11/616,466 patent/US20070156915A1/en not_active Abandoned
-
2007
- 2007-01-05 CN CNA200710001826XA patent/CN1997028A/zh active Pending
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05327826A (ja) * | 1992-05-15 | 1993-12-10 | Nec Corp | 通信プロトコル障害情報蓄積システム |
JPH06309251A (ja) * | 1993-04-26 | 1994-11-04 | Hitachi Ltd | 高速の通信アダプタを実装した計算機 |
JPH09305510A (ja) * | 1996-05-13 | 1997-11-28 | Hitachi Ltd | 自動経路切替システム |
JPH10190649A (ja) * | 1996-10-16 | 1998-07-21 | Hewlett Packard Co <Hp> | 双方向データストリーム伝送装置 |
JPH10320327A (ja) * | 1997-03-19 | 1998-12-04 | Fujitsu Ltd | 二重化された通信アダプタの切替方法、切替方式、および切替用プログラムを格納した記録媒体 |
JP2004192642A (ja) * | 2002-12-06 | 2004-07-08 | Docomo Communications Laboratories Usa Inc | 設定変更可能な信頼性の高いメッセージ通信システム |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010018053A (ja) * | 2008-07-08 | 2010-01-28 | Mitsubishi Electric Corp | 衛星管制システム及び衛星管制装置 |
WO2013180167A1 (ja) * | 2012-05-30 | 2013-12-05 | 横河電機株式会社 | 通信装置 |
US10305793B2 (en) | 2012-05-30 | 2019-05-28 | Yokogawa Electric Corporation | Communication device for switching stacks and method of controlling execution of stacks |
KR101577034B1 (ko) * | 2014-06-26 | 2015-12-14 | (주)모두텍 | 소프트웨어적인 네트워크 부가기능 추가가 용이한 멀티코어 기반의 toe 시스템 및 그 제어 방법 |
Also Published As
Publication number | Publication date |
---|---|
CN1997028A (zh) | 2007-07-11 |
JP4506676B2 (ja) | 2010-07-21 |
US20070156915A1 (en) | 2007-07-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4506676B2 (ja) | 情報処理装置および方法、並びにプログラム | |
US9872205B2 (en) | Method and system for sideband communication architecture for supporting manageability over wireless LAN (WLAN) | |
US11196677B2 (en) | Heterogeneous multi-protocol stack method, apparatus, and system | |
US20180210752A1 (en) | Accelerator virtualization method and apparatus, and centralized resource manager | |
JP2005228316A (ja) | Tcpコネクション管理装置、tcpコネクション管理方法及びプログラム保存装置 | |
CN1633647A (zh) | 用于管理网络中的数据传送的系统、方法和产品 | |
US20110276625A1 (en) | Method and system for host independent keyboard, video, and mouse (kvm) redirection | |
WO2010097978A1 (ja) | 通信装置、方法及びプログラム | |
CN111147573A (zh) | 一种数据传输的方法和装置 | |
CN116048538B (zh) | 用于dpu的服务网格部署方法及装置 | |
CN111885093B (zh) | 事件请求的传输方法和装置、存储介质及电子设备 | |
US8798097B2 (en) | Communication devices that communicate using frames and computer-readable media for controlling communication devices | |
US8352623B2 (en) | System for energy efficient computer management environment via tightly integrated target status and directed work sessions | |
CN100363922C (zh) | 用于独立于带宽延迟产品的tcp/ip卸载的系统和方法 | |
US20140297791A1 (en) | Communication apparatus, method of controlling the same, and storage medium | |
US8693483B2 (en) | Adjusting MSS of packets sent to a bridge device positioned between virtual and physical LANS | |
CN116192863B (zh) | 微服务流量处理方法、dpu服务网格部署方法及系统 | |
JP4415391B2 (ja) | データをネットワークに送信する方法及び装置並びにデータをネットワークから受信する方法及び装置 | |
EP4030679A1 (en) | Sequence number synchronization method and apparatus | |
CN113259404B (zh) | 基于tcp/ip协议的工业通信中间件及其使用方法 | |
JP6979913B2 (ja) | 情報処理装置、情報処理方法、及びプログラム | |
CN107948105B (zh) | 控制设备的端口状态的方法和系统 | |
US8473965B2 (en) | Net-timer daemon | |
JP2017157963A (ja) | 通信装置、通信方法及びプログラム | |
JP4671438B2 (ja) | サーバ装置及びその制御方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090518 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090611 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20090807 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20091105 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20091228 |
|
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: 20100406 |
|
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: 20100419 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130514 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130514 Year of fee payment: 3 |
|
LAPS | Cancellation because of no payment of annual fees |