首页 | 本学科首页   官方微博 | 高级检索  
文章检索
  按 检索   检索词:      
出版年份:   被引次数:   他引次数: 提示:输入*表示无穷大
  收费全文   69篇
  免费   0篇
  国内免费   2篇
系统科学   1篇
现状及发展   4篇
综合类   66篇
  2021年   2篇
  2016年   2篇
  2013年   2篇
  2012年   1篇
  2011年   3篇
  2010年   2篇
  2009年   7篇
  2008年   1篇
  2007年   9篇
  2006年   9篇
  2005年   11篇
  2004年   3篇
  2003年   6篇
  2002年   4篇
  2001年   3篇
  2000年   3篇
  1998年   1篇
  1993年   1篇
  1992年   1篇
排序方式: 共有71条查询结果,搜索用时 541 毫秒
51.
网格环境下的实体动态变化使得在实体的可靠运行与资源合理使用方面存在安全隐患,为了解决在动态网格环境下的安全问题,该文针对网格环境的动态特性,提出了一种评价动态实体信任度的模型。在给出了信任机制的几个主要概念的基础上,利用直接信任度、间接信任度、综合信任度构建了综合信任度评价模型(STDEM),并具体量化了各种信任度的评价参数,为网格系统中节点的可信性提供了一种评价方案。通过仿真实验对STDEM模型的相关参数进行了分析,并将综合信任度评价模型应用到了具体的数据网格系统中,验证了模型的有效性。  相似文献   
52.
P2P应用在当今的互联网中占有了越来越重要的地位.由于这类系统往往由数千至数百万台计算机组成,没有一个大规模分布式系统模拟器是很难预测其行为的.文中尝试通过建立一个并行模拟器AegeanSim来预测大规模P2P系统的行为,该模拟器提供这类系统在高性能服务器集群上的的并行离散事件模拟.我们将P2P应用程序执行抽象成一个具体的事件模型,然后在一个集群上并行这些事件,从而不但扩展了模拟规模而且大大提高了模拟效率.文中还提出了一种提高性能的单步同步方法,并为研究人员设计了一个事件回调接口,使得在保持模拟器独立性的同时很容易地执行应用程序逻辑.用AegeanSim预测了一个典型的P2P系统:BitTorrent.比较了模拟的BT行为和目前BT相关的研究,证实了它的效率、可扩展性和准确性.文中还尝试预测BT系统受到各种人为攻击后的行为,得到一些合理的结果:(1)因为苛刻的攻击时间要求,Tracker隔离很难起作用;(2)限制BT的带宽可能是控制它的一种有效的方法.  相似文献   
53.
现有的分布式应用管理工具使用集中式算法部署与维护,其扩展性差,且不能很好地应对网络分割错误。为解决这个问题,该文使用epidemic算法,设计了具有自我管理能力的分布式应用管理覆盖网络(SMON)。SMON的对等节点构成一个随机结构覆盖网络,节点通过相互随机探测,能够在一组预定机器上自动部署新的节点,并恢复运行错误的节点。通过使用认证代理技术,节点能够安全地登录到远程机器以完成部署或恢复任务。在Planet-Lab平台上的测试显示,在大规模分布式环境下,SMON具有良好的性能和可扩展性。  相似文献   
54.
Existing in-kernel distributed file systems cannot cope with the higher requirements in wellequipped cluster environments, especially when the system becomes larger and inevitably heterogeneous.TH-CluFS is a cluster file system designed for large heterogeneous systems. TH-CluFS is implemented completely in the user space by emulating the network file system (NFS) V2 server, and is easily portable to other portable operating system interface (POSIX)-compliant platforms with application programming/binary interface API/ABI compliance. In addition, TH-CluFS uses a serverless architecture which flexibly distributes data at file granularity and achieves a consistent file system view from distributed metadata. The global cache makes full use of the aggregated memories and disks in the cluster to optimize system performance.Experimental results suggest that although TH-CluFS is implemented as user-level components, it functions as a portable, single system image, and scalable cluster file system with acceptable performance sacrifices.  相似文献   
55.
The ideal storage virtualization system is compatible with all operating systems in storage are anetworks (SANs). However, current storage systems on clustered hosts and multiple operating systems are not practical. This paper presents a storage virtualization system based on a SCSI target simulator in a SAN to solve these problems. This storage virtualization system runs in the target hosts of the SAN, dynamically stores the physical information, and uses the mapping table method to modify the SCSI command addresses. The system uses the bitmap technique to manage the free space. The storage virtualization system provides various functions, such as logical volume resizing, data mirroring, and snapshots, and is compatible with clustered hosts and multiple operating systems, such as Windows NT and RedHat.  相似文献   
56.
相异性容错软件故障模型   总被引:5,自引:0,他引:5  
针对容错计算领域中由于引入了相异性设计概念,导致传统软件失效模式难以应用的问题,提出了一个用于分析相异性容错软件故障的模型。模型根据各类软件设计故障对系统可靠性的影响,精确定义了相异性容错软件系统中故障的范畴及其划分、以及与系统失效之间的关联关系,在此基础上建立了一个基于功能的故障模型,以描述相异性软件系统的可靠性关系。通过一个通用相异性软件系统为实例,应用故障模型分析了系统可靠性关联关系,建立了与之相对应的故障模式及其可靠性模型,验证了故障模型的实用性。  相似文献   
57.
The web is an extremely dynamic world where information is updated even every second. A web information monitoring system fetches information from the web continuously and finds changes by comparing two versions of the same page. The updating of a specific web page is modeled as a Poisson process with parameter to indicate the change frequency. As the amount of computing resources is limited, it is necessary to find some policies for reducing the overall change-detection time. Different allocation schemas are evaluated experimentally to find out which one is the most suitable for the web information monitoring problem. The experimental data shows the runtime characteristics of the overall system performance and the relationship to the total amount of resources.  相似文献   
58.
 中国的计算机事业起步于20世纪50年代中期,与国外同期的先进计算机水平相比晚了约10年。过去60年,经过广大科研人员艰苦卓绝的奋斗,中国的计算机科研能力取得了长足的进步,许多领域达到了国际先进水平,高性能计算机的研制水平达到了国际领先水平。本期《科技导报》组织了信息专题,一方面为读者梳理中国计算机事业发展过程中的重要事件,另一方面介绍中国在多个计算机领域的科研进展,希望能让读者对中国计算机事业有更好的了解。  相似文献   
59.
论述了一种全新的系统容灾保护方法,它脱离了传统基于数据保护的容灾保护思路,通过复制包括数据状态以及服务运行状态在内的全系统状态,并引入并行恢复的思想,最终达到了无论系统毁坏程度如何,都能保证服务即时恢 复的目的。同时,与传统技术相比,该技术还可独立于具体设备和应用,容易做到容灾资源的共享从而节省了容灾系统的建设成本。  相似文献   
60.
提出一种网格记账溯源服务(Accounting Provenance Service,APS),针对网格记账数据的描述和获取,分别采用模版和报备池/动态报备组的方法,并分析APS在ChinaGrid中的潜在应用场景.研究结果表明,APS能将记账数据的采集独立于上层异构的记账策略,灵活地应用于各种记账背景,而且在记录单个网格成员记账行为的同时可以重现多个网格成员参与的分布式流程现场(如工作流作业的执行),提供记账事件的“溯源”功能,防止网格成员的虚假行为.  相似文献   
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号