Distributed Open Asynchronous Information Access Environment

 

 

by

MEHMET SEN

 

B.S., Bilkent University, Turkey, 1992

M.S., Syracuse University,1996

 

DISSERTATION

 

Submitted in partial fulfillment of requirements for the degree

of Doctor of Philosophy in Computer Science

in the Graduate School of Syracuse University

 

November 2000

 

 

Approved

 

 

Professor Geoffrey C. Fox

Date

 

 

 

© 2000 Mehmet Sen

 

All Rights Reserved

 

 

 

 
 



Abstract

Recent technological improvements have been adopted by both professionals and non-professionals in many fields. Information access and its management in the collective work of distributed objects have become quite critical in many areas such as in distance learning.  This thesis discusses the major issues in designing a multi-tier software architecture for a distributed, open, and asynchronous information access environment and in building and analyzing our experience both in implementing and in using its prototype, which we called a Virtual Classroom Manager.  

The Virtual Classroom Manager exploits recent multi-tier architecture approaches. User-level services using open interfaces on Web browsers are connected to services at the middle-tier, which further communicates with another service tier, i.e., object providers from legacy storage devices, or from other distributed services.

We present a scientific and architectural view of asynchronous support in distance education. For this research, we studied technological manipulations of Learning objects based on a developing taxonomy of Learning objects rather than by examining fields outside the computer science such as instructional design theory. This work is pioneering in the sense that it fills the gap between the high-level concepts of Learning systems and the small-scale technology applications of distance education. Our novel interpretation of Learning technology applications is derived from Web objects and is a rather generic approach that is applicable to other fields.

 


 

 


Table of Contents

Chapter 1 - Introduction. 1

1.1  Problem Statement 2

1.2  Contributions of This Research. Error! Bookmark not defined.

1.3  Organization of the Thesis. 8

Chapter 2 - Literature Review.. 10

2.1  Learning Technologies. 10

2.1.1 Learning Technologies Standards and Specifications. 10

2.1.1.1 PAPI 11

2.1.1.2 SCORM... 12

2.1.1.3 IMS. 13

2.1.2 High-Level Learning Technology System Architecture Model 16

2.1.3 Current Practices. 18

2.1.3.1 WebCT. 18

2.1.3.2 Blackboard. 20

2.1.3.3 VPL. 22

2.1.3.4 Synchronous Delivery. 23

2.2  A Taxonomy of Distance Education Components. 24

2.3  Web-Mining Technologies. 25

Chapter 3 - Multi-tier Architecture of the Virtual Classroom Manager. 27

3.1  Motivations