CN1163433A - 用于下载的程序之间的保密对等通信的系统和方法 - Google Patents

用于下载的程序之间的保密对等通信的系统和方法 Download PDF

Info

Publication number
CN1163433A
CN1163433A CN97103087A CN97103087A CN1163433A CN 1163433 A CN1163433 A CN 1163433A CN 97103087 A CN97103087 A CN 97103087A CN 97103087 A CN97103087 A CN 97103087A CN 1163433 A CN1163433 A CN 1163433A
Authority
CN
China
Prior art keywords
peer
computing machine
computer
information
communications contact
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
CN97103087A
Other languages
English (en)
Other versions
CN1112784C (zh
Inventor
阿瑟·A·范霍夫
萨米·谢奥
格雷厄姆·汉密尔顿
玛丽安娜·米勒
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.)
Sun Microsystems Inc
Original Assignee
Sun Microsystems 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 Sun Microsystems Inc filed Critical Sun Microsystems Inc
Publication of CN1163433A publication Critical patent/CN1163433A/zh
Application granted granted Critical
Publication of CN1112784C publication Critical patent/CN1112784C/zh
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • 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
    • G06F21/44Program or device authentication
    • G06F21/445Program or device authentication by mutual authentication, e.g. between devices or programs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/24Negotiation of communication capabilities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • H04L63/126Applying verification of the received information the source of the received data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/16Implementing security features at a particular protocol layer
    • H04L63/168Implementing security features at a particular protocol layer above the transport layer

Abstract

用于在来自同一保密域、但运行在第一和第二计算机上的计算机程序之间建立对等通信联系的系统和方法,第一计算机程序在第一计算机上运行,同时发送一条信息到第二计算机,请求建立对等通信联系。当在第二计算机上收到该信息时,第二计算机确定是否有一个满足建立对等通信联系的预定条件的第二计算机程序运行在第二计算机上,如果是,第二计算机向第一计算机发送一条接受该请求的回答信息。当第一计算机收到该回答信息后,所请求的在第一和第二计算机程序之间的对等通信联系即被建立。

Description

用于下载的程序之间的保密对等 通信的系统和方法
本发明总的涉及在分离的计算机或虚拟机中运行的两个软件实体之间建立保密通信的系统和方法,该两个软件实体具有对等(peer-to-peer)关系,具体地涉及在一个应用程序的多个拷贝之间建立通信通道的系统和方法。
在本文中定义“applets”一词,意指计算机程序和计算机程序段。
由于保密性的限制,在面向目标的计算机系统中的计算机程序通常被局限于以客户服务器方式通信。例如,在Sun Microsystem公司的Java虚拟机中,当在客户计算机中运行的方法请求一个来自服务器计算机的applet时,客户计算机中的浏览器程序对收到的applet作标记,来指示该接收的applet来自的服务器,然后将该applet可访问的信息限制为来自同一服务器计算机的文件和其它applets。另外,Java虚拟机允许下载的applet在下载该applet的服务器上打开一个向其它applet的通信通道,但通常不能打开向其它计算机中的applet的通信通道。
本发明的目的是允许运行在两个不同的计算机和虚拟机上的一个计算机程序的两个拷贝能安全通信。更一般地说,本发明的目的是允许从同一保密域(security domain)得到并运行在两个不同客户计算机上的两个程序能安全地通信。通常,从同一保密域得到的这两个程序是从同一服务器计算机下载到两个不同客户计算机上的两个程序。在许多情况下,这两个程序是下载到两个不同的客户计算机上的同一程序的两个拷贝。
允许这种对等联系的基础是当通信中的applets都来自同一服务器计算机时提供了足够的保密性,因为每个applet已经被允许打开一个向服务器计算机的通信通道,因此可以间接地与从同一服务器计算机下载到其它客户计算机上的各个applets通信。
本发明提供一个系统和方法,用于在来自同一保密域、但在第一和第二计算机上执行的计算机程序之间建立对等通信,第一计算机程序在第一计算机上运行,同时发送一条信息到第二计算机,请求建立对等通信联系。当在所述第二计算机上收到该信息时,第二计算机确定是否有一个满足建立对等通信联系的预定条件和第二计算机程序运行在第二计算机上,如果是,第二计算机向第一计算机发送一条接受该请求的回答信息,当第一计算机收到该回答信息后,所请求的在第一和第二计算机程序之间的对等通信联系即被建立。
在一个优选实施例中,建立对等通信联系的预定条件是第一和第二计算机程序来自同一服务器计算机。
在一个优选实施例中,回答信息包括向第一计算机可靠地指示第二计算机正在执行一个满足地建立对等通信联系的预定条件的计算机程序的信息。
下面通过结合附图对本发明的详细描述,可以进一步理解本发明的其它目的和特征。
图1是实现本发明优选实施例的一个分布式计算机系统的方框图;
图2是根据本发明实施例的分布式计算机系统中的一个客户计算机的方框图;
图3是流程图示出了本发明优选实施例所采用的方法。
参见图1,其中所示的分布式计算机系统100包括两个客户计算机C1和C2以及服务器计算机S1,每个客户计算机包括一个虚拟机M1和M2,它们提供执行浏览器程序,如HotJava(Sun Microsystem公司销售的产品)(图1中没有示出)和执行Java字节码程序,如通过使用该浏览器程序装入的A1和A2的操作环境。在本发明的上下文中,相关于虚拟机M1和M2的浏览器程序已经被用来从服务器S1下载程序A,由此分别建立相同的程序A1和A2以及虚拟机M1和M2。
采用标准的客户服务器通信通道可以使applet A1经由服务器S1与applet A2通信,这可以通过建立目标分类方法由各客户和服务器使用来建立和保持这种通信通道得到实现。换句话说,applet A1可以安全地与服务器S1通信,服务器S1可以与applet A2通信,从而在applets A1和A2之间建立一个两级连接。
通常这可以通过在客户和服务器计算机中使用可专用于传输这类信息的通信“插座”(socket)来实现。这些通信插座可由applets和服务器软件来定义,使得从正运行在一个客户计算机上的applet接收的信息可以在由一个相应程序监控的通信插座处的服务器处接收到。该服务器中的插座监控程序随后对每个收到的信息确定应该传送到其它客户计算机的哪一个以及采用什么通信插座来进行该通信。虽然在处理一种布局(arrangement)的所有可能的通信模式和故障模式时会需要加软件逻辑,但该软件设计领域的技术人员对其细节是公知的,因此不需要作进一步的描述。
在该优选实施例中,被执行的applets和其它程序主要是Java字节代码程序,Java字节代码语言是一种“机器平台无关”的编程语言,由SunMicrosystem公司销售。Java字节程序与构成虚拟机的字节代码程序解释程序一起运行。Java字节代码程序的设计使其可以在任意一台计算机上运行,只要该计算机中存在一个Java字节程序解释程序,而不管该计算机的操作系统和计算机硬件平台如何。
参看图2,在一个优选实施例中,采用本发明的优选实施例的计算机系统100在网络化的计算机系统中通常包括多个客户计算机150以及一个或多个服务器计算机152。每个客户计算机150包括一个中央处理单元(CPU)160、一个用户接口162、和一个用于经由通信网络166与其它计算机通信的通信接口164。
存储器102/104包括主存102和持久存储器104,用于存储:
·操作系统170;
·Intemet(国际互联网)通信管理器程序172,如Hot Java浏览器程序;
·Java字节代码程序识别程序174,用于识别一个特定的程序是否满足某些预定的完整性标准;
·Java字节代码程序解释程序176,用于执行应用程序;
·分类装入程序178,用于将目标类别装入用户的地址空间,并采用字节代码程序识别程序识别与每个装入的目标类相关的方法的完整性;
·至少一个分类储藏区(repository)180,用于本地存储正在使用和/或能够被计算机102的用户使用的目标类182、184、186;
至少一个目标储藏区190,用于存储目标192、194,这些目标是存储在目标储存区182中的这些目标类的目标的例子;
·对等通信协议程序196,该程序196包括:请求启动指令196A,用于将一条请求信息从第一计算机传送到第二计算机,以请求建立对等通信通道;请求回答指令196B,用于通过确定是否满足建立对等通信通道的预定条件来响应这一请求,并传送一条相应的回答信息;回答确认收到指令196C,用于确认收到这一回答信息;通道建立指令196D,用于在该回答信息表示预定的条件已得到满足时,建立对等通信通道。
参看图3,在执行对等通信协议196之前,至少两个虚拟机M1和M2将已经从服务器计算机S1装入了同一应用程序A的拷贝(拷贝A1和A2)(步骤200和202)。或者是,两个虚拟机M1和M2将已经从同一服务器计算机S1装入了两个不同应用程序的拷贝。为了解释本发明起见,我们假定两个下载的程序是相同的,但在本发明的某些实施例中,来自同一服务器的不同程序将建立一个对等通信通道。
在图3中我们假设虚拟机M1中的applet A1通过采用一个方法来启动与虚拟机M2中的applet A2建立通信连接的过程,该方法使得虚拟机M1发送一个信息包P1到虚拟机M2,请求为标识为应用程序A的应用程序建立对等连接(步骤204)。
虚拟机M2接收包P1,和控制虚拟机M2的操作的一个控制程序(例如在虚拟机M2中执行的Hot Java浏览器程序)确定它是否符合建立对等通信联系的预定条件(步骤206)。在一个优选实施例中,该预定条件是指接收虚拟机有一个其服务源与初始applet的服务源相匹配的applet。另外,在该优选实施例中,在设置来接收由初始applet使用的插座或通信通道上的信息的接收虚拟机中,必须有一个applet或程序该接收虚拟机上执行。
如果虚拟机M2不满足预定的对等连接条件,那么它发送一个回答包到虚拟机M1拒绝请求(步骤210),或简单地忽略该请求信息。否则,虚拟机M2发送一个回答包P2到虚拟机M1,接受该请求,并表示虚拟机M2正在运行来自服务器S1的applet A2(步骤212)。
在某些应用中,当需要额外的保密性,或当对等通信只被允许在同一applets的相同拷贝之间发生时,回答包可能包括这样的证据,说明包P2实际是由虚拟机M2发送的,而M2实际具有applet A2的一个拷贝。例如,在这又一个实施例中,回答包P2包括与applet A2相关的一个唯一数的至少一个预定部分的一个拷贝。
另外的保密过程,如使用数字签名等等,可以通过虚拟机使用的通信软件的基础协议层来加上,以使得例如M1可以识别出该回答包实际由M2发送。更一般地说,运行在相应的用户计算机上的虚拟机M1和M2的每一个将使用与该保密域相关的任何通信保密措施,其中,虚拟机M1和M2以及服务器S1是该保密域的成员,并且该保密域通常被用于这些虚拟机与服务器S1之间的通信。然而,这些另外的保密措施是可使用本发明的运行环境的一个可选择部分。
一旦接收并处理了回答包P2,虚拟机M1就发回一个确认收到信息到虚拟机M2,在applets A1和A2之间建立一个对等联系(步骤214),此后,两个applets根据其共享保密限制交换信息和数据(步骤216)。
虽然本发明是参考几个特定的实施例来描述的,但要理解该说明是对本发明的示例性描述,不对本发明构成限定,对本领域的技术人员来说,在不脱离权利要求限定的范围和精神的前提下,可以作出各种修改。

Claims (12)

1.一种在第一和第二计算机中执行的计算机程序之间建立对等联系的方法,包括以下步骤;
A)第一计算机程序,其在第一计算机上运行,并同时发送一条信息到第二计算机,所述信息请求对等通信联系;
B)在所述第二计算机上接收该信息,并确定是否有一个满足建立对等通信联系的预定条件的第二计算机程序运行在所述第二计算机上;
C)当步骤B)产生肯定结果时,从所述第二计算机向所述第一计算机发送一条接受所述请求的回答信息
D)当所述第一计算机收到所述回答信息后,在所述第一和第二计算机程序之间建立所请求的对等通信联系。
2.根据权利要求1所述的方法,其中,
建立对等通信联系的所述预定条件是第一和第二计算机程序都是由所述相应的第一和第二计算机从一个单一的服务器接收的。
3.根据权利要求1所述的方法,其中,
所述步骤D)包括从所述第一计算机向所述第二计算机发送一个确认收到所述回答信息的信息,由此通知所述第二计算机建立了所述的对等通信联系。
4.根据权利要求1所述的方法,其中,
所述回答信息包括向第一计算机可靠地指示所述第二计算机正在执行满足建立对等通信联系的所述预定条件的一个计算机程序的信息。
5.在分布式计算机系统中,具有第一和第二客户计算机和一个服务器计算机,计算机程序的拷贝从所述服务器计算机下载到所述第一和第二客户计算机,所述第二客户计算机包括:
一个虚拟机,带有一个通信进程,用于从正在第一计算机中执行的第一计算机程序接收一条信息,所述信息请求一个对等通信联系;
所述虚拟机的通信进程包括用于确定满足对等通信联系的预定条件的第二计算机程序是否正在所述第二计算机中执行的过程,当所述确定结果为肯定时,从所述第二计算机向所述第一计算机发送一条接受所述请求的回答信息;
所述虚拟机的通信进程包括用于在传送所述回答信息到所述第一计算机之后在所述第一和第二计算机程序之间建立所请求的对等通信联系的过程。
6.根据权利要求5所述的客户计算机,其中,
建立对等通信联系的所述预定条件是第一和第二计算机程序都是由所述相应的第一和第二计算机从一个单一的服务器接收的。
7.根据权利要求5所述的客户计算机,其中,
建立所请求的对等通信联系的所述过程在从所述第一计算机收到对所述回答信息的确认收到信息后即被使能。
8.根据权利要求5所述的客户计算机,其中,
所述回答信息包括向第一计算机可靠地指示所述第二计算机正在执行满足建立对等通信联系的所述预定条件的一个计算机程序的信息。
9.在分布式计算机系统中,具有第一和第二客户计算机和一个服务器计算机,计算机程序的拷贝从所述服务器下载到所述第一和第二客户计算机,所述第一客户计算机包括:
一个虚拟机,带有一个通信进程(procedure),用于从正在第一计算机中执行的第一计算机程序发送一个请求信息给第二计算机,所述信息请求一个对等通信联系;
所述虚拟机的通信进程包括用于从第二计算机接收回答信息的过程(means),当满足建立对等通信联系的预定条件的第二计算机程序正在所述第二计算机中执行时,所述回答信息指示肯定的处理;
所述虚拟机的通信进程包括用于在所述第一计算机收到所述回答信息后在所述第一和第二计算机程序之间建立所请求的对等通信联系的过程。
10.根据权利要求9所述的客户计算机,其中,
建立对等通信联系的所述预定条件是第一和第二计算机程序都是由所述相应的第一和第二计算机从一个单一的服务器接收的。
11.根据权利要求9所述的客户计算机,其中,
所述虚拟机的通信进程包括用于当所述回答信息指示一个肯定的处理时发送对所述回答信息的确认收到信息的过程;
建立所请求的对等通信联系的所述过程与发送对所述回答信息的所述确认收到信息一起被使能。
12.根据权利要求9所述的客户计算机,其中,
所述回答信息包括向第一计算机可靠地指示所述第二计算机正在执行满足建立对等通信联系的所述预定条件的一条计算机程序的信息。
CN97103087A 1996-03-25 1997-03-24 用于在下载的程序之间建立保密对等通信的系统和方法 Expired - Lifetime CN1112784C (zh)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US622462 1990-12-05
US622,462 1996-03-25
US08/622,462 US5761421A (en) 1996-03-25 1996-03-25 System and method for secure peer-to-peer communication between downloaded programs

Publications (2)

Publication Number Publication Date
CN1163433A true CN1163433A (zh) 1997-10-29
CN1112784C CN1112784C (zh) 2003-06-25

Family

ID=24494257

Family Applications (1)

Application Number Title Priority Date Filing Date
CN97103087A Expired - Lifetime CN1112784C (zh) 1996-03-25 1997-03-24 用于在下载的程序之间建立保密对等通信的系统和方法

Country Status (7)

Country Link
US (1) US5761421A (zh)
EP (1) EP0798906A3 (zh)
JP (1) JP3902689B2 (zh)
KR (1) KR100475765B1 (zh)
CN (1) CN1112784C (zh)
SG (1) SG74582A1 (zh)
TW (1) TW339432B (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100401683C (zh) * 2005-07-11 2008-07-09 华为技术有限公司 网络中对等资源接纳控制子系统实体之间的上报方法

Families Citing this family (97)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5922050A (en) * 1996-07-02 1999-07-13 Sun Microsystems, Inc. Method and apparatus for controlling a device on a network
EP0825506B1 (en) 1996-08-20 2013-03-06 Invensys Systems, Inc. Methods and apparatus for remote process control
US7058822B2 (en) * 2000-03-30 2006-06-06 Finjan Software, Ltd. Malicious mobile code runtime monitoring system and methods
US6154844A (en) * 1996-11-08 2000-11-28 Finjan Software, Ltd. System and method for attaching a downloadable security profile to a downloadable
US7613926B2 (en) * 1997-11-06 2009-11-03 Finjan Software, Ltd Method and system for protecting a computer and a network from hostile downloadables
US8079086B1 (en) 1997-11-06 2011-12-13 Finjan, Inc. Malicious mobile code runtime monitoring system and methods
US9219755B2 (en) 1996-11-08 2015-12-22 Finjan, Inc. Malicious mobile code runtime monitoring system and methods
US6167520A (en) 1996-11-08 2000-12-26 Finjan Software, Inc. System and method for protecting a client during runtime from hostile downloadables
US5991802A (en) * 1996-11-27 1999-11-23 Microsoft Corporation Method and system for invoking methods of objects over the internet
US5951648A (en) * 1997-03-03 1999-09-14 Mylex Corporation Reliable event delivery system
US6742050B1 (en) 1997-03-31 2004-05-25 Intel Corporation Inter-object messaging
US5987608A (en) * 1997-05-13 1999-11-16 Netscape Communications Corporation Java security mechanism
US6161099A (en) * 1997-05-29 2000-12-12 Muniauction, Inc. Process and apparatus for conducting auctions over electronic networks
US6094676A (en) 1997-05-30 2000-07-25 Hilgraeve Incorporated Method and apparatus for peer-to-peer communication
US5987523A (en) * 1997-06-04 1999-11-16 International Business Machines Corporation Applet redirection for controlled access to non-orginating hosts
US6073163A (en) * 1997-06-10 2000-06-06 Oracle Corporation Method and apparatus for enabling web-based execution of an application
US8255680B1 (en) * 1997-06-26 2012-08-28 Oracle America, Inc. Layer-independent security for communication channels
US6138150A (en) * 1997-09-03 2000-10-24 International Business Machines Corporation Method for remotely controlling computer resources via the internet with a web browser
US8225408B2 (en) * 1997-11-06 2012-07-17 Finjan, Inc. Method and system for adaptive rule-based content scanners
US7418731B2 (en) * 1997-11-06 2008-08-26 Finjan Software, Ltd. Method and system for caching at secure gateways
US7975305B2 (en) * 1997-11-06 2011-07-05 Finjan, Inc. Method and system for adaptive rule-based content scanners for desktop computers
US6324685B1 (en) * 1998-03-18 2001-11-27 Becomm Corporation Applet server that provides applets in various forms
US6282653B1 (en) * 1998-05-15 2001-08-28 International Business Machines Corporation Royalty collection method and system for use of copyrighted digital materials on the internet
AU4568299A (en) * 1998-06-15 2000-01-05 Dmw Worldwide, Inc. Method and apparatus for assessing the security of a computer system
GB9828159D0 (en) * 1998-12-19 1999-02-17 Global Financial Networks Gfn Protocol for computer software inter-application communication
AU5025600A (en) 1999-05-17 2000-12-05 Foxboro Company, The Process control configuration system with parameterized objects
US7089530B1 (en) 1999-05-17 2006-08-08 Invensys Systems, Inc. Process control configuration system with connection validation and configuration
US6788980B1 (en) * 1999-06-11 2004-09-07 Invensys Systems, Inc. Methods and apparatus for control using control devices that provide a virtual machine environment and that communicate via an IP network
US7546337B1 (en) 2000-05-18 2009-06-09 Aol Llc, A Delaware Limited Liability Company Transferring files
US7366779B1 (en) * 2000-06-19 2008-04-29 Aol Llc, A Delaware Limited Liability Company Direct file transfer between subscribers of a communications system
KR20010000234A (ko) * 2000-08-28 2001-01-05 정봉균 바꾸고 받는 엠피3시장
US6631449B1 (en) 2000-10-05 2003-10-07 Veritas Operating Corporation Dynamic distributed data system and method
KR100426099B1 (ko) * 2000-11-09 2004-04-03 니트젠테크놀러지스 주식회사 피투피/피투지 서비스 제공 방법 및 이를 위한 시스템
US20020120607A1 (en) * 2001-02-28 2002-08-29 Lumenati, Inc. File sharing system for serving content from a computer
US20020143959A1 (en) * 2001-04-03 2002-10-03 David El-Baze Method and apparatus for interactive direct peer-to-peer multimedia streaming
KR20020079077A (ko) * 2001-04-13 2002-10-19 주식회사 닷위저드 사용자 인식에 기반한 정보 교환 서비스 장치 및 그 방법
US7801944B2 (en) * 2001-05-18 2010-09-21 Gary Stephen Shuster Distributed computing using agent embedded in content unrelated to agents processing function
US7620955B1 (en) * 2001-06-08 2009-11-17 Vmware, Inc. High-performance virtual machine networking
KR20010079045A (ko) * 2001-06-08 2001-08-22 김동홍 피투피 기반의 유무선 연동 전자상거래 방법
KR100424143B1 (ko) * 2001-06-11 2004-03-24 황병욱 중간보증결제와 인스턴트 메시징을 이용한 전자상거래 방법
US20030009660A1 (en) * 2001-07-09 2003-01-09 Walker Mark R. Method and ystem for establishing and bridging of semi-private peer networks
KR20010085015A (ko) * 2001-07-18 2001-09-07 전경헌 복수의 클라이언트를 이용한 소프트웨어 다운로드 방법
US7493363B2 (en) 2001-09-19 2009-02-17 Microsoft Corporation Peer-to-peer group management and method for maintaining peer-to-peer graphs
KR20030033527A (ko) * 2001-10-23 2003-05-01 (주)인비다임 피어-투-피어 방식의 온라인 게임 방법
KR20030037853A (ko) * 2001-11-06 2003-05-16 알서포트 주식회사 인터넷에서의 개선된 원격제어시스템
KR20030043080A (ko) * 2001-11-26 2003-06-02 박승도 신뢰된 사용자간의 퍼스널 네트워크 구축 및 검색리스트작성을 통한 검색방법과 시스템
US20030135552A1 (en) 2002-01-14 2003-07-17 Blackstock Michael A. Method for discovering and discriminating devices on local collaborative networks to facilitate collaboration among users
KR20020043529A (ko) * 2002-05-17 2002-06-10 이금용 지니를 기반으로 한 피투피 경매 시스템
KR20020057930A (ko) * 2002-06-20 2002-07-12 오진대 전자상거래용 메신저 프로그램을 이용한 인터넷상에서의전자상거래 방법과 시스템 및 이를 수행하기 위한전자상거래용 메신저 프로그램을 기록한 컴퓨터로판독가능한 기록매체
US7613772B2 (en) 2002-07-25 2009-11-03 Colligo Networks, Inc. Method for context based discovery and filtering of portable collaborative networks
KR20040024409A (ko) * 2002-09-14 2004-03-20 최윤석 진동기능이 부가된 usb 사운드 장치, 그 장치를포함하는 컴퓨터 시스템 및 상기 컴퓨터 시스템을사용하여 음성 서비스를 제공하는 방법 및 그 시스템
KR20040028459A (ko) * 2002-09-30 2004-04-03 윤옥남 파일공유방식을 이용한 등기부검색시스템
US8271786B1 (en) 2002-10-16 2012-09-18 Hewlett-Packard Development Company, L.P. Method and system for providing secure communications between a first and a second peer device
US7613812B2 (en) 2002-12-04 2009-11-03 Microsoft Corporation Peer-to-peer identity management interfaces and methods
US7404006B1 (en) 2002-12-20 2008-07-22 Symantec Operating Corporation Publishing a network address in a computer network
US7653059B1 (en) 2002-12-20 2010-01-26 Symantec Operating Corporation Communication sessions for a computer network
US8275864B1 (en) 2002-12-20 2012-09-25 Symantec Operating Corporation Peer-to-peer network with recovery capability
US7467194B1 (en) 2002-12-20 2008-12-16 Symantec Operating Corporation Re-mapping a location-independent address in a computer network
US7406535B2 (en) * 2002-12-20 2008-07-29 Symantec Operating Corporation Role-based message addressing for a computer network
US7292585B1 (en) 2002-12-20 2007-11-06 Symantec Operating Corporation System and method for storing and utilizing routing information in a computer network
US7327741B1 (en) 2002-12-20 2008-02-05 Symantec Operating Corporation Detecting and breaking cycles in a computer network
US8370523B1 (en) 2002-12-20 2013-02-05 Symantec Operating Corporation Managing routing information for a computer network
US7596625B2 (en) * 2003-01-27 2009-09-29 Microsoft Corporation Peer-to-peer grouping interfaces and methods
US6965968B1 (en) 2003-02-27 2005-11-15 Finjan Software Ltd. Policy-based caching
US8886705B1 (en) 2003-06-30 2014-11-11 Symantec Operating Corporation Goal-oriented storage management for a distributed data storage network
US7496648B2 (en) * 2003-10-23 2009-02-24 Microsoft Corporation Managed peer name resolution protocol (PNRP) interfaces for peer to peer networking
US7949996B2 (en) 2003-10-23 2011-05-24 Microsoft Corporation Peer-to-peer identity management managed interfaces and methods
US8060619B1 (en) 2003-11-07 2011-11-15 Symantec Operating Corporation Direct connections to a plurality of storage object replicas in a computer network
US7680950B1 (en) 2003-11-07 2010-03-16 Symantec Operating Corporation Efficient search for storage objects in a network
US7555527B1 (en) 2003-11-07 2009-06-30 Symantec Operating Corporation Efficiently linking storage object replicas in a computer network
KR100621092B1 (ko) * 2003-11-27 2006-09-08 삼성전자주식회사 P2p 프로토콜을 이용하여 어플리케이션을 공유하는 방법및 장치
US7570600B1 (en) 2003-12-17 2009-08-04 Symantec Operating Corporation Overlay network with efficient routing and recovery
US7761923B2 (en) 2004-03-01 2010-07-20 Invensys Systems, Inc. Process control methods and apparatus for intrusion detection, protection and network hardening
US8230085B2 (en) * 2004-04-12 2012-07-24 Netapp, Inc. System and method for supporting block-based protocols on a virtual storage appliance executing within a physical storage appliance
KR100457325B1 (ko) * 2004-07-09 2004-11-17 엔에이치엔(주) 메세지 송수신 및 게시 시스템 및 송수신 및 게시 방법
US7577772B2 (en) * 2004-09-08 2009-08-18 Qlogic, Corporation Method and system for optimizing DMA channel selection
US8036140B2 (en) * 2005-04-22 2011-10-11 Microsoft Corporation Application programming interface for inviting participants in a serverless peer to peer network
US7571228B2 (en) * 2005-04-22 2009-08-04 Microsoft Corporation Contact management in a serverless peer-to-peer system
US7930738B1 (en) * 2005-06-02 2011-04-19 Adobe Systems Incorporated Method and apparatus for secure execution of code
US8224968B1 (en) 2005-09-19 2012-07-17 At&T Intellectual Property Ii, L.P. Method and system for scalable content storage and delivery
WO2007123753A2 (en) 2006-03-30 2007-11-01 Invensys Systems, Inc. Digital data processing apparatus and methods for improving plant performance
JP4667299B2 (ja) * 2006-05-02 2011-04-06 キヤノン株式会社 プロセス間通信方法
WO2009155483A1 (en) 2008-06-20 2009-12-23 Invensys Systems, Inc. Systems and methods for immersive interaction with actual and/or simulated facilities for process, environmental and industrial control
US8463964B2 (en) 2009-05-29 2013-06-11 Invensys Systems, Inc. Methods and apparatus for control configuration with enhanced change-tracking
US8127060B2 (en) 2009-05-29 2012-02-28 Invensys Systems, Inc Methods and apparatus for control configuration with control objects that are fieldbus protocol-aware
US8555332B2 (en) 2010-08-20 2013-10-08 At&T Intellectual Property I, L.P. System for establishing communications with a mobile device server
US8438285B2 (en) 2010-09-15 2013-05-07 At&T Intellectual Property I, L.P. System for managing resources accessible to a mobile device server
US8516039B2 (en) 2010-10-01 2013-08-20 At&T Intellectual Property I, L.P. Apparatus and method for managing mobile device servers
US8989055B2 (en) 2011-07-17 2015-03-24 At&T Intellectual Property I, L.P. Processing messages with a device server operating in a telephone
US8610546B2 (en) 2010-10-01 2013-12-17 At&T Intellectual Property I, L.P. System for selecting resources accessible to a mobile device server
US8443420B2 (en) 2010-10-01 2013-05-14 At&T Intellectual Property I, L.P. System for communicating with a mobile device server
US8504449B2 (en) 2010-10-01 2013-08-06 At&T Intellectual Property I, L.P. Apparatus and method for managing software applications of a mobile device server
US8478905B2 (en) 2010-10-01 2013-07-02 At&T Intellectual Property I, Lp System for synchronizing to a mobile device server
US9392316B2 (en) 2010-10-28 2016-07-12 At&T Intellectual Property I, L.P. Messaging abstraction in a mobile device server
US9066123B2 (en) 2010-11-30 2015-06-23 At&T Intellectual Property I, L.P. System for monetizing resources accessible to a mobile device server
CN103176854B (zh) * 2011-12-26 2018-09-07 腾讯科技(深圳)有限公司 一种进程间通信方法、装置及系统
US9462332B2 (en) 2012-12-05 2016-10-04 At&T Intellectual Property I, L.P. Method and apparatus for controlling a media device

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4680753A (en) * 1985-04-03 1987-07-14 Texas Instruments Incorporated System and method for controlling network bus communications for input-output interlocking information among distributed programmable controllers
GB8704920D0 (en) * 1987-03-03 1987-04-08 Hewlett Packard Co Secure messaging system
CA1341310C (en) * 1988-07-15 2001-10-23 Robert Filepp Interactive computer network and method of operation
US5204961A (en) * 1990-06-25 1993-04-20 Digital Equipment Corporation Computer network operating with multilevel hierarchical security with selectable common trust realms and corresponding security protocols
US5124984A (en) * 1990-08-07 1992-06-23 Concord Communications, Inc. Access controller for local area network
EP0503207B1 (en) * 1991-03-13 1997-06-18 International Business Machines Corporation Adaptation device and method for efficient interconnection of data processing devices and networks
US5235642A (en) * 1992-07-21 1993-08-10 Digital Equipment Corporation Access control subsystem and method for distributed computer system using locally cached authentication credentials
JP2519390B2 (ja) * 1992-09-11 1996-07-31 インターナショナル・ビジネス・マシーンズ・コーポレイション デ―タ通信方法及び装置
JP2557192B2 (ja) * 1993-03-15 1996-11-27 インターナショナル・ビジネス・マシーンズ・コーポレイション トランザクション処理の同期方法、トランザクション処理のモニタ方法及びトランザクションのコミット処理方法
US5434913A (en) * 1993-11-24 1995-07-18 Intel Corporation Audio subsystem for computer-based conferencing system
US5630066A (en) * 1994-12-20 1997-05-13 Sun Microsystems, Inc. System and method for locating object view and platform independent object

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100401683C (zh) * 2005-07-11 2008-07-09 华为技术有限公司 网络中对等资源接纳控制子系统实体之间的上报方法

Also Published As

Publication number Publication date
SG74582A1 (en) 2000-08-22
US5761421A (en) 1998-06-02
CN1112784C (zh) 2003-06-25
EP0798906A2 (en) 1997-10-01
KR970066928A (ko) 1997-10-13
EP0798906A3 (en) 2000-01-19
TW339432B (en) 1998-09-01
KR100475765B1 (ko) 2005-07-11
JP3902689B2 (ja) 2007-04-11
JPH10105529A (ja) 1998-04-24

Similar Documents

Publication Publication Date Title
CN1112784C (zh) 用于在下载的程序之间建立保密对等通信的系统和方法
EP0817043B1 (en) Apparatus and method for operating an aggregation of server computers using a dual-role proxy server computer
KR100328516B1 (ko) 응용프로그램사이에통신프로토콜을설정하기위한시스템및방법
EP0817445B1 (en) Apparatus and method for indentifying server computer aggregation topologies
JPH09218860A (ja) クライアント/サーバシステムにおける多様なプロトコルに従った遠隔手続き呼出しをハンドリングする方法
US7472161B2 (en) System for ensuring client access to messages from a server
Brooks Mobile code paradigms and security issues
CN1515107A (zh) 互联网协议安全隧道的动态配置
CN100338576C (zh) 提供通信网中资源的方法
US20020178264A1 (en) Secure creation and distribution of instructions to uniquely support network applications
US20020026535A1 (en) Method for phase oriented internet business agents
CN111869165B (zh) 用于控制和/或监控装置的方法和控制系统
US6718385B1 (en) System for controlling movement of information using an information diode between a source network and a destination network
JP2001209621A (ja) 「モバイル・ソフトウェア・エージェント」を経由してモバイル・データ処理装置と通信するシステムおよび方法
US8676923B2 (en) Use of discovery scanning and method of IP only communication to identify owners and administrators of network attached devices
CN112383606B (zh) 一种桌面容器镜像增量p2p分发方法及设备
CN111901354B (zh) 数据处理方法、装置及电子终端
US6065045A (en) Method and apparatus for object reference processing
CN114430392A (zh) 一种Intel网卡连接Switch拓展网口的方法与终端
CN113407234A (zh) 跨平台跨浏览器的运维访问方法、系统和存储介质
CN1826587A (zh) 控制数据交换的方法
CN110602245B (zh) 提高应用软件吞吐量的方法、存储介质
US8095687B1 (en) Systems and methods for managing state in a cluster of servers
CN112448952A (zh) 解决远程接收并存储智能设备参数的方法及装置
CN117762430A (zh) 基于应用程序的处理方法、装置、计算机设备和存储介质

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
REG Reference to a national code

Ref country code: HK

Ref legal event code: WD

Ref document number: 1001981

Country of ref document: HK

CX01 Expiry of patent term
CX01 Expiry of patent term

Granted publication date: 20030625