CCNA(35)
-
CCNA 취득 후기 및 점수 확인 방법 (-2025.06.13)
1. 준비- 사전 지식: ip 주소, 서브넷, 게이트웨이, ARP, 3-hand-shake 정도 아는 상태. 네트워크 과목을 들어 기초 지식 있었음.- 공부 기간: 3월 말에 시작하여 6월 중순에 취득했다. 하루 2-3시간 하다가 막판 1주일 전에는 5-6시간 투자했다.- 학습 방법: Jeremy's IT Lab 유튜브 동영상, 덤프 파일- 공부 방법: Jeremy's IT Lab 영상으로 기본적 ccna 지식을 익혔다. 잘 짜여져 있는 영상이고 입문용으로 듣기 매우 적절했다. 다만 처음 영상으로 공부할 때는 설명하는 모든 부분을 이해하려고 해서 시간이 많이 걸렸다. 만약 이 유튜브로 공부를 하는 사람이 있다면 CCNA보다는 실제 네트워크 관리를 할 때 필요한 지식까지 넓게 커버하기 때문에 영상에서 암기..
2025.07.03 -
<Jeremy's IT Lab> Day 44: Static NAT lab
R1>enR1#conf tEnter configuration commands, one per line. End with CNTL/Z.R1(config)#int g0/0R1(config-if)#ip nat outsideR1(config-if)#int g0/1R1(config-if)#ip nat insideR1(config-if)#exitR1(config)#ip nat inside source static 172.16.0.1 100.0.0.1R1(config)#ip nat inside source static 172.16.0.2 100.0.0.2R1(config)#ip nat inside source static 172.16.0.3 100.0.0.3R1(config)#exit R1#show ip nat tr..
2025.06.23 -
<Jeremy's IT Lab> Day 43: FTP & TFTP
//copy ios image via TFTPR1>enR1#copy tftp: flash:Address or name of remote host []? 10.0.0.1Source filename []? c2900-universalk9-mz.SPA.155-3.M4a.binR1#show flash System flash directory:File Length Name/status3 33591768 c2900-universalk9-mz.SPA.151-4.M4.bin4 33591768 c2900-universalk9-mz.SPA.155-3.M4a.bin2 28282 sigdef-category.xml1 227537 sigdef-default.xml[67439355 bytes used, 188304645 avai..
2025.06.20 -
<Jeremy's IT Lab> Day 31: IPv6 (part 1)
IPv6 (part 1) prob: IPv4(2^32) not enough (controlled by IANA, distribute to RIR(Regional Internet Registries)sol: - short term: use VLSM, private IPv4 adrs, NAT- long term: use IPv6 IPv6(2^128):-> abbreviating - leading 0s can be romoved (ex) 0042:01A0 ... -> 42:1A0 - consecutive quartets of all 0s can be removed (ex) 1010:0000:0000...:BF30 -> 1010 :: BF30-> expanding - process the same way..
2025.05.03 -
<Jeremy's IT Lab> Day 30: TCP & UDP
TCP & UDP: L4 (Transport layer)-> transparent transfer data btw end-host-> provide - reliable data transfer - error recovery - data sequencing - flow control-> provide L4 addressing (port#) (NOT physical int/port) - identify Application Layer protocol - session multiplexing - designated by IANA (Internet Assigned Numbers Authority)well-known port #: 0 ~ 1023Registered port #: 1024 ..
2025.05.02 -
<Jeremy's IT Lab> Day 29: FHRP(First Hop Redundancy Protocols)
FHRP(First Hop Redundancy Protocols) -> prob: clinet can't determine which router they have to send-> sol: FHRP- Active/ Standby elected- Virtual IP/ MAC gererated- end-host use VIP/ VMAC as their communication (process) - PC request ARP - Active router replies ARP with virtual MAC - if Active router fails, standby router send gratuitous ARP so switch update MAC adrs table * previ..
2025.05.02