• Title/Summary/Keyword: Class Management System

Search Result 669, Processing Time 0.029 seconds

Efficiency Analysis of Integrated Defense System Using Artificial Intelligence (인공지능을 활용한 통합방위체계의 효율성 분석)

  • Yoo Byung Duk;Shin Jin
    • Convergence Security Journal
    • /
    • v.23 no.1
    • /
    • pp.147-159
    • /
    • 2023
  • Recently, Chat GPT artificial intelligence (AI) is of keen interest to all governments, companies, and military sectors around the world. In the existing era of literacy AI, it has entered an era in which communication with humans is possible with generative AI that creates words, writings, and pictures. Due to the complexity of the current laws and ordinances issued during the recent national crisis in Korea and the ambiguity of the timing of application of laws and ordinances, the golden time of situational measures was often missed. For these reasons, it was not able to respond properly to every major disaster and military conflict with North Korea. Therefore, the purpose of this study was to revise the National Crisis Management Basic Act, which can act as a national tower in the event of a national crisis, and to promote artificial intelligence governance by linking artificial intelligence technology with the civil, government, military, and police.

Design and Implementation of Anomaly Traffic Control framework based on Linux Netfilter System and CBQ Routing Mechanisms (리눅스 Netfilter시스템과 CBQ 라우팅 기능을 이용한 비정상 트래픽 제어 프레임워크 설계 및 구현)

  • 조은경;고광선;이태근;강용혁;엄영익
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.13 no.6
    • /
    • pp.129-140
    • /
    • 2003
  • Recently viruses and various hacking tools that threat hosts on a network becomes more intelligent and cleverer, and so the various security mechanisms against them have ken developed during last decades. To detect these network attacks, many NIPSs(Network-based Intrusion Prevention Systems) that are more functional than traditional NIDSs are developed by several companies and organizations. But, many previous NIPSS are hewn to have some weakness in protecting important hosts from network attacks because of its incorrectness and post-management aspects. The aspect of incorrectness means that many NIPSs incorrectly discriminate between normal and attack network traffic in real time. The aspect of post-management means that they generally respond to attacks after the intrusions are already performed to a large extent. Therefore, to detect network attacks in realtime and to increase the capability of analyzing packets, faster and more active responding capabilities are required for NIPS frameworks. In this paper, we propose a framework for real-time intrusion prevention. This framework consists of packet filtering component that works on netfilter in Linux kernel and traffic control component that have a capability of step-by-step control over abnormal network traffic with the CBQ mechanism.

A Folksonomy Ranking Framework: A Semantic Graph-based Approach (폭소노미 사이트를 위한 랭킹 프레임워크 설계: 시맨틱 그래프기반 접근)

  • Park, Hyun-Jung;Rho, Sang-Kyu
    • Asia pacific journal of information systems
    • /
    • v.21 no.2
    • /
    • pp.89-116
    • /
    • 2011
  • In collaborative tagging systems such as Delicious.com and Flickr.com, users assign keywords or tags to their uploaded resources, such as bookmarks and pictures, for their future use or sharing purposes. The collection of resources and tags generated by a user is called a personomy, and the collection of all personomies constitutes the folksonomy. The most significant need of the folksonomy users Is to efficiently find useful resources or experts on specific topics. An excellent ranking algorithm would assign higher ranking to more useful resources or experts. What resources are considered useful In a folksonomic system? Does a standard superior to frequency or freshness exist? The resource recommended by more users with mere expertise should be worthy of attention. This ranking paradigm can be implemented through a graph-based ranking algorithm. Two well-known representatives of such a paradigm are Page Rank by Google and HITS(Hypertext Induced Topic Selection) by Kleinberg. Both Page Rank and HITS assign a higher evaluation score to pages linked to more higher-scored pages. HITS differs from PageRank in that it utilizes two kinds of scores: authority and hub scores. The ranking objects of these pages are limited to Web pages, whereas the ranking objects of a folksonomic system are somewhat heterogeneous(i.e., users, resources, and tags). Therefore, uniform application of the voting notion of PageRank and HITS based on the links to a folksonomy would be unreasonable, In a folksonomic system, each link corresponding to a property can have an opposite direction, depending on whether the property is an active or a passive voice. The current research stems from the Idea that a graph-based ranking algorithm could be applied to the folksonomic system using the concept of mutual Interactions between entitles, rather than the voting notion of PageRank or HITS. The concept of mutual interactions, proposed for ranking the Semantic Web resources, enables the calculation of importance scores of various resources unaffected by link directions. The weights of a property representing the mutual interaction between classes are assigned depending on the relative significance of the property to the resource importance of each class. This class-oriented approach is based on the fact that, in the Semantic Web, there are many heterogeneous classes; thus, applying a different appraisal standard for each class is more reasonable. This is similar to the evaluation method of humans, where different items are assigned specific weights, which are then summed up to determine the weighted average. We can check for missing properties more easily with this approach than with other predicate-oriented approaches. A user of a tagging system usually assigns more than one tags to the same resource, and there can be more than one tags with the same subjectivity and objectivity. In the case that many users assign similar tags to the same resource, grading the users differently depending on the assignment order becomes necessary. This idea comes from the studies in psychology wherein expertise involves the ability to select the most relevant information for achieving a goal. An expert should be someone who not only has a large collection of documents annotated with a particular tag, but also tends to add documents of high quality to his/her collections. Such documents are identified by the number, as well as the expertise, of users who have the same documents in their collections. In other words, there is a relationship of mutual reinforcement between the expertise of a user and the quality of a document. In addition, there is a need to rank entities related more closely to a certain entity. Considering the property of social media that ensures the popularity of a topic is temporary, recent data should have more weight than old data. We propose a comprehensive folksonomy ranking framework in which all these considerations are dealt with and that can be easily customized to each folksonomy site for ranking purposes. To examine the validity of our ranking algorithm and show the mechanism of adjusting property, time, and expertise weights, we first use a dataset designed for analyzing the effect of each ranking factor independently. We then show the ranking results of a real folksonomy site, with the ranking factors combined. Because the ground truth of a given dataset is not known when it comes to ranking, we inject simulated data whose ranking results can be predicted into the real dataset and compare the ranking results of our algorithm with that of a previous HITS-based algorithm. Our semantic ranking algorithm based on the concept of mutual interaction seems to be preferable to the HITS-based algorithm as a flexible folksonomy ranking framework. Some concrete points of difference are as follows. First, with the time concept applied to the property weights, our algorithm shows superior performance in lowering the scores of older data and raising the scores of newer data. Second, applying the time concept to the expertise weights, as well as to the property weights, our algorithm controls the conflicting influence of expertise weights and enhances overall consistency of time-valued ranking. The expertise weights of the previous study can act as an obstacle to the time-valued ranking because the number of followers increases as time goes on. Third, many new properties and classes can be included in our framework. The previous HITS-based algorithm, based on the voting notion, loses ground in the situation where the domain consists of more than two classes, or where other important properties, such as "sent through twitter" or "registered as a friend," are added to the domain. Forth, there is a big difference in the calculation time and memory use between the two kinds of algorithms. While the matrix multiplication of two matrices, has to be executed twice for the previous HITS-based algorithm, this is unnecessary with our algorithm. In our ranking framework, various folksonomy ranking policies can be expressed with the ranking factors combined and our approach can work, even if the folksonomy site is not implemented with Semantic Web languages. Above all, the time weight proposed in this paper will be applicable to various domains, including social media, where time value is considered important.

A Study on Curriculum Development for CHPs (보건진료원 직무교육 교과과정개선을 위한 연구)

  • Kwon Myung-Soon
    • Journal of Korean Public Health Nursing
    • /
    • v.13 no.2
    • /
    • pp.26-44
    • /
    • 1999
  • The study was done to improve the job training course for Community Health Practioners (CHPs) by evaluating the level of help that the training provided to the CHPs in carrying out their work and to analyze the management activities of the CHPs in order to develop a more effective CHP training program. The methodologies used in the study were a questionnaire survey. The survey results were analyzed using SPSS Windows. The study results are as follows. 1. The total average level of help from the job training(Theory. Practice and Field Practice) for carrying out the CHP work was found to be $3.04\pm.53$ (of a possible 4), which indicates a high level of help. The average for clinical practices was $3.16\pm.60$. for theory. $3.11\pm.40$ and for field practice. $2.84\pm.60$. 2. For the theory content of the job training courses. the help level was low in the area of mother and child health management/family planning with an average of $2.65\pm.62$ and in the area of health information system development with an average of $2.62\pm.83$. The reason for these deficiencies were. in order of frequency. few opportunities to apply learning. training content that was inadequate. training methodologies which were incongruent with content. improper training items and insufficient class hours. For the practice. the clinical work in rehabilitation/orthopedics departments and in ENT/Opthalmology departments had averages of $2.96\pm.86$ and $2.97\pm.80$ respectively. This low level resulted from the lack of direct experience. lack of sincerity during the practice time. lack of practice guidance. insufficient time and lack of practice equipment. in that order. For the field practice. the delivery management averaged $2.06\pm.90$ as the lowest help level. In this case 68% of respondents replied that there were no relevant reasons for this deficiency. 21% responsed that there was a lack of direct experience, 7%, a lack of practice guidance and 4.8%, insufficient time. 3. There were significant differences for several demographic variables when comparing the help level of the clinical courses (practice and Field Practice). A higher help level was reported by older nurses as compared to younger ones, experienced nurses as compared to scholarship nurses, and married over single. Also for nurses who had finished more other programs and were qualified or licensed in several areas the level was high. Although it was not statistically significant the level was higher if the work area was in a rural county, not a city, and if one had more recently completed the job training(P<,05). 4. Of the respondents 58.6% replies stated the period of job training for the CHP was adequate, but 51.7% reported that the period for theory courses was too short while an other 48.3% responded that it was sufficient. For practice locations, 50% responsed that it was good to practice in medical institutions(primary, secondary and tertiary) at the same time. While 48.3% agreed that doing theory and practice simultaneously was good, and 56.9% agreed that field practice should be done after completing theory and practice training. Hence, the development of new field practice guidelines suitable for changing environments of health management are required in place of the existing ones which were considered low in help level to the practical work of the CHPs.

  • PDF

A study on the differences in desirable character and the creative personality according to appearance management behaviors among male and female adolescents (중학생의 외모관리행동에 따른 바른 인성과 창의적 인성의 차이연구)

  • Choi, Ji soo;Wee, EunHah
    • Journal of Korean Home Economics Education Association
    • /
    • v.27 no.3
    • /
    • pp.47-61
    • /
    • 2015
  • This study examined whether any differences can be found in desirable character traits and creative personality characteristics depending on the appearance management behaviors of male and female adolescents in Gwangju, South Korea. It was conducted by administering a self-report survey to 544 male and female middle school students. The collected survey data were analyzed by Means, Cronbach's ${\alpha}$, Factor analysis, One-way ANOVA, and Duncan-test using the SPSS/PC WIN 19.0 statistical program. The results were as follows: According to the results of the survey, total coordination seeking in appearance management behavior is very important to teens and is deeply related to desirable character traits and creative personality characteristics. Desirable character traits show positive results for basic living habits, filial piety, respect and affection. Creative personality characteristics show positive results for curiosity, open thinking, risk taking, assignment completion and esthetic appreciation. Considering these findings, there is a need for supplementary content on total coordination seeking behavior in home economics courses. Positive effects in terms of desirable character traits and creative personality characteristics can be expected through after class activities involving clothing habits or searching for a path in life and given the depth of education related to total coordination through a free semester system.

  • PDF

A Basic Study on the Establishment of Preservation and Management for Natural Monument(No.374) Pyeongdae-ri Torreya nucifera forest of Jeju (천연기념물 제374호 제주 평대리 비자나무 숲의 보존·관리방향 설정을 위한 기초연구)

  • Lee, Won-Ho;Kim, Dong-Hyun;Kim, Jae-Ung;Oh, Hae-Sung;Choi, Byung-Ki;Lee, Jong-Sung
    • Journal of the Korean Institute of Traditional Landscape Architecture
    • /
    • v.32 no.1
    • /
    • pp.93-106
    • /
    • 2014
  • In this study, Analyze environment of location, investigation into vegetation resources, survey management status and establish to classify the management area for Natural monument No.374 Pyengdae-ri Torreya nucifera forest. The results were as follows: First, Torreya nucifera forest is concerned about influence of development caused by utilization of land changes to agricultural region. Thus, establish to preservation management plan for preservation of prototypical and should be excluded development activity to cause the change of terrain that Gotjawal in the Torreya nucifera forest is factor of base for generating species diversity. Secondly, Torreya nucifera forest summarized as 402 taxa composed 91 familly 263 genus, 353 species, 41 varieties and 8 forms. The distribution of plants for the first grade & second grade appear of endangered plant to Ministry of Environment specify. But, critically endangered in forest by changes in habitat, diseases and illegal overcatching. Therefore, when establishing forest management plan should be considered for put priority on protection. Thirdly, Torreya nucifera representing the upper layer of the vegetation structure. But, old tree oriented management and conservation strategy result in poor age structure. Furthermore, desiccation of forest on artificial management and decline in Torreya nucifera habitat on ecological succession can indicate a problem in forest. Therefore, establish plan such as regulation of population density and sapling tree proliferation for sustainable characteristics of the Torreya nucifera forest. Fourth, Appear to damaged of trails caused by use. Especially, Scoria way occurs a lot of damaged and higher than the share ratio of each section. Therefore, share ratio reduction Plan should be considered through the additional development of tourism routes rather than the replacement of Scoria. Fifth, Representing high preference of the Torreya nucifera forest tourist factor confirmed the plant elements. It is sensitive to usage pressure. And requires continuous monitoring by characteristic of Non-permanent. In addition, need an additional plan such as additional development of tourism elements and active utilizing an element of high preference. Sixth, Strength of protected should be differently accordance with importance. First grade area have to maintenance of plant population and natural habitats. Set the direction of the management. Second grade areas focus on annual regeneration of the forest. Third grade area should be utilized demonstration forest or set to the area for proliferate sapling. Fourth grade areas require the introduced of partial rest system that disturbance are often found in proper vegetation. Fifth grade area appropriate to the service area for promoting tourism by utilizing natural resources in Torreya nucifera forest. Furthermore, installation of a buffer zone in relatively low ratings area and periodic monitoring to the improvement of edge effect that adjacent areas of different class.

Hierarchical Internet Application Traffic Classification using a Multi-class SVM (다중 클래스 SVM을 이용한 계층적 인터넷 애플리케이션 트래픽의 분류)

  • Yu, Jae-Hak;Lee, Han-Sung;Im, Young-Hee;Kim, Myung-Sup;Park, Dai-Hee
    • Journal of the Korean Institute of Intelligent Systems
    • /
    • v.20 no.1
    • /
    • pp.7-14
    • /
    • 2010
  • In this paper, we introduce a hierarchical internet application traffic classification system based on SVM as an alternative overcoming the uppermost limit of the conventional methodology which is using the port number or payload information. After selecting an optimal attribute subset of the bidirectional traffic flow data collected from the campus, the proposed system classifies the internet application traffic hierarchically. The system is composed of three layers: the first layer quickly determines P2P traffic and non-P2P traffic using a SVM, the second layer classifies P2P traffics into file-sharing, messenger, and TV, based on three SVDDs. The third layer makes specific classification of the entire 16 application traffics. By classifying the internet application traffic finely or coarsely, the proposed system can guarantee an efficient system resource management, a stable network environment, a seamless bandwidth, and an appropriate QoS. Also, even a new application traffic is added, it is possible to have a system incremental updating and scalability by training only a new SVDD without retraining the whole system. We validate the performance of our approach with computer experiments.

A study on the CRM strategy for medium and small industry of distribution (중소유통업체의 CRM 도입방안에 관한 연구)

  • Kim, Gi-Pyoung
    • Journal of Distribution Science
    • /
    • v.8 no.3
    • /
    • pp.37-47
    • /
    • 2010
  • CRM refers to the operating activities that always maintain and promote good relationship with customers to ultimately maximize the company's profits by understanding the value of customers to meet their demands, establishing a strategy which may maximize the Life Time Value and successfully operating the business by integrating the customer management processes. In our country, many big businesses are introducing CRM initiatively to use it in marketing strategy however, most medium and small sized companies do not understand CRM clearly or they feel difficult to introduce it due to huge investment needed. This study is intended to present CRM promotion strategy and activities plan fit for the medium and small sized companies by analyzing the success factors of the leading companies those have already executed CRM by surveying the precedents to make the distributors out of the industries have close relation with consumers to overcome their weakness in scale and strengthen their competitiveness in such a rapidly changing and fiercely competing market. There are 5 stages to build CRM such as the recognition of the needs of CRM establishment, the establishment of CRM integrated database, the establishment of customer analysis and marketing strategy through data mining, the practical use of customer analysis through data mining and the implementation of response analysis and close loop process. Through the case study of leading companies, CRM is needed in types of businesses where the companies constantly contact their customers. To meet their needs, they assertively analyze their customer information. Through this, they develop their own CRM programs personalized for their customers to provide high quality service products. For customers helping them make profits, the VIP marketing strategy is conducted to keep the customers from breaking their relationships with the companies. Through continuous management, CRM should be executed. In other words, through customer segmentation, the profitability for the customers should be maximized. The maximization of the profitability for the customers is the key to CRM. These are the success factors of the CRM of the distributors in Korea. Firstly, the top management's will power for CS management is needed. Secondly, the culture across the company should be made to respect the customers. Thirdly, specialized customer management and CRM workers should be trained. Fourthly, CRM behaviors should be developed for the whole staff members. Fifthly, CRM should be carried out through systematic cooperation between related departments. To make use of the case study for CRM, the company should understand the customer and establish customer management programs to set the optimal CRM strategy and continuously pursue it according to a long-term plan. For this, according to collected information and customer data, customers should be segmented and the responsive customer system should be designed according to the differentiated strategy according to the class of the customers. In terms of the future CRM, integrated CRM is essential where the customer information gathers together in one place. As the degree of customers' expectation increases a lot, the effective way to meet the customers' expectation should be pursued. As the IT technology improved rapidly, RFID (Radio Frequency Identification) appears. On a real-time basis, information about products and customers is obtained massively in a very short time. A strategy for successful CRM promotion should be improving the organizations in charge of contacting customers, re-planning the customer management processes and establishing the integrated system with the marketing strategy to keep good relation with the customers according to a long-term plan and a proper method suitable to the market conditions and run a company-wide program. In addition, a CRM program should be continuously improved and complemented to meet the company's characteristics. Especially, a strategy for successful CRM for the medium and small sized distributors should be as follows. First, they should change their existing recognition in CRM and keep in-depth care for the customers. Second, they should benchmark the techniques of CRM from the leading companies and find out success points to use. Third, they should seek some methods best suited for their particular conditions by achieving the ideas combining their own strong points with marketing. Fourth, a CRM model should be developed that will promote relationship with individual customers just like the precedents of small sized businesses in Switzerland through small but noticeable events.

  • PDF

A Study on the Improvement of the Maritime Safety Supervisor System for the Reinforcement of Coastal Ship Safety Control (내항선 안전관리강화를 위한 해사안전감독관 제도 개선 연구)

  • Lee, Seok-Mal
    • Journal of the Korean Society of Marine Environment & Safety
    • /
    • v.24 no.1
    • /
    • pp.43-55
    • /
    • 2018
  • The biggest change in the field of coastal ship safety control since the accident of passenger ship Sewol has been the introduction of the maritime safety supervisor system. With its introduction, the safety control system in coastal passenger ships was changed from consisting of operation managers and marine police to operation managers and a newly-introduced maritime safety supervisor. The safety control system for coastal cargo ships was also converted from relying on ship inspection officers to having a maritime safety supervisor and ship inspection officers. However some negative elements have surfaced due to confusion related to the scope of work in the coastal cargo shipping field. These have been caused by dividing the supervisory agency, a lack of work continuity given non-permanent public official status, low supervisor qualifications overlooking reality, and limitations of the order for improvement to secure seaworthiness. It is essential that the maritime safety supervisor system be solidified to reinforce coastal ship safety control. Therefore, systematic safety control in the coastal cargo shipping industry should be conducted by a single, integrated government agency, and the area covered by the order for improvement to secure seaworthiness should be extended. Also limitations of the supervisor recruitment system due to non-permanent public official status should be simultaneously improved. In addition, it is necessary to upgrade supervisor qualifications to require experience with surveyors of international class, ship captains, and chief engineers.

Characterizations of Yields and Seed Components of Sesame (Sesamum indicum L.) as Affected by Soil Moisture from Paddy Field Cultivation

  • Chun, Hyen Chung;Jung, Ki Yuol;Choi, Young Dae;Lee, Sanghun;Kim, Sung-Up;Oh, Eunyoung
    • Korean Journal of Soil Science and Fertilizer
    • /
    • v.50 no.5
    • /
    • pp.369-382
    • /
    • 2017
  • Accurate and optimal water supply to cereal crop is critical in growing stalks and producing maximum yields. Recently, upland crops are cultivated in paddy field soils to reduce overproduced rice in Korea. In order to increase productivity of cereal crops in paddy fields which have poor percolation and drainage properties, it is necessary to fully understand crop response to excessive soil water condition and management of soil drainage system in paddy field. The objectives of this study were to investigate effects of excessive soil water to sesame growth and to quantify stress response using groundwater levels. Two cultivars of sesame were selected to investigate; Gunbak and Areum. These sesames were planted in paddy fields located in Miryang, Gyeongnam with different soil drainage levels and drainage systems. The experiment site was divided into two plots by drainage class; very poorly and somewhat poorly drained. Two different drainage systems were applied to alleviate excessive soil water in each plot: open ditch and pipe drainage system. Soil water contents and groundwater levels were measured every hour during growing season. Pipe drainage system was significantly effective to alleviate wet injury for sesame in paddy fields. Pipe drainage system decreased average soil moisture content and groundwater level during sesame cultivation. This resulted in greater yield and lignan contetns in sesame seeds than ones from open ditch system. Comparison between two cultivars, Gunbak had greater decrease in growth and yield by excessive soil water and high groundwater level than Areum. Seed components (lignan) showed decrease in seeds as soil water increased. When soil moisture content was greater than 40%, lignan content tended to decrease than ones from less soil moisture content. Based on these results, pipe drainage system would be more effective to reduce wet injury to sesame and increase lignan component in paddy field cultivation.