计算机网络基础知识

计算机网络基础知识

码农世界 2024-06-05 前端 86 次浏览 0个评论

网络概述

        传输介质:

                有线:同轴电缆,双绞线,光纤(传输光信号)

                无线:微波,激光,红外线,无线电

OSI和TCP/IP协议簇

        OSI:开放式系统互联参考模型

                1.物理层

                2.数据链路层

                3.网络层

                4.传输层

                5.会话层

                6.表示层

                7.应用层

        TCP/IP协议簇:

                1+2——网络接口层

                3——网际层:IP,ARP,ICMP

                4——传输层:UDP,TCP

                5+6+7——应用层:HTTP,FTP,Telent,DNS,POP3,SMTP

IP地址与子网划分

        十进制表示每个都是0~255

        八位二进制,有四组

        IP地址={<网络号>,<主机号>}

        子网划分主要是设计子网掩码的过程(m个连续1    n个连续0)

        有m个网络位,n个主机位

        求子网掩码:将网络位设1,主机位设0

        IPV6地址长度128位

浏览器相关知识

cookies 是服务器存储在用户本地终端的数据

        是<head>部分中唯一的必需元素</p> <p>        html</p> <p>        加粗</p> <p>        <i>倾斜</p> <p>        <u>下划线</p> <p>        <br>分行</p> <p>        <p>段落</p> <p>        表格样式</p> <p>        <table border ="4"></p> <p>        <tr>行</p> <p>        <th>列</p> <p>        <td>数据</p> <p>        表单样式</p> <p>        <form action="/demo"></p> <h4>URL组成</h4> <p>        网页资源标识          协议名://主机名.组名.最高层域(http://www.baidu.com)</p> <p>        协议名最常见http,https,file,ftp,gopher,mms,ed2k</p> <p>        主机名为服务域名或IP地址</p> <p>        DNS域名  cn(中国)     us(美)</p> <h4>电子邮件</h4> <p>        SMTP——邮件发送</p> <p>        POP3——邮件接收</p> <p>        格式:用户名@域名</p> <h4>网络安全</h4> <p>1)主动攻击:篡改,伪造,中断</p> <p>   被动攻击:窃听/截获</p> <h6>网络故障处理</h6> <p>        首先检查物理连通性</p> <h6>计算机病毒</h6> <p>        宏病毒:macro...</p> <h6>网络安全技术手段</h6> <p>        防火墙</p> <p>                建立在内外网络边界上的过滤封锁机制,认为内部网络都安全可信赖,外部都不安全不可信赖。监视和控制网络间的访问通道。</p> <p>                DMZ:非军事化区,非安全系统与安全系统间的缓冲区</p> <p>        发展阶段:</p> <p>                包过滤防火墙</p> <p>                应用代理网关防火墙</p> <p>                状态检测技术防火墙</p> <h6>数字签字</h6> <p>验证信息发送者身份</p> <p>发送者的私钥加密,发送者公钥解密</p> <h6>网络安全协议</h6> </div> </div> <div class="post-statement"> <p>转载请注明来自<a href="http://mnshijie.com/" title="码农世界"><strong>码农世界</strong></a>,本文标题:<a href="http://mnshijie.com/post/36106.html" title="计算机网络基础知识">《计算机网络基础知识》</a></p> </div> <div class="post-share"> 百度分享代码,如果开启HTTPS请参考李洋个人博客 </div> <div id="authorarea"> <div class="authorinfo"> <div class="author-avater"><img alt="" src="http://mnshijie.com/zb_users/avatar/0.png" class="avatar avatar-50 photo" height="50" width="50"></div> <div class="author-des"> <div class="author-meta"> <span class="post-author-name"><a href="http://mnshijie.com/author-1.html" title="由码农世界发布" rel="author">码农世界</a></span> <span class="post-author-tatus"><a href="http://mnshijie.com/author-1.html" target="_blank">37815篇文章</a></span> <span class="post-author-url"><a href="http://mnshijie.com/" rel="nofollow" target="_blank">站点</a></span> <span class="post-author-weibo"><a href="" rel="nofollow" target="_blank">微博</a></span> </div> <div class="author-description">每一天,每一秒,你所做的决定都会改变你的人生!</div> </div> </div> </div> </div> <div id="related"> <div class="related-title">阅读最新文章</div> <ul class="related_img"> <li><a href="http://mnshijie.com/post/37889.html" title="详细阅读 Visual Studio 连接 MySQL 数据库 实现数据库的读写(C++)" target="_blank"><img src="http://mnshijie.com/zb_users/theme/viewlee/style/noimg/9.jpg" alt="Visual Studio 连接 MySQL 数据库 实现数据库的读写(C++)" class="thumbnail"><h2>Visual Studio 连接 MySQL 数据库 实现数据库的读写(C++)</h2></a></li> <li><a href="http://mnshijie.com/post/37888.html" title="详细阅读 [工业自动化-1]:PLC架构与工作原理" target="_blank"><img src="https://img-blog.csdnimg.cn/ce10a1471ed14382bc58364cf8bd5209.png" alt="[工业自动化-1]:PLC架构与工作原理" class="thumbnail"><h2>[工业自动化-1]:PLC架构与工作原理</h2></a></li> <li><a href="http://mnshijie.com/post/37887.html" title="详细阅读 网络编程(六)TCP并发服务器" target="_blank"><img src="http://mnshijie.com/zb_users/theme/viewlee/style/noimg/3.jpg" alt="网络编程(六)TCP并发服务器" class="thumbnail"><h2>网络编程(六)TCP并发服务器</h2></a></li> <li><a href="http://mnshijie.com/post/37886.html" title="详细阅读 Vue3、Element Plus使用v-for循环el-form表单进行校验" target="_blank"><img src="https://img-blog.csdnimg.cn/direct/34ca8f49a9834f19aa1f2386f3777de3.png" alt="Vue3、Element Plus使用v-for循环el-form表单进行校验" class="thumbnail"><h2>Vue3、Element Plus使用v-for循环el-form表单进行校验</h2></a></li> <li><a href="http://mnshijie.com/post/37885.html" title="详细阅读 Ceph: vdbench 测试ceph存储rbd块设备" target="_blank"><img src="https://img-blog.csdnimg.cn/direct/77c62498365d4c81ae16700a08435706.jpeg" alt="Ceph: vdbench 测试ceph存储rbd块设备" class="thumbnail"><h2>Ceph: vdbench 测试ceph存储rbd块设备</h2></a></li> <li><a href="http://mnshijie.com/post/37884.html" title="详细阅读 linux如何部署前端项目和安装nginx" target="_blank"><img src="https://img-blog.csdnimg.cn/direct/0a2ab1658eac426c88c651326cc1fb77.jpeg" alt="linux如何部署前端项目和安装nginx" class="thumbnail"><h2>linux如何部署前端项目和安装nginx</h2></a></li> <li><a href="http://mnshijie.com/post/37883.html" title="详细阅读 Windows OpenVPN的安装之服务器自动启动连接" target="_blank"><img src="http://mnshijie.com/zb_users/theme/viewlee/style/noimg/2.jpg" alt="Windows OpenVPN的安装之服务器自动启动连接" class="thumbnail"><h2>Windows OpenVPN的安装之服务器自动启动连接</h2></a></li> <li><a href="http://mnshijie.com/post/37882.html" title="详细阅读 服务器数据恢复—KVM虚拟机被误删除如何恢复虚拟磁盘文件?" target="_blank"><img src="https://img-blog.csdnimg.cn/direct/f6ab95f8ca66474c9f65036b6513a849.jpeg" alt="服务器数据恢复—KVM虚拟机被误删除如何恢复虚拟磁盘文件?" class="thumbnail"><h2>服务器数据恢复—KVM虚拟机被误删除如何恢复虚拟磁盘文件?</h2></a></li> </ul> </div><div id="comments" class="clearfix"> <!--评论框--> <div id="comt-respond" class="commentpost"> <h4><i class="fa fa-pencil"></i>发表评论<span><a rel="nofollow" id="cancel-reply" href="#comment" style="display:none;"><small>取消回复</small></a></span></h4> <form id="frmSumbit" target="_self" method="post" action="http://mnshijie.com/zb_system/cmd.php?act=cmt&postid=36106&key=04ee2d91d921249e59f98c06a5d0f4b2" > <input type="hidden" name="inpId" id="inpId" value="36106" /> <input type="hidden" name="inpRevID" id="inpRevID" value="0" /> <div class="comt-box"> <div class="form-group liuyan form-name"><input type="text" id="inpName" name="inpName" class="text" value="" placeholder="昵称" size="28" tabindex="1" /></div> <div class="form-group liuyan form-email"><input type="text" id="inpEmail" name="inpEmail" class="text" value="" placeholder="邮箱" size="28" tabindex="2" /></div> <div class="form-group liuyan form-www"><input type="text" id="inpHomePage" name="inpHomePage" class="text" value="" placeholder="网址" size="28" tabindex="3" /></div></div> <div id="comment-tools"><!--verify--> <div class="tools_title"> <span class="com-title">快捷回复:</span> <a title="粗体字" onmousedown="InsertText(objActive,ReplaceText(objActive,'[B]','[/B]'),true);"><i class="fa fa-bold"></i></a> <a title="斜体字" onmousedown="InsertText(objActive,ReplaceText(objActive,'[I]','[/I]'),true);"><i class="fa fa-italic"></i></a> <a title="下划线" onmousedown="InsertText(objActive,ReplaceText(objActive,'[U]','[/U]'),true);"><i class="fa fa-underline"></i></a> <a title="删除线" onmousedown="InsertText(objActive,ReplaceText(objActive,'[S]','[/S]'),true);"><i class="fa fa-strikethrough"></i></a> <a href="javascript:addNumber('文章不错,写的很好!')" title="文章不错,写的很好!"><i class="fa fa-thumbs-o-up"></i></a> <a href="javascript:addNumber('emmmmm。。看不懂怎么破?')" title="emmmmm。。看不懂怎么破?"><i class="fa fa-thumbs-o-down"></i></a> <a href="javascript:addNumber('赞、狂赞、超赞、不得不赞、史上最赞!')" title="赞、狂赞、超赞、不得不赞、史上最赞!"><i class="fa fa-heart"></i></a> </div> <div class="tools_text"> <textarea placeholder="请遵守相关法律与法规,文明评论。O(∩_∩)O~~" name="txaArticle" id="txaArticle" class="text input-block-level comt-area" cols="50" rows="4" tabindex="5"></textarea> </div> </div> <p> <input name="sumbit" type="submit" tabindex="6" value="提交" onclick="return zbp.comment.post()" class="button" /></p> </form> </div><div class="commentlist"><!--评论输出--> <div class="comment-tab"> <div class="come-comt"> <i class="fa fa-comments"></i>评论列表 <span id="comment_count">(暂无评论,<span style="color:#E1171B">86</span>人围观)</span><span class="iliuyan"><a href="http://mnshijie.com/post/36106.html#comments"><i class="fa fa-bell"></i>参与讨论</a></span> </div> </div> <h2 class="comment-text-center"><i class="fa fa-frown-o"></i> 还没有评论,来说两句吧...</h2><label id="AjaxCommentBegin"></label> </div> <span class="icon icon_comment" title="comment"></span> </div></div> <div id="sidebar-right" class=""><!--侧栏--> <section class="sidebox listree-box"> <h3 class="sidebox_title">文章目录</h3> <ul id="listree-ol"></ul> </section> </div> </div> </div> </div> <link rel="stylesheet" rev="stylesheet" href="http://mnshijie.com/zb_users/theme/viewlee/style/libs/fancybox.css" type="text/css" media="all" /> <script src="http://mnshijie.com/zb_users/theme/viewlee/script/fancybox.js"></script><div id="footer"> <div id="footer-bottom"> <div class="nav-foot"> <div class="credit"> <p>本站不以营利为目的,广告勿扰</p> <p>声明:本站部分内容来源于网络,如果你是该内容的作者,并且不希望本站发布你的内容,请与我们联系,我们将尽快处理!</p> 基于<a href="https://www.zblogcn.com/" title="Z-BlogPHP 1.7.3 Build 173290" target="_blank" rel="noopener norefferrer">Z-BlogPHP</a>搭建 </div> <div class="footernav"> <a class="beian-ico" href="http://beian.miit.gov.cn" rel="nofollow" target="_blank">陕ICP备2021003075号-1</a> </div> </div> </div> </div> <a href="#0" class="cd-top">Top</a> <div class="none"> <script type="text/javascript" src="http://mnshijie.com/zb_users/theme/viewlee/script/viewlee.js?t=2024-02-13"></script> <script type="text/javascript" src="http://mnshijie.com/zb_users/theme/viewlee/script/sticky-sidebar.js"></script> </div> <script src="http://mnshijie.com/zb_users/plugin/txad/js/txad.min.js?t=2023-01-14"></script> </body> </html> <!--99.66 ms , 11 queries , 3743kb memory , 0 error-->