본문 바로가기

학교 강의/정보통신공학15

[Chapter 10] Cellular Wireless Networks 돌아다니는 유저를 위한 cellular network 중 특이한 것들을 볼 것이다. wireless(ex. WIFI) 한 기기에 outdoor에서도 mobility 기능이 있는 기기를 말하는 것이다.- 이때 돌아다니는 유저들을 Mobile Unit(MU)라고 부른다.- ISI(Inter Symbol Interference) 없앰 정부에서 산 frequency band를 가지고 최대 수익을 정해놓고 유저들에게 channel을 할당한다.-> (Goal1) Base Station이 service quality를 유지하면서 가능한 많은 유저들을 지원할 수 있어야 함 (Multiple Access 사용 !!)-> (Goal2) Capacity(channel 개수) 정해져 있을 때, 지원 가능한 유저 수를 늘릴 수.. 2025. 6. 6.
Chapter7. Data Link Control Protocols(Error Control) 1. Flow ControlStop-and-Wait Flow ControlSliding-Window Flow Control 2. Error ControlStop-and-Wait ARQSliding-Window ARQGo-Back-N ARQSelective-Reject ARQ3. HDLC(High-Level Data Link Control): Sliding-Window 방식으로 Flow&Error Control하는 표준 프로토콜: Ethernet, Wifi의 뿌리Error Control 두 개의 frame을 사용한다는 것은 계속 말해왔다.- Data frame: L2 payload 안에 IP packet 정보 가짐- ACK frame: IP packet 없음 - lost frames: RX로 전달 실패* .. 2025. 4. 17.
Chapter7. Data Link Control Protocols(Flow Control) 1. Flow ControlStop-and-Wait Flow ControlSliding-Window Flow Control 2. Error ControlStop-and-Wait ARQSliding-Window ARQGo-Back-N ARQSelective-Reject ARQ3. HDLC(High-Level Data Link Control): Sliding-Window 방식으로 Flow&Error Control하는 표준 프로토콜: Ethernet, Wifi의 뿌리Layer 2 Protocol Data Unit(PDU): "frame" Data frame(I) : payload에 IP packet 내용 넣음: data transfer할 때 사용 ACK frame(S) : payload 없음(IP packet.. 2025. 4. 15.
Chapter 6. Error Correction L2에서의 error correction Backward Error Correction(BEC) method : retransmission하면 흐름 끊김 -> bandwidth 취약한 통신에서는 잘 안 함 - HDLC의 data link protocol- TCP의 transport protocol - bandwidth 가 취약할 때(특히 L2에서는)- 장거리 통신(retransmission하는 데 걸리는 시간이 길어)- VoIP와 같은 실시간 application (급하게 보내야 하기 때문) -> FEC 사용 Forward Error Correction(FEC) method : 가서 알아서 고쳐보기: block으로 나누어서 RX에게 보냄 -> RX가 받은 걸로 고침ex. VoIP  TX와 RX는 "어떤 .. 2025. 4. 14.