All publications of JIPS are indexed in DOI,DBLP, Google and Google scholar and are also selected as the candidate Journal for Accreditation by NRF(National Research Foundation of Korea)








Volume 4, Number 1 (March 2008) ISSN : 1976-913X
Utilizing Fragmented Bandwidth in a Staggered Striping Multimedia System
Full text PdfPdf
Authors
Wen-Chi Hou, Yang Pan, Dunren Che
Page
1-8
DOI
10.3745/JIPS.2008.4.1.001


ABSTRACT

In this paper, we discuss the use of fragmented bandwidth to improve the performance of staggered striping in a multimedia system. It is observed that potential disruptions can occur when nonconsecutive idle disks are used for displaying multimedia objects. We have identified useful retrieval patterns and shown that with proper selections of fragmented disks and a simple buffering scheme, disruptions can be easily eliminated.



Two-Tier Storage DBMS for High-Performance Query Processing
Full text PdfPdf
Authors
Sang-Hun Eo, Yan Li, Ho-Seok Kim, Hae-Young Bae
Page
9-16
DOI
10.3745/JIPS.2008.4.1.009


ABSTRACT

This paper describes the design and implementation of a two-tier DBMS for handling massive data and providing faster response time. In the present day, the main requirements of DBMS are figured out using two aspects. The first is handling large amounts of data. And the second is providing fast response time. But in fact, Traditional DBMS cannot fulfill both the requirements. The disk-oriented DBMS can handle massive data but the response time is relatively slower than the memory-resident DBMS. On the other hand, the memory-resident DBMS can provide fast response time but they have original restrictions of database size. In this paper, to meet the requirements of handling large volumes of data and providing fast response time, a two-tier DBMS is proposed. The cold-data which does not require fast response times are managed by disk storage manager, and the hot-data which require fast response time among the large volumes of data are handled by memory storage manager as snapshots. As a result, the proposed system performs significantly better than diskoriented DBMS with an added advantage to manage massive data at the same time.



Inverted Index based Modified Version of KNN for Text Categorization
Full text PdfPdf
Authors
Taeho Jo
Page
17-26
DIO
10.3745/JIPS.2008.4.1.017


ABSTRACT

This research proposes a new strategy where documents are encoded into string vectors and modified version of KNN to be adaptable to string vectors for text categorization. Traditionally, when KNN are used for pattern classification, raw data should be encoded into numerical vectors. This encoding may be difficult, depending on a given application area of pattern classification. For example, in text categorization, encoding full texts given as raw data into numerical vectors leads to two main problems: huge dimensionality and sparse distribution. In this research, we encode full texts into string vectors, and modify the supervised learning algorithms adaptable to string vectors for text categorization.



An Empirical Study of Qualities of Association Rules from a Statistical View Point
Full text PdfPdf
Authors
Maryann Dorn, Wen-Chi Hou, Dunren Che, Zhewei Jiang
Page
27-32
DIO
10.3745/JIPS.2008.4.1.027


ABSTRACT

Minimum support and confidence have been used as criteria for generating association rules in all association rule mining algorithms. These criteria have their natural appeals, such as simplicity; few researchers have suspected the quality of generated rules. In this paper, we examine the rules from a more rigorous point of view by conducting statistical tests. Specifically, we use contingency tables and chi-square test to analyze the data. Experimental results show that one third of the association rules derived based on the support and confidence criteria are not significant, that is, the antecedent and consequent of the rules are not correlated. It indicates that minimum support and minimum confidence do not provide adequate discovery of meaningful associations. The chi-square test can be considered as an enhancement or an alternative solution.



An Experiment of Traceability-Driven System Testing
Full text PdfPdf
Authors
Eun Man Choi, Kwang-Ik Seo
Page
33-40
DIO
10.3745/JIPS.2008.4.1.033


ABSTRACT

Traceability has been held as an important factor in testing activities as well as modeldriven development. Vertical traceability affords us opportunities to improve manageability from models and test cases to a code in testing and debugging phase. This paper represents a vertical test method which connects a system test level and an integration test level in testing stage by using UML. An experiment how traceability works to effectively focus on error spots has been included by using concrete examples of tracing from models to the code.