분류 전체보기 1159

PCA 관련

관련 소프트웨어들 http://astro.u-strasbg.fr/~fmurtagh/mda-sw/ Java 프로그래밍 http://astro.u-strasbg.fr/~fmurtagh/mda-sw/java/PCAcorr.java C 프로그래밍 http://transp-or2.epfl.ch/pagesPerso/javierFiles/software.php matlab http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/statistics/inst/princomp.m?revision=HEAD&content-type=text/plain 과정설명 (어떻게 해석해야 하는지를 가르켜 줌) http://www.doe-mbi.ucla.edu/~pa..

Passion/Algorithm 2008.07.28

BGP에서 Route Reflector 설정

BGP에서 Route Reflector 설정 Route Reflector는 iBGP라우터에서 모든 라우터들 간에 full mesh를 연결하기 어려운 상황에서 라우터들을 client와 server로 구분하고 모든 client는 server와 1:1 연결을 하고 각 server들간에는 full mesh를 구성하여 모든 라우터들이 full mesh처럼 연결되도록 하는 방법이다. RR Server 설정 (192.168.1.1 라우터) router bgp 65000 bgp router-id 192.168.1.1 no bgp default ipv4-unicast bgp log-neighbor-changes neighbor RRServer peer-group neighbor RRServer remote-as 6500..

Passion/Network 2008.07.24

그리스 문자

Α α -알파 Alpha Β β - 베타 Beta Γ γ - 감마 Gamma Δ δ - 델타 Delta Ε ε - 엡실론 Epsilon Ϝ ϝ - 디감마 Digamma (현재 쓰이지 않음) Ζ ζ - 제타 Zeta Η η - 에타 Eta Θ θ - 데타 Theta Ι ι - 이오타 Iota Κ κ - 카파 Kappa Λ λ - 람다 Lambda Μ μ - 뮤, 무 Mu Ν ν - 뉴, 누 Nu Ξ ξ - 크사이, 크시 Xi Ο ο - 오미크론 Omicron Π π - 파이, 피 Pi Ϻ ϻ Ϙ ϙ - 코파 Qoppa (현재 쓰이지 않음) Ρ ρ - 로 Rho Σ σ - 시그마 Sigma Τ τ - 타우 Tau Υ υ - 웁실론 Upsilon Φ φ - 파이, 피 Phi Χ χ - 카이, 키 Chi Ψ ψ..

Passion/Editor 2008.07.07

Connectivity

그래프 G에서 두개의 vertices u,v 에서 u 에서 v로의 경로가 존재할 경우 두 노드는 connected 라고 말한다. 그래프 G에서 모든 노드들이 connected(directly 또는 indirectly) 일 때 그래프 G는 connected라고 말한다. [ungirected graph G에서 connected에 대한 정의] In an undirected graph G, two vertices u and v are called connected if G contains a path from u to v. Otherwise, they are called disconnected. A graph is called connected if every pair of distinct vertices in..

Passion/Network 2008.07.07

Remotely Triggered Black Hole Filtering

개요: RTBH는 iBGP 세션을 맺고 있는 모든 라우터에게 BGP 메시지를 통해서 트래픽 route를 Black Hole로 변경시키는 라우팅 방법을 말한다. 1. 모든 라우터에 Null0 인터페이스 만들기 (준비단계) - 모든 PE 라우터에는 특별한 route를 만들어야 한다. 이루는 192.0.2.1/32 로 가는 트래픽은 모두 Null0 인터페이스가 Next-Hop 인터페이스가 된다. 2. Trigger 라우터 - RTBH를 적용하기 위해서는 트리거 라우터에 특정 IP(xxx.xxx.xxx.xxx)로 가는 루터의 Next-Hop 192.0.2.1 이라고 알려준다. 그러면 트리거 라우터는 모든 PE라우터와 iBGP가 연결되어 있기 때문에 BGP update 메시지를 전달하게 된다. ~ 따라서 모든 P..

Passion/Network 2008.06.16

AS level topology

논문명: Collecting the Internet AS-level Topology 1) 인터넷 구조를 크게 볼 때, 그리고 주요 연구의 기초 자료가 된다. At the inter-domain level, the Internet topology can be represented by a graph with Autonomous Systems(ASes) as nodes and AS peeerings as links. This AS-level topology graph has been widely used in a variety of research efforts. The entire Internet can be viewed as an AS-level topology graph where each AS is ..

Passion/Network 2008.06.03