当前位置: 技术问答>linux和unix
(急)关于一个计算机留学课程的问题!
来源: 互联网 发布时间:2016-07-31
本文导语: 本人马上去留学了,专业是计算机。想预习一下课程,可有有两门课我看不懂,在国内不知道买些书,看那些书! 一门是:Data Communication and Net-Centric Computing 内容如下: This course will provide a broad introduction to the funda...
本人马上去留学了,专业是计算机。想预习一下课程,可有有两门课我看不懂,在国内不知道买些书,看那些书!
一门是:Data Communication and Net-Centric Computing
内容如下:
This course will provide a broad introduction to the fundamentals of data communication and network technology. Having an emphasis is on higher aspects of data communication from the perspective of computer scientists and information technologists; the course will cover the underlying mechanisms and their characteristics that need to be considered by communicating application software.
Topics include: principles and reference models of data communication, basic operation of communication systems, protocols and error handling, applications in networked environments.
想问问 这到底是在什么方面的内容?我猜是网络基础,可又不敢确定!
另一门课是:
Foundations Distributed Computing
内容是:
The course is an introduction to distributed computing. It discusses the basic principles and concepts used in distributed systems. The course assumes a general knowledge of computers, and the assignments will need basic C programming skills and working in a Unix environment.
The assignments are to illustrate the material from different aspects, such as programming in a distributed environment, doing research on a specific topic, and solving/understanding theoretical problems.
unix 我了解,可什么什么是分布式系统,我要看那些资料!
望各位高手,给点建议!谢谢!
|
Foundations Distributed Computing
不管怎么说。分布式是在不同的主机上交流的
必须基于socket,看描述是c语言,那么就去看看名著unp
我见的分布式都是基于java,本质还是socket
不管怎么说。分布式是在不同的主机上交流的
必须基于socket,看描述是c语言,那么就去看看名著unp
我见的分布式都是基于java,本质还是socket