• 제목/요약/키워드: File Transfer

검색결과 209건 처리시간 0.021초

위성과 지상 회선에서 파일 전송 프로토콜의 최적 메세지 길이에 대한 연구 (A Study on the Optimal Message Length of File Transfer Protocol via Satellite and Terrestrial Links)

  • 박진양;이용훈;김정호;이상범
    • 한국정보처리학회논문지
    • /
    • 제4권1호
    • /
    • pp.215-223
    • /
    • 1997
  • 위성 회선의 대표적인 장점은 장거리 대용량 전송과 동보 통신이며, 지상 회선은 고속, 고품질의 데이타 전송이다. 따라서 가입자에게 양질의 파일 전송 서비스를 제 공하기 위해서 위성 회선과 지상회선의 특성을 결합한 형태의 서비스가 필요하다. 본 논문은 위성 회선에서 파일 전송의 타당성을 검토하기 위하여 HDLC와 FTAM접속 프로 토콜을 설계하여 위성 회선과 지상 회선의 파일 전송 효율에 대하여 해석하였다. 적 용된 전송 파라시터는 단위 메세지 길이와 파일의 전송 시간, 체인 레코드 길이를 512 바이트 보다 짧게하면 파일 전송 시간은 극단적으로 길게되며, 1024 바이트로 했 을 때 최소로 되고 2048 바이트 부터 급격하게 증가되었다. 체인 레코드수가 15개 이 하일 경우 전송 시간의 곡선은 극단적으로 감소되고 90개까지는 서서히 감소하며 90 개 이상에서는 일정한 전송 시간을 유지하였다. 이들의 결과에서 최적의 단위 메세지 길이는 1024 바이트 부근이라는 것을 확인할 수 있었다. 또한 위성 회선의 전송 속도 가 24 kbps에서 2400 bps로 늦어짐에 따라 최적 메세지의 길이도 640 바이트에서 256 바이트로 짧게 됨을 확인할 수 있었다.

  • PDF

분산 시스템에서 동적 파일 이전과 수학적 모델 (Dynamic File Migration And Mathematical model in Distributed Computer Systems)

  • 문원식
    • 디지털산업정보학회논문지
    • /
    • 제10권3호
    • /
    • pp.35-40
    • /
    • 2014
  • Many researches have been conducted to achieve improvement in distributed system that connects multiple computer systems via communication lines. Among others, the load balancing and file migration are considered to have significant impact on the performance of distributed system. The dynamic file migration algorithm common in distributed processing system involved complex calculations of decision function necessary for file migration and required migration of control messages for the performance of decision function. However, the performance of this decision function puts significant computational strain on computer. As one single network is shared by all computers, more computers connected to network means migration of more control messages from file migration, causing the network to trigger bottleneck in distributed processing system. Therefore, it has become imperative to carry out the research that aims to reduce the number of control messages that will be migrated. In this study, the learning automata was used for file migration which would requires only the file reference-related information to determine whether file migration has been made or determine the time and site of file migration, depending on the file conditions, thus reflecting the status of current system well and eliminating the message transfer and additional calculation overhead for file migration. Moreover, mathematical model for file migration was described in order to verify the proposed model. The results from mathematical model and simulation model suggest that the proposed model is well-suited to the distributed system.

멀티미디어 회의 원형모델을 통한 다지점이진화일전송 프로토콜 설정 메카니즘 (A study on multipoint binary file transfer protocol protocol estabilishment mechanism throughout generic model)

  • 고기원;김영선
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 1998년도 하계종합학술대회논문집
    • /
    • pp.729-732
    • /
    • 1998
  • ITU-T recommends T.120 for multimedia conferencing data protocols. In this paper, generic model of application protocols is shown for guaranteeting internetworking between application protocols in application users. And using generic conference control and multipoint communication service, multipoint binary file transfer application protocol is shown throughout application protocol generic model on public session environment.

  • PDF

전화망을 이용한 UUCP네트워크 (UUCP-Based Dial-up Network)

  • 전길남;조주현;김윤환;김종식
    • 한국통신학회논문지
    • /
    • 제9권2호
    • /
    • pp.94-102
    • /
    • 1984
  • UNIX system사이에 file transfer, remote command execution, mail transfer등의 기능을 갖는 UUCP에 대한 설명, SDN(System Development Network)에 설치하는 과정, USENET와 EUNET같은 해외 네트워크와의 연결 등에 대해 기술한다.

  • PDF

사이버 물리 시스템에서 효율적인 파일 전송을 위한 커널 레벨 분할 및 결합 연산의 설계와 구현 (Design and Implementation of Kernel-Level Split and Merge Operations for Efficient File Transfer in Cyber-Physical System)

  • 박현찬;장준희;이준석
    • 대한임베디드공학회논문지
    • /
    • 제14권5호
    • /
    • pp.249-258
    • /
    • 2019
  • In the cyber-physical system, big data collected from numerous sensors and IoT devices is transferred to the Cloud for processing and analysis. When transferring data to the Cloud, merging data into one single file is more efficient than using the data in the form of split files. However, current merging and splitting operations are performed at the user-level and require many I / O requests to memory and storage devices, which is very inefficient and time-consuming. To solve this problem, this paper proposes kernel-level partitioning and combining operations. At the kernel level, splitting and merging files can be done with very little overhead by modifying the file system metadata. We have designed the proposed algorithm in detail and implemented it in the Linux Ext4 file system. In our experiments with the real Cloud storage system, our technique has achieved a transfer time of up to only 17% compared to the case of transferring split files. It also confirmed that the time required can be reduced by up to 0.5% compared to the existing user-level method.

대용량 이메일 서비스를 위한 분산 구조 기반의 SMTP 서버 (A Distributed Architecture Based SMTP Server for Large Email Service)

  • 김영종;곽후근;정규식
    • 정보처리학회논문지C
    • /
    • 제16C권5호
    • /
    • pp.597-604
    • /
    • 2009
  • SMTP(Simple Mail Transfer Protocol) 서버는 네트워크를 기반으로 사용자의 메일을 전달 해주거나 저장하기 위해 만들어졌다. SMTP 서버는 대규모 서비스를 운영하거나 사용자가 많은 경우 또는 많은 양의 메일을 처리해야 하는 경우에는 SMTP 서버들을 복수로 구성할 수 있어야 한다. SMTP 서버의 메일 저장 공간인 파일시스템을 분리함으로써 복수의 SMTP 서버로 구성하는 것이 가능하며, 이때 분리된 파일시스템을 각각의 SMTP 서버들이 공유하기 위해 NFS(Network File System)를 사용하게 된다. 그러나 NFS는 네트워크 기반의 파일시스템으로써 파일시스템이 가지는 특성을 모두 가지고 있기 때문에, SMTP 서버들이 메일 저장 공간 공유를 위해 사용할 경우 불필요한 작업들로 인해 오버헤드가 발생하게 된다. 본 논문에서는 소켓(Socket)을 통해 직접 작업하는 방식을 사용하여 NFS를 사용함으로 인해 발생하는 작업 오버헤드를 줄이는 방식을 제안한다. NFS를 사용함으로 인해 발생하는 오버헤드를 최소화하기 위해 직접 소켓 작업을 할 수 있도록, 정보 기반의 저장 공간 구조 및 메일 저장을 위한 프로토콜을 정의하였다. 제안된 방식은 Netscape에서 만든 Mailstone을 이용하여 실험을 수행하였고, 실험을 통하여 제안된 방식이 기존 방식에 비해 성능이 향상되었음을 확인하였다.

GLONASS 시각 전달 국내 관측 결과 분석 (Analysis of domestic observation results of GLONASS time transfer)

  • 유동희;김용호
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2013년도 춘계학술대회
    • /
    • pp.81-83
    • /
    • 2013
  • 본 논문에서는 GLONASS 시각 전달에 대한 r2cggtts 프로그램의 국내 관측 결과를 분석하여 제시한다. r2cggtts 프로그램은 GPS 시각전달에 의한 시각비교에 전 세계적으로 활용되고 있는 프로그램으로써, 최근 GLONASS 에 대한 코드가 수정보완되었다. 이에, 국내에서 관측된 GLONASS 데이터를 이용해서 GLONASS 에 의한 시각전달 결과를 분석하여 제시한다.

  • PDF

메모리 복사를 최소화화는 효율적인 네트워크 시스템 호출 인터패이스 (An Efficient Network System Call Interface supporting minimum memory copy)

  • 송창용;김은기
    • 한국통신학회논문지
    • /
    • 제29권4B호
    • /
    • pp.397-402
    • /
    • 2004
  • 본 논문에서는 파일 전송 시 발생하는 메모리 복사(memo교 copy)와 문맥 교환(context switch)을 최소화하여 시스템의 성능(performance)을 향상시킬 수 있는 네트워크 시스템 호출에 관한 연구를 수행하였다. 기존 파일 전송 기법에서 사용자가 하나의 패킷을 전송할 때, 사용자와 커널(Kernel) 공간 사이에서의 메모리 복사가 2회에 걸쳐 수행된다. 이러한 사용자와 커널 공간 사이에서 이루어지는 메모리 복사는 데이터 전송에 소요되는 시간을 증가시키고, 시스템의 성능에 좋지 않은 영향을 준다. 본 논문은 이러한 문제점들을 해결하기 위하여 필요한 경우 사용자와 커널 사이에서의 메모리 복사를 수행하지 않고, 데이터가 커널 공간 내에서 송수신될 수 있는 새로운 알고리즘을 제시하였다. 또한 실제의 시스템에서 제안된 알고리즘의 성능을 분석하기 위하여 리눅스 커널 버전 2.6.0의 소스 코드를 수정하였고, 새로운 네트워크 시스템 호출을 구현하였다. 성능 측정 결과, 본 연구에서 제안한 파일 전송 방식이 기존의 파일 전승 방식에 비하여 짧은 파일 전송 시간을 보여주었다.

SMETA를 이용한 효과적인 SVG 파일 전송에 관한 연구 (A Study of Efficient Transmission of SVG File using SMETA)

  • 유남현;손철수;김원중
    • 한국정보통신학회논문지
    • /
    • 제11권1호
    • /
    • pp.14-19
    • /
    • 2007
  • XML이 다양한 분야에서 정보의 표현 및 교환을 위한 표준 포맷으로 사용하게 되면서 많은 회사가 SVG를 무선 인터넷 기반의 모바일 폰과 같은 임베디드 시스템의 사용자 인터페이스나 표현 도구로 사용하게 되었다. SVG 파일의 실제 사용되는 데이터에 비하여 문서의 구조를 이루기 위한 많은 부가적인 정보를 유지해야 하는 문제가 있기 때문에 실제 전송되는 데이터에 비하여 SVG 파일의 전송 시간이 많이 소요되는 문제가 있다. 이런 문제를 해결하기 위하여 압축 기법을 이용한 많은 연구들이 진행되어 왔다. 본 논문에서는 압축 기법을 이용한 기존의 연구와 동시에 사용이 가능한 SMETA를 제안한다. SMETA는 SVG 파일을 의미 부여가 가능한 최소 단위로 분할한 후, SVG 파일을 구성하는 구조를 변경하지 않으면서 각각의 분할된 부분에 의미가 부여된 메타 데이터를 할당한다. SVG 파일 전체를 전송하지 않고 임베디드 시스템과 서버 시스템 간의 SVG 파일과 관련된 메타 정보들을 분석하여 임베디드 시스템에 해당 메타데이터가 없거나 일치하지 않는 부분만을 전송하게 함으로써 실제 전송되는 SVG 파일의 사이즈를 줄일 수 있다. 또한 실제 전송되는 SVG 파일의 크기가 줄어듬으로써 전송 시간을 단축시킬 수 있는 장점이 있다.

피처 트리와 매크로 파일을 이용하는 하이브리드 파라메트릭 번역기 (A Hybrid Parametric Translator Using the Feature Tree and the Macro File)

  • 문두환;김병철;한순흥
    • 한국CDE학회논문집
    • /
    • 제7권4호
    • /
    • pp.240-247
    • /
    • 2002
  • Most commercial CAD systems provide parametric modeling functions, and by using these capabilities designers can edit a CAD model in order to create design variants. It is necessary to transfer parametric information during a CAD model exchange to modify the model inside the receiving system. However, it is not possible to exchange parametric information of CAD models based on the cur-rent version of STEP. The designer intents which are contained in the parametric information can be lost during the STEP transfer of CAD models. This paper introduces a hybrid CAB model translator, which also uses the feature tree of commercial CAD systems in addition to the macro file to allow transfer of parametric information. The macro-parametric approach is to exchange CAD models by using the macro file, which contains the history of user commands. To exchange CAD models using the macro-parametric approach, the modeling commands of several commercial CAD systems are analyzed. Those commands are classified and a set of standard modeling commands has been defined. As a neutral fie format, a set of standard modeling commands has been defined. Mapping relations between the standard modeling commands set and the native modeling commands set of commercial CAD systems are defined. The scope of the current version is limited to parts modeling and assemblies are excluded.