• 제목/요약/키워드: module system

Search Result 6,665, Processing Time 0.048 seconds

The Design and Implementation of High Performance Intrusion Prevention Algorithm based on Signature Hashing (시그너처 해싱 기반 고성능 침입방지 알고리즘 설계 및 구현)

  • Wang, Jeong-Seok;Jung, Yun-Jae;Kwon, H-Uing;Chung, Kyu-Sik;Kwak, Hu-Keun
    • The KIPS Transactions:PartC
    • /
    • v.14C no.3 s.113
    • /
    • pp.209-220
    • /
    • 2007
  • IPS(Intrusion Prevention Systems), which is installed in inline mode in a network, protects network from outside attacks by inspecting the incoming/outgoing packets and sessions, and dropping the packet or closing the sessions if an attack is detected in the packet. In the signature based filtering, the payload of a packet passing through IPS is matched with some attack patterns called signatures and dropped if matched. As the number of signatures increases, the time required for the pattern matching for a packet increases accordingly so that it becomes difficult to develop a high performance US working without packet delay. In this paper, we propose a high performance IPS based on signature hashing to make the pattern matching time independent of the number of signatures. We implemented the proposed scheme in a Linux kernel module in a PC and tested it using worm generator, packet generator and network performance measure instrument called smart bit. Experimental results show that the performance of existing method is degraded as the number of signatures increases whereas the performance of the proposed scheme is not degraded.

Experimental Study on the Performance Characteristics of Air Hybrid Engine (Air hybrid 엔진의 구동 특성에 관한 실험적 연구)

  • Lee, Yong-Gyu;Kim, Yong-Rae;Kim, Young-Min;Park, Chul-Woong;Choi, Kyo-Nam;Jeong, Dong-Soo
    • Journal of the Korean Institute of Gas
    • /
    • v.15 no.5
    • /
    • pp.50-56
    • /
    • 2011
  • A preliminary experimental study of new concept air hybrid engine, which stores compressed air in the tank during braking and re-use it to propel vehicle during crusing or acceleration, was carried out in this study. A single cylinder engine was modified to realize the concept of air hybrid engine. Independent variable valve lift system was adopted in one of the exhaust valves to store the compressed air into the air tank during compression period. An air injector module was installed in the place of spark plug, and the stored compressed air was supplied during the expansion period to realize air motoring mode. For air compression mode, the tank with volume of 30 liter could be charged up to more than 13 bar. By utilizing this stored compressed air, motoring work of 0.41 bar of IMEP(Indicated mean effective pressure) at maximum can be generated at the 800rpm conditions, which is higher than the case of normal idle condition by 1.1 bar of IMEP.

Development and Application of Blended Learning Strategy for Collaborative Learning (협력학습을 위한 혼합학습 전략 개발 및 적용)

  • Ku, Jin-Hui;Choi, Won-Sik
    • 대한공업교육학회지
    • /
    • v.34 no.2
    • /
    • pp.267-285
    • /
    • 2009
  • The collaborative learning has been considered as an efficient teaching model and under the recent basic learning environment, even face-to-face classroom circumstance rapidly increases the courses of blended learning which utilize the merits of e-learning environment. Nonetheless, the study on the strategy for systematic blended learning is quite scarce. In this study, the survey was done for developing the blended learning strategy, based on the collaborative learning model at the face-to-face environment and judging the satisfaction on the courses which the model was applied to. The survey consists of demographic questions, satisfaction in the whole courses, satisfaction in the collaborative learning under the blended learning environment and satisfaction in the blended learning strategy and support tools applied to each step of the learning. The result of this study is as follows. First, in response to the question that the blended learning can complement the face-to-face classroom courses, the respondents represented average 4.09 at 5-point Likert scale. And to the question whether the collaborative learning is more efficient under the blended learning environment than the face-to-face classroom, the response corresponds to 4.06 scale on the average. Second, as for the satisfaction in the blended learning strategy and support tools applied to the each step of the blended learning, the satisfaction degree is analyzed as high as over 4.0 on the average toward all the questions. Third, regarding the support tools used for the blended learning strategy, the learners consider the tools as most helpful in order of chatting, team community, mail & note and archive. Lastly, I would like to suggest that the study result should be highly reflected in constructing the collaborative learning module of learning control system in the future.

XML Web Services for Learning ContentsBased on a Pedagogical Design Model (교수법적 설계 모델링에 기반한 학습 컨텐츠의 XML 웹 서비스 구축)

  • Shin, Haeng-Ja;Park, Kyung-Hwan
    • Journal of Korea Multimedia Society
    • /
    • v.7 no.8
    • /
    • pp.1131-1144
    • /
    • 2004
  • In this paper, we investigate a problem with an e-learning system for e-business environments and introduce the solving method of the problem. To be more accurate, existing Web-hosted and ASP (Application Service Provider)-oriented service model is difficult to cooperate and integrate among the different kinds of systems. So we have produced sharable and reusable learning object, they have extracted a principle from pedagogical designs for units of reuse. We call LIO (Learning Item Object). This modeling makes use of a constructing for XML Web Services. So to speak, units of reuse from pedagogical designs are test tutorial, resource, case example, simulation, problem, test, discovery and discussion and then map introduction, fact, try, quiz, test, link-more, tell-more LIO learning object. These typed LIOs are stored in metadata along with the information for a content location. Each one of LIOs is designed with components and exposed in an interface for XML Web services. These services are module applications, which are used a standard SOAP (Simple Object Access Protocol) and locate any computer over Internet and publish, find and bind to services. This guarantees the interoperation and integration of the different kinds of systems. As a result, the problem of e-learning systems for e-business environments was resolved and then the power of understanding about learning objects based on pedagogical design was increased for learner and instruction designers. And organizations of education hope for particular decreased costs in constructing e-learning systems.

  • PDF

FAST : A Log Buffer Scheme with Fully Associative Sector Translation for Efficient FTL in Flash Memory (FAST :플래시 메모리 FTL을 위한 완전연관섹터변환에 기반한 로그 버퍼 기법)

  • Park Dong-Joo;Choi Won-Kyung;Lee Sang-Won
    • The KIPS Transactions:PartA
    • /
    • v.12A no.3 s.93
    • /
    • pp.205-214
    • /
    • 2005
  • Flash memory is at high speed used as storage of personal information utilities, ubiquitous computing environments, mobile phones, electronic goods, etc. This is because flash memory has the characteristics of low electronic power, non-volatile storage, high performance, physical stability, portability, and so on. However, differently from hard disks, it has a weak point that overwrites on already written block of flash memory is impossible to be done. In order to make an overwrite possible, an erase operation on the written block should be performed before the overwrite, which lowers the performance of flash memory highly. In order to solve this problem the flash memory controller maintains a system software module called the flash translation layer(FTL). Of many proposed FTL schemes, the log block buffer scheme is best known so far. This scheme uses a small number of log blocks of flash memory as a write buffer, which reduces the number of erase operations by overwrites, leading to good performance. However, this scheme shows a weakness of low page usability of log blocks. In this paper, we propose an enhanced log block buffer scheme, FAST(Full Associative Sector Translation), which improves the page usability of each log block by fully associating sectors to be written by overwrites to the entire log blocks. We also show that our FAST scheme outperforms the log block buffer scheme.

Network Adaptive Quality of Service Method in Client/Server-based Streaming Systems (클라이언트/서버 기반 스트리밍 시스템에서의 네트워크 적응형 QoS 기법)

  • Zhung, Yon-il;Lee, Jung-chan;Lee, Sung-young
    • The KIPS Transactions:PartA
    • /
    • v.10A no.6
    • /
    • pp.691-700
    • /
    • 2003
  • Due to the fast development of wire&wireless internet and computer hardware, more and more internet services are being developed, such as Internet broadcast, VoD (Video On Demand), etc. So QoS (Qualify of Service) is essentially needed to guarantee the quality of these services. Traditional Internet is Best-Effort service in which all packets are transported in FIFO (First In First Out) style. However, FIFO is not suitable to guarantee the quality of some services, so more research in QoS router and QoS protocol are needed. Researched QoS router and protocol are high cost and inefficient because the existing infra is not used. To solve this problem, a new QoS control method, named Network Adaptive QoS, is introduced and applied to client/server-based streaming systems. Based on network bandwidth monitoring mechanism, network adaptive QoS control method can be used in wire&wireless networks to support QoS in real-time streaming system. In order to reduce application cost, the existing streaming service is used in NAQoS. A new module is integrated into the existing server and client. So the router and network line are not changed. By simulation in heavy traffic network conditions, we proved that stream cannot be seamless without network adaptive QoS method.

Simple Model for Preliminary Design of Hexagrid Tall Building Structure (헥사그리드 고층건물구조의 예비설계를 위한 단순모델)

  • Lee, Han-Ul;Kim, Young-Chan
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.18 no.6
    • /
    • pp.13-20
    • /
    • 2017
  • High-rise building shapes are changing from orthogonal to irregular form and the current trend is to arrange members in geometric grid-patterns at the perimeter of buildings. This study proposes a simple model for the preliminary design of a hexagrid high-rise building. The size of the cross section is set to be different at each module and hexagrid unit, which is different from the previous studies in which all hexagrid members were the same. To examine the effect of hexagrid size on structural performance, 60-story hexagrid buildings with 1-, 2- and 4-story high modules are designed and analyzed. Maximum lateral displacement, steel tonnage, load carrying percentage of perimeter frame and combined strength ratio are compared for 15 buildings. As the lateral load carrying capacity of hexagrid structure was inferior to a diagrid structural system, proper lateral stiffness should be allocated to the core frame in a hexagrid structure. The best ratio of flexural to shear deformation was 4 and larger unit size was better in considering constructional cost and structural efficiency. As the maximum lateral displacements of the buildings were within 84%~108% of the limit, the proposed method seems to be applicable to preliminary design of hexagrid buildings.

Disjointed Multipath Routing for Real-time Multimedia Data Transmission in Wireless Sensor Networks (무선 센서 네트워크 환경에서 실시간 멀티미디어 데이터 전송을 위한 비-중첩 다중 경로 라우팅)

  • Jo, Mi-Rim;Seong, Dong-Ook;Park, Jun-Ho;Yoo, Jae-Soo
    • The Journal of the Korea Contents Association
    • /
    • v.11 no.12
    • /
    • pp.78-87
    • /
    • 2011
  • A variety of intelligent application using the sensor network system is being studied. In general, the sensor network consists of nodes which equipped with a variety of sensing module and is utilized to collect environment information. Recently, the demands of multimedia data are increasing due to the demands of more detailed environmental monitoring or high-quality data. In this paper, we overcome the limitations of low bandwidth in Zigbee-based sensor networks and propose a routing algorithm for real-time multimedia data transmission. In the previously proposed algorithm for multimedia data transmission occurs delay time of routing setup phase and has a low data transmission speed due to bandwidth limitations of Zigbee. In this paper, we propose the hybrid routing algorithm that consist of Zigbee and Bluetooth and solve the bandwidth problem of existing algorithm. We also propose the disjointed multipath setup algorithm based on competition that overcome delay time of routing setup phase in existing algorithm. To evaluate the superiority of the proposed algorithm, we compare it with the existing algorithm. Our experimental results show that the latency was reduced by approximately 78% and the communication speed is increased by approximately 6.9-fold.

Design and Implementation of Ganga Plugins for Grid Interoperability (그리드 상호 운용을 위한 Ganga 플러그인 설계 및 구현)

  • Kim, Han-Gi;Hwang, Soon-Wook;Lee, Yoon-Ki;Kim, Eun-Sung;Yeom, Heon-Y.
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.15 no.12
    • /
    • pp.881-890
    • /
    • 2009
  • To solve big problem in high energy physics or bioinformatics, it needs a large number of computing resources. But it hard to be provided by one grid environment. While user can submit each job by using it's own user interface in each grid environment, it may need many cost and efforts to manage several hundred jobs conserved in each grid environment separately. In this paper, to solve this problem we develop Ganga's Gridway backend and InterGrid backend. Therefore as we provide the same grid user interface between different grid environments. We developed a Gridway backend module that provide users with access to globus-based grid resources as well. We have also developed an InterGrid backend that allows users to submit jobs that have access to both glite-based resources and globus-based resources. In order to demonstrate the practicality of the new backend plugin modules, we have integrated the AutoDock application used by WISDOM project into Ganga as a new built-in application plugin for Ganga. And we preformed interoperability experiment between PRAGMA grid based on Globus and EGEE grid based on gLite.

On the Sequences of Dialogue Acts and the Dialogue Flows-w.r.t. the appointment scheduling dialogues (대화행위의 연쇄관계와 대화흐름에 대하여 -[일정협의 대화] 중심으로)

  • 박혜은;이민행
    • Korean Journal of Cognitive Science
    • /
    • v.10 no.2
    • /
    • pp.27-34
    • /
    • 1999
  • The main purpose of this paper is to propose a general dialogue flow in 'the a appointment scheduling dialogues' in German using the concept of dialogue acts. A basic a assumption of this research is that dialogue acts contribute to the improvement of a translation system. They might be very useful to solve the problems that syntactic and semantic module could not resolve using contextual knowledge. The classification of the dialogue acts was conducted as a work of VERBMOBIL project and was based on real dialogues transcribed by experts. The real dialogues were analyzed in terms of the dialogue acts. We empirically analyzed the sequences of the dialogue acts not only in a series of dialogue turns but also in one dialogue turn. We attempted to analyZe the sequences in one dialogue turn additionally because the dialogue data used in this research showed some difference from the ones in other existing researches. By examining the sequences in dialogue acts. we proposed the dialogue flowchart in 'the a appointment scheduling dialogues' 'Based on the statistical analysis of the sequences of the most frequent dialogue acts. the dialogue flowcharts seem to represent' the a appointment scheduling dialogues' in general. A further research is required on c classification of dialogue acts which was a base for the analysis of dialogues. In order to e extract the most generalized model. we did not subcategorize each dialogue acts and used a limited number of items of dialogue acts. However. generally defined dialogue acts need to be defined more concretely and new dialogue acts for specific situations should be a added.

  • PDF