分时系统计算机网英文解释翻译、分时系统计算机网的近义词、反义词、例句
英语翻译:
【计】 TSS Network
分词翻译:
分时系统的英语翻译:
【计】 time-shared system
计算机网的英语翻译:
【计】 APPANET ARPA; MERIT Network
专业解析
分时系统计算机网(Time-Sharing System Computer Network)是计算机科学与网络技术发展早期的一种重要形态,特指基于分时操作系统构建的、允许多个用户通过终端设备远程共享一台或多台中央计算机(通常是大型机或小型机)资源所形成的网络系统。其核心在于“分时”与“联网”的结合。
以下从汉英词典角度对其关键含义进行解释:
-
分时系统 (Time-Sharing System - TSS):
- 汉义: 一种操作系统技术,使单个中央处理器(CPU)能够通过快速切换(时间片轮转)的方式,并发地为多个联机用户服务。每个用户通过各自的终端(如电传打字机、显示器终端)操作,感觉像是独占了计算机资源。
- 英义: An operating system technology that allows a single central processing unit (CPU) to serve multiple online usersconcurrently by rapidly switching (time slicing) between tasks. Each user interacts via their own terminal (e.g., teletype, CRT terminal) and experiences the illusion of having sole access to the computer.
- 核心特征: 多路性、交互性、独占感、及时性。操作系统负责管理CPU时间、内存分配、I/O设备,确保用户任务的公平、高效运行。来源:Tanenbaum, A. S., & Bos, H. (2014). Modern Operating Systems (4th ed.). Pearson.; Silberschatz, A., Galvin, P. B., & Gagne, G. (2018). Operating System Concepts (10th ed.). Wiley.
-
计算机网 (Computer Network):
- 汉义: 将地理位置不同的、具有独立功能的多台计算机及其外部设备,通过通信线路(早期如电话线、专线)连接起来,在网络操作系统、通信协议的管理和协调下,实现信息传递和资源共享的系统。
- 英义: A system that connects multiple geographically dispersed, autonomous computers and their peripherals via communication links (early examples include telephone lines, leased lines), enabling information exchange and resource sharing under the management and coordination of network operating systems and communication protocols.
- 核心特征: 互联互通、资源共享(数据、软件、硬件)、信息交换。来源:Tanenbaum, A. S., & Wetherall, D. J. (2011). Computer Networks (5th ed.). Pearson.; Kurose, J. F., & Ross, K. W. (2017). Computer Networking: A Top-Down Approach (7th ed.). Pearson.
-
分时系统计算机网 (Time-Sharing System Computer Network):
- 汉义: 指利用分时操作系统作为核心,将中央计算机(主机)与分布在各地的多个用户终端通过通信网络连接起来所形成的网络系统。用户通过终端登录到主机,共享主机的计算能力、存储空间和软件资源,进行交互式计算(如编程、数据处理)。这是早期计算机网络(尤其是广域网)的典型代表,如著名的ARPANET早期节点就连接了多个分时系统主机。
- 英义: Refers to a network system formed by connecting a central computer (mainframe or minicomputer) running a time-sharing operating system to multiple geographically dispersed user terminals via a communication network. Users log into the host via terminals to share its computational power, storage space, and software resources for interactive computing (e.g., programming, data processing). This was a classic form of early computer networks, particularly wide area networks (WANs). Notable examples include the interconnected time-sharing hosts on the early ARPANET.
- 核心特征:
- 以大型/小型主机为中心,终端本身处理能力弱或无处理能力(“哑终端”)。
- 资源共享的核心是主机的强大资源(CPU、内存、磁盘、软件)。
- 网络的主要功能是实现终端到主机的远程访问。
- 是交互式、多用户计算环境的早期实现。
- 为现代计算机网络(尤其是客户端/服务器模型和云计算)奠定了基础。
来源:Comer, D. E. (2015). The Internet Book: Everything You Need to Know About Computer Networking and How the Internet Works (5th ed.). CRC Press.; Abbate, J. (2000). Inventing the Internet. MIT Press. (历史背景权威参考); Roberts, L. G. (1978). "The Evolution of Packet Switching". Proceedings of the IEEE, 66(11), 1307–1313. (早期网络技术文献)
-
历史意义与现代关联:
- 汉义: 分时系统计算机网是计算机网络发展史上的关键阶段。它首次大规模实现了跨地域的计算机资源共享和交互式计算,催生了远程登录(Telnet)、文件传输(FTP)等早期网络应用,并直接促进了分组交换技术和互联网协议(如TCP/IP)的研发与应用。其理念(资源共享、远程访问)深刻影响了后续的客户端/服务器架构、云计算和现代数据中心。
- 英义: Time-sharing system computer networks were a pivotal stage in the history of computer networking. They first enabled large-scale, geographically dispersed resource sharing and interactive computing, fostering early network applications like remote login (Telnet) and file transfer (FTP), and directly spurred the development and adoption of packet switching technology and internet protocols (e.g., TCP/IP). Their core concepts (resource sharing, remote access) profoundly influenced subsequent client/server architectures, cloud computing, and modern data centers.
来源:Leiner, B. M., et al. (2009). "A Brief History of the Internet". ACM SIGCOMM Computer Communication Review, 39(5), 22–31.; Cerf, V. G., & Kahn, R. E. (1974). "A Protocol for Packet Network Intercommunication". IEEE Transactions on Communications, 22(5), 637–648. (TCP/IP奠基文献)
网络扩展解释
分时系统是计算机操作系统的一种类型,其核心是通过时间片轮转技术实现多用户共享主机资源。以下是综合多个来源的详细解释:
一、基本定义
分时系统(Time-Sharing System)允许多个用户通过终端设备(如显示器、键盘)同时连接到一台主机,并以交互方式使用计算机资源。用户感觉像独占计算机,实际是CPU时间被划分为极短的时间片轮流分配给各任务。
二、工作原理
- 时间片轮转:CPU将处理时间分割为微小片段(如毫秒级),按顺序分配给不同用户的作业。
- 中断与切换:若作业在时间片内未完成,则暂停并等待下一轮调度,CPU转去处理其他任务。
三、核心特点
- 多路性:支持多个用户同时操作,宏观上并行,微观上串行。
- 交互性:用户可实时与系统对话,即时获得响应并调整操作。
- 独立性:各用户任务隔离运行,互不干扰。
- 及时性:响应时间短,通常控制在数秒内。
四、与计算机网络的区别
分时系统本质是单主机多终端架构,所有计算资源集中在主机,终端仅负责输入输出。而现代计算机网络由多台独立计算机通过协议互联,资源分布在不同节点。分时系统可视为早期实现资源共享的雏形,但并非真正意义上的网络。
五、实际应用
典型例子包括早期的UNIX系统和某些银行、航空订票系统,通过集中式主机服务多个终端用户。
如需进一步了解分时系统的技术实现或历史发展,可参考操作系统教材或专业文献。
分类
ABCDEFGHIJKLMNOPQRSTUVWXYZ
别人正在浏览...
【别人正在浏览】