목록CS 지식/NTW(네트워크) (9)
어떻게 하면 잘 정리했다고 소문이 날까...

8편은 총 7개의 내용으로 구성됩니다. 1. What is Network Security? 2. Principle of Encryption ➕ Public Key and Shared Key 3. 메세지 무결성과 전자 서명 4. End to End Point Authentication 5. 전자우편의 보안 6. TCP 연결의 보안: SSL 7. 네트워크 계층 보안: IPSec and VPN ✔️ What is Network Security? 안전한 통신에 요구되는 특성. 기밀성: 송신자와 지정된 수신자만 내용을 알아야 함. (암호화) 메세지 무결성: 주고받는 메세지가 중간에 변경되면 안된다. 종단점 인증: 송,수신자는 통신에 참여한 상대방의 신원을 알아야 함. 운영 보안: 네트워크가 외부에서 공격받지 않도..
네트워크 7편은 총 4개의 세부 내용으로 정리 됩니다. 1. Introduction 2. Wireless Link and Network Characteristic 3. IEEE 802.11 Wireless LANs(WIFI) 4. Celluar Internet Access ✔️ Introduction [Electroncis of a wireless network] wireless host 일반 호스트와 같음. stationary or mobile. base station(기지국) 한쪽은 Air, 한쪽은 유선. relay = sending pkt btw wired and wireless. cell tower(기지국) wireless link mobile과 base station 연결. 주로 access n..
네트워크 6편 링크 계층은 총 6개의 내용으로 구성됩니다. 1. Link Layer: Introduction 2. Multiple Access Protocols 3. LAN (Local Area Network) 4. MPLS (Multi Protocol Label Switching) 5. DataCenter Networking 6. 웹 페이지 요청 처리 과정 총 정리!! ✔️ Link Layer: Introduction 링크 계층의 패킷은 프레임. 물리적으로 직접 연결되어 있는 노드 간의 reliable transfer. (end to end 가 아닌 물리적 이웃 간) end to end 전달하는 것은 다 다른 타입의 링크. 유선 링크에서는 error dection, correction에 신경을 덜 써도..
네트워크 5편 Control Plane은 총 4개의 내용으로 구성됩니다. 1. Overview 2. Routing Protocol 3. Intra-AS Routing in the Internet : OSPF 4. Inter-AS Routing in the Internet: BGF ✔️ Overview Network-Layer Functions Data Plane(HW): Forwarding Control Plane(SW): Routing 2가지 Approach traditional per-router: 각 라우터 내에 routing algorithm 존재. SDN: Centralized controller에서 계산한 내용을 각각 Router의 Control Agent에 전달. ✔️ Routing Prot..

총 3개의 내용으로 구성됩니다. 1. Network Layer 2. What's inside a router? 3. Internet Protocol: IPv4, IPv6 ✔️ Network Layer transport segment를 encapsulation하여 전달. (send side) datagram에서 segment를 추출해서 transport layer로 전달.(recv side) network layer는 모든 host와 router에 구현. router는 이곳을 통과하는 IP datagram의 헤더 필드 확인. Two Key Network Layer Function forwarding: router의 input으로 들어온 패킷을 적당한 router의 output으로 밀어내기. (Data Pl..

총 7개의 내용 중 5번부터 정리합니다. TCP 관련 내용은 양이 많기 때문에 TCP 편으로 분리하여 정리합니다. 1. Transport Layer Services 2. Multiplexing and Demultiplexing 3. Connectionless UDP 4 Reliable Data Transfer 5. Connection-Oriented TCP 6. Congestion Control 7. TCP Congestion Control ✔️Connection-Oriented TCP [TCP Overview] point to point : one sender / one receiver (멀티 캐스트 아님!), 오직 종단 시스템에서만 동작. 버퍼와 TCP 소켓이 구성요소. Reliable, byte s..

총 7개의 내용 중 4번까지 우선적으로 정리합니다. TCP 관련 내용은 양이 많기 때문에 TCP 편으로 분리하여 정리합니다. 1. Transport Layer Services 2. Multiplexing and Demultiplexing 3. Connectionless UDP 4 Reliable Data Transfer 5. Connection-Oriented TCP 6. Congestion Control 7. TCP Congestion Control ✔️Transport Layer Services Transport Services and Protocols 전송 프로토콜은 OS에 의해 구현. 전송 측) message를 segment로 쪼갠다. 수신 측) segment를 모아서 message로 만든다. T..

총 3개의 소재로 정리됩니다. 1. Principle of Network Application 2. Web and HTTP 3. DNS: Domain Name System 1. Principle of Network Application Network Application은 Edge 시스템에 들어감. Network Core에서 발생하는 과정에는 관심이 없음. Network Application의 대표적인 구조: 클라이언트-서버 방식과 P2P 방식. Client-Server 구조 클라이언트 서버와 통신. 연결이 지속적이지 않음. 동적 IP 할당. 서버 항상 연결되어 있음. 고정 IP 할당. 데이터 센터에 위치. P2P 구조 (Peer-to-Peer) 서버가 되기도 하고 클라이언트가 되기도 함. end sys..

네트워크 내용은 "컴퓨터 네트워킹: 하향식 접근"을 보고 핵심 내용만을 정리한 것이다. 1편인 컴퓨터 네트워크와 인터넷은 총 5개의 챕터로 나뉜다. 1. Network 2. Access Network 3. Network Core 4. Delay,Loss,Throughput in Networks 5. Protocol layers: Service Models (1) Network 네트워크의 특징 계층적 구조. Core Network + Access Network로 구성. ISP와 Protocol등으로 구성. (2) Acess Networks Edge(End System)들이 인터넷에 접속할 수 있도록 하는 네트워크. DSL, Cable Network 등이 과거에 존재. Access Network: Home ..