목록CS/Computer Network (18)
CS log
4장에서는 (네트워크 엣지에 있는 호스트) 와 (코어에 있는 라우터)에 모두 존재하는 3계층 (Network layer) 동작에 관해서 공부하게 됩니다. 가장 복잡도가 높은 인터넷 기술의 꽃에 해당하는 계층입니다. 3계층의 기능은 다음과 같이 2가지로 나눠집니다. (1) 네트워크 가입자의 데이터(IP 패킷)를 처리(포워딩)하는 "Data plane" (4장)과 (2) 라우터들간에 주고 받는 라우팅프로토콜 메세지(이것도 IP패킷임)를 처리하고 라우팅테이블을 만드는 "Control plane" (5장) => (2)번 기능은 (1)번 기능을 수행하기 위해 필요한 것입니다. Network service model (required by Transport layer) no loss, max. e2e-delay, ..
1. push protocol vs pull protocol Push protocol : a client who initiates a connection to a server wants to send(push) data to the server (ex: SMTP, etc) Pull protocol : a client who initiates a connection to a server wants to receive(pull) data to the server (ex: HTTP, DNS, IMAP, POP3 etc) 2. Protocols SMTP (push protocol) : used for sending(pushing)/delivering (NOT retrieving) emails IMAP or PO..
질문 : 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..