View : 554 Download: 0

Full metadata record

DC Field Value Language
dc.contributor.author옥지혜-
dc.creator옥지혜-
dc.date.accessioned2016-08-26T03:08:57Z-
dc.date.available2016-08-26T03:08:57Z-
dc.date.issued2003-
dc.identifier.otherOAK-000000004554-
dc.identifier.urihttps://dspace.ewha.ac.kr/handle/2015.oak/195162-
dc.identifier.urihttp://dcollection.ewha.ac.kr/jsp/common/DcLoOrgPer.jsp?sItemId=000000004554-
dc.description.abstract네트워크에서 사용되는 정보들은 수많은 패킷으로 구성되어 송수신 되는데 이러한 패킷의 정보를 이용하여 많은 정보를 알아낼 수 있다. 패킷의 정보를 통계적으로 분석해 외부로부터의 침입과 정보의 유출을 방지할 수 있으며 네트워크의 문제점을 파악하여 시스템을 안전하게 관리 할 수 있다. 그리고 각종 프로토콜을 분석해 네트워크의 부하와 사용자의 행위 패턴과 요구사항을 알아낼 수 있다. 그러나 사용자로부터 실시간으로 들어오는 패킷을 하나의 서버가 처리하고 분석하는 경우에는 많은 부하가 생겨 분산처리가 필요하다. 이러한 분산 시스템은 단일 컴퓨터 시스템에서 시스템에 미치는 영향을 적게 함으로서 신뢰도를 높일 수 있고 저렴한 비용으로 더 큰 성능을 얻을 수 있다. 본 연구에서는 이를 효율적으로 해결하기 위해 패킷 데이터를 IP별로 분산하여 처리하는 패킷마이닝을 위한 부하균형시스템을 제안하고자 한다. 이를 위해 서버로부터 들어오는 사용자의 패킷을 IP Group별로 분리하여 저장하였다. IP는 일정규칙으로 이루어져 있는데 이러한 IP의 특징을 이용하여 분산처리 알고리즘 IP Splitting Rule을 개발 하였다. IP Splitting Rule은 IP를 hashing 연산하여 생성된 h값에 따라 IP Group별로 패킷을 분리하여 저장한다. 이때 각각의 프로토콜 tcp, udp, icmp, telnet, smtp, http로 패킷정보가 분산되어 저장되어진다. 그리하여 패킷을 분석함에 있어서 부하를 해결할 수 있고 분석의 효율성을 높였다. 그리고 이전의 시스템과 본 연구에서 제안하는 시스템의 성능을 평가를 하는 알고리즘을 구현하여 제안하는 시스템의 효율성을 검증하였다. ; Mostly, all the data transmitted in a certain network are sent and received in the form of packet. From this situation, we can get a lot of information by reorganizing data from these packets. By analyzing the packet traffic information statistically we can prevent a data hacking and intrusion from outside people. Also we can catch the problem of network overhead and stabilize the network traffic system. And analyzing many kinds of protocols can give information of users behavior patterns and user s demands. But if one single server process packets in real time from users request, there may be lots of load for handling packet data. In this thesis, we suggested the system that can be distributed the packets by IP address group and processed them in order to solve the above problem. Our system will separate all the packets from a server by IP address group using specific hashing algorithm. It is called the IP Splitting Rule, which can be saved and processed later by inspecting their own protocol. The load distributing algorithm is based on estimation value obtaining from the difference between new and used system. In the process of generating the optimal value of packet hashing criteria, we consider the many heuristic approaches. Finally we can get adjusting value for known network systems.-
dc.description.tableofcontents1. 서 론 = 1 1.1 연구 배경 = 1 1.2 연구 목적 및 내용 = 2 2. 관련 연구 = 3 2.1 분산형 웹 서버 = 3 2.1.1 DNS 기반 접근 방법 = 3 2.1.2 Dispatcher 기반 접근 방법 = 4 2.1.3 Server 기반 접근 방법 = 4 2.2 패킷 정보를 이용한 기술 = 5 2.2.1 Protocol Probing = 5 2.2.2 IP Probing = 5 2.2.3 Source Routing = 6 2.2.4 Pattern Matching = 6 2.3 기존 패킷 분석 시스템 = 7 2.3.1 패킷 수준의 모니터 링 프로그램 = 7 2.3.2 어플리케이션 수준의 모니터링 제품 = 9 2.3.3 방화벽 = 10 2.4 패킷 드라이버 = 11 2.4.1 UNIX 환경에서의 패킷 캡쳐와 필터링 = 11 2.4.2 Windows에서의 Packet Receiving = 16 3. 패킷 마이닝을 위한 부하 균형 = 18 3.1 패킷 마이닝을 위한 부하 균형 분산 시스템 설계 = 18 3.2 패킷 마이닝을 위한 부하 분산 알고리즘 = 19 3.2.1 IP Splitting Rule = 20 3.2.2 IP Splitting Rule에 의한 그룹화와 일반화 = 21 3.2.3 IP Address 형식 = 23 3.2.4 IP Class Group과 IP Splitting Rule의 상관관계 = 24 4. 실험환경 구축 및 적용 = 26 4.1 실험환경구축 = 26 4.1.1 강사서버 = 27 4.2 IP Splitting Rule의 적용 = 29 4.2.1 IP Splitting Rule의 적용 1 = 29 4.2.2 IP Splitting Rule의 수행결과 1 = 30 4.2.3 IP Splitting Rule의 적용 사례 2 = 32 4.2.4 IP Splitting Rule의 수행결과 2 = 33 5. 실험 및 성능평가 = 35 5.1 트랜잭션수행 = 35 5.2 트랜잭션수행 결과 분석 = 40 5.3 결과 분석 = 44 6. 결 론 = 45 참고문헌 = 47 ABSTRACT = 48-
dc.formatapplication/pdf-
dc.format.extent1745701 bytes-
dc.languagekor-
dc.publisher이화여자대학교 과학기술대학원-
dc.title패킷마이닝을 위한 분산처리시스템의 부하균형-
dc.typeMaster's Thesis-
dc.identifier.thesisdegreeMaster-
dc.identifier.major과학기술대학원 컴퓨터학과-
dc.date.awarded2003. 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