• Title/Summary/Keyword: Session Analysis

Search Result 641, Processing Time 0.026 seconds

Performance analysis of session admission control based on area for software download in cellular CDMA systems (셀룰러 CDMA 시스템에서 소프트웨어 다운로드를 위한 영역 기반 세션수락제어방식 성능분석)

  • 김광식;조무호
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.28 no.5A
    • /
    • pp.294-304
    • /
    • 2003
  • For an efficient software download in cellular CDMA systems, session admission control based on area (SACA) is presented. In the SACA scheme, the base station only allows mobile terminal to start session when the mobile locates near the base station of a cell. A mobile that is located near cell center can request software download session, but the mobile that is far away from the center can request session only after arriving near the cell center. Session duration time follows exponential and Pareto distribution. Performance is analyzed in terms of handoff rate, mean channel holding time, session blocking probability and handoff forced termination probability. As analysis results, handoff rate between cells in the proposed scheme is reduced to 30 ~ 250 % compared to conventional scheme, according to traffic characteristics such as terminal speed, session duration time and the size of the allowable zone area in a cell for the start of the session. And new session blocking probability slightly decreases to 5 ~ 20 %, but handoff session forced termination probability drastically decreases to 35 ~ 220 %.

The Effects of Sahyangsohapwon on the Affective Reactivity and the Acquisition of Two-way avoidance in AD Model Rats (사향소합원(麝香蘇合元)이 정서반응성(情緖反應性)과 Alzheimer's disease 모델 백서(白鼠)의 학습(學習)에 미치는 영향(影響))

  • Hong Dae-Sung;Kim Jong-Woo;Whang Wei-Wan
    • Journal of Oriental Neuropsychiatry
    • /
    • v.10 no.1
    • /
    • pp.17-38
    • /
    • 1999
  • The effects of Sahyangsohapwon on the affective reactivity of rats were studied with open-field behavior. Sample group was treated with the medicine for 8 weeks, whereas control group was treated with the vehicle. The effects of Sahyangsohapwon on the enhancement of learning and memory of AD model rats were studied with two-way avoidance task. Sample group electrically lesioned on nbM(nucleus basalis of Meynert) was treated with the medicine for 8 weeks, whereas control group with nbM lesion and sham group with the sham operation were treated with the vehicle. 1. In the open-field behavior task, the start latency from start box was measured $27.08{\pm}7.51sec$ in control group, $23.15{\pm}5.98sec$ in sample group. Rats in sample group showed a tendency of shortened latency going out to a strange place compared with those in control group, but with no statistical significance(p>0.05). 2. In the open-field behavior task, the number of locomotion crossing the grid lines was measured $84.54{\pm}3.55$ in control group, $116.93{\pm}6.41$ in sample group. There was an increased locomotion in sample group compared with control group with statistical significance(p<0.01). This can be interpreted as rats in sample group showed lowerd anxiety under a strange environment. 3. In the open-field behavior task, the rearing number was measured $7.46{\pm}0.57$ in control group, $10.13{\pm}0.95$ in sample group. There was an increased rearing in sample group compared with control group with statistical significance(p<0.05). This can also be interpreted as rats in sample group showed lowerd anxiety under a strange environment. 4. In the open-field behavior task, the number of crossing behavior was measured $5.54{\pm}1.50$ in control group, $9.20{\pm}1.67$ in sample group. There was a increasing tendency of crossing behavior in sample group compared with control group, but with no statistical significance(p<0.05). 5. In the open-field behavior task, the total activity was measured $97.54{\pm}4.70$ in control group, $136.27{\pm}792$ in sample group. There was an increased total activity in sample group compared with control group with statistical significance(p<0.01). This can also be interpreted as rats in sample group showed lowerd anxiety under a strange environment. 6. In the analysis of effects on the learning and memory in AD model rats with two-way avoidance task, the response latency was measured $6717{\pm}134msec$ in the 1st session, $5416{\pm}160msec$ in the 2nd session, $5252{\pm}148msec$ in the 3rd session in control group. It was measured $6724{\pm}155msec$ in the 1st session, $4642{\pm}139msec$ in the 2nd session, $4914{\pm}148msec$ in the 3rd session in sample group and $4357{\pm}144msec$ in the 1st session, $3125{\pm}115msec$ in the 2nd session, $3091{\pm}98msec$ in the 3rd session in sham group. There were differences between sham group and nbM lesioned groups with statistical significance in post hoc analysis(p<0.000). And in the 2nd session, there was a reduction of latency in sample group compared with control group with statistical significance (p<0.000). This showed that sample group had better learning capacity than control group. 7. In the analysis of effects on the learning and memory in AD model rats with two-way avoidance task, the number of avoidance response was measured $5.85{\pm}1.41$ in the 1st session, $14.23{\pm}2.89$ in the 2nd session, $15.69{\pm}2.56$ in the 3rd session in control group. It was measured $7.92{\pm}1.94$ in the 1st session, $16.83{\pm}2.29$ in the 2nd session, $15.42{\pm}2.81$ in the 3rd session in sample group and $14.38{\pm}1.62$ in the 1st session, $22.88{\pm}0.89$ in the 2nd session, $23.88{\pm}1.64$ in the 3rd session in sham group. There were differences between sham group and nbM lesioned groups with statistical significance in post hoc analysis(p<0.001). But between control and sample group, there was no significant difference. With the experimental results above, Sahyangsohapwon can be supposed to have the enhancing effects on the affect reactivity and learning with memory of AD model rats induced by electrolyte injury of nbM.

  • PDF

Enhancing the Session Security of Zen Cart based on HMAC-SHA256

  • Lin, Lihui;Chen, Kaizhi;Zhong, Shangping
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.11 no.1
    • /
    • pp.466-483
    • /
    • 2017
  • Zen Cart is an open-source online store management system. It is used all over the world because of its stability and safety. Today, Zen Cart's session security mechanism is mainly used to verify user agents and check IP addresses. However, the security in verifying the user agent is lower and checking the IP address can affect the user's experience. This paper, which is based on the idea of session protection as proposed by Ben Adida, takes advantage of the HTML5's sessionStorage property to store the shared keys that are used in HMAC-SHA256 encryption. Moreover, the request path, current timestamp, and parameter are encrypted by using HMAC-SHA256 in the client. The client then submits the result to the web server as per request. Finally, the web server recalculates the HMAC-SHA256 value to validate the request by comparing it with the submitted value. In this way, the Zen Cart's open-source system is reinforced. Owing to the security and integrity of the HMAC-SHA256 algorithm, it can effectively protect the session security. Analysis and experimental results show that this mechanism can effectively protect the session security of Zen Cart without affecting the original performance.

Effects of Acupoint Stimulation at the Pericadium and Liver Meridian on Heart Rate Variability (수족궐음경(手足厥陰經)의 경혈(經穴)이 심박변이도 SDNN에 미치는 영향)

  • Sung, Kang-Keyng
    • Korean Journal of Acupuncture
    • /
    • v.32 no.3
    • /
    • pp.130-135
    • /
    • 2015
  • Objectives : This study is to investigate stimulation effects of acupoints at differential meridian along arm and leg on the physiological phenomenon of heartbeats. Methods : 8 subjects were participated in this study. The experiments were performed in Resting session(Rs), Insertion session(Is), Stimulation session1(Ss1), Stimulation session2(Ss2), Stimulation session3(Ss3) sequence. Time of each session and the interval between each session was 30 seconds all. Acupuncture was performed manually on PC3 or LR8 at random with a two-day interval. stand deviation of N-N interval(SDNN) was measured for each session. Results : At PC3, SDNN increased in Ss1, Ss2, and Ss3 compared to Rs but at LR8, there was little change between Ss1, Ss2, Ss3 and Rs. Post-hoc analysis revealed that mean value of SDNN significantly increased in Ss1 compared with Baseline at PC3, while there was little change at LR8. When LR8 and PC3 were compared at each time point, there was a significant difference only in Ss1. Conclusions : Our results indicate that there is a correlation between specific physiological functions and acupoints.

A Protocol Analyzer for SW based Multimedia Communication System (SIP 기반 멀티미디어 통신 시스템을 위한 프로토콜 분석기)

  • Jung In-hwan
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.11 no.4
    • /
    • pp.312-333
    • /
    • 2005
  • SIP(Session Initiation Protocol) has been proposed for session control protocol of Internet multimedia communication system like VoIP(Voice over IP). SIP has complicated session control steps to support various kinds of audio and video formats and to assure service quality of real time data communication. Up until now, existing protocol analyzers can not provide such detailed information of SIP based communication system. In this paper, therefore, we propose a new protocol analyzer as a tool that can analyze and diagnose SIP based multimedia communication system throughout the session initiation, data exchange and session change steps. The propose traffic analyzer, which is called STAT(SIP based Traffic Analysis Tool), Is implemented on Winder's environment so that it is generally usable and extensible. Since STAT analyze low level packets captured via Ethernet broadcasting property, it is able to provide session status and real time traffic monitoring information without any affection to the communication system. The STAT which is implemented in this paper. therefore, is expected to be a useful tool for developing and managing of a SIP based multimedia communication system.

Last's biomechanical function changes analysis for Marathone shoes last development

  • Park, Seung-Beom;Seo, Guk-Ung;Kim, Yong-Jae;Yu, Seok-Ju;Lee, Jung-Suk
    • Korean Journal of Applied Biomechanics
    • /
    • v.12 no.2
    • /
    • pp.319-330
    • /
    • 2002
  • A toe spring and ball girth data, when marathone shoes research, development, and production in Korea, is a important point in athlete shoe research. It is clear from the results presented that any differences between MA3 and MA1, MA4 in 70%, 80% session in forepart last comparision. Especially the more 70%-80% session getting wide, the more 90% session getting up, Also, To development for high performance marathones shoes last, in all session, in korean style, 70%, 80%, and 90% session part function changed and consequently there is a need for normative last data that desribe foot, last shape, dimension. this leads to the conclusion that unique shoe lasts for both marathone shoes developmented last comparison are required for optimal marathone shoe comfort. The more ball girth construction will wide in forepart in last, the more comfort characteristic sill development. But relative with performance ability, it is need to research. The further study of Korea marathoner forefoot measurements(70% session ~ 90% session) among toe spring's angular difference of marathone last to north american and Korea marathone shoes last is required to develop and improve athletes performance in an effective way of study and to prevent forefoot injury.

A Study of Improved Session Management for Mobile Web under BYOD environment (BYOD 환경을 고려한 모바일 웹을 위한 세션 관리 개선 방안 연구)

  • Kim, Young-hun;Park, Yongsuk
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.19 no.5
    • /
    • pp.1117-1124
    • /
    • 2015
  • This paper explains a web session management system for mobile web environment with BYOD(Bring Your Own Device). This system operates by enhanced secure session token. This system consists of an unique identifier, time stamp, and encryption algorithm. The Unique identifier in this system classifies each mobile device for web security based on mobile environment with BYOD. And the Time stamp in this system that determine session effectiveness for web security. Also the Cipher algorithm in this system that protects session token information for web security. This paper analysis a security of session management system running on mobile web environment using the simulation techniques. The proposed method is more suitable than the other methods under enviroment mobile web environment with BYOD.

Ensemble-By-Session Method on Keystroke Dynamics based User Authentication

  • Ho, Jiacang;Kang, Dae-Ki
    • International Journal of Internet, Broadcasting and Communication
    • /
    • v.8 no.4
    • /
    • pp.19-25
    • /
    • 2016
  • There are many free applications that need users to sign up before they can use the applications nowadays. It is difficult to choose a suitable password for your account. If the password is too complicated, then it is hard to remember it. However, it is easy to be intruded by other users if we use a very simple password. Therefore, biometric-based approach is one of the solutions to solve the issue. The biometric-based approach includes keystroke dynamics on keyboard, mice, or mobile devices, gait analysis and many more. The approach can integrate with any appropriate machine learning algorithm to learn a user typing behavior for authentication system. Preprocessing phase is one the important role to increase the performance of the algorithm. In this paper, we have proposed ensemble-by-session (EBS) method which to operate the preprocessing phase before the training phase. EBS distributes the dataset into multiple sub-datasets based on the session. In other words, we split the dataset into session by session instead of assemble them all into one dataset. If a session is considered as one day, then the sub-dataset has all the information on the particular day. Each sub-dataset will have different information for different day. The sub-datasets are then trained by a machine learning algorithm. From the experimental result, we have shown the improvement of the performance for each base algorithm after the preprocessing phase.

A improved authentication protocol for the forward security (개선된 포워드 보안을 위한 인증 프로토콜)

  • Shi, Wenbo;Jang, In-Joo;Yoo, Hyeong-Seon
    • The Journal of Society for e-Business Studies
    • /
    • v.12 no.4
    • /
    • pp.17-27
    • /
    • 2007
  • This paper proposes a key distribution and authentication protocol between user, service provider and key distribution center (KDC). This protocol is based on symmetric cryptosystem, challenge-response, Diffie-Hellman component and hash function. In the proposed protocol, user and server update the session key under token-update operation, and user can process repeated efficient authentications by using updated session keys. And another merit is that KDC needs not to totally control the session key between user and server in proposed protocol. Even an attacker steals the parameters from the KDC, the attacker still can not calculate session key. According to the comparison and analysis with other protocols, our proposed protocol provides good efficiency and forward secure session key.

  • PDF

Performance Analysis Model of Security Server (보안서버 성능분석 모델)

  • 윤연상;박진섭;한선경;양상훈;유영갑
    • Proceedings of the IEEK Conference
    • /
    • 2003.11c
    • /
    • pp.129-132
    • /
    • 2003
  • This paper proposes a performance analysis model of security sowers. Performance analysis of security server reflects both the session and data traffic load. The proposed model is the bases of estimating the maximum response time and minimum queue size of a security server comprising a session association processor whose throughput is 1000 connection/s.

  • PDF