论文网首页|会计论文|管理论文|计算机论文|医药学|经济学论文|法学论文|社会学论文|文学论文|教育论文|理学论文|工学论文|艺术论文|哲学论文|文化论文|外语论文|论文格式
中国论文网

用户注册

设为首页

您现在的位置: 中国论文网 >> 计算机论文 >> 计算机网络论文 >> 正文 会员中心
 计算机应用论文   计算机理论论文   计算机网络论文   电子商务论文   软件工程论文   操作系统论文   通信技术论文
VIRTUAL PROGRAMMING LAB FOR ON-LINE DISTANCE LEARNING (下)


the csa can be designed as a proxy object to a normal web browser. to configure the web browser to enable the webvl, the user simply configures his/her browser to use locally executed csa daemon by setting the proxy server as 127.0.1 or localhost. the csa acts as a mediator between the web browser's normal http request/reply and webvl services on the network. this approach requires no re-invent of a new web browser. various task-scheduling techniques with load sharing can be used by the csa to dispatch the student's request to a suitable site in the webvl environment for connection. there are several solutions to the problem of providing transparent access to scalable services provided by a group of servers and sharing the load between the different servers. examples are dns aliasing, http redirect, magic routers, fail-safe tcp and active networks [ami98, car99, yos97].
the interaction between the student and the software is largely supported by web server and client extensions. information and feedback can be facilitated by html push/pull mechanisms and techniques for local processing of small, embedded applications such as java applet. on the other hand, techniques based on the use of forms within html documents to let clients initiate and interact with server-side applications enable us to create appropriate tools that can interface web browsers to software applications. for example, using the forms facility and cgi scripts (common gateway interface), we can build csa on the lab servers which provide runtime services to webvl related requests/replies. the cgi script in java is called java servlets, which are java programs that run in a java-enabled web server in response to an http request. the web server runs the servlet, and the servlet outputs an html page that the server returns to the client [cam99]. depending on the lab software to be accessed, the functions of the cgi/java servlet programs can be as simple as invoking a local command line or shell script program, or as complex as interfacing a sophisticated, interactive software.
a given lab software can be accessed from a command embedded in an html document. from the student's point of view, he / she simply follows a link that can cause a www server to execute a program or a shell script, which, in turn, can spawn a process/thread that will handle the interactions with the distinct student. the server-side agent, implemented as a cgi-bin or java servlet program, runs during the whole session and is responsible of interfacing the student with the local software program. it obtains the student provided information, such as program commands, code, parameters, etc, from the fill-out forms, processes it if necessary, and then passes it to the software in the required format. for example, the student can submit java code for execution in a text area within an html form; the server side agent would save the code to disk, attempt to compile the code and, if compilation was successful, run the executable file on some test data. when the output is produced by the software, the server-side agent sends the output to the student, most probably as html documents that are dynamically generated. these html documents may be just simple text files, or contains fields that have to be filled by the student and then transmitted back to the software program, or links to actual sites of the software vendors. it can also contain embedded links that lead to other executable programs. figure 6 illustrates the above interaction scheme in webvl. note that cgi scripts don't have to be invoked by forms; they can be invoked directly by a web browser.
by utilizing the information expression that web browsers and the cstp support, various forms of multimedia data as output from the software can be saved and communicated about over the web [nei96]. for accessing lab help facilities such as programming manuals and help files, due to the ease of interfacing with external viewers in www browsers, different types of documents can be viewed by using the viewing programs associated to the various types. this has the advantage of extensibility: new types can be defined with appropriate viewers if necessary. thus, when the student requests to read help files or programming manuals in the software packages, the www browsers will retrieve the documents and launch the corresponding viewer for the display.

figure 6: interaction of components in webvl
for implementing the cstp, we propose to use http as the baseline protocol by extending relevant http headers and the support for the transfer of webvl specific headers, control information, and data formats. potentially we can develop a new specification of xml-based [kha97, lau99] cstp transfer syntax. this approach has the advantage of being conforming to standards and portable to various platforms.
we are also considering the use of mobile agents in the development of webvl. a mobile agent is a computer program that can autonomously migrate between network sites, i.e., it can execute at a host for a while, halts execution, dispatches itself (together with its data and execution state) to another host, and resumes execution there - all under its own control [lan99]. it has been found that mobile agent is especially suitable for structuring and coordinating distributed applications running in a wide-area environment like the internet [que99]. in our case, for example, mobile agents can be employed to locate the requested software for programming exercises, to collect load information at individual web servers, and/or to automatically and transparently determine for the client the “best” server to execute a specified task [cha00]. mobile agents can also be sent by either the client or the server to perform local interactions or display information at the peer site.

5. conclusions
in this paper, we have described the design of a web-based virtual lab software system, which allows distant students to gain access to various programming lab software by using a standard web browser such as netscape and internet explorer. the research described in this paper improves the existing work on distance teaching and learning which lack some of the important features that are associated with traditional education activities such as laboratory exercises. by doing so, we are developing special software and laboratory materials designed to facilitate students access to a wider range of information and educational services. using webvl, students can use programming lab facilities which they otherwise might not be able to access due to the incapability to be present in the lab or shortage of laboratory time. furthermore, our design of the virtual programming lab takes into consideration of integrating facilities from several labs, which enables more resource sharing and offsets the high cost in developing programming lab materials by wider usage of the lab materials across different campuses.
currently, the implementation of the webvl is undergoing. the various advanced internet and www based technologies discussed in this paper are employed to develop the underlying mechanisms of the on-line virtual laboratory environment. there are challenges and difficulties in building webvl. for example, we have not arrived at solutions to the general problem of mapping the interface of the lab software to the student-side gui. the problem is potential inconsistency of user interface, both through different use of metaphors (e.g., use of tabs, colors, and icons) and inconsistent technical standards (e.g., use of frames and determining in what frame indices or content it to appear) [sha97]. we are actively investigating these issues, starting with simpler cases where solutions exist, e.g., tools to automatically convert programs with ms-window gui to fill-out forms coupled with cgi-bin programs [thr94].

references
[ami98] y. amir a. peterson, and d. shaw, “seamlessly selecting the best copy from internet-wide replicated web servers”, proc. 12th international symposium on distributed computing (formerly wdag), andros, greece, sep. 1998.
[cam99] m. campione, et al., "the java tutorial continued", addison-wesley. 1999. (http://java.sun.com/docs/books/tutorial/)
[car91] s. card, g. robertson and j. mackinlay, “the information visualizer, and information workspace”, proc. inte’l conf. human factors in computer science, boston, mass. 1991. pp. 105-115.
[car99] v. cardellini, m. colajanni, and p.s. yu, “dynamic load balancing on web-server systems”, ieee internet computing, may – june 2000. pp. 28-39.
[cha00] w.s. chan, “distributed dynamic load balancing using software mobile agents”, project dissertaion (under supervision of j. cao), dept of computing, hong kong polytechnic university, may, 2000.
[dei00] h.m. deitel, p.j. deitel, and t.r. nieto, “internet and world wide web: how to program”, prentice hall, 2000.
[har96] j. hardman and j. wernecke, "the vrml 2.0 handbook, building moving worlds on the web", addision-wesley. 1996.
[iba94] b. ibrahim, "distance learning with the world-wide web", proc. int'l conf. on open and distance learning - critical success factors, oct. 1994. pp. 123-126.
[iba97] b. ibrahim, "use of html forms for complex user interfaces to server-side applications", int'l journal of human-computer studies (special issue on innovative applications of the world wide web), 46 (1997). pp. 761-771. (http://cui/home/nsf/welcome/learnspace)
[mci98] d.r. mcintyre and f.g. wolff, "an experiment with )
[web] webct, universal learning technology ()
[ube00] robert ubell, "engineers turn to e-learning", ieee spectrum oct 2000. pp. 59-68.
[vrml] vrml repository (/vrml/vrml.htm)
[yos97] c. yoshikawa, b. chun, and p. eastham, “using smart clients to build scalable services”, proc. usenix’97. sep. 1997.

  • 上一个计算机论文:
  • 下一个计算机论文:
  •  作者:未知 [标签: ]
    姓 名: *
    E-mail:
    评 分: 1分 2分 3分 4分 5分
    评论内容:
    发表评论请遵守中国各项有关法律法规,评论内容只代表网友个人观点,与本网站立场无关。
    LabWindows/CVI的应用特点
    TITAN 3D Geo-view在水利水电信息工程中的应
    软件开发套件到位 DaVinci平台应用
    基于RTU油井远程测控系统的数据采集与传输层
    TITAN 3D Geo view在水利水电信息工程中的应
    TITAN 3D Geo view在水利水电信息工程中的应
    关于GPS RTK技术在工程测量中的应用分析
    TEACHING ONLINE (下)ONS IN WHAT WE ARE
    Pundit: An Animated Pedagogical Agent in
    VIRTUAL PROGRAMMING LAB FOR ON-LINE DIST
    Virtual Lifelong Learning in the Univers
    The Training of Teachers to fit their Ch
    | 设为首页 | 加入收藏 | 联系我们 | 网站地图 | 手机版 | 论文发表

    Copyright 2006-2013 © 毕业论文网 All rights reserved 

     [中国免费论文网]  版权所有