전체 글(88)
-
<Jeremy's IT Lab> Day 27: OSPF (part 2)
OSPF (part 2) OSPF metric(cost):-> cal base BW(speed) of int* refer BW value / int BW *ex) 100mbps / 10mbps = cost 10-> can change refer BW, int BW(1) refer BWauto-cost reference-bandwidth 10000[megabits-per-sec] (greater than fastest )(2) manualip spf cost 10[cost] bandwidth 10000[megabits-per-sec] (3) int BW(not recommended)loopback int cost = 1 Steps to be OSPF Neighbors:1. Down : send hello..
2025.04.29 -
<Jeremy's IT Lab> Day 26: OSPF (part 1)
OSPF (part 1) OSPF (Open Shortest Path First)-> Routers independently use map calculated as the best routes-> Dijkstra's algorithm (다익스트라 알고리즘)-> v1 : old / v2: IPv4 (common used) / v3: IPv6-> Store info about NW in LSAs (Link State Advertisements) organized in structure LSDB (Link State database)-> Router flood LSAs until develop the same map of NW(LSDB) LSA flooding :-> tell its negibors about..
2025.04.29 -
<Jeremy's IT Lab> Day 25: RIP & EIGRP
RIP & EIGRP RIP:-> max hop count 15-> update every 30mins-> msg type: response / request (1) RIPv1 (not use): -> only advertise classful adrs(class A, B, C..) -> doesn't support VLSM, CIDR (subnet) -> msg broad cast (2) RIPv2: -> doesn't support VLSM, CIDR (subnet) -> msg multi cast (send specific group) 224.0.0.9> EIGRP:-> advanced ver-> Cisco only-> no limitation ..
2025.04.27 -
대도시의 사랑법 후기
평점 2.0/5.0영상미 좋았다.하지만 거북한 느낌? 소공녀를 볼 때와 비슷한 감정영화의 존재를 부정하지는 않는다그냥 나랑 결이 안맞는거지나유롭고 세상의 규율에 맞서 자신만의 방식으로 당당하게 살아가는 재희가 나는 불편했다.자유와 자신을 아끼는 것은 동시에 일어날 수 없는 일인건지..내용을 표현하는게 너무 직설적이라서 오히려 부담스럽게 느껴졌다.무언가 확고한 사상을 말하는 듯 해서..아무하고나 자고다니는 것이 과연 자유로움을 표현할 유일한 방법이었을까?자유라는 좋은 이름 아래에 재희의 근본적 결핍과 신체적 위험성은 낭만으로 포장되고 정신/신체적 고갈을 지속한다.재희는 최소한의 안전선을 만들지 않고 자신의 몸을 말 그대로 통제 불가능/예측 불허한 상황으로 내던져 버린다.이것은 자유가 아니다. 무지에서 온 ..
2025.04.27 -
<Jeremy's IT Lab> Day 24: Dynamic Routing
Dynamic Routing: find best destination dynamically-> advertise info about route they know to other Router-> form adjacent router to exchange info-> determines superior route (lowest) Types of Dynamic Routing / Algorithm type:- IGP(Interior Gateway Protocol) : within single Autonomous System (AS), single organization(e.i. company) 1. Distance Vetor (1) RIP (Routing Information Protocol) ..
2025.04.26 -
<Jeremy's IT Lab> Day 23: Ethernet Channel
Ethernet Channel prob: oversubscription (speed lower, can't use multi interface because of STP)sol: Ether channel (= Port channel , = LAG(link aggregation group))=> multiple interface to act single interface, treat this group as single interface - PAgP(Port Aggregation Protocol) -> IEEE 082.3ad- LACP(Link Aggregation Control Protocol) -> Cisco=> PAgP & LACP Dynamically negotiate create/maintena..
2025.04.25