<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[weixin_62007227的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/weixin_62007227</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; weixin_62007227]]></copyright><item><title><![CDATA[华为数通Hcia 7、单播、广播、组播]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/140548559</link><guid>https://blog.csdn.net/weixin_62007227/article/details/140548559</guid><author>weixin_62007227</author><pubDate>Fri, 19 Jul 2024 14:34:31 +0800</pubDate><description><![CDATA[单播、广播、组播
单播

Unicast，发送给单个目标



广播


Broadcast，发送给所属广播域内的所有目标


MAC地址：FF-FF-FF-FF-FF-FF     IP地址 = 广播地址




组播


Multicast， 发送给一组目标,一到多，one to many


IP地址=D类组播地址


MAC地址 = 01-00-5E开头 (第8bit =1)




冲突和广播




术语
概述




冲突   Collision
多个设备如果同时接在一个传输信道上，发生冲撞会]]></description><category></category></item><item><title><![CDATA[华为数通Hcia 6、IP协议]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/126152521</link><guid>https://blog.csdn.net/weixin_62007227/article/details/126152521</guid><author>weixin_62007227</author><pubDate>Thu, 04 Aug 2022 08:48:26 +0800</pubDate><description><![CDATA[IP协议详解、子网划分技巧]]></description><category></category></item><item><title><![CDATA[华为Hcia5、ARP与ICMP]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/124528261</link><guid>https://blog.csdn.net/weixin_62007227/article/details/124528261</guid><author>weixin_62007227</author><pubDate>Sun, 01 May 2022 16:22:07 +0800</pubDate><description><![CDATA[文章目录ARPARP请求ARP缓存表查看#ARP响应ARP代理免费ARPARP 欺骗ICMP重定向ping 不通的情况
ARP

Address Resolution Protocol  地址解析协议
通过IP地址解析目标MAC地址


ARP请求
目的地址为：广播
ARP缓存表查看




命令
备注




Arp  -a
查看ARP缓存


Arp  -d
清空ARP缓存


#ARP响应



目标主机 ：


当收到arp请求  检测FCS是否正确且目标IP是否为自己


然后把源MAC和源IP记]]></description><category></category></item><item><title><![CDATA[Python 精简笔记 基础 - 集合]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/124236881</link><guid>https://blog.csdn.net/weixin_62007227/article/details/124236881</guid><author>weixin_62007227</author><pubDate>Sun, 17 Apr 2022 21:25:21 +0800</pubDate><description><![CDATA[python 基础到集合]]></description><category></category></item><item><title><![CDATA[Python+selenium4 自动化签到]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/124157119</link><guid>https://blog.csdn.net/weixin_62007227/article/details/124157119</guid><author>weixin_62007227</author><pubDate>Wed, 13 Apr 2022 20:36:24 +0800</pubDate><description><![CDATA[python+selenium库的使用]]></description><category></category></item><item><title><![CDATA[华为数通Hcia4、数据链路层]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/124105879</link><guid>https://blog.csdn.net/weixin_62007227/article/details/124105879</guid><author>weixin_62007227</author><pubDate>Mon, 11 Apr 2022 19:38:15 +0800</pubDate><description><![CDATA[华为数通datacom 认证   数据链路层]]></description><category></category></item><item><title><![CDATA[华为数通Hcia 3、传输层]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/123943795</link><guid>https://blog.csdn.net/weixin_62007227/article/details/123943795</guid><author>weixin_62007227</author><pubDate>Sun, 03 Apr 2022 20:40:06 +0800</pubDate><description><![CDATA[华为认证hcia 小白都能懂的传输层博客]]></description><category></category></item><item><title><![CDATA[华为数通Hcia 2、应用层]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/123759699</link><guid>https://blog.csdn.net/weixin_62007227/article/details/123759699</guid><author>weixin_62007227</author><pubDate>Sat, 26 Mar 2022 18:52:13 +0800</pubDate><description><![CDATA[HCIA datacom  数通 应用层概述应用层就那么回事！ ]]></description><category></category></item><item><title><![CDATA[华为数通Hcia 1、通信基础]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/123667968</link><guid>https://blog.csdn.net/weixin_62007227/article/details/123667968</guid><author>weixin_62007227</author><pubDate>Tue, 22 Mar 2022 19:55:21 +0800</pubDate><description><![CDATA[华为认证hcia学习]]></description><category></category></item><item><title><![CDATA[【数据结构】顺序表和单链表(C语言版)]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/123112356</link><guid>https://blog.csdn.net/weixin_62007227/article/details/123112356</guid><author>weixin_62007227</author><pubDate>Thu, 24 Feb 2022 23:37:39 +0800</pubDate><description><![CDATA[一篇文章让你搞懂单链表的基本操作[通过图画轻松掌握]

前言
提示：本篇记录自学《大话数据结构》的链表章节
主要是代码的理解，不会出现很多概念定义


一、顺序存储之顺序表


定义

顺序表也叫(顺序存储结构) ，是一种用一段地址连续的存储单元依次存储线性表的数据元素。



顺序表的示意图

二、线性表的顺序存储结构
#define Max_sz  20      /代表数组最大容量
ty.]]></description><category></category></item><item><title><![CDATA[C语言之浮点数在内存中的存储]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/122894149</link><guid>https://blog.csdn.net/weixin_62007227/article/details/122894149</guid><author>weixin_62007227</author><pubDate>Sat, 12 Feb 2022 12:15:45 +0800</pubDate><description><![CDATA[震惊 C语言原来是这样存浮点数的！！！]]></description><category></category></item><item><title><![CDATA[C语言之整数在内存中的存储]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/122862076</link><guid>https://blog.csdn.net/weixin_62007227/article/details/122862076</guid><author>weixin_62007227</author><pubDate>Thu, 10 Feb 2022 16:55:06 +0800</pubDate><description><![CDATA[大专C语言笔记 ,零基础入门]]></description><category></category></item><item><title><![CDATA[字符函数与字符串函数]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/122782106</link><guid>https://blog.csdn.net/weixin_62007227/article/details/122782106</guid><author>weixin_62007227</author><pubDate>Fri, 04 Feb 2022 21:26:54 +0800</pubDate><description><![CDATA[本篇博客介绍一些函数和如何模拟实现
strlen函数
介绍：计算字符串 str 的长度，直到空结束字符，但不包括空结束字符
原型：size_t strlen(const char *str)
返回值：返回字符串的长度
注意点：
1.字符串是以 ‘\0’ 作为结束标志，strlen函数返回的是在字符串中 ‘\0’ 前面出现的字符个数（不包含 ‘\0’ )。
2. 参数指向的字符串必须要以 ‘\0’ 结束。 注意函数的返回值为 size_t是无符号的。

模拟实现strlen函数
常用递归和指针-指针的方法
1]]></description><category></category></item><item><title><![CDATA[qsort排序字符串]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/122681575</link><guid>https://blog.csdn.net/weixin_62007227/article/details/122681575</guid><author>weixin_62007227</author><pubDate>Tue, 25 Jan 2022 11:50:51 +0800</pubDate><description><![CDATA[qsort如何排序字符串(指针数组)]]></description><category></category></item><item><title><![CDATA[指针进阶的理解与使用]]></title><link>https://blog.csdn.net/weixin_62007227/article/details/122651977</link><guid>https://blog.csdn.net/weixin_62007227/article/details/122651977</guid><author>weixin_62007227</author><pubDate>Mon, 24 Jan 2022 16:36:41 +0800</pubDate><description><![CDATA[一个带专生自学指针进阶之路
前言：本篇博客是为了总结自己学习指针的笔记，也是自己第一次写博客，可能质量很低请多多包含。
1.指针是什么？
首先，要学好指针的话，就要知道指针是什么?
1.指针是内存中一个最小单元的编号，也就是地址。
2.平时口语中说的指针，通常指的是指针变量，是用来存放内存地址的变量。
总结：
1.对于我来说 指针就是用来存变量的地址，并且通过这个地址进行操作去改变变量。
2.指针的大小在32位平台是4个字节，在64位平台是8个字节 (指针的大小与指针的类型无关)。
2.指针种类及其功能
[]]></description><category></category></item></channel></rss>