1.学习
结束了杭州行之后的一周里,紧接而来的是动漫社活动和提前学习的必要。
舞见:爱摆烂的小金、阿木、阿威、澈如墨、大蜥蜴、呱呱太、亘硫、壳壳、凉宫百合子、路人、莲糖糖、临渊、泠芓、奶青、千穗、藤沢凌、五曰清、小鲸、汐月、依米、一眠、云栈、枕七、猪突猛进、a的承诺、kiuz、shuai阿宝 摄影:阿威、丹、亮仔、木漪、七汜、悠远的苍穹、id、loki、ut 后期指导:阿威、亮仔 后期:壳壳、依米、云栈、枕七、Kero、kiuz、shuai阿宝 封面:壳壳、悠远的苍穹
4.5.6 IEEE802.11帧的结构 14种管理帧:例如信标(Beacon)、探测(Probe)、关联(Association)、认证(Authentication)等,用于无线主机与AP之间建立关联。 9种控制帧:例如请求发送(RTS)、允许发送(CTS)、确认(ACK)等,用于预约信道、确认单播数据帧。 1种数据帧:携带用户数据。
CSMA/CA, which stands for Carrier Sense Multiple Access with Collision Avoidance, is a medium access control protocol used primarily in wireless networks, such as Wi-Fi. Here's a brief explanation of how it works:
1. **Carrier Sense**: Before a station (device) sends data, it first performs a "carrier sense" to check whether the channel is clear or if it's already in use by another device. This is done by listening for any signals that might indicate the presence of another transmission.
2. **Multiple Access**: If the channel is clear, multiple stations are allowed to access the channel simultaneously. However, since there's no central control, collisions (where two or more devices transmit at the same time) are still possible.
3. **Collision Avoidance**: To avoid collisions, each station waits for a random period of time after sensing the channel to be clear before transmitting. This waiting period is determined by a backoff algorithm, which is designed to reduce the likelihood of collisions.
4. **Backoff Algorithm**: If a collision is detected, the station that experiences the collision will wait for a random amount of time (calculated using the backoff algorithm) before attempting to retransmit. The backoff period increases exponentially with each successive collision, which helps to reduce the chance of repeated collisions.
5. **Transmission**: Once the station has waited for the required backoff period and the channel is still clear, it proceeds to transmit its data.
6. **Acknowledgment**: After transmitting, the station waits for an acknowledgment (ACK) from the receiver. If an ACK is received, the transmission is considered successful. If no ACK is received within a certain timeframe, the station assumes a collision has occurred and retries the transmission after another random backoff period.
CSMA/CA is designed to be more efficient than the simpler CSMA protocol by reducing the probability of collisions in the network, especially in environments with a high number of devices trying to access the shared medium. It's a key component of the IEEE 802.11 standard for wireless networks.
世上三般苦,撑船、打铁、磨豆腐
当理想无法达成时,他们就会变得十分沮丧。在这种情况下,INFJ倾向于逃避现实,并陷入一种失望的情绪中。他心里会说,“所有人都毫不在乎,我先前想东想西是多么愚蠢啊!”
容易过度以情感为中心,近乎歇斯底里。尽管有些事可能与他们并不相关。一旦某位INFJ对某一项工作予以关注,一次简单的办公室争论都有可能变为一次严重的灾难。一旦某位INFJ承担起某一工作的责任,他就会为所有人和所有事承担所有责任。如果承担责任的愿望没有得到合理的抑制,失败感会不断加深,最终陷入自我否定和自责中。
容易将简单的事情复杂化,容易小题大做。在对待事物上,一开始总会务必坚定,经过几次挫折后,他们又会选择极端的退让,这使得别人几乎没有可能去说服一个INFJ型的人。
下面是对上述关于IP地址和网络结构的描述的形象解释:
(1) IP地址的分等级结构
想象IP地址就像是一个城市的邮政编码和街道地址的组合。
- 网络号就像是邮政编码,它标识了一个大致的区域或城市。
- 主机号就像是街道地址,它标识了在这个区域或城市中的具体位置。
当邮政局(IP地址管理机构)分配邮政编码时,它只关心这个区域或城市,而不关心具体的街道地址。同样地,IP地址管理机构在分配IP地址时,只分配网络号,而剩下的主机号则由得到该网络号的单位(如公司、学校等)自行分配。
另外,当邮递员(路由器)要送信(IP数据报)时,他只需要知道邮政编码(网络号)来决定送到哪个城市或区域,而不需要知道具体的街道地址(主机号)。这样,邮递员(路由器)的路由表就可以大大简化,只需要列出各个城市或区域的邮政编码(网络号)即可。
(2) IP地址与主机和链路的接口
想象IP地址就像是一个人的电话号码和他在不同地方的联系方式。
- 当一个人(主机)在一个地方(网络)时,他有一个电话号码(IP地址)。
- 如果他同时去了两个地方(同时连接到两个网络),那他就需要有两个不同的电话号码(两个IP地址),但这两个电话号码的区号(网络号)是不同的。这种有多个电话号码的人就像多归属主机。
同样地,一个快递员(路由器)要送快递(IP数据报)时,他需要知道收件人(目的主机)在哪个城市(网络),因此他至少需要知道两个不同城市的电话号码(两个IP地址)来分别联系收件人在不同地方的联系人。
(3) 用转发器或网桥连接的局域网
想象几个小区(局域网)通过小路(转发器或网桥)连接起来,但它们仍然属于同一个城市(网络)。
- 这些小区(局域网)都有相同的邮政编码(网络号),因为它们都属于同一个城市(网络)。
- 无论你在哪个小区(局域网),只要你知道邮政编码(网络号),你就可以通过小路(转发器或网桥)找到这个城市(网络)中的任何地方。
(4) 网络的平等性
想象所有的城市(网络)都是平等的,无论它们是大城市还是小城市,无论它们是在繁华的市中心还是偏远的乡村。
- 无论你是住在繁华的大城市还是偏远的乡村,你的邮政编码(网络号)都是独一无二的,并且你都可以通过这个邮政编码(网络号)来与其他城市(网络)进行联系。
- 所有的城市(网络)都有相同的权利和机会来与其他城市(网络)进行交流和合作。
希望这些形象解释能帮助你更好地理解IP地址和网络结构的概念。
数据链路和帧
2.b站大学
【【雀魂小课堂】第一期:如何下载雀魂麻将】 https://www.bilibili.com/video/BV1fM411K7qV/?share_source=copy_web&vd_source=476fcb3b552dae37b7e82015a682a972