목록전체 글 (90)
CS log
아래 내용은 개발 동아리에서 진행한 테크 컨퍼런스 '퍼비톡'에서 Gradle에 대한 발표 내용을 바탕으로 작성하였습니다. 1. 목차 오늘 발표는 빌드와 gradle 전반에 대해 소개하고 gradle을 어떻게 사용하는지 설명드리겠습니다. 본격적인 발표에 들어가기에 앞서, 여러분들은 gradle에 대해서 얼마나 알고 계신가요? 저는 ‘gradle 위에서 프로젝트를 빌드한다’라는 개념만 알 뿐, gradle이 무엇인지는 잘 모르고 개발을 했던 과거를 떠올리며 gradle을 주제로 발표를 하게 되었습니다. 제가 gradle에 대한 개념을 정립했던 것처럼 이 퍼비톡을 들으시는 여러분들도 gradle 전반에 대한 지식을 얻어가셨으면 좋겠습니다. 자, 제가 방금 전에 Gradle 위에서 빌드를 한다 라고 했습니다. ..
질문 : How many sockets are open at the same time in a client/server host when using each of three HTTP types above? 답? 1. Addressing processes A process in the Internet can be identified by IP address of the host where the process is running, commany address 집주소 OS가 sw적으로 세팅한 주소. IP layer. 타고 나가는 건 nw interface 카드 (IP:카드 = 다대일) port number , URL = nw를 다니는 parameter, well-known // client는 그 때 그 때 ..
질문 : End-point authentication of messages ? Why does a server need a permanent and public IP address? 1. Network Security : 데이터의 패턴을 보고 공격을 미리 예상해서 막자! immune to attacks 하도록, security considerations in all layers 1) virus vs worm Virus (Spyware 고객이 뭘 좋아하는지 정보 get, Adware) Worm (DDos) (WORM = Write Once Read Many) : unavailavle to legitimate traffic 악성코드에 나도 모르게 감염이 되어 농협서버가 보기에 합당한 TCP segments를..
질문) 1 hop의 개념? A source host로부터 switch까지는 1 hop이라고 하는가? 1. Pckt sw vs Circuit sw bursty data를 전달할 때 simpler, no call setup : 웬만하면 멈추지 않고 그냥 보냄 그 결과 excessive congestion, 즉 output buffer에 몰릴 수 있음. 해결방법 : congestion contrl by TCP 2. Internet structure: multi-tier hierarchy hosts : access ISP가 관리, global ISP(관념적, 불가능) Two ways of connecting different networks (usually different ISPs): IXP and Peeri..
Two Internet core networking technologies: Packet switching (P.S) and Circuit switching (C.S) 1. Packet switching each pckt is delivered independently(연관성을 모른다! 지들 맘대로 순서없이 도착함) in core nw over different e2e path. In-order delivery cannot be guaranteed. Flexibility can be reserved (그 때 그 때 봐가면서 라우팅) 불나면 그 라우터 피해서 갈 수 있음 왜 pckt으로 쪼개냐? multiple user access in LAN : Max delay 가 줄어듦 (내가 안 쓰면 너가 쓸 수 ..