Developing of Internet-based Virtual Collaboration and Multimedia Content Authoring System to Compose Virtual Conference

Size: px
Start display at page:

Download "Developing of Internet-based Virtual Collaboration and Multimedia Content Authoring System to Compose Virtual Conference"

Transcription

1 , pp Developing of Internet-based Virtual Collaboration and Multimedia Content Authoring System to Compose Virtual Conference M. Kim 1 and C. Hong 1, 1 Department of Computer Science, Sangmyung University, Seoul, Korea hongch@smu.ac.kr Abstract The development of Internet technologies and computer devices make it possible to move communication space from the real world to virtual worlds. Thus, there is an increasing need for virtual communication or virtual collaboration tools which enable users to communicate or work with others in virtual space wherever and whenever. In this paper, we propose an Internet-based virtual collaboration system supporting multimedia presentation. The proposed system provides two main functions. One is a content authoring function for creating multimedia presentation and the other is a virtual collaboration function for offering conferences that helps users exchange their opinions. The authoring function uses Synchronous Multimedia Integration Language (SMIL) that integrates and synchronizes media objects such as text, images, and video. While making a multimedia content, text or drawing can be used as annotations over images in layered architecture. In virtual collaboration, users can use digital images and spatial data elements which are used to represent users opinions and areas of interest in images. From conferences, users opinions along with coordinate information can be stored into XML database using Unstructured Information Management Architecture (UIMA). Keywords: Virtual Collaboration, XML, Multimedia Content, Digital Image Annotation, Distance Conference, SMIL, UIMA 1. Introduction Due to advances in Internet and multimedia technologies, the Internet usage has continued to increase rapidly and it became possible to move communication space from the real world to virtual worlds. Therefore, Internet based communication using computers or mobile devices has emerged as an important method of communication and there is an increasing need for virtual communication or virtual collaboration tools which enable users to communicate or work with others in virtual space through the Internet wherever and whenever. Especially, for education or research area, Internet based virtual learning or virtual collaboration may be expected as an effective method. Wu et al., [1] proposed a conference control framework to integrate and control heterogeneous collaboration solutions and implemented a collaboration system based on the framework. Fox et al., [2] proposed a global multimedia collaboration system that support various collaboration services such as video conferencing and implemented it based on XGSP Corresponding Author ISSN: IJSEIA Copyright c 2014 SERSC

2 Web-Services framework in USA and China. Bouras et al., [3] proposed a web-based virtual collaboration space called Educational Virtual Environment (EVE) which provides e-learning services such as forums, chat, and in synchronous and asynchronous modes. Pooshfam et al., [4] proposed a system for annotating images and videos in a collaborative way. Bouyakoub et al., [5, 6] proposed a temporal authoring environment for building SMIL document with incremental method based on H-SMIL-Net model. Ha et al., [7] have proposed a system that enables to create SMIL document from temporal scripts and UML sequence diagram to improve reusability. In this paper, we propose a new way that enables users to learn or collaborate with others in virtual space through the Internet. The proposed system provides virtual collaboration space called a conference which is held by user s request with administrator s approval and supports users to exchange or leave their opinions using annotations over digital images in layered architecture. The proposed system also provides multimedia content authoring function that enables users to produce their own contents from media objects using SMIL. From conferences, users opinions along with coordinate information can be recorded into XML database in real time and unstructured data may be converted into structured data using UIMA. 2. UIMA The Unstructured Information Management Architecture (UIMA) [8-11] is a software framework developed by IBM, and currently the Apache foundation is supporting UIMA as an open source project. UIMA makes it possible to change unstructured information to structured information by adding structure (annotation) to original data. Figure 1 shows the basic concept of UIMA framework. Figure 1. Basic Concept of UIMA Framework UIMA consists of several components which communicate each other in order to exchange data. In general collection analysis processing, UIMA is composed of the following primary components: Collection Readers, Analysis Engines, and Common Analysis Structure (CAS) Consumers [12, 13]. A collection reader reads unstructured data such as text, audio, and video and sends the data gathered to an analysis engine in CAS. CAS defines a data structure that is exchanged between components. The analysis engine which contains an annotator analyzes the data received from the collection reader to search specific data as instances, and produces an analysis result including metadata. Data analysis is processed by performing a series of analysis engines. At each level of analysis, an analysis engine adds annotations into CAS and sends its analysis result to next sequenced analysis engine. Annotations are accumulated in 86 Copyright c 2014 SERSC

3 CAS until the analysis processing is completed. Finally, CAS consumers generate structured data that may be stored into files or a database. XML descriptors are used to configure UIMA components. In the proposed system, unstructured data along with associated elements recorded from synchronous and asynchronous collaboration can be changed into structured data and can be stored into XML database by using UIMA. 3. SMIL The Synchronized Multimedia Integration Language (SMIL) [14, 15] is a XML based markup language by W3C recommendation which enables users to create multimedia presentation files. SMIL integrates diverse media elements such as text, images, video and audio by synchronizing them in temporal and spatial terms. The proposed system provides multimedia content authoring function using SMIL for presentation. 4. Content Authoring The proposed system provides an integrated graphical authoring environment for users who want to produce multimedia contents from media objects. Media objects are integrated and synchronized with the temporal and spatial information into a single multimedia content using SMIL. The system architecture of the content authoring function is shown in Figure 2. Figure 2. System Architecture of Content Authoring It has been designed and implemented using Java with JMF and JDOM. We have used NetBeans IDE development environment. The content authoring function is composed of the following modules. - Initialization module: This module facilitates creating a new presentation by initializing other modules. It creates a presentation folder, and road slide images and video or ready to record video. It specifies the layout that defines the regions of media objects. - Recording module: It records video and audio during a presentation and enables the author to view the video screen being currently recorded during the recording progress by using JMF. Existing video and audio can be played and showed by this module. Copyright c 2014 SERSC 87

4 - Encoding module: This module converts a recorded video into streaming format and compresses the size of video. - Timing module: It specifies the time duration of a presentation with time stamp by author's command. It records the beginning and end time with time stamp for the video and audio and calculates the total time duration for the presentation. When author's command is occurred for images, this module specifies the beginning time and time duration of each image, and uses that information to synchronize media objects. - Compiling module: This module corrects the temporal and spatial information about media objects from other modules and compiles it. It provides the functionality enabling to generate a SMIL for synchronizing media objects. - Editing Module: It allows an author to change the slide images in existing presentations to different slides. When this module is activated, it roads a SMIL document. Each editing operation by author s command is reflected immediately to SMIL document. While producing a multimedia content, annotations can be added by drawing or writing on images in layered architecture that separate images from annotations. Annotations are stored as images and synchronized with the slides. 5. Virtual Collaboration The proposed collaboration system offers multiple virtual conferences which enable users to communicate or collaborate with others in virtual space. A conference must be created by the system administrator upon the user s request. Once a conference is created, detail topics can be created and be associated with the conference. Users can join multiple topics or can be assigned to multiple conferences at the same time. The proposed system provides an independent (or not tied with the main window) private window. The discussion and any shared data in a private session are hidden from the other members. In a shared window, the viewpoints of all users are synchronized. If any user expresses opinion using a symbol and comment, the content of every participating client object is updated simultaneously. Figure 3. Communication Architecture between Server and Client Figure 3 shows the communication architecture between a server and a client. First, a session manager in a client side tries to establish a socket communication with a connection manager in a server side. After socket connection, each working applet in a client side 88 Copyright c 2014 SERSC

5 communicates with a topic manager independently using multi-thread operations. When the client objects and topic manager communicate, parameters can be passed as objects that contain participants' opinion or request by way of serialization. On the server side, topic manager invokes XML converter and have the objects saved into a database so that they can be available for the client objects in searching and fast loading. In the proposed system, users can collaborate in synchronous and asynchronous modes. In a synchronous mode, the state changes are multicast and updated to other users views synchronously so that all users can see the same view. However, asynchronous collaboration is also possible by allowing users to log on the topic at their convenient time and leave new marks and comments at any time because other s opinions and their related information are saved in a database. All the relevant image files should be available to the entire user throughout the collaboration. Each user s opinion will be recorded into XML database using UIMA and be available for the future reference. In virtual collaboration, users can use images and annotations which are used to represent users opinions and areas of interest in images in layered architecture that separate images from annotation. In the annotation layer, various symbols such as arrows and/or polygons that is associated with x-y coordinates that represent the location on the image. 6. Conclusions In this paper, we have proposed a new virtual collaboration and multimedia content authoring system that enables users to learn or collaborate with others through the Internet. The proposed system provides a virtual space called a conference where users can exchange or leave their opinions over digital images and can do presentation. The proposed system also offers multimedia content authoring function that enables users to produce their own contents from media objects using SMIL. From conferences, users opinions along with coordinate information can be recorded into XML files in real time and may be stored as structured data into a database using UIMA for future context based intelligent search. Our system may be expected as an effective tool in education or research. Acknowledgements This research was supported by a 2014 Research Grant from Sangmyung University. References [1] W. Wu, G. Fox, H. Bulut, A. Uyar and H. Altay, Design and Implementation of a Collaboration Web- Services System, Electrical Engineering and Computer Science, Paper 91, (2004). [2] G. Fox, W. Wu, A. Uyar, H. Bulut and S. Pallickara, Global multimedia collaboration system, Concurrency Computation: Practice and Experience, vol. 16, no. 5, (2004), pp [3] C. Bouras, E. Giannaka and T. Tsiatsos, Virtual Collaboration Spaces: The EVE Community, Proceedings of the 2003 Symposium on Applications and the Internet- SAINT-2003, IEEE, Orland, Florida, (2003) January [4] H. Pooshfam, M. Rajeswari and D. Ramachandram, A web-based framework for resource sharing and collaborative medical image annotation, Proceedings of the 7th International Conference on Advances in Mobile Computing and Multimedia, Kuala Lumpur, Malaysia, (2009) December [5] S. Bouyakoub and A. Belkhir, SMIL BUILDER: An Incremental Authoring Tool for SMIL Documents, ACM Transactions on Multimedia Computing, Communications, and Applications, vol. 7, no. 1, (2011), pp. 2:1-2:30. [6] S. Bouyakoub and A. Belkhir, H-SMIL-Net: A Hierarchical Petri Net Model for SMIL Documents, Proceedings of the 10th International Conference on Computer Modeling and Simulation, Cambridge, UK, (2008) April 1-3, pp Copyright c 2014 SERSC 89

6 [7] Y. Ha and R. Lee, Mapping between Temporal Scripts of Animation Component and SMIL Document using UML Sequence Diagram, Proceedings of the 5th IEEE/ACIS International Conference on Computer and Information Science and 1st IEEE/ACIS International Workshop on Component-Based Software Engineering, Software Architecture and Reuse, Honolulu, Hawaii, (2006) July 10-12, pp [8] UIMA Overview & SDK Setup, the Apache UIMA Development Community. [9] UIMA Tutorial and Developers' Guides, /tutorials_and_users_guides.html, the Apache UIMA Development Community. [10] E. W. Brown, UIMA Overview and Approach to Interoperability, IBM T.J. Watson Research Center, (2007). [11] N. Chase, Create a UIMA component Web service, Part 1: Create a UIMA application using Eclipse, IBM, (2005). [12] T. Gotz and O. Suhre, Design and implementation of the UIMA Common Analysis System, IBM Systems Journal, vol. 43, no. 3, (2004), pp [13] U. Hahn, E. Buyko, R. Landefeld, M. M uhlhausen, M. Poprat, K. Tomanek and J. Wermter, An overview of JCoRe, the JULIE lab UIMA component repository, Proceedings of the LREC, Marrakech, Morocco, vol. 8, (2008) May 28-30, pp [14] W3C Recommendation, Synchronized Multimedia Integration Language (SMIL 2.0), (2005). [15] D. C. A. Bulterman, SMIL 2.0 part 1: overview, concepts, and structure, IEEE Transactions on MultiMedia, vol. 8, no. 4, (2001), pp [16] M. Kim and C. Hong, Virtual Collaborative System supporting Multiple Conferences with Real Time XML Recording, Proceedings of Workshop on Software 2013 Second, ASTL, Jeju Island, Korea, (2013) December Authors M. Kim, received her MS degree in Computer Science from Sangmyung University, Seoul, Korea. She is currently a Ph.D. student in Department of Computer Science at Sangmyung University, Seoul, Korea. Her research interests are in the areas of Intelligent Agent, Neural Networks, Expert System, Multimedia File System, Multimedia Application, E-learning, Digital Watermarking, Web Service Modeling and Computing. C. Hong, received his M.S. degree and Ph.D. degree in Computer Science at New Jersey Institute of Technology, USA and University of Missouri-Rolla, USA, respectively. He was a senior researcher in Electronic and Telecommunications Research Institute, Korea. He is currently professor of Computer Science Department at Sangmyung University, Seoul, Korea. His research interests include Parallel and Distributed System, Optimization Algorithm, Multimedia Application, Intelligent Agent, Neural Networks, and Expert System. 90 Copyright c 2014 SERSC

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator , pp. 219-228 http://dx.doi.org/10.14257/ijsh.2015.9.8.23 The Digital Signage System Supporting Multi-Resources Schedule on an Elevator Woon-Yong Kim and SoonGohn Kim (Corresponding Author) Department

More information

E-book Tutorial: MPEG-4 and OpenDocument

E-book Tutorial: MPEG-4 and OpenDocument Building an Impress Extension for Interactive MPEG-4 Video Conversion BRUNO CARPENTIERI and ROBERTO IANNONE Dipartimento di Informatica Università di Salerno Via S. Allende 84081 Fisciano (SA) ITALY bc@dia.unisa.it

More information

Shallow Parsing with Apache UIMA

Shallow Parsing with Apache UIMA Shallow Parsing with Apache UIMA Graham Wilcock University of Helsinki Finland graham.wilcock@helsinki.fi Abstract Apache UIMA (Unstructured Information Management Architecture) is a framework for linguistic

More information

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System

Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System , pp.97-108 http://dx.doi.org/10.14257/ijseia.2014.8.6.08 Designing and Embodiment of Software that Creates Middle Ware for Resource Management in Embedded System Suk Hwan Moon and Cheol sick Lee Department

More information

Internet Protocols for Synchronous Distance Learning

Internet Protocols for Synchronous Distance Learning Internet Protocols for Synchronous Distance Learning Ch. Bouras Computer Technology Institute, Greece E-mail: bouras@cti.gr A. Gkamas Computer Technology Institute, Greece E-mail: gkamas@cti.gr Th. Tsiatsos

More information

LetsVi: A Collaborative Video Editing Tool Based on Cloud Storage

LetsVi: A Collaborative Video Editing Tool Based on Cloud Storage LetsVi: A Collaborative Video Editing Tool Based on Cloud Storage Hyeong-Bae An Department of Electrical/Electronic and Computer Engineering, University of Ulsan, Nam-gu, Ulsan, South Korea. E-mail: ahb910306@gmail.com

More information

A Web Services Framework for Collaboration and Audio/Videoconferencing

A Web Services Framework for Collaboration and Audio/Videoconferencing A Web Services Framework for Collaboration and Audio/Videoconferencing Geoffrey Fox, Wenjun Wu, Ahmet Uyar, Hasan Bulut Community Grid Computing Laboratory, Indiana University gcf@indiana.edu, wewu@indiana.edu,

More information

Design of Data Archive in Virtual Test Architecture

Design of Data Archive in Virtual Test Architecture Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 1, January 2014 Design of Data Archive in Virtual Test Architecture Lian-Lei

More information

A Review of an MVC Framework based Software Development

A Review of an MVC Framework based Software Development , pp. 213-220 http://dx.doi.org/10.14257/ijseia.2014.8.10.19 A Review of an MVC Framework based Software Development Ronnie D. Caytiles and Sunguk Lee * Department of Multimedia Engineering, Hannam University

More information

A Resilient Device Monitoring System in Collaboration Environments

A Resilient Device Monitoring System in Collaboration Environments , pp.103-114 http://dx.doi.org/10.14257/ijsh.2014.8.5.10 A Resilient Device Monitoring System in Collaboration Environments KeeHyun Park 1 and JongHwi Lee 1 Department of Computer Engineering, Keimyung

More information

Web-based Multimedia Content Management System for Effective News Personalization on Interactive Broadcasting

Web-based Multimedia Content Management System for Effective News Personalization on Interactive Broadcasting Web-based Multimedia Content Management System for Effective News Personalization on Interactive Broadcasting S.N.CHEONG AZHAR K.M. M. HANMANDLU Faculty Of Engineering, Multimedia University, Jalan Multimedia,

More information

Integrating Databases, Objects and the World-Wide Web for Collaboration in Architectural Design

Integrating Databases, Objects and the World-Wide Web for Collaboration in Architectural Design Integrating Databases, Objects and the World-Wide Web for Collaboration in Architectural Design Wassim Jabi, Assistant Professor Department of Architecture University at Buffalo, State University of New

More information

Multi-level Metadata Management Scheme for Cloud Storage System

Multi-level Metadata Management Scheme for Cloud Storage System , pp.231-240 http://dx.doi.org/10.14257/ijmue.2014.9.1.22 Multi-level Metadata Management Scheme for Cloud Storage System Jin San Kong 1, Min Ja Kim 2, Wan Yeon Lee 3, Chuck Yoo 2 and Young Woong Ko 1

More information

A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073

A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073 , pp. 113-118 http://dx.doi.org/10.14257/ijsh.2015.9.6.13 A Study on HL7 Standard Message for Healthcare System Based on ISO/IEEE 11073 Am-Suk Oh Dept. of Media Engineering, Tongmyong University, Busan,

More information

Efficient Data Replication Scheme based on Hadoop Distributed File System

Efficient Data Replication Scheme based on Hadoop Distributed File System , pp. 177-186 http://dx.doi.org/10.14257/ijseia.2015.9.12.16 Efficient Data Replication Scheme based on Hadoop Distributed File System Jungha Lee 1, Jaehwa Chung 2 and Daewon Lee 3* 1 Division of Supercomputing,

More information

Design and Analysis of Mobile Learning Management System based on Web App

Design and Analysis of Mobile Learning Management System based on Web App , pp. 417-428 http://dx.doi.org/10.14257/ijmue.2015.10.1.38 Design and Analysis of Mobile Learning Management System based on Web App Shinwon Lee Department of Computer System Engineering, Jungwon University,

More information

Cloud Based E-Learning Platform Using Dynamic Chunk Size

Cloud Based E-Learning Platform Using Dynamic Chunk Size Cloud Based E-Learning Platform Using Dynamic Chunk Size Dinoop M.S #1, Durga.S*2 PG Scholar, Karunya University Assistant Professor, Karunya University Abstract: E-learning is a tool which has the potential

More information

Design and Implementation of Automatic Attendance Check System Using BLE Beacon

Design and Implementation of Automatic Attendance Check System Using BLE Beacon , pp.177-186 http://dx.doi.org/10.14257/ijmue.2015.10.10.19 Design and Implementation of Automatic Attendance Check System Using BLE Beacon Mi-Young Bae and Dae-Jea Cho * Dept. Of Multimedia Engineering,

More information

Using Workflow Technology to Manage Flexible e-learning Services

Using Workflow Technology to Manage Flexible e-learning Services Educational Technology & Society 5(4) 2002 ISSN 1436-4522 Using Workflow Technology to Manage Flexible e-learning Services Joe Lin, Charley Ho, Wasim Sadiq, Maria E. Orlowska Distributed Systems Technology

More information

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval , pp.175-186 http://dx.doi.org/10.14257/ijsh.2014.8.1.19 A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval Kil-sung Park and Sun-Hyung Kim Department of Information & Communication

More information

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment

Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment , pp.18-22 http://dx.doi.org/10.14257/astl.2013.42.05 Cloud-based Distribute Processing of User-Customized Mobile Interface in U-Sensor Network Environment Changhee Cho 1, Sanghyun Park 2, Jadhav Yogiraj

More information

A Study on Design of Health Device for U-Health System

A Study on Design of Health Device for U-Health System , pp.79-86 http://dx.doi.org/10.14257/ijbsbt.2015.7.2.08 A Study on Design of Health Device for U-Health System Am-Suk Oh Dept. of Media Engineering, Tongmyong University, Busan, Korea asoh@tu.ac.kr Abstract

More information

A Design of Web-based Social Business Solution Architecture

A Design of Web-based Social Business Solution Architecture , pp. 271-278 http://dx.doi.org/10.14257/ijseia.2015.9.2.24 A Design of Web-based Social Business Solution Architecture based on CBD Yvette E. Gelogo 1 and Haeng-Kon Kim 1* 1 School of Information Technology,

More information

Design of Visual Repository, Constraint and Process Modeling Tool based on Eclipse Plug-ins

Design of Visual Repository, Constraint and Process Modeling Tool based on Eclipse Plug-ins Design of Visual Repository, Constraint and Process Modeling Tool based on Eclipse Plug-ins Rushiraj Heshi Department of Computer Science and Engineering Walchand College of Engineering, Sangli Smriti

More information

Videoconferencing in open learning

Videoconferencing in open learning OpenLearn: Researching open content in education 21 Videoconferencing in open learning Elia Tomadaki and Peter J. Scott e.tomadaki@open.ac.uk peter.scott@open.ac.uk Abstract This paper presents naturalistic

More information

Density Map Visualization for Overlapping Bicycle Trajectories

Density Map Visualization for Overlapping Bicycle Trajectories , pp.327-332 http://dx.doi.org/10.14257/ijca.2014.7.3.31 Density Map Visualization for Overlapping Bicycle Trajectories Dongwook Lee 1, Jinsul Kim 2 and Minsoo Hahn 1 1 Digital Media Lab., Korea Advanced

More information

CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation

CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation , pp.62-67 http://dx.doi.org/10.14257/astl.2015.90.14 CARDA: Content Management Systems for Augmented Reality with Dynamic Annotation Byeong Jeong Kim 1 and Seop Hyeong Park 1 1 Department of Electronic

More information

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud

DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud , pp.111-120 http://dx.doi.org/10.14257/ijmue.2015.10.9.12 DBaaS Using HL7 Based on XMDR-DAI for Medical Information Sharing in Cloud Ho-Kyun Park 1 and Seok-Jae Moon 2 1 School of IT Convergence Engineering,

More information

INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal

INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal INTERNATIONAL JOURNAL OF ADVANCES IN COMPUTING AND INFORMATION TECHNOLOGY An International online open access peer reviewed journal Research Article ISSN 2277 9140 ABSTRACT An e-college Time table Retrieval

More information

The X-DBaaS-Based Stock Trading System to Overcome Low Latency in Cloud Environment

The X-DBaaS-Based Stock Trading System to Overcome Low Latency in Cloud Environment , pp.127-136 http://dx.doi.org/10.14257/ijmue.2015.10.10.14 The X-DBaaS-Based Stock Trading System to Overcome Low Latency in Cloud Environment Hyoyoung Shin 1 and Hyungjin Kim 2* 1 Department of IT Security,

More information

Developing a Video-based Smart Mastery Learning through Adaptive Evaluation

Developing a Video-based Smart Mastery Learning through Adaptive Evaluation , pp. 101-114 http://dx.doi.org/10.14257/ijseia.2014.8.11.09 Developing a Video-based Smart Mastery Learning through Adaptive Evaluation Jeongim Kang 1, Moonhee Kim 1 and Seong Baeg Kim 1,1 1 Department

More information

Enterprise Service Bus

Enterprise Service Bus We tested: Talend ESB 5.2.1 Enterprise Service Bus Dr. Götz Güttich Talend Enterprise Service Bus 5.2.1 is an open source, modular solution that allows enterprises to integrate existing or new applications

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Charlie Abela Department of Artificial Intelligence charlie.abela@um.edu.mt Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline

More information

A Study on User Access Control Method using Multi-Factor Authentication for EDMS

A Study on User Access Control Method using Multi-Factor Authentication for EDMS , pp.327-334 http://dx.doi.org/10.14257/ijsia.2013.7.6.33 A Study on User Access Control Method using Multi-Factor Authentication for EDMS Keunwang Lee 1* 1 Dept.of Multimedia Science, Chungwoon University

More information

VClass: e-learning application

VClass: e-learning application VClass: e-learning application TOPICS Virtual Classroom (VClass) Objectives History VClass Components Learning Environments in VClass Examples usage: CanalAVIST Virtual Education Project of Pakistan UniChannel

More information

A Survey Study on Monitoring Service for Grid

A Survey Study on Monitoring Service for Grid A Survey Study on Monitoring Service for Grid Erkang You erkyou@indiana.edu ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide

More information

Virtualization of Desktop for Improvement of Maintenance Cost Saving

Virtualization of Desktop for Improvement of Maintenance Cost Saving , pp.33-37 http://dx.doi.org/10.14257/astl.2015.85.08 Virtualization of Desktop for Improvement of Maintenance Cost Saving Lee Yong Hui 1, Kim Hwan Seok 2 1 Shinsung University, Chief of Information Service

More information

Design of a Web-Services Based Spam Filtering

Design of a Web-Services Based Spam Filtering , pp.52-56 http://dx.doi.org/10.14257/astl.2015.110.11 Design of a Web-Services Based Spam MyoungHwan Joung, Oh-Heum Kwon, Ha-Joo Song Dept. of IT Convergence and Application, Pukyong National University

More information

PREFETCH VIDEO CONFERENCE OVER LAN THROUGH PC S OR LAPTOPS

PREFETCH VIDEO CONFERENCE OVER LAN THROUGH PC S OR LAPTOPS International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 7 No. 2 Aug. 2014, pp. 588-592 2014 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ PREFETCH

More information

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP

Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Vol.8, No.3 (2014), pp.191-196 http://dx.doi.org/10.14257/ijsh.2014.8.3.18 Personal Health Care Management System Developed under ISO/IEEE 11073 with Bluetooth HDP Am suk Oh 1, Doo Heon Song 2 and Gwan

More information

How To Monitor Performance On Eve

How To Monitor Performance On Eve Performance Monitoring on Networked Virtual Environments C. Bouras 1, 2, E. Giannaka 1, 2 Abstract As networked virtual environments gain increasing interest and acceptance in the field of Internet applications,

More information

DESIGN AND IMPLEMENTATION OF AN INTRANET SECURITY AND ACCESS CONTROL SYSTEM IN UBI-COM

DESIGN AND IMPLEMENTATION OF AN INTRANET SECURITY AND ACCESS CONTROL SYSTEM IN UBI-COM Computing and Informatics, Vol. 30, 2011, 419 428 DESIGN AND IMPLEMENTATION OF AN INTRANET SECURITY AND ACCESS CONTROL SYSTEM IN UBI-COM Malrey Lee Center for Advanced Image and Information Technology

More information

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology

Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Home Appliance Control and Monitoring System Model Based on Cloud Computing Technology Yun Cui 1, Myoungjin Kim 1, Seung-woo Kum 3, Jong-jin Jung 3, Tae-Beom Lim 3, Hanku Lee 2, *, and Okkyung Choi 2 1

More information

Research on Operation Management under the Environment of Cloud Computing Data Center

Research on Operation Management under the Environment of Cloud Computing Data Center , pp.185-192 http://dx.doi.org/10.14257/ijdta.2015.8.2.17 Research on Operation Management under the Environment of Cloud Computing Data Center Wei Bai and Wenli Geng Computer and information engineering

More information

Comparison of E-Learning Platforms

Comparison of E-Learning Platforms Comparison of E-Learning Platforms Robert Pinter Msc Polytechnical Engineering College, Subotica, Serbia and Montenegro probi@vts.su.ac.yu Dragica Radosav Phd University of Novi Sad, Technical Faculty,

More information

SHARING TELEMATICS COURSES THE CANDLE PROJECT

SHARING TELEMATICS COURSES THE CANDLE PROJECT SHARING TELEMATICS COURSES THE CANDLE PROJECT Aiko Pras Centre for Technology (CTIT) (UT) http://wwwhome.ctit.utwente.nl/~pras PRESENTATION AT THE EUNICE 2001 SUMMER SCHOOL PARIS, FRANCE, 4 SEPTEMBER 2001

More information

Unified Communication Platform. Product Page

Unified Communication Platform. Product Page Unified Communication Platform Product Page Web conferencing system with web, audio, video and collaboration for online education & enterprise service ITT Consult ltd BENEFITS TANTANAKU Distance learning

More information

SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK

SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK SEMANTIC VIDEO ANNOTATION IN E-LEARNING FRAMEWORK Antonella Carbonaro, Rodolfo Ferrini Department of Computer Science University of Bologna Mura Anteo Zamboni 7, I-40127 Bologna, Italy Tel.: +39 0547 338830

More information

ABSTRACT. Keywords: Learning Management Systems, Moodle, remote laboratory systems, scorm

ABSTRACT. Keywords: Learning Management Systems, Moodle, remote laboratory systems, scorm How Content Management Problem of a Remote Laboratory System can be handled by integrating an open source learning management system? Problems and solutions Burcu ÖZDOĞRU Bilkent University Ankara, Turkey

More information

A RFID Data-Cleaning Algorithm Based on Communication Information among RFID Readers

A RFID Data-Cleaning Algorithm Based on Communication Information among RFID Readers , pp.155-164 http://dx.doi.org/10.14257/ijunesst.2015.8.1.14 A RFID Data-Cleaning Algorithm Based on Communication Information among RFID Readers Yunhua Gu, Bao Gao, Jin Wang, Mingshu Yin and Junyong Zhang

More information

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining

ISSN: 2348 9510. A Review: Image Retrieval Using Web Multimedia Mining A Review: Image Retrieval Using Web Multimedia Satish Bansal*, K K Yadav** *, **Assistant Professor Prestige Institute Of Management, Gwalior (MP), India Abstract Multimedia object include audio, video,

More information

Information Technology Career Field Pathways and Course Structure

Information Technology Career Field Pathways and Course Structure Information Technology Career Field Pathways and Course Structure Courses in Information Support and Services (N0) Computer Hardware 2 145025 Computer Software 145030 Networking 2 145035 Network Operating

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +33 15 7602 081 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration

More information

Quality Validation for Mobile Embedded Software

Quality Validation for Mobile Embedded Software International Journal of Advanced Science and Technology 43 Quality Validation for Mobile Embedded Software Haeng-Kon Kim 1, Roger Y Lee 2 1 Dept. of Computer information & Communication Engineering Catholic

More information

Oracle Data Integrator 11g: Integration and Administration

Oracle Data Integrator 11g: Integration and Administration Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Data Integrator 11g: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive

More information

Two-Level Metadata Management for Data Deduplication System

Two-Level Metadata Management for Data Deduplication System Two-Level Metadata Management for Data Deduplication System Jin San Kong 1, Min Ja Kim 2, Wan Yeon Lee 3.,Young Woong Ko 1 1 Dept. of Computer Engineering, Hallym University Chuncheon, Korea { kongjs,

More information

Remote Monitoring and Controlling System Based on ZigBee Networks

Remote Monitoring and Controlling System Based on ZigBee Networks Remote Monitoring and Controlling System Based on ZigBee Networks Soyoung Hwang and Donghui Yu* Department of Multimedia Engineering, Catholic University of Pusan, South Korea {soyoung, dhyu}@cup.ac.kr

More information

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

tele-task Teleteaching Anywhere Solution Kit

tele-task Teleteaching Anywhere Solution Kit Forschungsbericht Nr. 2002-21 tele-task Teleteaching Anywhere Solution Kit Christoph Meinel, Volker Schillings FB IV Informatik, Universität Trier D-54286 Trier, Germany email: {meinel, schillings}@uni-trier.de

More information

A Review On Authoring Tools

A Review On Authoring Tools 2011 5th International Conference on Distance Learning and Education IPCSIT vol.12 (2011) (2011) IACSIT Press, Singapore A Review On Authoring Tools Maryam Khademi 1+, Maryam Haghshenas 2 and Hoda Kabir

More information

The Concept of Automated Process Control

The Concept of Automated Process Control Scientific Papers, University of Latvia, 2010. Vol. 756 Computer Science and Information Technologies 193 203 P. The Concept of Automated Process Control Ivo Oditis 1, Janis Bicevskis 2 1 Bank of Latvia,

More information

Moodle Integrated Synchronous Teaching/Conferencing: A Free Open-Source Synchronous Capability for Moodle

Moodle Integrated Synchronous Teaching/Conferencing: A Free Open-Source Synchronous Capability for Moodle Moodle Integrated Synchronous Teaching/Conferencing: A Free Open-Source Synchronous Capability for Moodle Nicholas Clark, M.S. Research Associate, C4I Center J. Mark Pullen, D.Sc Professor of Computer

More information

Data Integration and ETL with Oracle Warehouse Builder: Part 1

Data Integration and ETL with Oracle Warehouse Builder: Part 1 Oracle University Contact Us: + 38516306373 Data Integration and ETL with Oracle Warehouse Builder: Part 1 Duration: 3 Days What you will learn This Data Integration and ETL with Oracle Warehouse Builder:

More information

Value Chain Formation for e-learning Outsourcing Services

Value Chain Formation for e-learning Outsourcing Services Value Chain Formation for e-learning Outsourcing Services Frank T. M. Chen, Ph.D. President & CEO, HomeMeeting Inc. 18005 NE 68 th Street, Suite A101, Redmond, WA 98052 USA http://weboffice.homemeeting.com

More information

JAVA-BASED FRAMEWORK FOR REMOTE ACCESS TO LABORATORY EXPERIMENTS. Department of Electrical Engineering University of Hagen D-58084 Hagen, Germany

JAVA-BASED FRAMEWORK FOR REMOTE ACCESS TO LABORATORY EXPERIMENTS. Department of Electrical Engineering University of Hagen D-58084 Hagen, Germany JAVA-BASED FRAMEWORK FOR REMOTE ACCESS TO LABORATORY EXPERIMENTS Christof Röhrig, 1 Andreas Jochheim 2 Department of Electrical Engineering University of Hagen D-58084 Hagen, Germany Abstract: This paper

More information

Modeling Web Applications Using Java And XML Related Technologies

Modeling Web Applications Using Java And XML Related Technologies Modeling Web Applications Using Java And XML Related Technologies Sam Chung Computing & Stware Systems Institute Technology University Washington Tacoma Tacoma, WA 98402. USA chungsa@u.washington.edu Yun-Sik

More information

A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan

A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan , pp.61-66 http://dx.doi.org/10.14257/ijmue.2015.10.12.07 A Study on IP Exposure Notification System for IoT Devices Using IP Search Engine Shodan Yun-Seong Ko 1, Il-Kyeun Ra 2 and Chang-Soo Kim 1* 1 Department

More information

Project Management Case Study - A Strategic Perspective

Project Management Case Study - A Strategic Perspective Microsystems Case study Work Package 2 Author: Artur Ziółkowski, PhD., Eng. Table of contents:... 2 A- EXECUTIVE SUMMARY... 3 B BASIC INFORMATION ABOUT THE COMPANY... 4 C ENVIRONMENTAL ANALYSIS... 5 D

More information

Associate Professor, Department of CSE, Shri Vishnu Engineering College for Women, Andhra Pradesh, India 2

Associate Professor, Department of CSE, Shri Vishnu Engineering College for Women, Andhra Pradesh, India 2 Volume 6, Issue 3, March 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Special Issue

More information

A Concept for an Electronic Magazine

A Concept for an Electronic Magazine TERENA-NORDUnet Networking Conference (TNNC) 1999 1 A Concept for an Electronic Magazine Alexander von Berg Helmut Pralle University of Hanover, Institute for Computer Networks and Distributed Systems

More information

D83167 Oracle Data Integrator 12c: Integration and Administration

D83167 Oracle Data Integrator 12c: Integration and Administration D83167 Oracle Data Integrator 12c: Integration and Administration Learn To: Use Oracle Data Integrator to perform transformation of data among various platforms. Design ODI Mappings, Procedures, and Packages

More information

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator

The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Vol.8, No.3 (2014), pp.107-118 http://dx.doi.org/10.14257/ijsh.2014.8.3.10 The Design and Implementation of the Integrated Model of the Advertisement and Remote Control System for an Elevator Woon-Yong

More information

OWB Users, Enter The New ODI World

OWB Users, Enter The New ODI World OWB Users, Enter The New ODI World Kulvinder Hari Oracle Introduction Oracle Data Integrator (ODI) is a best-of-breed data integration platform focused on fast bulk data movement and handling complex data

More information

ENABLING WIRELESS DATA COMMUNICATION IN CONSTRUCTION MANAGEMENT SYSTEM

ENABLING WIRELESS DATA COMMUNICATION IN CONSTRUCTION MANAGEMENT SYSTEM ENABLING WIRELESS DATA COMMUNICATION IN CONSTRUCTION MANAGEMENT SYSTEM Liu Yanxiang & Yow Kin Choong School of Computer Engineering Nanyang Technological University Nanyang Avenue, Singapore 639798 Keywords:

More information

Information Model for Multimedia Medical Record in Telemedicine

Information Model for Multimedia Medical Record in Telemedicine Information Model for Multimedia Medical Record in Telemedicine Xu Guangyou, Shi Yuanchun Dept. of Computer Science and Technology, Tsinghua University, Beijing 100084, P.R.China Abstract: The data used

More information

Adaptive User Interface Modeling Design for Webbased Terminal Middleware

Adaptive User Interface Modeling Design for Webbased Terminal Middleware Adaptive User Interface Modeling Design for Webbased Terminal Middleware Sunghan Kim and Seungyun Lee Standard Research Center, ETRI, Daejeon, Korea {sh-kim, syl}@etri.re.kr Abstract. This paper shows

More information

A Framework of Model-Driven Web Application Testing

A Framework of Model-Driven Web Application Testing A Framework of Model-Driven Web Application Testing Nuo Li, Qin-qin Ma, Ji Wu, Mao-zhong Jin, Chao Liu Software Engineering Institute, School of Computer Science and Engineering, Beihang University, China

More information

Development of a User Management Module for Internet TV Systems

Development of a User Management Module for Internet TV Systems , pp.43-56 http://dx.doi.org/10.14257/ijmue.2015.10.11.05 Development of a User Management Module for Internet TV Systems Kangjai Lee 1 and Jaegeol Yim 2* 1 Dept. of Computer Information, Suwon Science

More information

SIMERO Software System Design and Implementation

SIMERO Software System Design and Implementation SIMERO Software System Design and Implementation AG Eingebettete Systeme und Robotik (RESY),, http://resy.informatik.uni-kl.de/ 1. Motivation and Introduction 2. Basic Design Decisions 3. Major System

More information

Development of Framework System for Managing the Big Data from Scientific and Technological Text Archives

Development of Framework System for Managing the Big Data from Scientific and Technological Text Archives Development of Framework System for Managing the Big Data from Scientific and Technological Text Archives Mi-Nyeong Hwang 1, Myunggwon Hwang 1, Ha-Neul Yeom 1,4, Kwang-Young Kim 2, Su-Mi Shin 3, Taehong

More information

AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS

AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS ZORAN JEREMIĆ, VLADAN DEVEDŽIĆ, DRAGAN GAŠEVIĆ FON School of Business Administration, University of Belgrade Jove Ilića 154, POB 52, 11000 Belgrade,

More information

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved Mobile Application for News and Interactive Services L. Ashwin Kumar Department of Information Technology, JNTU, Hyderabad, India loka.ashwin@gmail.com ABSTRACT In this paper, we describe the design and

More information

A WEB-BASED VE SUPPORTING SYSTEM FOR VE FACILITATOR AND MEMBERS IN VE WORKSHOP

A WEB-BASED VE SUPPORTING SYSTEM FOR VE FACILITATOR AND MEMBERS IN VE WORKSHOP Page 1 A WEB-BASED VE SUPPORTING SYSTEM FOR VE FACILITATOR AND MEMBERS IN VE WORKSHOP Heungmin PARK, CVS, IAM corporation (whcool@hanmail.net) Coauthor: Jong-Kwon LIM, CVS, Ph D., IAM corporation Coauthor:

More information

An Open MPI-based Cloud Computing Service Architecture

An Open MPI-based Cloud Computing Service Architecture An Open MPI-based Cloud Computing Service Architecture WEI-MIN JENG and HSIEH-CHE TSAI Department of Computer Science Information Management Soochow University Taipei, Taiwan {wjeng, 00356001}@csim.scu.edu.tw

More information

Avaya Aura Orchestration Designer

Avaya Aura Orchestration Designer Avaya Aura Orchestration Designer Avaya Aura Orchestration Designer is a unified service creation environment for faster, lower cost design and deployment of voice and multimedia applications and agent

More information

A Framework for the Design of Cloud Based Collaborative Virtual Environment Architecture

A Framework for the Design of Cloud Based Collaborative Virtual Environment Architecture , March 12-14, 2014, Hong Kong A Framework for the Design of Cloud Based Collaborative Virtual Environment Architecture Abdulsalam Ya u Gital, Abdul Samad Ismail, Min Chen, and Haruna Chiroma, Member,

More information

The Advantages of Using NCL 2.3

The Advantages of Using NCL 2.3 MAESTRO: The Declarative Middleware Proposal for the SBTVD TeleMidia Laboratory PUC-Rio R. Marquês de São Vicente, 225 Rio de Janeiro 22453-900 Brazil lfgs@inf.puc-rio.br ACM, (2006). This is the author's

More information

Research and development of web-based virtual online classroom

Research and development of web-based virtual online classroom Computers & Education 48 (2007) 171 184 www.elsevier.com/locate/compedu Research and development of web-based virtual online classroom Zongkai Yang, Qingtang Liu * Department of Electronic and Information

More information

Design of Hospital EMR Management System

Design of Hospital EMR Management System International Journal of u-and e-service, Science and Technology, pp.341-348 http://dx.doi.org/10.14257/ijunnesst.2014.7.5.30 Design of Hospital EMR Management System Hongfeng He and Yixin Yan * Harbin

More information

Exchange of Data for Big Data in Hybrid Cloud Environment

Exchange of Data for Big Data in Hybrid Cloud Environment , pp. 67-72 http://dx.doi.org/10.14257/ijseia.2015.9.4.08 Exchange of Data for Big Data in Hybrid Cloud Environment Chi-gon Hwang 1, Chang-Pyo Yoon 2 and Daesung Lee 3 1 Dept of Internet Information, Kyungmin

More information

PMML and UIMA Based Frameworks for Deploying Analytic Applications and Services

PMML and UIMA Based Frameworks for Deploying Analytic Applications and Services PMML and UIMA Based Frameworks for Deploying Analytic Applications and Services David Ferrucci 1, Robert L. Grossman 2 and Anthony Levas 1 1. Introduction - The Challenges of Deploying Analytic Applications

More information

XFlash A Web Application Design Framework with Model-Driven Methodology

XFlash A Web Application Design Framework with Model-Driven Methodology International Journal of u- and e- Service, Science and Technology 47 XFlash A Web Application Design Framework with Model-Driven Methodology Ronnie Cheung Hong Kong Polytechnic University, Hong Kong SAR,

More information

User-Interaction Supported Data-Retrieving Engine for Distributed Multimedia Presentations

User-Interaction Supported Data-Retrieving Engine for Distributed Multimedia Presentations User-Interaction Supported Data-Retrieving Engine for Distributed Multimedia Presentations Chun-Chuan Yang Multimedia and Communications Laboratory Department of Computer Science and Information Engineering

More information

MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application

MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application , pp.317-322 http://dx.doi.org/10.14257/ijhit.2014.7.5.29 MVC Architecture Driven Design and Implementation of Java Framework for Developing Desktop Application Iqbal H. Sarker and K. Apu Department of

More information

Design of a NAND Flash Memory File System to Improve System Boot Time

Design of a NAND Flash Memory File System to Improve System Boot Time International Journal of Information Processing Systems, Vol.2, No.3, December 2006 147 Design of a NAND Flash Memory File System to Improve System Boot Time Song-Hwa Park*, Tae-Hoon Lee*, and Ki-Dong

More information

Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1

Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1 , pp. 331-342 http://dx.doi.org/10.14257/ijfgcn.2015.8.2.27 Study on Architecture and Implementation of Port Logistics Information Service Platform Based on Cloud Computing 1 Changming Li, Jie Shen and

More information

Component-based Approach to the Development of Internet EDI Software for Electronic Document Management

Component-based Approach to the Development of Internet EDI Software for Electronic Document Management Component-based Approach to the Development of Internet EDI for Electronic Document Management Jian Ma, Jiazhi Liang and Quan Zhang Department of Information Systems, City University of Hong Kong Kowloon

More information

U.S. Department of Health and Human Services (HHS) The Office of the National Coordinator for Health Information Technology (ONC)

U.S. Department of Health and Human Services (HHS) The Office of the National Coordinator for Health Information Technology (ONC) U.S. Department of Health and Human Services (HHS) The Office of the National Coordinator for Health Information Technology (ONC) econsent Trial Project Architectural Analysis & Technical Standards Produced

More information

SNMP and Web-based Load Cluster Management System

SNMP and Web-based Load Cluster Management System and Web-based Load Cluster Management System Myungsup Kim and J. Won-Ki Hong Distributed Processing & Network Management Lab. Dept. of Computer Science and Engineering, Pohang Korea Tel: +82-54-279-5654

More information