본문 바로가기
반응형

CS/Computer Networking4

[Computer Networking] 4. Chapter 2: Application layer Chapter 2에서 살펴볼 주제 3가지 Application 구조 transport-layer service models client-server paradigm peer-to-peer paradigm 인터넷에서 사용되고 있는 프로토콜 HTTP SMTP / POP3 / IMAP DNS 네트워크 어플리케이션 프로그램을 작성할 수 있는 인터페이스 socket API Application architectures network application과 application protocol은 두 가지 구조 중 하나를 가짐 client-server peer-to-peer (P2P) Client-server architecture communication 주체 : program program이 실행하고 있는 hos.. 2021. 7. 20.
[Computer Networking] 3. Chapter 1 : Roadmap Chapter 1 network(Internet을 바탕으로 한 network) protocol delay, loss, throughput 어떤 packet이 노드에 도착하면, 노드는 processing함. check bit errors determine output link nodal processing delay는 일반적으로 1 : queue의 길이가 무한정으로 늘어남 traffic intensity ~ 0 (0에 가까움) : traffic 유입 속도 R일 수 있음. 이럴 때 잠시 동안은 queue에 패킷이 쌓여 delay가 크게 늘어날 수 있음 Packet loss queue의 크기는 finite queue가 꽉 찼을 때 패킷이 도착하면 버려야 함 = packet loss 잃어버린 패킷을 재전송해야 .. 2021. 7. 19.
[Computer Networking] 2. Chapter 1 : Roadmap 인터넷은 core와 edge로 나눌 수 있음 인터넷의 구성요소 Host, Router or Switch, Link (router-router, host-router 연결) edge에는 host가 연결돼 있음 host와 core의 router 사이에 access network가 있음 access network : home network, 기관 home network : access point, desktop - router/ethernet switch - 전화 회사 DSL / 케이블 회사 cable (HFC) - internet (core의 router) 기관/school : access point, desktop - ethernet switch - 학교 전체를 묶어주는 Router - 인터넷 회사의 Ro.. 2021. 7. 18.
[Computer Networking] 1. Chapter 1 : Roadmap http://www.kocw.net/home/cview.do?mty=p&kemId=1046412 컴퓨터 네트워크 컴퓨터 네트워크의 계층적인 프로토콜 구조를 이해하고 특히 인터넷에서 사용되고 있는 응용 프로그램, 트랜스포트 프로토콜, 라우팅 알고리즘과 프로토콜, 데이터센터, 무선모바일 네트워크 www.kocw.net 이화여자대학교 이미정 교수님께서 강의하신 컴퓨터 네트워크 수업 강의를 들으면서 정리한 내용을 업로드할 계획 이번 글은 첫 번째 강의인 Chapter 1 : Roadmap을 들으면서 필기한 것임 Computer Networking: A Top-Down Approach Featuring the Internet, 6th Ed., James F. Kurose and Keith W. Ross, Addi.. 2021. 7. 17.
반응형