본문 바로가기

IT 이야기27

[GNS3] EIGRP summarization without Null0 EIGRP always creates a route to the Null0 interface when it summarizes a group of routes. Whenever a routing protocol summarizes, this means the router might receive traffic for any IP address within that summary. Null 0 is a virtual interface that is used to guarantee routes make it into the RIB; routes must have a next-hop in order to make it into the RIB. When a packet arrives at a device tha.. 2020. 12. 31.
Data Science (데이터 사이언스) 데이터 과학(data science)이란, 데이터 마이닝(Data Mining)과 유사하게 정형, 비정형 형태를 포함한 다양한 데이터로부터 지식과 인사이트를 추출하는데 과학적 방법론, 프로세스, 알고리즘, 시스템을 동원하는 융합분야. 데이터를 통해 실제 현상을 이해하고 분석하는데 통계학, 데이터 분석, 기계학습과 연관된 방법론을 통합하는 개념. 데이터 사이언티스트는 머신러닝 엔지니어처럼 속한 도메인의 목적에 맞는 모델 생성 및 모델의 정확도를 개선해 고도화하는 업무. 머신러닝 엔지니어는 Production을 신경쓰는 반면 데이터 사이언티스트는 연구 개발에 집중, 데이터 분석가들이 진행하는 데이터 분석을 수행하며 통계적 모델링 공부해야할 것 머신러닝 / 딥러닝 기초 git, Linux, Python, 데이.. 2020. 12. 29.
Cisco Spark Widget - Each Webex Teams Widget represents a single product feature of the Webex Teams clients. They are built with *React and *Redux, and use the Browser SDK to communicate with the Webex Platform. : *React : a JavaScript library for building user interfaces : *Redux : a predictable state container for JavaScript apps. it helps you write applications that behave consistently, run in different environ.. 2020. 11. 23.
Cisco CUCM Partitions vs Calling Search Space Who can call me? (name assigned to a set of numbers and patterns). it's about imcoming calls Partition의 개념은, 삼성 SCME 교환기의 User group과 비슷한 개념이다. Partitions are used to logically segregate directory numbers in the system. Every directory number, route pattern, and translation have an associated partition where can I call? (list of partitions) it's about outgoing calls CSS are used to determin whic.. 2020. 11. 22.
Web API Authorization Basic vs Bearer vs Digest The Basic and Digest authentication schemes are dedicated to the authentication using a username and a secret (see RFC7616 and RFC7617). Implementation of HTTP Basic authentication is the simplest technique for enforcing access controls to web resources because it uses standard fields in the HTTP header, removing the need for handshakes, and it doesn't require cookies, session identifiers, or lo.. 2020. 11. 22.
Router "control plane" vs "data plane" Control plane - incoming packets에 대해 무엇을 해야할지 라우팅 테이블에 정보 계산 (routing) - 정책 및 예외적인 상황을 처리하는 부분을 담당하고, 데이터 플레인 처리를 단순화 시키는 것에 최적화 - Per-router control plane : 모든 라우터에 있는 각 라우팅 알고리즘 control plane의 상호작용을 통해 forwarding table 작성 : 패킷이 들어오면 패킷헤더정보를 확인 후, forwarding table과 매치여부 확인 후 그에 맞는 outport로 전달 : control plane과 data plane이 물리적으로는 동일한 장비에 있으나, 논리적으로 분리되어있고 동시에 독립적으로 업무 수행 - SDN : Data plane과 Contr.. 2020. 11. 9.