DCE Distributed File System

http://dbpedia.org/resource/DCE_Distributed_File_System an entity of type: Thing

DCE Distributed File System o DCE DFS​ es un protocolo de nivel de aplicación, según el Modelo OSI. Es utilizado para sistemas de archivos distribuido de DCE en un entorno de red de computadoras de área local. Posibilita que distintos sistemas conectados a una misma red accedan a ficheros remotos como si se tratara de locales, permite agrupar archivos repartidos en diferentes máquinas, en un espacio de nombres único. rdf:langString
DCE Distributed File System(DCE/DFS)は、Distributed Computing Environmentで使われている遠隔ファイルアクセスプロトコルである。の開発した AFS Version 3.0 に基づいている。AFS Version 3.0 は、カーネギーメロン大学で開発された Andrew File System Version 2.0 プロトコルに基づいて開発された。 rdf:langString
DCE分散式檔案系統(英語:DCE Distributed File System,縮寫為DCE/DFS),一種分散式檔案系統,使用於分散式運算環境(DCE)中。它的核心是一套遠端檔案存取的網路協定,基於公司開發的安德魯檔案系統第三版(AFS-3)網路協定發展而成,它最早起源於卡內基梅隆大學開發的安德魯檔案系統。2000年時,IBM公司公布OpenAFS時,也對外公開釋出這個協定的文件。但在2005年之後,IBM公司已經不再繼續維護這套標準,轉而開發(Advanced Distributed File System,ADFS)。 這套協定由開放軟體社群繼續發展。1989年,開放軟體基金會開發的分散式運算環境,採用了這套系統,作為它的一部份,並以LGPL釋出。 rdf:langString
The DCE Distributed File System (DCE/DFS) is the remote file access protocol used with the Distributed Computing Environment. It was a variant of Andrew File System (AFS), based on the AFS Version 3.0 protocol that was developed commercially by Transarc Corporation. AFS Version 3.0 was in turn based on the AFS Version 2.0 protocol (also used by the Coda disconnected file system) originally developed at Carnegie Mellon University. IBM has not maintained it since 2005: https://web.archive.org/web/20071009171709/http://www-306.ibm.com/software/stormgmt/dfs/ rdf:langString
Il DCE Distributed File System (DCE/DFS) è il protocollo dedicato allo scambio remoto di file ed è usato nel Distributed Computing Environment. Originariamente venne sviluppato a partire della terza versione dell'AFS. Il vantaggio di questo approccio sta nelle prestazioni raggiunte anche su reti con connessione lenta, in quanto la maggior parte degli accessi sono comunque fatti nella copia locale mantenuta dai client. Se il server viene a mancare, il client continua ad operare sulla sua copia del file, per poi notificare le modifiche fatte una volta ristabilita la connessione. rdf:langString
rdf:langString DCE Distributed File System
rdf:langString DCE Distributed File System
rdf:langString DCE Distributed File System
rdf:langString DCE Distributed File System
rdf:langString DCE分散式檔案系統
xsd:integer 3025654
xsd:integer 970683435
rdf:langString The DCE Distributed File System (DCE/DFS) is the remote file access protocol used with the Distributed Computing Environment. It was a variant of Andrew File System (AFS), based on the AFS Version 3.0 protocol that was developed commercially by Transarc Corporation. AFS Version 3.0 was in turn based on the AFS Version 2.0 protocol (also used by the Coda disconnected file system) originally developed at Carnegie Mellon University. DCE/DFS consisted of multiple cooperative components that provided a network file system with strong file system semantics, attempting to mimic the behavior of POSIX local file systems while taking advantage of performance optimizations when possible. A DCE/DFS client system utilized a locally managed cache that would contain copies (or regions) of the original file. The client system would coordinate with a server system where the original copy of the file was stored to ensure that multiple clients accessing the same file would re-fetch a cached copy of the file data when the original file had changed. The advantage of this approach is that it provided very good performance even over slow network connections because most of the file access was actually done to the local cached regions of the file. If the server failed, the client could continue making changes to the file locally, storing it back to the server when it became available again. DCE/DFS also divorced the concept of logical units of management (Filesets) from the underlying volume on which the fileset was stored. In doing this it allowed administrative control of the location for the fileset in a manner that was transparent to the end user. To support this and other advanced DCE/DFS features, a local journaling file system (DCE/LFS also known as Episode) was developed to provide the full range of support options. IBM has not maintained it since 2005: https://web.archive.org/web/20071009171709/http://www-306.ibm.com/software/stormgmt/dfs/ IBM was working on a replacement for DCE/DFS called ADFS (Advanced Distributed File System). One major goal of this project was to decouple DFS from the complexities of DCE's cell directory services (CDS) and security services (secd). Another key feature would have been the elimination of enctype limitations associated with DCE/RPC. No public mention of this effort has been made since 2005, leading many to believe the project has been killed. The DCE Distributed File System (DFS) was adopted by the Open Software Foundation in 1989 as part of their Distributed Computing Environment.
rdf:langString DCE Distributed File System o DCE DFS​ es un protocolo de nivel de aplicación, según el Modelo OSI. Es utilizado para sistemas de archivos distribuido de DCE en un entorno de red de computadoras de área local. Posibilita que distintos sistemas conectados a una misma red accedan a ficheros remotos como si se tratara de locales, permite agrupar archivos repartidos en diferentes máquinas, en un espacio de nombres único.
rdf:langString DCE Distributed File System(DCE/DFS)は、Distributed Computing Environmentで使われている遠隔ファイルアクセスプロトコルである。の開発した AFS Version 3.0 に基づいている。AFS Version 3.0 は、カーネギーメロン大学で開発された Andrew File System Version 2.0 プロトコルに基づいて開発された。
rdf:langString Il DCE Distributed File System (DCE/DFS) è il protocollo dedicato allo scambio remoto di file ed è usato nel Distributed Computing Environment. Originariamente venne sviluppato a partire della terza versione dell'AFS. In DCE/DFS il client gestisce una cache locale che contiene, per intero o in parte, i file di cui ha bisogno. Esso collabora con il server dove è conservata la copia originale del file per garantire la corretta propagazione delle modifiche fatte: nel momento in cui un altro client accede allo stesso file, prima ne scarica una nuova (rispetto alla sua propria cache) copia già aggiornata. Il vantaggio di questo approccio sta nelle prestazioni raggiunte anche su reti con connessione lenta, in quanto la maggior parte degli accessi sono comunque fatti nella copia locale mantenuta dai client. Se il server viene a mancare, il client continua ad operare sulla sua copia del file, per poi notificare le modifiche fatte una volta ristabilita la connessione. In DCE/DFS manca il concetto di unità logica ed il singolo file non è legato al dispositivo che lo ospita: per supportare ciò (e altre caratteristiche avanzate) è stato sviluppato un file system journaled locale chiamato (conosciuto anche come "Episode").
rdf:langString DCE分散式檔案系統(英語:DCE Distributed File System,縮寫為DCE/DFS),一種分散式檔案系統,使用於分散式運算環境(DCE)中。它的核心是一套遠端檔案存取的網路協定,基於公司開發的安德魯檔案系統第三版(AFS-3)網路協定發展而成,它最早起源於卡內基梅隆大學開發的安德魯檔案系統。2000年時,IBM公司公布OpenAFS時,也對外公開釋出這個協定的文件。但在2005年之後,IBM公司已經不再繼續維護這套標準,轉而開發(Advanced Distributed File System,ADFS)。 這套協定由開放軟體社群繼續發展。1989年,開放軟體基金會開發的分散式運算環境,採用了這套系統,作為它的一部份,並以LGPL釋出。
xsd:nonNegativeInteger 3468

data from the linked data cloud