๋ถ๋ฅ ์ ์ฒด๋ณด๊ธฐ
VLAN(Virtual LAN)
1. VLAN(Virtual LAN) - ์ค์์น๋ MAC ์ฃผ์๋ฅผ ์์๋ด๊ธฐ ์ํ์ฌ(ARP) ๋ธ๋ก๋์บ์คํ ์ ํจ(MAC Flooding), VLAN์ด ๋๋ ์ ธ์์ง ์์ ๊ฒฝ์ฐ ์ฅ๋น๋ค์ ๋ถํ์ํ ๋ธ๋ก๋์บ์คํ ์ ๋ง์ด ๋ฐ๊ฒ ๋จ, VLAN์ ๋๋ ๋๋ฉ์ธ์ ์ค์ด๋ฉด ์ฅ๋น๋ค์ด ๋ฐ๋ ๋ถํ์ํ ํธ๋ํฝ์ด ์ค์ด๋ค์ >> ์ฅ๋น๋ค์ ์ฑ๋ฅ ํฅ์ - VALN์ ์ค์ ํ๋ฉด VLAN๋ผ๋ฆฌ๋ง ํต์ ํ๊ฒ ๋จ >> ์ฅ๋น๋ค์ ๋ณด์์ฑ ํฅ์ SW1(config)#vlan 10 SW1(config-vlan)#exit SW1(config)#interface f1/1 SW1(config-if)#switchport mode access SW1(config-if)#switchport access vlan 10 SW1(config-if)#exit SW1(config)#..
์น ํฌ๋กค๋ง(BeautifulSoup)
1. BeautifulSoup ์ค์น - ์ฌ๊ธฐ์ BeautifulSoup์ ๋ฌด์์ธ๊ฐ? ์์ ์พ...? HTML ๋ฐ XML ํ์ผ์์ ๋ฐ์ดํฐ๋ฅผ ๊ฐ์ ธ ์ค๊ธฐ์ํ Python ๋ผ์ด๋ธ๋ฌ๋ฆฌ์ ๋๋ค ์ด์์ '์ด์ํ ๋๋ผ์ ์จ๋ฆฌ์ค'์์ ์ ๋๋์๋ค๊ณ ํ๊ณ ์๋ฆ๋ต๊ฒ ์ ๋ ฌํด์ค๋ค๋ ์ ๋์ ์๋ฏธ?! Beautiful Soup Documentation — Beautiful Soup 4.9.0 documentation Non-pretty printing If you just want a string, with no fancy formatting, you can call str() on a BeautifulSoup object (unicode() in Python 2), or on a Tag within it: str(soup) # ' ..
Cisco Systems CCNA(Cisco Certified Network Associate) ์๊ฒฉ์ฆ ์ทจ๋
์ํ ๋ฑ๋ก Computer Based Test (CBT) development and delivery :: Pearson VUE COVID-19 (Coronavirus) situation: Testing candidates: Check our COVID-19 Update Page (Opens in new window) to review the health and safety measures in place for testing and find out about any country-specific testing policies. Appointment availability is l home.pearsonvue.com Pearson VUE ํํ์ด์ง์ ๋ค์ด๊ฐ์ ์ํ ๋ฑ๋ก์ ํฉ๋๋ค. ์ง์์ ๋ณผ ์๋ ์๊ณ ์ํ..
IPv6
1. ๋ฑ์ฅ ์ด์ ? - IPv4์ ๊ฒฝ์ฐ ์ฌ์ฉ ๊ฐ๋ฅํ IP ์ : 4,294,967,296๊ฐ(๋ง์ ๋ณด์ด์ง๋ง? ์ ์ธ๊ณ์ ์ค๋งํธํฐ, ๋ ธํธ๋ถ, ๋ฐ์คํฌํ ๋ฑ,,, ์ ์๊ฐํ๋ ๊ฒฝ์ฐ ๋ถ์กฑ) - IPv6์ ๊ฒฝ์ฐ ์ฌ์ฉ ๊ฐ๋ฅํ IP ์ : 340,282,366,920,938,463,463,374,607,431,768,211,456๊ฐ 2. IPv4์ IPv6 - 4๊ฐ์ง์ ์ฅํ (OCTET) - ์ฅํ ์ . ์ผ๋ก ๊ตฌ๋ถ - ๊ฐ ์ฅํ ์ 10์ง์๋ก 0-255 ๋ฒ์ - ์ด 32bit(๊ฐ ์ฅํ ์ 8bit) - 8๊ฐ์ง์ ํฅ์คํ (HEXTET) - ํฅ์คํ ์ : ์ผ๋ก ๊ตฌ๋ถ - ๊ฐ ํฅ์คํ ์ 16์ง์(0~F)๋ก 0-65546 ๋ฒ์ - ์ด 128bit(๊ฐ ํฅ์คํ ์ 16bit) 3. IPv6์ ๋ํด์ ์์ธํ ์์๋ณด์ Network ์์ญ - Site ..
Config ์๋ํ ํด(puppet, chef, salt, ansible)
Puppet Chef Salt Ansible Support Puppet Labs Opscode SaltStack AnsibleWorks Since 2005 2009 2011 2012 Development Laguage Ruby Ruby(ํด๋ผ์ด์ธํธ) Erlang(์๋ฒ) Python Python Control Interface Manifest(DSL) Recipes(DSL, Ruby ๊ธฐ๋ฐ) SLS(SoLt Sate/YAML) Playbook(YAML, JSON) Agent Master/Agent Standalone Server/Client Chef solo(Standalone) Master/Agent(minions) Standalone(Masterless Standalone(Masterless) Commun..