• Title/Summary/Keyword: Hybrid TOE

Search Result 11, Processing Time 0.036 seconds

Design and Implementation of a Hybrid TCP/IP Offload Engine Prototype (Hybrid TCP/IP Offload Engine 프로토타입의 설계 및 구현)

  • Jang Han-Kook;Chung Sang-Hwa;Oh Soo-Cheol
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.33 no.5
    • /
    • pp.257-266
    • /
    • 2006
  • Recently TCP/IP Offload Engine (TOE) technology, which processes TCP/IP on a network adapter instead of the host CPU, has become an important approach to reduce TCP/IP processing overhead in the host CPU. There have been two approaches to implementing TOE: software TOE, in which TCP/IP is processed by an embedded processor on a network adapter; and hardware TOE, in which all TCP/IP functions are implemented by hardware. This paper proposes a hybrid TOE that combines software and hardware functions in the TOE. In the hybrid TOE, functions that cannot have guaranteed performance on an embedded processor because of heavy load are implemented by hardware. Other functions that do not impose as much load are implemented by software on embedded processors. The hybrid TOE guarantees network performance near that of hardware TOE and it has the advantage of flexibility, because it is easy to add new functions or offload upper-level protocols of TCP/IP. In this paper, we developed a prototype board with an FPGA and an ARM processor to implement a hybrid TOE prototype. We implemented the hardware modules on the FPGA and the software modules on the ARM processor. We also developed a coprocessing mechanism between the hardware and software modules. Experimental results proved that the hybrid TOE prototype can greatly reduce the load on a host CPU and we analyzed the effects of the coprocessing mechanism. Finally, we analyzed important features that are required to implement a complete hybrid TOE and we predict its performance.

Design and Implementation of a Hardware-based Transmission/Reception Accelerator for a Hybrid TCP/IP Offload Engine (하이브리드 TCP/IP Offload Engine을 위한 하드웨어 기반 송수신 가속기의 설계 및 구현)

  • Jang, Han-Kook;Chung, Sang-Hwa;Yoo, Dae-Hyun
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.34 no.9
    • /
    • pp.459-466
    • /
    • 2007
  • TCP/IP processing imposes a heavy load on the host CPU when it is processed by the host CPU on a very high-speed network. Recently the TCP/IP Offload Engine (TOE), which processes TCP/IP on a network adapter instead of the host CPU, has become an attractive solution to reduce the load in the host CPU. There have been two approaches to implement TOE. One is the software TOE in which TCP/IP is processed by an embedded processor and the other is the hardware TOE in which TCP/IP is processed by a dedicated ASIC. The software TOE has poor performance and the hardware TOE is neither flexible nor expandable enough to add new features. In this paper we designed and implemented a hybrid TOE architecture, in which TCP/IP is processed by cooperation of hardware and software, based on an FPGA that has two embedded processor cores. The hybrid TOE can have high performance by processing time-critical operations such as making and processing data packets in hardware. The software based on the embedded Linux performs operations that are not time-critical such as connection establishment, flow control and congestions, thus the hybrid TOE can have enough flexibility and expandability. To improve the performance of the hybrid TOE, we developed a hardware-based transmission/reception accelerator that processes important operations such as creating data packets. In the experiments the hybrid TOE shows the minimum latency of about $19{\mu}s$. The CPU utilization of the hybrid TOE is below 6 % and the maximum bandwidth of the hybrid TOE is about 675 Mbps.

Development of a Prototype for Hybrid TCP/IP Offload Engine (Hybrid TCP/IP Offload Engine의 프로토타입 개발)

  • Jang Hankook;Park Jong-Hoon;Chung Sang-Hwa
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.11a
    • /
    • pp.1000-1002
    • /
    • 2005
  • TOE(TCP/IP Offload Engine)은 호스트 CPU가 아닌 네트워크 어댑터 상에서 TCP/IP 프로토콜을 처리하여 호스트 CPU의 부하를 줄이는 기술이다. TOE의 구현 방안으로는 임베디드 프로세서를 사용하여 TCP/IP를 처리하는 소프트웨어적인 구현 방법과 TCP/IP의 모든 기능을 하드웨어로 구현하는 접근 방법이 제안되어왔다. 본 논문에서는 하드웨어적인 접근 방법과 소프트웨어적인 접근 방법을 결합한 Hybrid TOE 구조를 개발하기 위해 FPGA와 ARM 프로세서에 기반한 프로토타입을 개발하였다. Hybrid TOE는 많은 작업 부하로 인하여 임베디드 프로세서 상에서 성능을 확보하기 어려운 기능들은 하드웨어로 구현하고, 연결 설정과 같이 통신의 성능에 큰 영향을 끼치지 않는 기능들은 임베디드 프로세서 상에서 소프트웨어로 처리한다. 또한 본 논문에서는 실험을 통해 Hybrid TOE 프로토타입이 호스트 CPU 상에 발생하는 부하를 줄임을 입증하고, 하드웨어 구현을 통해 통신의 성능을 향상시킬 수 있음을 보였다.

  • PDF

Analysis of TCP/IP Protocol for Implementing a High-Performance Hybrid TCP/IP Offload Engine (고성능 Hybrid TCP/IP Offload Engine 구현을 위한 TCP/IP 프로토콜 분석)

  • Jang Hankook;Oh Soo-Cheol;Chung Sang-Hwa;Kim Dong Kyue
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.32 no.6
    • /
    • pp.296-305
    • /
    • 2005
  • TCP/IP, the most popular communication protocol, is processed on a host CPU in traditional computer systems and this imposes enormous loads on the host CPU. Recently TCP/IP Offload Engine (TOE) technology, which processes TCP/IP on a network adapter instead of the host CPU, becomes an important way to solve the problem. In this paper we analysed the structure of a TCP/IP protocol stack in the Linux operating system and important factors, which cause a lot of loads on the host CPU, by measuring the time spent on processing each function in the protocol stack. Based on these analyses, we propose a Hybrid TOE architecture, in which functions imposing much loads on the host CPU are implemented using hardware and other functions are implemented using software.

Design of Software and Hardware Modules for a TCP/IP Offload Engine with Separated Transmission and Reception Paths (송수신 분리형 TCP/IP Offload Engine을 위한 소프트웨어 및 하드웨어 모듈의 설계)

  • Jang Hank-Kok;Chung Sang-Hwa;Choi Young-In
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.33 no.9
    • /
    • pp.691-698
    • /
    • 2006
  • TCP/IP Offload Engine (TOE) is a technology that processes TCP/IP on a network adapter instead of a host CPU to reduce protocol processing overhead from the host CPU. There have been some approaches to implementing TOE: software TOE based on an embedded processor; hardware TOE based on ASIC implementation; and hybrid TOE in which software and hardware functions are combined. In this paper, we designed software modules and hardware modules for a hybrid TOE on an FPGA that had two processor cores. Software modules are based on the embedded Linux. Hardware modules are for data transmission (TX) and reception (RX). One core controls the TX path and the other controls the RX path of the Linux. This TX/RX path separation mechanism can reduce task switching overheads between processes and overcome poor performance of single embedded processor. Hardware modules deal with creating headers for outgoing packets, processing headers of incoming packets, and fetching or storing data from or to the host memory by DMA. These can make it possible to improve the performance of data transmission and reception. We proved performance of the TOE with separated transmission and reception paths by performing experiments with a TOE network adapter that was equipped with the FPGA having processor cores.

Analysis of Performance and Energy Saving of a SOFC-Based Hybrid Desiccant Cooling System (건물용 연료전지 기반 하이브리드 제습냉방시스템 성능 및 에너지 절감 분석)

  • IN, JUNGHYUN;LEE, YULHO;KANG, SANGGYU;PARK, SUNGJIN
    • Transactions of the Korean hydrogen and new energy society
    • /
    • v.30 no.2
    • /
    • pp.136-146
    • /
    • 2019
  • A solid oxide fuel cell (SOFC) based hybrid desiccant cooling system model is developed to study the effect of fuel utilization rate of the SOFC on the reduction of energy consumption and $CO_2$ emission. The SOFC-based hybrid desiccant cooling system consists of an SOFC system and a Hybrid desiccant cooling system (HDCS). The SOFC system includes a stack and balance of plant (BOP), and HDCS. The HDCS consists of desiccant rotor, indirect evaporative cooler, electric heat pump (EHP), and heat exchangers. In this study, using energy load data of a commercial office building and SOFC-based HDCS model, the amount of ton of oil equivalent (TOE) and ton of $CO_2$ ($tCO_2$) are calculated and compared with the TOE and $tCO_2$ generation of the EHP using grid electricity.

Optimization Process Models of Gas Combined Cycle CHP Using Renewable Energy Hybrid System in Industrial Complex (산업단지 내 CHP Hybrid System 최적화 모델에 관한 연구)

  • Oh, Kwang Min;Kim, Lae Hyun
    • Journal of Energy Engineering
    • /
    • v.28 no.3
    • /
    • pp.65-79
    • /
    • 2019
  • The study attempted to estimate the optimal facility capacity by combining renewable energy sources that can be connected with gas CHP in industrial complexes. In particular, we reviewed industrial complexes subject to energy use plan from 2013 to 2016. Although the regional designation was excluded, Sejong industrial complex, which has a fuel usage of 38 thousand TOE annually and a high heat density of $92.6Gcal/km^2{\cdot}h$, was selected for research. And we analyzed the optimal operation model of CHP Hybrid System linking fuel cell and photovoltaic power generation using HOMER Pro, a renewable energy hybrid system economic analysis program. In addition, in order to improve the reliability of the research by analyzing not only the heat demand but also the heat demand patterns for the dominant sectors in the thermal energy, the main supply energy source of CHP, the economic benefits were added to compare the relative benefits. As a result, the total indirect heat demand of Sejong industrial complex under construction was 378,282 Gcal per year, of which paper industry accounted for 77.7%, which is 293,754 Gcal per year. For the entire industrial complex indirect heat demand, a single CHP has an optimal capacity of 30,000 kW. In this case, CHP shares 275,707 Gcal and 72.8% of heat production, while peak load boiler PLB shares 103,240 Gcal and 27.2%. In the CHP, fuel cell, and photovoltaic combinations, the optimum capacity is 30,000 kW, 5,000 kW, and 1,980 kW, respectively. At this time, CHP shared 275,940 Gcal, 72.8%, fuel cell 12,390 Gcal, 3.3%, and PLB 90,620 Gcal, 23.9%. The CHP capacity was not reduced because an uneconomical alternative was found that required excessive operation of the PLB for insufficient heat production resulting from the CHP capacity reduction. On the other hand, in terms of indirect heat demand for the paper industry, which is the dominant industry, the optimal capacity of CHP, fuel cell, and photovoltaic combination is 25,000 kW, 5,000 kW, and 2,000 kW. The heat production was analyzed to be CHP 225,053 Gcal, 76.5%, fuel cell 11,215 Gcal, 3.8%, PLB 58,012 Gcal, 19.7%. However, the economic analysis results of the current electricity market and gas market confirm that the return on investment is impossible. However, we confirmed that the CHP Hybrid System, which combines CHP, fuel cell, and solar power, can improve management conditions of about KRW 9.3 billion annually for a single CHP system.

Thermoeconomic Analysis of Hybrid Desiccant Cooling System Driven by District Heating (지역난방에 연계된 하이브리드 제습냉방시스템의 경제성 분석)

  • Ahn, Joon;Kim, Jaeyool;Kang, Byung Ha
    • Transactions of the Korean Society of Mechanical Engineers B
    • /
    • v.38 no.9
    • /
    • pp.721-729
    • /
    • 2014
  • A hybrid desiccant cooling system (HDCS) that uses a heat pump driven by district heating instead of a sensible rotor can provide an increased energy efficiency in summer. In this paper, the summer operation costs and initial costs of both the HDCS and traditional systems are analyzed using annual equal payments, and national benefits are found from using the HDCS instead of traditional systems. In the analysis results, the HDCS reduces the operation cost by 30 compared to the traditional systems, and each HDCS unit has 0.079 TOE per year of primary energy savings and 0.835 $TCO_2$ per year of $CO_2$ emission reduction more than the traditional systems. If HDCSs were to be installed in 680,000 households by 2020, this would produce a replacement power effect of 463 MW. Despite this savings effect, HDCSs require a government subsidy before they can be supplied because the initial cost is higher than that of traditional systems. Thus, this paper calculates suitable subsidies and suggests a supply method for HDCSs considering the national benefits.

Capacities and Failure Modes of Transfer Girders in the Upper-Wall and Lower-Frame Structures having different Detailing (주상복합구조의 전이보 상세에 따른 성능과 파괴모드)

  • 이한선;김상연;고동우;권기혁;김민수
    • Proceedings of the Korea Concrete Institute Conference
    • /
    • 2000.10b
    • /
    • pp.845-850
    • /
    • 2000
  • This paper presents the results of tests performed on the transfer girders which have been generally used between upper walls and lower frames in the hybrid structures. The 8 specimens were designed using (1) ACI method, (2) strut-tie model, and (3) X-type shear reinforcement cage. The capacities of the specimens are in general larger than the design values except the one designed according to strut-tie model. The reason for this difference seems to be due to the arbitrary allocation of transferred shear force to the path of direct compression strut and the path of indirect strut and tie. The failure modes turn out toe be (1) shear failure at critical shear zone, (2) compressive concrete crushing in the diagonal strut in the shear zone of transfer girder, and (3) compressive concrete crushing in the corner of upper wall.

Improving Energy Self-sufficiency in Municipal Wastewater Treatment Plant using Renewable Energy Production (능동적 신재생에너지 생산을 통한 하수처리장 에너지자립화 향상)

  • Kang, Ji-Hoon;Chae, Kyu-Jung;Kim, Dong-Soo;Yang, Hee-Jung;An, Yeong-Seop;Kim, Won-Kyoung;Kim, Jeong-Hyeon;Park, Dong-Eul
    • Proceedings of the Korea Water Resources Association Conference
    • /
    • 2012.05a
    • /
    • pp.643-643
    • /
    • 2012
  • Increasing energy prices and growing concerns about global warming address the need to improve energy self-sufficiency in many industrial and municipal sectors. Wastewater treatment plants (WWTPs) are representative of energy-consuming facilities in Korea, accounting for 5% of national energy consumption. We present renewable energy technologies and energy self-sufficiency scenarios in a municipal WWTP ($30,000m^3d^{-1}$) located in Yongin, South Korea. By employing photovoltaics (PV, 135 kW), small hydropower turbine (10 kW), and thermal energy from treated effluent (25 RT: refrigeration ton) within the WWTP, a total of 142 tonne of oil equivalent (toe) of energy was estimated to be generated, accounting for $365ton\;CO_2\;yr^{-1}$ of greenhouse gas emission reduction. Core renewable technologies under consideration include 1) hybrid solar PV system consisting of fixed PV, dual-axis PV, and building integrated PV, 2) low-head small hydropower plant specifically designed for treated effluent, 3) effluent heat recovery system for heating and air conditioning. In addition to these core technologies, smart operation and management scheme will be presented for enhancing overall energy savings and distribution within the WWTP.

  • PDF