mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
vault backup: 2022-10-20 10:32:06
This commit is contained in:
parent
47ab100f89
commit
0a093ef220
@ -96,10 +96,35 @@ reciever
|
||||
- return ACK after SIFS (short interframe space)
|
||||
- ACK needed due to hidden terminal problems
|
||||
|
||||
|
||||
|
||||
# Hidden terminal problem
|
||||
collision avoidance
|
||||
- handshake to "reserve" channel use for data frames using request-to-send (RTS) and clear-to-send (CTS) packets
|
||||
- 
|
||||
|
||||
# Cellular networks
|
||||
solution for wide-area mobile internet
|
||||

|
||||
|
||||
basic concepts
|
||||
- base stations: a.k.a., cell tower
|
||||
- cell: geographical area covered by a BS
|
||||
- frequency reuse principle
|
||||
- set of freqs is limited
|
||||
- neighboring cells cannot use the same set of freqs
|
||||
- a freq reuse pattern is a configuration of N cells where N is the reuse factor
|
||||
|
||||

|
||||
|
||||
handoff
|
||||
- transfer ongoing call or data connection from one BS to another
|
||||
- methods
|
||||
- hard handoff
|
||||
- break before make
|
||||
- soft handoff
|
||||
- make before break
|
||||
- roaming
|
||||
- users can use cell services when traveling outside the coverage area of home network by using a visited network
|
||||
- roaming agreement bettween home at visited network
|
||||
|
||||
# 4G LTE
|
||||
similarity to wired
|
||||
-
|
||||
Loading…
Reference in New Issue
Block a user