Study 77

[Week 14-2] IEEE 802.11

Chap 13. Wireless LANs - Layer1: Physical Layer : 전송속도와 관련된 다양한 표준을 지원 - Layer2 (DCF~LLC): Data link layer : AP가 어떻게 coordination 할 것인지 결정 - Contention Service - DCF : 내가 어떻게 경쟁을 해서 채널이 idle할 때까지 기다렸다가(CSMA, SIFS, DIFS) 점유하는 지 결정 : 공평하게 사용 - Contention-free Service - PCF : AP가 realtime service를 하기 위해 남이 못보내는 시간을 만들어서 contention-free service를 제공 : dedicated time slot - LLC : error detection, ack ..

[Week 14-1] Wireless LANs

Chap 13. Wireless LANs *Single Cell - Ethernet switch에 bridge나 router가 연결 - bridge는 layer2에서 다른 LAN과 연결 - router는 layer3에서 다른 LAN과 연결 - IP주소를 통해 어떻게 패킷이 효율적으로 destination device를 갈 수 있는 지 거쳐가는 곳이 router - CM(Control Module) → UM(User Module) - Throughput - Number of nodes - Connection to backbone LAN - Service area - Battery power cons..

[Week 13-2] Ethernet - ALOHA, CSMA/CD

Chap 12. Ethernet > Earliest was ALOHA - CSMA이전에, frame을 collision없이 전송하기 위해 고안된 프로토콜 - Developed for packet radio networks - 채널 효율성 최대 18% → station이 많이 없을 때 사용가능 - Procedure 1) Station이 frame을 아무때나 전송 2) Simultaneous transmission으로 collision이 발생하면, the sender는 재전송 전까지 random amount of time을 대기 > Next came with slotted ALOHA - ALOHA와 비슷하지만 t..

[Week 13-2] LAN - Ethernet, Switch, Bridge, VLAN

Chap 11. Local Area Network (LAN) Overview - Switch is a link-layer device : takes an active role : store, forward Ethernet frames : 들어오는 frame의 MAC address를 조사하고, segment에서 프레임을 전달할 때 하나 이상의 outgoing links를 선택적으로 (selectively) frame에 전달하며, CSMA/CD를 사용하여 segment에 접근한다. : hub나 bus에 비해 더 높은 data rate로 데이터를 주고받는다. - transparent : hosts unaware of presence of switches - plug-and-..

[Week 12-1, 12-2] Cellular networks - Mobility

Chap 10. Cellular Wireless networks - spectrum of mobility, from the network perspective: > 라우터 변경(네트워크 전체): network(routers) handle - routers는 usual routing table exchange을 통해 well-known name, 주소(예: permanent 32-bit IP address), number of visiting mobile node(예: cell #)를 advertise한다. - Internet routing 변경없이 이 작업을 수행할 수 있다 *Routing tables: 가장 긴 prefix match를 통해 각 모바일의 위치를 나타..