• Title/Summary/Keyword: User Ability of System Usage

Search Result 14, Processing Time 0.022 seconds

A Study on the current status of EUC and individual characteristics of end-users in Korean firms (최종사용자 컴퓨팅의 실태와 최종사용자 개인적 특성에 관한 연구)

  • 김상수
    • The Journal of Information Systems
    • /
    • v.5
    • /
    • pp.383-409
    • /
    • 1996
  • This study has two research objectives related to end-user computing (EUC). One of the research objectives was to investigate the current status of EUC of Korean firms. Another research objective was to examine the relationship between individual differences of end-users and EUC success. Using survey data from 752 end-users of 23 firms, the current status of EUC and the relationship between individual differences of end-users and EUC success were investigated. The current status of EUC was examined from six perspectives : 1) what is the characteristics of EUC strategy of Korean firms, 2) what are the individual characteristics of end-users in Korean firms 3) what are the characteristics of tasks performed by end-users computer, 4) what are the application areas of EUC, 5) How end-users are satisfied with the support of firm, 6) what are system usage and satisfaction of end-users. It was also found that individual differences of end-users are related to EUC success. More specifically, it was shown that the male gender, younger age, higher level of education, higher rank and organizational tenure, higher math ability, thinking type of cognitive style, positive and optimistic attitudes toward computer, more experience with computer, more computer education and knowledge are individual differences variables associated with EUC success. The results of stepwise regression analysis suggested that the individual difference variables accounted for 14%, 25%, 39%, and 30% of the variances of four EUC success variables, satisfaction for outcome, satisfaction for ability, frequency of computer use, and the number of tasks, respectively. Theses empirical findings suggest that EUC managers should consider individual differences of end-users in managing EUC, such as education, training support, and human resource management, to maximize potential benefits of EUC.

  • PDF

A Study on the Current Status of EUC andindividual Characteristicsofend-users in Korean Firms (최종사용자 컴퓨팅의 실태와 최종사용자 개인적 특성에 관한 연구)

  • 김상수
    • Proceedings of the Korea Society for Industrial Systems Conference
    • /
    • 1996.10a
    • /
    • pp.5-26
    • /
    • 1996
  • This study has two research objectives related to end-user computing (EUC) . One of the research objectives was to investigate the current status of EUC of Korean firms. Another research objective was to examine the relationship between individual difference of end-users and EUC success. Using survey data from 752 end-users of 23 firms, the surrent status of EUC and the relationship between individualdifferences of end-users and EUC success were investigated. The current status of EUC was examined from six perspectives : 1) what is the characteristics of EC strategy of Korean firms , 2) what are the individual characteristics of end-users in Korean firms, 3) what are the characteristics of tasks performed by end-users using computer 4) what are the application a areas of EUC 5) How end-users are satisfied with the support of firms, 6) what are system usage and satisfaction of end-users. It was also found that individual differences of endf-users are related to EUC success.More specifically , it was shown that the male gender, younger age, higher level of education , higher ran아 and organizational tenure, higher math ability , thinking type of cognitive style, positive and optimistic attitudes toward computer, more experience with computer, more computer education and knowledge are individual differences variables associated with EUC success. The results of stepwise regression analysis suggested that the individuaal difference variables accounted for 14%, 25% 39% and 30% of the variances of four EUC success variables, satisfaction for outcome , satisfaction for ability , frequency of computer use, and thenuber of tasks, respectively. These empirical findings suggest that EUC managers should consider individual differences of end-users in managing EUC , such as education, training, support, and human resource management , to maximize potential benefits of EUC.

Design of VCR Functions With MPEG Characteristics for VOD based on Multicast (멀티캐스트 기반의 VOD 시스템에서 MPEG의 특성을 고려한 VCR 기능의 설계)

  • Lee, Joa-Hyoung;Jung, In-Bum
    • The KIPS Transactions:PartC
    • /
    • v.16C no.4
    • /
    • pp.487-494
    • /
    • 2009
  • VOD(Video On Demand) that provides streaming service according to the user's requirement in real time, consists of the video streaming server and the client system. Since it is very hard to apply the traditional server-client model that a server communicates with many clients through 1:1 connection to VOD system because it requires very high network bandwidth, many researches have been done to address this problem. Batching technique is one of VOD system based on Multicast that requires very small network bandwidth. However, the batching based VOD system has a limitation that it is very hard to provide VCR(Video Cassette Recorder) ability. In this paper, we propose a technique that reduces the required network bandwidth to provide VCR function by using the characteristic of MPEG, one of international video compression standard. In the proposed technique, a new video stream for VCR function is constructed with I pictures that is able to be decoded independently. The new video stream for VCR function is transmitted with the video stream for normal play together in Batching manner. The performance evaluation result shows that the proposed technique not only reduces the required network bandwidth and memory usage but also decreases the CPU usages.

Real-Time GPU Task Monitoring and Node List Management Techniques for Container Deployment in a Cluster-Based Container Environment (클러스터 기반 컨테이너 환경에서 실시간 GPU 작업 모니터링 및 컨테이너 배치를 위한 노드 리스트 관리기법)

  • Jihun, Kang;Joon-Min, Gil
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.11 no.11
    • /
    • pp.381-394
    • /
    • 2022
  • Recently, due to the personalization and customization of data, Internet-based services have increased requirements for real-time processing, such as real-time AI inference and data analysis, which must be handled immediately according to the user's situation or requirement. Real-time tasks have a set deadline from the start of each task to the return of the results, and the guarantee of the deadline is directly linked to the quality of the services. However, traditional container systems are limited in operating real-time tasks because they do not provide the ability to allocate and manage deadlines for tasks executed in containers. In addition, tasks such as AI inference and data analysis basically utilize graphical processing units (GPU), which typically have performance impacts on each other because performance isolation is not provided between containers. And the resource usage of the node alone cannot determine the deadline guarantee rate of each container or whether to deploy a new real-time container. In this paper, we propose a monitoring technique for tracking and managing the execution status of deadlines and real-time GPU tasks in containers to support real-time processing of GPU tasks running on containers, and a node list management technique for container placement on appropriate nodes to ensure deadlines. Furthermore, we demonstrate from experiments that the proposed technique has a very small impact on the system.