View : 1243 Download: 0

Full metadata record

DC Field Value Language
dc.contributor.author한지선-
dc.creator한지선-
dc.date.accessioned2016-08-25T04:08:51Z-
dc.date.available2016-08-25T04:08:51Z-
dc.date.issued2000-
dc.identifier.otherOAK-000000052667-
dc.identifier.urihttps://dspace.ewha.ac.kr/handle/2015.oak/177916-
dc.identifier.urihttp://dcollection.ewha.ac.kr/jsp/common/DcLoOrgPer.jsp?sItemId=000000052667-
dc.description.abstract인터넷의 인기가 나날이 높아짐에 따라 관련 기술 또한 매우 빠른 속도로 증가하고 있다. 특히 각 기업들이 인터넷을 통해 자신의 회사와 제품을 소개하기 위한 웹사이트를 만들고 운영하는 인터넷 전자상거래가 활발히 이루어지고 있다. 이로 인해 새로운 고객들을 끌어들이고, 기존 고객들이 회사의 웹사이트를 재방문하도록 만들기 위해서, 사용자의 행위 정보의 정확한 분석이 필요하다. 이러한 분석을 하기 위해 사용자의 행위 정보를 수집하는 것은 기본적인 과정이다. 그러나 기존의 전자상거래용 서버로 많이 사용되고 있는 아파치나 IIS서버의 경우 하나의 서버가 전자상거래용으로 운영되면서 또한 로그 정보를 저장하는 역할도 함으로 인해 서버의 부하를 높이는 결과를 초래하였다. 그리고 로그 정보를 파일로 저장함으로 인해 대용량 데이터의 분석이나 검색이 힘들고 모호한 데이터가 발생한다는 문제점이 있다. 또 이러한 서버들의 로그 데이터는 원격에서 제어가 불가능하므로 사용자의 요구나 패턴에 역동적으로 대처하지 못한다는 문제점을 가진다. 본 연구에서는 이러한 사용자 행위 정보의 수집을 위해 전자상거래 서버 이외에 이를 다루는 서버를 따로 두었다. 즉 전자상거래 서버의 부하를 줄이고, 효율적으로 이를 수집하며 원격으로 수집된 정보를 제어할 수 있는 지능형 웹로그 서버를 제안한다. 제안하는 시스템은 기존의 다른 전자상거래 서버와 달리 사용자 행위 정보를 로그에 포함시키고 이를 처리하는 웹로그 서버를 따로 두어 전자상거래 서버의 부하를 줄이면서 많은 정보를 수집할 수 있다는 장점이 있다. 그리고 정보 저장 시 파일로 저장하지 않고 데이터베이스에 저장하여 정보의 검색과 관리, 분석이 편리하다는 장점을 가진다. 또 저장된 정보는 로컬에서뿐만 아니라 원격에서도 제어가 가능하도록 하여 관리의 효율성을 증대하였다. 본 논문에서 제안한 시스템은 기존 웹서버가 저장하는 로그 데이터보다 많은 정보를 로그에 저장할 수 있으며, 이를 다루는 서버를 두어 e-Commerce 서버의 부하를 줄이고, 데이터를 데이터베이스화하여 저장하므로 검색이나 관리의 문제를 해결하였다. 또한 원격에서 데이터베이스의 제어가 가능하도록 하여 역동적인 서비스 제시가 가능해졌다. 본 연구를 통하여 e-Commerce 서버에 부하를 주지 않고 웹로그를 통한 사용자 행위 정보의 수집이 가능해졋다. 그리고 수집된 정보는 원격으로 관리할 수도 있도록 하여 관리의 효율성을 높였다.;The rapid growth in information science and technology in general and the complexity and volume of weblog data in particular have introduced new challenges for the research community. Of particular interest is the need for a concise representation, efficient manipulation, and fast transmission of weblog data. Applications such as e-Commerce, e-Business and e-Learning deal with large volumes of data which need to be stored and processed in real time. This thesis is intended to serve as a new approach to bring together researchers and practitioners for constructing intelligent weblog server. Our result will be focused on some application areas including experimental B2C e-Commerce system. Electronic commerce lets people purchase goods and exchange information on business transactions online. Although the internet's role as a business channel is a fairly recent phenomenon, its impact, financial and otherwise, has been substantially greater than that of other business channels in existence for several decades. Everybody believe that e-Commerce gives companies improved efficiency and reliability of business processes through transaction automation and customer's buying trend. Weblog data processings are a growing segment of the e-Commerce market. This thesis analyzes any compares popular B2C frameworks that attempt to address such issues as interoperability and a customer's transacting behavioral activity over the internet. Our experimental frameworks is based on Apache servers or IIS servers. These only two servers are used as e-Commerce servers running basic e-Commerce functions and customer's behavioral information. Most e-Commerce web servers have some problems in processing huge data set from web usage. To overcome this difficulty intelligent log server(ILS) is design and implemented for higher performance. ILS is stand alone web server for gathering customer behavioral information remotely from given e-Commerce web site. This is why e-Commerce server has its own commerce functions. ILS has its own file format for speedup by using Microsoft ADO technology. ILS system proposed in this thesis gathers information more than CLF(Common Log Format) in user's browsing activity. Applying this approach to web usage mining would be useful to analyze and forecasting customer's buying trend. All the sources are coded in Visual C++ under Window 2000 Advanced Server. e-Commerce testbed is implemented with ASP and ILS. All the data gathered from e-Commerce server and ILS is sufficient for processing customer's behavioral activity within browser. But, if some other activities are required corresponding web page should be modified for that process and ILS may have extra the database schema.-
dc.description.tableofcontentsⅠ. 서론 1 A. 연구 배경 1 B. 연구 목적 및 내용 2 Ⅱ. 관련 연구 4 A. 고객 유형 예측 사례 4 B. 로그 포맷과 요소들 6 1. 표준 로그 포맷 6 2. 표준 로그 데이터 요소 8 C. 기존 웹서버의 로그 11 1. 아파치(Apsche) 서버의 로그 12 2. IIS 서버의 로그 14 D. 웹로그 분석의 예 16 1. Webalizer의 로그 분석 예 16 2. SysWatcher의 로그 분석 예 17 Ⅲ. 사용자 구매 패턴 분석을 위한 지능형 웹로그 서버 시스템의 설계 20 A. 지능형 웹로그 서버 시스템의 구성 20 B. e-Commerce 서버의 사용자 정보 표현 설계 21 1. 지능형 로그 서버 로그의 설계 21 2. 사용자 정보 전송을 위한 쿠키(Cookie) 설계 24 C. 지능형 웹로그 서버(ILS)의 설계 25 1. 지능형 웹로그 서버의 설계 25 2. 로그 데이터베이스 스키마 설계 26 3. 웹서버의 로그 데이터 저장 모듈 설계 28 D. 데이터베이스 원격 관리를 위한 모듈 설계 29 Ⅳ. 지능형 웹로그 시스템의 구현 32 A. e-Commerce 서버상의 사용자 행위 정보 저장을 위한 쿠키 생성 모듈 32 1. 알고리즘 33 2. 구현 방법 34 가. 사용자 행위 정보의 로그 저장 모듈 34 나. 저장된 로그의 전송 모듈 35 B. ILS 서버의 사용자 로그 분석 및 저장 모듈 36 1. 구현 내용 36 2. 데이터베이스 저장 알고리즘 38 3. 구현 방법 41 가. 데이터 바인딩 41 나. 데이터 저장 42 4. 인터페이스 43 C. 로그 데이터베이스의 원격 관리 모듈 45 1. 구현 방법 45 2. 인터페이스 46 Ⅴ. 결론 49 참고문헌 50 ABSTRACT 52-
dc.formatapplication/pdf-
dc.format.extent3916845 bytes-
dc.languagekor-
dc.publisher이화여자대학교 과학기술대학원-
dc.title사용자 구매 패턴 분석을 위한 웹로그 서버의 설계 및 구현-
dc.typeMaster's Thesis-
dc.format.pagevi, 53 p.-
dc.identifier.thesisdegreeMaster-
dc.identifier.major과학기술대학원 컴퓨터학과-
dc.date.awarded2001. 2-
Appears in Collections:
과학기술대학원 > 컴퓨터학과 > Theses_Master
Files in This Item:
There are no files associated with this item.
Export
RIS (EndNote)
XLS (Excel)
XML


qrcode

BROWSE