전공공부 45

[컴퓨터네트웍] protocol layers

https://prefer-all.tistory.com/31 [컴퓨터네트웍] security https://prefer-all.tistory.com/30 [컴퓨터네트웍] packet delay, traceroute program, throughput https://prefer-all.tistory.com/29 Packet Delay : packet이 router buffer에서 대기(queue) 중이기 때문에 발.. prefer-all.tistory.com 1. physical layer: transmit bits “on the wire” network card + wire 두 개 이상 컴퓨터를 연결하고자 할 때 physical layer 가지고 destination specify 못함 2. data l..

[컴퓨터네트웍] security

https://prefer-all.tistory.com/30 [컴퓨터네트웍] packet delay, traceroute program, throughput https://prefer-all.tistory.com/29 Packet Delay : packet이 router buffer에서 대기(queue) 중이기 때문에 발생 - Real internet delays and routes traceroute program: provides delay measurement f.. prefer-all.tistory.com 1. Bad guys: (1) packet interception #promiscuous: 자기에 맞는 packet이면 허용, 아니면 버림 (2) fake identity (3) denial o..

[컴퓨터네트웍] packet delay, traceroute program, throughput

https://prefer-all.tistory.com/29 Packet Delay : packet이 router buffer에서 대기(queue) 중이기 때문에 발생 - Real internet delays and routes traceroute program: provides delay measurement from src to router along end-end Internet path toward dest 인터넷을 통해 거친 경로를 표시하고 그 구간의 정보를 기록하고, 인터넷 프로토콜 네트워크를 통해 패킷의 전송 지연을 측정하기 위한 컴퓨터 네트워크 진단 유틸리티임. 즉, 패킷이 목적지까지 가는 경로를 알아오는 명령어 Throughput : sender과 receiver 사이 bits가 전송되는..

[컴퓨터네트웍] Introduction(Internet structure- network core, packet & circuit switching)

https://prefer-all.tistory.com/28 [컴퓨터네트웍] Introduction (Internet structure- network edge, access network) - 모든 device들은 host, end system이라고 불림 - End system은 network에 연결되어 있음. 하나의 end system에서 다른 end system으로 data 보낼 때 data를 segment 단위 (transport layer에서.. prefer-all.tistory.com 3. Network core: interconnected routers, network of networks(mesh거미줄 of interconnected routers) 3-1. Interconnected ro..

[컴퓨터네트웍] Introduction (Internet structure- network edge, access network)

- 모든 device들은 host, end system이라고 불림 - End system은 network에 연결되어 있음. 하나의 end system에서 다른 end system으로 data 보낼 때 data를 segment 단위 (transport layer에서 memory 단위)로 자르고, 이 segment에 header byte를 붙인다. 이를 “packet”(network layer에서의 data 단위)라고 함. - Network는 communication links와 packet switches로 이루어져 있고, 정보나 자원을 공유하는 망임. - Communication links: ex) fiber, copper. Radio, satellite / transmission rate: bandwi..