• Title/Summary/Keyword: link importance

Search Result 212, Processing Time 0.025 seconds

Design of a Reliable Data Diode System (신뢰성 있는 단방향 데이터 전송 시스템 설계)

  • Kim, Dongwook;Min, Byunggil
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.26 no.6
    • /
    • pp.1571-1582
    • /
    • 2016
  • One of the issues, which is dealed with in undirectional data transmission technology, is reducing the packet loss in TCP based data transfer. We can decrease the packet loss by using several well known error correction approaches. Although we utilize those previous approaches, the packet loss by both link errror and buffer overflow could be occurred. In this paper, we propose the RED(REliable Data diode). RED also uses the TCP proxy approach for supporting the TCP based data transfer which is similar with the existing unidirectional data transmission technologies. The RED transmission system could alleviate the packet loss caused by buffer overflow by exploiting the delaying transmission of TCP packets. Furthermore, in order to reduce the packett loss caused by link error in the unidirectional transmission link, the RED transmission system transmits one or more duplicated packets to the RED reception system by considering both the remaining resources and packet importance.

A Study on the Value Evaluation of e-Trade Platform Services using IPA(Importance Performance Analysis) (IPA를 활용한 전자무역 시스템의 서비스 가치평가에 관한 연구)

  • Lee, Sang-Jin;Shin, Seung-Man
    • International Commerce and Information Review
    • /
    • v.12 no.2
    • /
    • pp.59-83
    • /
    • 2010
  • The purposes of the study is to evaluate the discrepancy between user's expectation and satisfaction degree in the service of uTradeHub. In this regard, this study infers general solutions in order to induce the intersection area using IPA technique. Then this paper will present directions to improve the service of uTradeHub. In terms of methodology, this article disclosed that IPA model approach is greatly useful to evaluate user's attribute. First, variables like the link of different works(f1), trust of system(f4), information connection(f7) are located on the first quadrant. This means that importance and satisfaction are all high variables for user. So, this is very important variables that need continuous administration in order to maintain present state. Second, variables such as the speed of information acquisition(f2), improvement of use(f3), stability of system(f5) are located on the second quadrant. This means that user's importance is high but user's satisfaction is low. Therefore, this area needs an active improvement strategy and quick maintenance for e-Trade application. Third, variables like the appropriateness of information usage fees(f8), easy subscription(f9), customer support service(f10) are located on the third quadrant. Because these variables are all low for user's importance and satisfaction, we have to arrange strong and radical remedy for e-Trade service. Finally, variables like information offer(f6) are located on the fourth quadrant. This means that user's satisfaction is high but user's importance is low. The research result suggests that e-Trade service development would be re-organised as much as user feels the importance of process innovation.

  • PDF

Analysis of Preference Criteria for a Forest Healing Village Using AHP Method (AHP분석을 이용한 산림치유마을 대상지 평가기준 분석)

  • Kim, Seong-Hak;Huh, Yoon-Seo;Seo, Jeong-Weon
    • Journal of Korean Society of Rural Planning
    • /
    • v.21 no.1
    • /
    • pp.117-127
    • /
    • 2015
  • This study evaluated properties and items for selecting on a forest healing village. In order to assign a weight value-between factors, this study was conducted the primary survey first and then the secondary survey for measuring the importance of items. Experts'surveys were conducted on 3 items on level 1, 9 items on level 2, 35 items on level 3 with use of AHP technique. In level 1, the main analysis result was that physical resource properties(0.387) indicated the highest importance. in level 2, healing resources of physical properties(0.402), community participation of human resource properties(0.425), and business competency in part of vision(-.438) showed the highest importance. The analysis result of 35 items on level 3 was that in physical resources properties, securing public land in the village(0.220), possessing recreation space(0.440) and resources available for link with healing(0.413) showed the highest importance. In part of human resources properties, the average age of residents(0.465), commitment to the promotion of the villagers(0.367) and support of local leaders(0.318) showed the highest importance. Adequacy of development plan(0.274), forest work experience-related(0.293), and building profit sharing system(0.282) were also evaluated to have a relatively high importance.

A Ranking Algorithm for Semantic Web Resources: A Class-oriented Approach (시맨틱 웹 자원의 랭킹을 위한 알고리즘: 클래스중심 접근방법)

  • Rho, Sang-Kyu;Park, Hyun-Jung;Park, Jin-Soo
    • Asia pacific journal of information systems
    • /
    • v.17 no.4
    • /
    • pp.31-59
    • /
    • 2007
  • We frequently use search engines to find relevant information in the Web but still end up with too much information. In order to solve this problem of information overload, ranking algorithms have been applied to various domains. As more information will be available in the future, effectively and efficiently ranking search results will become more critical. In this paper, we propose a ranking algorithm for the Semantic Web resources, specifically RDF resources. Traditionally, the importance of a particular Web page is estimated based on the number of key words found in the page, which is subject to manipulation. In contrast, link analysis methods such as Google's PageRank capitalize on the information which is inherent in the link structure of the Web graph. PageRank considers a certain page highly important if it is referred to by many other pages. The degree of the importance also increases if the importance of the referring pages is high. Kleinberg's algorithm is another link-structure based ranking algorithm for Web pages. Unlike PageRank, Kleinberg's algorithm utilizes two kinds of scores: the authority score and the hub score. If a page has a high authority score, it is an authority on a given topic and many pages refer to it. A page with a high hub score links to many authoritative pages. As mentioned above, the link-structure based ranking method has been playing an essential role in World Wide Web(WWW), and nowadays, many people recognize the effectiveness and efficiency of it. On the other hand, as Resource Description Framework(RDF) data model forms the foundation of the Semantic Web, any information in the Semantic Web can be expressed with RDF graph, making the ranking algorithm for RDF knowledge bases greatly important. The RDF graph consists of nodes and directional links similar to the Web graph. As a result, the link-structure based ranking method seems to be highly applicable to ranking the Semantic Web resources. However, the information space of the Semantic Web is more complex than that of WWW. For instance, WWW can be considered as one huge class, i.e., a collection of Web pages, which has only a recursive property, i.e., a 'refers to' property corresponding to the hyperlinks. However, the Semantic Web encompasses various kinds of classes and properties, and consequently, ranking methods used in WWW should be modified to reflect the complexity of the information space in the Semantic Web. Previous research addressed the ranking problem of query results retrieved from RDF knowledge bases. Mukherjea and Bamba modified Kleinberg's algorithm in order to apply their algorithm to rank the Semantic Web resources. They defined the objectivity score and the subjectivity score of a resource, which correspond to the authority score and the hub score of Kleinberg's, respectively. They concentrated on the diversity of properties and introduced property weights to control the influence of a resource on another resource depending on the characteristic of the property linking the two resources. A node with a high objectivity score becomes the object of many RDF triples, and a node with a high subjectivity score becomes the subject of many RDF triples. They developed several kinds of Semantic Web systems in order to validate their technique and showed some experimental results verifying the applicability of their method to the Semantic Web. Despite their efforts, however, there remained some limitations which they reported in their paper. First, their algorithm is useful only when a Semantic Web system represents most of the knowledge pertaining to a certain domain. In other words, the ratio of links to nodes should be high, or overall resources should be described in detail, to a certain degree for their algorithm to properly work. Second, a Tightly-Knit Community(TKC) effect, the phenomenon that pages which are less important but yet densely connected have higher scores than the ones that are more important but sparsely connected, remains as problematic. Third, a resource may have a high score, not because it is actually important, but simply because it is very common and as a consequence it has many links pointing to it. In this paper, we examine such ranking problems from a novel perspective and propose a new algorithm which can solve the problems under the previous studies. Our proposed method is based on a class-oriented approach. In contrast to the predicate-oriented approach entertained by the previous research, a user, under our approach, determines the weights of a property by comparing its relative significance to the other properties when evaluating the importance of resources in a specific class. This approach stems from the idea that most queries are supposed to find resources belonging to the same class in the Semantic Web, which consists of many heterogeneous classes in RDF Schema. This approach closely reflects the way that people, in the real world, evaluate something, and will turn out to be superior to the predicate-oriented approach for the Semantic Web. Our proposed algorithm can resolve the TKC(Tightly Knit Community) effect, and further can shed lights on other limitations posed by the previous research. In addition, we propose two ways to incorporate data-type properties which have not been employed even in the case when they have some significance on the resource importance. We designed an experiment to show the effectiveness of our proposed algorithm and the validity of ranking results, which was not tried ever in previous research. We also conducted a comprehensive mathematical analysis, which was overlooked in previous research. The mathematical analysis enabled us to simplify the calculation procedure. Finally, we summarize our experimental results and discuss further research issues.

Clinical importance of F-waves as a prognostic factor in Guillain-Barré syndrome in children

  • Lee, Eung-Bin;Lee, Yun Young;Lee, Jae Min;Son, Su Min;Hwang, Su-Kyeong;Kwon, Soonhak;Kim, Sae Yoon
    • Clinical and Experimental Pediatrics
    • /
    • v.59 no.6
    • /
    • pp.271-275
    • /
    • 2016
  • Purpose: A limited number of studies have examined the link between F-wave abnormalities and clinical presentation in pediatric Guillain-$Barr{\acute{e}}$ syndrome (GBS). Therefore, this study examined the importance of F-wave abnormalities as a prognostic factor in pediatric GBS patients. Methods: The records and electrodiagnostic studies (EDS) of 70 GBS patients were retrospectively evaluated, and divided into 2 groups according to the results of EDS. Group A (n=33) presented with F-wave abnormalities, and group B (n=26) exhibited normal findings. We compared laboratory reports, clinical features, response to treatment, and prognosis between the 2 groups. Results: Motor weakness was the most frequently observed symptom for either group. Clinically, the incidence of fever and upper respiratory symptoms differed between the 2 groups, while the prevalence of abnormal deep tendon reflex (DTR) was significantly higher in group A than B (P<0.05). Patients diagnosed with GBS had received intravenous immunoglobulin treatment: 94% in group A and 58% in group B. Furthermore, significantly greater numbers of patients in group A showed H-reflex abnormalities and poor prognosis compared with group B (P<0.05). Conclusion: This study demonstrated that F-waves are a clinically important prognostic factor in GBS. F-wave abnormalities were associated with abnormal DTR and poor prognosis in patients. Limited studies have examined the link between F-wave abnormalities and clinical results; therefore, further randomized controlled studies are needed to confirm the clinical characteristics and efficacy of treatments.

Design and Implementation of a Web Crawler System for Collection of Structured and Unstructured Data (정형 및 비정형 데이터 수집을 위한 웹 크롤러 시스템 설계 및 구현)

  • Bae, Seong Won;Lee, Hyun Dong;Cho, DaeSoo
    • Journal of Korea Multimedia Society
    • /
    • v.21 no.2
    • /
    • pp.199-209
    • /
    • 2018
  • Recently, services provided to consumers are increasingly being combined with big data such as low-priced shopping, customized advertisement, and product recommendation. With the increasing importance of big data, the web crawler that collects data from the web has also become important. However, there are two problems with existing web crawlers. First, if the URL is hidden from the link, it can not be accessed by the URL. The second is the inefficiency of fetching more data than the user wants. Therefore, in this paper, through the Casper.js which can control the DOM in the headless brwoser, DOM event is generated by accessing the URL to the hidden link. We also propose an intelligent web crawler system that allows users to make steps to fine-tune both Structured and unstructured data to bring only the data they want. Finally, we show the superiority of the proposed crawler system through the performance evaluation results of the existing web crawler and the proposed web crawler.

Implementation of a 35KVA Converter Base on the 3-Phase 4-Wire STATCOMs for Medium Voltage Unbalanced Systems

  • Karimi, Mohammad Hadi;Zamani, Hassan;Kanzi, Khalil;Farahani, Qasem Vasheghani
    • Journal of Power Electronics
    • /
    • v.13 no.5
    • /
    • pp.877-883
    • /
    • 2013
  • This paper discussed a transformer-less shunt static synchronous compensator (STATCOM) with consideration of the following aspects: fast compensation of the reactive power, harmonic cancelation and reducing the unbalancing of the 3-phase source side currents. The STATCOM control algorithm is based on the theory of instantaneous reactive power (P-Q theory). A self charging technique is proposed to regulate the dc capacitor voltage at a desired level with the use of a PI controller. In order to regulate the DC link voltage, an off-line Genetic Algorithm (GA) is used to tune the coefficients of the PI controller. This algorithm arranged these coefficients while considering the importance of three factors in the DC link voltage response: overshoot, settling time and rising time. For this investigation, the entire system including the STATCOM, network, harmonics and unbalancing load are simulated in MATLAB/SIMULINK. After that, a 35KVA STATCOM laboratory setup test including two parallel converter modules is designed and the control algorithm is executed on a TMS320F2812 controller platform.

Performance Analysis of Network-based Data Transmission Protocol between Railway Signaling and SCADA Systems (열차제어시스템과 SCADA 장치간 네트워크 기반 데이터 전송 프로토콜의 성능분석)

  • Hwang, Jong-Gyu;Lee, Jae-Ho;Jo, Hyun-Jeong;Lee, Jong-Woo
    • The Transactions of the Korean Institute of Electrical Engineers B
    • /
    • v.55 no.9
    • /
    • pp.485-490
    • /
    • 2006
  • According to the computerization of railway signaling systems, the interface link between the signaling systems has been replaced by the digital communication channel. At the same time, the importance of the communication link is more pronounced than before. In this paper, new Network-based protocol between railway signaling and SCADA (Supervisory Control and Data Acquisition system) has designed and the overview of designed protocol is briefly represented. And also this paper addresses analysis of newly designed train control systems. Fame error rates of the data transmissions are calculated and compared for the two cases that the CTC (Centralized Traffic Control)/SCADA has an extra data transmission error control (CRC16) besides the inherent error control of the Ethernet and that the CTC/SCADA has no extra data transmission error control. With simulation results it has been verified that the additional error control code contributes to lowering the frame error rate. It will be expected to increase the safety, reliability and efficiency of maintenance of the signaling systems by using the designed protocol for railway signaling system.

An Exploring Study on the Evaluation Strategies of the Extra-Curricula Area for Admission to a University using SWOT Analysis (SWOT 분석을 통한 대학 입학 전형에서 비교과 영역 평가 전략 탐색)

  • Heo, Gyun;Sung, Eun-Mo
    • Journal of Fisheries and Marine Sciences Education
    • /
    • v.24 no.2
    • /
    • pp.234-245
    • /
    • 2012
  • This study aims to analyze the factors of the extra-curricula area in personal school performance record and propose the practical strategies for entrance examination affairs on this area. To address this goal, we have applied a SWOT analysis with related documents and research results. We found out five strengths: (S1) Link the students' experience to right people for the university, (S2) Quantitative Indicators, (S3) Qualitative Indicators, (S4) Link to other evaluation factors, and (S5) Analysis of Human Resource. The weakness included: (W1) Fairness, (W2) Reliability, (W3) Difficulties to set standards, (W4) Difficulties to set environments, and (W5) Lack of systemic experience of an evaluation. We also discovered five opportunities (O1) Recognition of public education, (O2) The need of national support, (O3) The importance of autonomy, (O4) Specialization, and (O5) Networks. Finally, threat factors consisted of: (T1) Frequent change of educational policy, (T2) Increasing of private education, (T3) Lack of information and preparation time, and (T4) The accuracy and reliability of personal school records. Based on these results, we suggested practical strategies with these four dimensions: S-O, W-O, S-T, and W-T.

Case studies : Security issues of IT products in terms of supply chain (사례 위주로 본 공급자망을 중심으로 한 IT제품 보안 위험)

  • Choi, Woongchul
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.12 no.4
    • /
    • pp.89-96
    • /
    • 2016
  • Before an IT product is used, there is a sequence of the process such as the components supply-demand of the product, their assembly and production, their logistics and delivery, and then finally, the product can be used by a user. During this sequence of the process, there can be many security exposures and risks. In this paper, we show, by examining security cases of various IT products, that there are many security exposures in the process of IT products from their production to their delivery to end users and in their use, and also show how critical the security exposures are. Even though there are various security theories, technologies and security controls, there is still weak link from the production of an IT product to its use, and this weak link can lead to security vulnerabilities and risks. This paper tries to call attention to the importance of the execution of the security control and the control components. We examine the practical cases to find out how the security control is paralyzed, and to show how it is compromised by asymmetric security resources. Lastly, from the cases, we examine and review the possible domestic security issues and their countermeasures.