• Title/Summary/Keyword: Socket Transmission Application

Search Result 8, Processing Time 0.021 seconds

Analysis of the Interference between Parallel Socket Connections and Prediction of the Bandwidth (병렬 연결 간의 트래픽 간섭 현상 분석 및 대역폭 예측)

  • Kim Young-Shin;Huh Eui-Nam;Kim Il-Jung;Hwang Jun
    • Journal of Internet Computing and Services
    • /
    • v.7 no.1
    • /
    • pp.131-141
    • /
    • 2006
  • Recently, many researchers have been studied several high performance data transmission techniques such as TCP buffer Tuning, XCP and Parallel Sockets. The Parallel Sockets is an application level library for parallel data transfer, while TCP tuning, XCP and DRS are developed on kernel level. However, parallel socket is not analyzed in detail yet and need more enhancements, In this paper, we verify performance of parallel transfer technique through several experiments and analyze character of traffic interference among socket connections. In order to enhance parallel transfer management mechanism, we predict the number of socket connections to obtain SLA of the network resource and at the same time, affected network bandwidth of existing connections is measured mathematically due to the interference of other parallel transmission. Our analytical scheme predicts very well network bandwidth for applications using the parallel socket only with 8% error.

  • PDF

Web based File Transmission System using HTML5 (HTML5를 활용한 웹 기반 파일 전송 시스템)

  • Kim, Yu-Doo;Kim, Mo-Han;Moon, Il-Young
    • Journal of Advanced Navigation Technology
    • /
    • v.16 no.6
    • /
    • pp.968-974
    • /
    • 2012
  • After launched various smart devices such as smart phone and tablet PC, people who using smart devices are provided various services. Especially, contents sharing technology is utilized in any devices. But current contents sharing systems are made on various versions for various smart devices. These methods will be raising cost for development of application. Therefore it must using web technology for reducing cost. In this paper, we had analyzed performance of file transmission using web technology and compared with application based system.

Instant Software Platform (단발성 소프트웨어 전송시스템)

  • Cho, Sang-Won;Lee, Ki-Yeol;Lee, Jae-Hong
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2009.01a
    • /
    • pp.85-88
    • /
    • 2009
  • 본문에서는 계층적 근무 환경에서 계급 간 보안이 유지되어야할 software application들의 효율적인 접근을 제공하는 관리 시스템을 개발하였다. package화된 software를 DB화하여 소켓통신을 이용하여 client에서 원터치로 원하는 Application이 간편하게 자동으로 설치, 삭제되도록 설계하였다. 이로써 관리자는 효율적인 테스트환경 제공과 테스트중인 프로그램의 유출방지를 기대할 수 있다. 이 프로그램은 사용법이 간단하여 다양한 연령층이 다양한 분야에서 응용이 가능하도록 설계되었다.

  • PDF

Network Camera for CMOS Camera Module Inspection (CMOS 카메라 모듈 검사를 위한 네트워크 카메라)

  • 신은철;최병욱
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2004.10a
    • /
    • pp.809-813
    • /
    • 2004
  • In this paper, we developed a network camera for CMOS camera module inspection. The design, implementation details including embedded linux porting and CPLD logics, and performance of network camera are described. The network camera consists of SoC(S3C4530A), CPLD and CMOS image sensor. In order to image data of CMOS image sensor we designed capture logics on CPLD by using VHDL program. Embedded Linux such as uClinux is performed on the network camera to utilize development environment and TCP/IP protocol specification. The application is based on socket communication between GUI on PC and Embedded Linux based network camera. When JPEG compression is applied, the transmission speed was improved enough for this system to be used for an alternative of expensive CCTV or remote monitoring system in a power plant and uninhabited places.

  • PDF

Clinical application of auto-tooth bone graft material

  • Park, Sung-Min;Um, In-Woong;Kim, Young-Kyun;Kim, Kyung-Wook
    • Journal of the Korean Association of Oral and Maxillofacial Surgeons
    • /
    • v.38 no.1
    • /
    • pp.2-8
    • /
    • 2012
  • Introduction: Auto-tooth bone graft material consists of 55% inorganic hydroxyapatite (HA) and 45% organic substances. Inorganic HA possesses properties of bone in terms of the combining and dissociating of calcium and phosphate. The organic substances include bone morphogenetic protein and proteins which have osteoinduction capacity, as well as the type I collagen identical to that found in alveolar bone. Auto-tooth bone graft material is useful as it supports excellent bone regeneration capacity and minimizes the possibility of foreign body reaction,genetic diseases and disease transmission. Materials and Methods: Implant placement combined with osteoinductive regeneration,preservation of extraction socket, maxillary sinus augmentation, and ridge augmentation using block type,powder type, and block+powder type autobone graft materialwere performed for 250 patients with alveolar bone defect and who visited the Department of Oral and Maxillofacial Surgery, College of Dentistry, Dankook University from September 2009 to August 2011. Results: Clinical assessment: Among the 250 patients of auto-tooth bone graft, clinical assessment was performed for 133 cases of implant placement. The average initial stabilization of placed implants was 74 implant stability quotient (ISQ). Radiological assessment: The average loss of crestal bone in the mandible as measured 6 months on the average after the application of prosthesis load was 0.29 mm, ranging from 0 mm to 3.0 mm. Histological assessment: In the histological assessment, formation of new bone, densified lamellated bone, trabecular bones, osteoblast, and planting fixtures were investigated. Conclusion: Based on these results, we concluded that auto-tooth bone graft material should be researched further as a good bone graft material with osteoconduction and osteoinduction capacities to replace autogenous bone, which has many limitations.

A Study on the Application of Zero Copy Technology to Improve the Transmission Efficiency and Recording Performance of Massive Data (대용량 데이터의 전송 효율 및 기록 성능 향상을 위한 Zero Copy 기술 적용에 관한 연구)

  • Song, Min-Gyu;Kim, Hyo-Ryoung;Kang, Yong-Woo;Je, Do-Heung;Wi, Seog-Oh;Lee, Sung-Mo;Kim, Seung-Rae
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.16 no.6
    • /
    • pp.1133-1144
    • /
    • 2021
  • Zero-copy is a technology that is also called no-memory copy, and through its use, context switching between the user space and the kernel space can be reduced to minimize the load on the CPU. However, this technology is only used to transmit small random files, and has not yet been widely used for large file transfers. This paper intends to discuss the practical application of zero-copy in processing large files via a network. To this end, we first developed a small test bed and program that can transmit and store data based on zero-copy. Afterwards, we intend to verify the usefulness of the applied technology in detail through detailed performance evaluation

A study on Seamless Security Connection of Web Services for Mobile Environment (모바일 환경을 위한 웹 서비스의 무단절 보안 연결에 관한 연구)

  • Kim, Yong-Tae;Jeong, Yoon-Su;Park, Gil-Cheol
    • Convergence Security Journal
    • /
    • v.8 no.3
    • /
    • pp.41-49
    • /
    • 2008
  • Other server based-application and the need of more complex interaction is required with functional strengthening and variational uses of mobile device. And mobile environments make a problem of continuous of web-service by making a problem of instance cutting between web-server and mobile device which acts as a client because of mobility. Therefore, this paper embodies a framework which keeps security and connectivity between HTTP based web-service and mobile device, and is for connection to web-service of mobile device which uses WAP in a standard protocol based mobile environment of mobile web-service for continuous web-service. This paper is analyzed in the same standard condition to compared functional delay which is based on HTTP and WAP access, and data transmission volume. Also it investigates improvement of execution overhead which is brought by interaction process.

  • PDF

An Improvement of Performance for Data Downstream in IEEE 802.11x Wireless LAN Networks (IEEE 802.11x 무선 랜에서의 데이터 다운스트림 성능 향상)

  • Kim, Ji-Hong;Kim, Yong-Hyun;Hong, Youn-Sik
    • Journal of the Institute of Electronics Engineers of Korea TC
    • /
    • v.43 no.11 s.353
    • /
    • pp.149-158
    • /
    • 2006
  • We proposed a method for improving a performance of TCP downstream between a desktop PC as a fixed host and a PDA as a mobile host in a wired and wireless network based on IEEE 802.11x wireless LAN. With data transmission between these heterogeneous terminals a receiving time during downstream is slower than that during upstream by 20% at maximum. The reason is that their congestion window size will be oscillated due to a significantly lower packet processing rate at receiver compared to a packet sending rate at sender. Thus it will cause to increase the number of control packets to negotiate their window size. To mitigate these allergies, we proposed two distinct methods. First, by increasing a buffer size of a PDA at application layer an internal processing speed of a socket receive buffer of TCP becomes faster and then the window size is more stable. However, a file access time in a PDA is kept nearly constant as the buffer size increases. With the buffer size of 32,768bytes the receiving time is faster by 32% than with that of 512bytes. Second, a delay between packets to be transmitted at sender should be given. With an inter-packet delay of 5ms at sender a resulting receiving time is faster by 7% than without such a delay.