• 제목/요약/키워드: Slow-start

검색결과 85건 처리시간 0.037초

흐름제어를 하지 않는 고속 TCP 의 구현 및 성능 (Implementation and performance of flow uncontrolled fast TCP)

  • 오홍균;김은기
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2003년도 추계학술발표논문집 (중)
    • /
    • pp.1093-1096
    • /
    • 2003
  • 인터넷 프로토콜들은 RFC(Request For Comments)에 정의되어 있다. 하지만 RFC 는 단순한 권고 사항 일뿐 강제적인 요구사항은 아니다. 그렇기 때문에 RFC 에 정의되어 있는 흐름제어 메커니즘 같은 권고사항을 무시하고 인터넷 프로토콜들을 구현할 수도 있다. 그러나 이렇게 구현된 프로토콜들이 망에 미치는 영향이나, 그것을 제한하기 위한 연구는 아직까지 이루어 지지 않고 있다. 본 논문에서는 RFC 규격을 따르지 않는 TCP와 RFC 규격을 따르는 표준 TCP와의 성능 차이를 비교하였다. 그것을 위하여 리눅스 커널의 TCP 프로토콜을 수정하여 흐름제어를 하지 않는 서로 다른 6개의 항목을 만들고, 표준 TCP와의 성능을 비교하였다. 그 결과, 목적지가 근거리인 경우 정상적인 TCP와 본 연구에서 수정된 TCP 간의 파일 전송 시간의 차이는 크게 나지 않았다. 하지만, 원거리에 있는 목적지로 웹 페이지 정도의 작은 파일을 전송할 경우, 흐름제어 메커니즘 중 저속 출발(slow start)을 적용하지 않았을 때는 전송 시간에서 매우 큰 차이를 나타냈다.

  • PDF

종단간 순방향/역방향 전송 지연에 따른 TCP Reno 혼잡제어 알고리즘 성능향상 (Performance improvement of TCP Reno congestion control algorithm using end-to-end estimation of forward/backward delay variation)

  • 한규형;김은기
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2005년도 추계학술발표대회 및 정기총회
    • /
    • pp.1295-1298
    • /
    • 2005
  • 기존 TCP Reno 의 혼잡 제어는 트래픽에 수동적으로 동작하는 방법으로서 혼잡이 이미 발생한 상태에서 동작하게 되므로 발생 시점의 라우터 버퍼는 이미 최대치에 도달해 있게 된다. 따라서 이후에 도착하는 모든 패킷은 폐기되므로 이 패킷들을 전송한 모든 송신원은 거의 동시에 윈도우 크기를 줄이는 Slow-start 단계에 들어가게 되어 일시적으로 링크 사용률이 떨어지는 전역 동기화(global synchronization)가 발생하게 된다. 이러한 문제를 해결하기 위해서는 네트워크의 혼잡이 발생하기 전에 능동적으로 대처하는 방안이 필요하다. 본 논문에서는 새로운 RTT 계산 알고리즘인 순방향/역방향 전송지연 알고리즘을 이용하여 네트워크의 혼잡을 미리 예측하고 네트워크 혼잡에 능동적으로 대처할 수 있는 새로운 알고리즘을 제안한다. 본 논문에서는 리눅스(Linux) 커널(Kernel)의 TCP Reno 의 흐름제어 및 혼잡제어를 수정하여 네트워크 혼잡에 능동적으로 대처 할 수 있는 새로운 TCP Reno 를 설계, 구현하였다.

  • PDF

지연 ACK 옵션을 사용할 때의 TCP 성능개선 (TCP Performance using Delayed ACK option)

  • 민구봉;김종권
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2000년도 봄 학술발표논문집 Vol.27 No.1 (A)
    • /
    • pp.271-273
    • /
    • 2000
  • 본 논문에서는 TCP 수신자가 지연 ACK 옵션(Delayed ACK Option)을 사용할 경우에 TCP 송신자에게 발생하는 성능 저하요인들을 분석하고 다음과 같은 해결책을 제시하였다. 먼저, 느린 시작 구간(Slow Start phase) 처음에 생기는 ACK 타임아웃은 큰 초기 윈도우(large initial window)또는 1-bit 마킹 기법을 통해 해결할 수 있다. 그리고, 느린 시작 구간과 혼잡 회피 구간(Congestion Avoidance phase)에서 혼잡 윈도우(cwnd)가 천천히 증가하는 문제는 적절히 바이트 카운팅 기법을 사용함으로써 해결할 수 있다. 마지막으로, 송신자가 버스트(burst)한 데이터를 네트웍에 발생시키는 문제는 트래픽을 평활(pacing)함으로써 해결할 수 있다. 또한 본 연구에서는 분석적 모델링을 통하여 TCP가 보내는 평균 전송률을 구하였으며 이 결과는 TCP에 친화한 전송률 기반 전송방법(TCP Friendly Rate Based Control)에 응용될 수 있을 것이다. 그리고 시뮬레이션을 통해서 제시한 방법의 성능이 향상됨을 확인하였다.

  • PDF

TCP 트래픽을 이용한 능동적인 큐 관리 (A Study on the Active Queue Management Scheme with TCP Traffic)

  • 양진영;이팔진;김종화
    • 정보처리학회논문지C
    • /
    • 제8C권3호
    • /
    • pp.345-350
    • /
    • 2001
  • IP 네트워크 상에 TCP 데이터 트래픽의 제공은 처리율과 공정성을 향상시키기 위해 특별한 기법이 필요하다. 여기에는 DT와 RED와 같은 많은 기법들이 제안되었다. RED 알고리즘은 폭주를 회피하고 적은 지연과 높은 처리율을 유지하기 위한 목적으로 제안되었다. 현재의 TCP/IP 환경에서 TCP 근원지는 Slow-Start 단계에 들어감으로써 드롭된 패킷에 반응하지만, 네트워크 이용률은 급속히 떨어진다. 폭주를 탐지하고, 이를 무작위로 선택된 연결에 통보하므로써 RED는 글로벌 동기화 및 공정성 문제를 유발한다. 본 논문에서는 성능을 향상시키기 위해 공정성을 유지하고, 글로벌 동기화 문제를 해결할 수 있는 능동적인 큐 관리 알고리즘을 제안한다. 제안된 알고리즘은 버퍼크기와 임계치 변화에 따른 goodput, 처리율, 공정성의 평가인자를 이용하여 기존의 기법인 DT, RED와 비교 분석을 수행하고, 제안된 기법의 타당성을 보인다.

  • PDF

인간형 로봇의 동작 더스트를 위한 그래픽 시뮬레이터 (Graphic Simulator for processing test of Humanoid Robot)

  • 황병훈;김지홍
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2003년도 하계학술대회 논문집 D
    • /
    • pp.2480-2482
    • /
    • 2003
  • As make a simulator including user interface functions like start & stop, load parameters, record and save, view 3D display has a real-like length and numerical value of sizes, represent real-shape of inner and outer part of robot, make the possible fast and slow selective observation as a adjust a step, receiving the images through the image device which attached in robot, so make a motion tester simulator of humanoid robot which coded by windows based GUI(Graphic User Interface) program with a MMI(Man Machine Interface) function that user can watch the environment which included robot and use a images. For implement this, we use a design data that converted data which made by use a CAD for Laser RP(Rapid Prototyping) progress into C coding for simulator programming. Using OpenGL, an API of graphic, it has a efficiency and detail of graphic operation. To make and test animation data, it has the option of save and resume in animation.

  • PDF

HTTP에서 서버 자원의 효율적인 이용를 위한 연결 관리 연구 (A Study on Connection Management for Efficient Use of Server's Resource in HTTP)

  • 이윤정;김태윤
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2000년도 제13회 춘계학술대회 및 임시총회 학술발표 논문집
    • /
    • pp.629-632
    • /
    • 2000
  • 현재 사용하고 있는 HTTP/1.0은 각각의 트랜잭션마다 별개의 TCP 연결 설정을 해야함으로서 야기되는 잦은 RTT지연과 Slow Start로 인해 성능상의 문제점을 야기하고 있다. IETF의 HTTP-NG은 이런 문제점을 포함하여 다각적인 요구를 수용할 수 있도록 HTTP/1.1(RFC 2616)을 발표하였다. HTTP/1.1은 이 문제점을 지속적인 연결(Persistent Connection) 개념을 도입하여 개선하고 있다. 그러나, 연결 해제 시점을 명확하게 정의하고 있지 않기 때문에 이로 인해 서버의 자원 낭비를 줄이는 효율적인 연결 관리 방법을 제시하지 못하고 있다. 본 논문은 하나의 TCP 연결 위에 다중의 요구들을 실행할 수 있는 HTTP/1.1의 지속적인 연결 개념에, 클라이언트 측에서 적절한 TCP 연결 해제 시점을 지원하여 서버 자원을 효율적으로 사용할 수 있는 알고리즘을 제안한다.

  • PDF

Seeking magnetic separatrices on the solar surface using EUV waves

  • Jang, Soojeong;Kwon, Ryun-Young;Kim, Rok-Soon;Lee, Jae-Ok
    • 천문학회보
    • /
    • 제44권1호
    • /
    • pp.50.3-50.3
    • /
    • 2019
  • The EUV wave is a disturbance that has been believed to be the fast-mode (shock) wave, which can propagate passing through magnetic field lines. After the passage of EUV waves, coronal streamers start to show kink-mode oscillations, and the footpoints, i.e., magnetic separatrices, of the oscillating streamers are observed as the so-called stationary front. We compare the stationary front observed by EUV imagers and coronal streamers observed in coronagraphic images. We analyze the successive events occurred in September 2011. We find that the stationary fronts are consistent with the coronal streamer boundaries, and they are located along the boundaries of coronal holes and active regions. Our results confirm that EUV waves are in fact fast-mode waves and demonstrate that the stationary front is a promising tool to probe into the source of slow solar wind that is the boundary of coronal streamers on the solar surface.

  • PDF

경쟁력 있는 리모델링 공사에 대한 기술적 요소 (Technical Elements for a Competitive Remodeling Construction)

  • 전의연;김규용
    • 한국건축시공학회:학술대회논문집
    • /
    • 한국건축시공학회 2023년도 봄 학술논문 발표대회
    • /
    • pp.157-158
    • /
    • 2023
  • Building Information Modeling (BIM) design has been mandatory in Korea since 2016, and it has been gradually expanding in the industry, with a slow attempt to apply it in remodeling constructions. This is because Korea is facing a situation where many buildings are over 30 years old and require remodeling or reconstruction. The remodeling industry is also a growing market, as it saves construction time and cost compared to reconstruction. BIM is an ideal technology element for a competitive remodeling construction, as remodeling constructions face a complicated construction process from the start, including demolition, maintenance, and reinforcement to save the change process. However, there are still limitations in applying BIM to remodeling constructions, due to considerations of the existing building and the complicated requests of the inhabitants. BIM still has technical and environmental limitations for general use. In this study, I analyzed BIM application cases from existing studies and suggest what improvement points should be strengthened.

  • PDF

건축인허가 법규에 따른 BIM 정보 관리 방안 연구 (A Study on the Additional Properties Management Method for Building Code Automated Checking by BIM)

  • 김병주;김규용
    • 한국건축시공학회:학술대회논문집
    • /
    • 한국건축시공학회 2023년도 봄 학술논문 발표대회
    • /
    • pp.211-212
    • /
    • 2023
  • Building Information Modeling (BIM) design has been mandatory in Korea since 2016, and it has been gradually expanding in the industry, with a slow attempt to apply it in remodeling constructions. This is because Korea is facing a situation where many buildings are over 30 years old and require remodeling or reconstruction. The remodeling industry is also a growing market, as it saves construction time and cost compared to reconstruction. BIM is an ideal technology element for a competitive remodeling construction, as remodeling constructions face a complicated construction process from the start, including demolition, maintenance, and reinforcement to save the change process. However, there are still limitations in applying BIM to remodeling constructions, due to considerations of the existing building and the complicated requests of the inhabitants. BIM still has technical and environmental limitations for general use. In this study, I analyzed BIM application cases from existing studies and suggest what improvement points should be strengthened.

  • PDF

망막 ON형 쌍극세포의 광응답에 따른 다중성분의 전달물질 방출에 관한 해석 (Analysis on Multi-Components of Neurotransmitter Release in Response to Light of Retinal ON-Type Bipolar Cells)

  • 정남채
    • 융합신호처리학회논문지
    • /
    • 제14권4호
    • /
    • pp.222-230
    • /
    • 2013
  • 망막 쌍극세포는 광자극에 대하여 완만한 전위응답을 하며, 막전위에 의존하여 전달물질(glutamine 산)을 방출한다. 본 논문에서는 ON형 쌍극세포의 시냅스 앞단에서 전달물질 방출 기구에 관한 여러 가지의 생리학적 정보를 수식적 모델로 통합하였다. 전달물질 방출의 빠른 성분과 느린 성분의 공급원을 병렬로 배치한 본 모델은 전달물질 방출의 막전위 및 세포 내 $Ca^{2+}$ 농도 의존성을 충실하게 재현할 수가 있었다. 또한 전달물질의 빠른 방출 성분은 사다리꼴 모양의 막전위 의존성을 나타내는 데에 반하여, 느린 방출 성분은 종모양의 막전위 의존성을 나타내기 때문에 세포 내의 $Ca^{2+}$ 농도 상승을 $Ca^{2+}$ 완충제로 억제하여 느린 방출 성분이 감소되고, 전달 물질 방출의 막전위 의존성이 사다리꼴 모양의 특성이 되는 것을 확인하였다. 그리고 ON 형 쌍극세포의 광응답에서 일시적 성분과 지속적 성분에 의하여 발생하는 전달물질 방출을 시뮬레이션한 결과 광응답의 시작은 전달물질을 빠르게 방출하게 하였으며, 광응답의 일시적 성분과 초기의 지속적 성분은 전달물질을 느리게 방출하도록 하였다. 또한 광응답의 후기 지속적 성분은 저장 pool로부터 보충된 시냅스 소포에 의하여 지속적인 방출이 발생하기 때문이라는 것을 확인하였다.