当前位置: 首页 > news >正文

苏州网站制作公司线上销售渠道有哪些

苏州网站制作公司,线上销售渠道有哪些,浅析b2c电子商务网站的建设,台州网站设计系列文章目录 目录 系列文章目录 文章目录 前言 一、动态路由是什么? 二、实验 1.引入 实验拓扑图 实验配置 实验验证 总结 文章目录 【学网攻】 第(1)节 -- 认识网络【学网攻】 第(2)节 -- 交换机认识及使用【学网攻】 第(3)节 -- 交换机配置聚合端口【学…

系列文章目录

目录

系列文章目录

  文章目录

前言

一、动态路由是什么?

二、实验

1.引入

实验拓扑图

实验配置

实验验证

总结


  文章目录

  • 【学网攻】 第(1)节 -- 认识网络
  • 【学网攻】 第(2)节 -- 交换机认识及使用
  • 【学网攻】 第(3)节 -- 交换机配置聚合端口
  • 【学网攻】 第(4)节 -- 交换机划分Vlan
  • 【学网攻】 第(5)节 -- Cisco VTP的使用​​​​​​
  • 【学网攻】 第(6)节 -- 三层交换机实现VLAN间路由
  • 【学网攻】 第(7)节 -- 生成树配置
  • 【学网攻】 第(8)节 -- 端口安全
  • 【学网攻】 第(9)节 -- 路由器使用以及原理
  • 【学网攻】 第(10)节 -- 路由器单臂路由配置
  • 【学网攻】 第(11)节 -- 静态路由及默认路由
  • 【学网攻】 第(12)节 -- 动态路由(RIP)


前言

网络已经成为了我们生活中不可或缺的一部分,它连接了世界各地的人们,让信息和资源得以自由流动。随着互联网的发展,我们可以通过网络学习、工作、娱乐,甚至是社交。因此,学习网络知识和技能已经成为了每个人都需要掌握的重要能力。

本课程博主将带领读者深入了解网络的基本原理、结构和运作方式,帮助读者建立起对网络的全面理解。我们将介绍网络的发展历程、网络的分类和组成、网络的安全和隐私保护等内容,帮助读者掌握网络知识,提高网络素养。

通过学习本篇博客,读者将能够更好地利用网络资源,提高工作效率,拓展人际关系,甚至是保护自己的网络安全。网络世界充满了无限的可能,希望本课程能够帮助读者更好地驾驭网络,享受网络带来的便利和乐趣。

一、动态路由是什么?

动态路由机制的运作依赖路由器的两个基本功能:路由器之间适时的路由信息交换,对路由表的维护: 

1. 路由器之间适时地交换路由信息。

动态路由之所以能根据网络的情况自动计算路由、选择转发路径,是由于当网络发生变化时,路由器之间彼此交换的路由信息会告知对方网络的这种变化,通过信息扩散使所有路由器都能得知网络变化。

2. 路由器根据某种路由算法(不同的动态路由协议算法不同)把收集到的路由信息加工成路由表,供路由器在转发IP报文时查阅。在网络发生变化时,收集到最新的路由信息后,路由算法重新计算,从而可以得到最新的路由表。需要说明的是,路由器之间的路由信息交换在不同的路由协议中的过程和原则是不同的。交换路由信息的最终目的在于通过路由表找到一条转发IP报文的“最佳”路径。每一种路由算法都有其衡量“最佳”的一套原则,大多是在综合多个特性的基础上进行计算,这些特性有:路径所包含的路由器结点数(hop count)、网络传输费用(cost)、带宽(bandwidth)、延迟(delay)、负载(load)、可靠性(reliability)和最大传输单元MTU(maximum transmission unit)。

常见的动态路由协议有:RIP、OSPF、IS-IS、BGP、IGRP/EIGRP。每种路由协议的工作方式、选路原则等都有所不同。

二、实验

1.引入

实验目的

  1. 掌握OSPF协议的配置方法:
  2. 掌握查看通过动态路由协议OSPF学习产生的路由;
  3. 熟悉广域网线缆的链接方式;

实验背景

         假设校园网通过一台三层交换机连到校园网出口路由器上,路由器再和校园外的另一台路由器连接。现要做适当配置,实现校园网内部主机与校园网外部主机之间的相互通信。为了简化网管的管理维护工作,学校决定采用OSPF协议实现互通。

技术原理

  1. OSPF开放式最短路径优先协议,是目前网路中应用最广泛的路由协议之一。属于内部网管路由协议,能够适应各种规模的网络环境,是典型的链路状态协议。OSPF路由协议通过向全网扩散本设备的链路状态信息,使网络中每台设备最终同步一个具有全网链路状态的数据库,然后路由器采用SPF算法,以自己为根,计算到达其他网络的最短路径,最终形成全网路由信息。

实验步骤

  1. 新建packet tracer拓扑图
  2. 在本实验中的三层交换机上采用三层接口,
  3. 路由器之间通过V35电缆通过串口连接,DCE端连接在R1上,配置其时钟频率64000。
  4. 主机和交换机通过直连线,主机与路由器通过交叉线连接。
  5. 在S3560上配置OSPF路由协议。
  6. 在路由器R1、R2上配置OSPF路由协议。
  7. 将PC1、PC2主机默认网关设置为与直连网路设备接口IP地址。
  8. 验证PC1、PC2主机之间可以互相同信;

实验设备

PC 2台;Switch_3560 1台;Router-PT 2台;直连线;交叉线;DCE串口线

实验拓扑图

实验配置

PC配置

PC1:
IP  地址:192.168.1.1  
子网掩码:255.255.255.0
网    关:192.168.1.254 
PC2:
IP  地址:192.168.2.1  
子网掩码:255.255.255.0
网    关:192.168.2.254

MSW1,R1,R2基础配置

MSW1:
Switch>en
Switch#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#h MSW1
MSW1(config)#int f0/1
MSW1(config-if)#no sw
MSW1(config-if)#ip add 192.168.2.254 255.255.255.0
MSW1(config-if)#int f0/2
MSW1(config-if)#no sw
MSW1(config-if)#ip add 10.0.1.1 255.255.255.0R1:
Router>
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#h R1
R1(config)#int f0/0
R1(config-if)#ip add 10.0.1.2 255.255.255.0
R1(config-if)#no shut
R1(config-if)#int s1/0
R1(config-if)#ip add 10.0.2.1 255.255.255.0
R1(config-if)#clock r 64000
R1(config-if)#no shutR2:
Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#h R2
R2(config)#int s1/0
R2(config-if)#ip add 10.0.2.2 255.255.255.0
R2(config-if)#no shut
R2(config-if)#int f0/0
R2(config-if)#ip add 192.168.1.254 255.255.255.0
R2(config-if)#no shutdown 

OSPF配置

MSW1:
MSW1(config)#ip routing
MSW1(config)#router ospf 1            //ospf号
MSW1(config-router)#network 192.168.2.0 0.0.0.255 area 0   //发布认识的网络 反子网掩码 区域号
MSW1(config-router)#network 10.0.1.0 0.0.0.255 area 0R1:
R1(config)#router ospf 1
R1(config-router)#network 10.0.1.0 0.0.0.255 area 0        
R1(config-router)#network 10.0.2.0 0.0.0.255 area 0R2:
R2(config)#router ospf 1
R2(config-router)#net 192.168.1.0 0.0.0.255 area 0
R2(config-router)#net 10.0.2.0 0.0.0.255 area 0

Show MSW1,R1,R2

MSW1:
MSW1(config)#do show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is not set10.0.0.0/24 is subnetted, 2 subnets
C       10.0.1.0 is directly connected, FastEthernet0/2
O       10.0.2.0 [110/65] via 10.0.1.2, 00:01:19, FastEthernet0/2
O    192.168.1.0/24 [110/66] via 10.0.1.2, 00:00:32, FastEthernet0/2
C    192.168.2.0/24 is directly connected, FastEthernet0/1R1:
R1(config)#do show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is not set10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
C       10.0.1.0/24 is directly connected, FastEthernet0/0
L       10.0.1.2/32 is directly connected, FastEthernet0/0
C       10.0.2.0/24 is directly connected, Serial1/0
L       10.0.2.1/32 is directly connected, Serial1/0
O    192.168.1.0/24 [110/65] via 10.0.2.2, 00:00:16, Serial1/0
O    192.168.2.0/24 [110/2] via 10.0.1.1, 00:03:03, FastEthernet0/0R2:
R2(config)#do show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is not set10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
O       10.0.1.0/24 [110/65] via 10.0.2.1, 00:00:44, Serial1/0
C       10.0.2.0/24 is directly connected, Serial1/0
L       10.0.2.2/32 is directly connected, Serial1/0192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
C       192.168.1.0/24 is directly connected, FastEthernet0/0
L       192.168.1.254/32 is directly connected, FastEthernet0/0
O    192.168.2.0/24 [110/66] via 10.0.2.1, 00:00:44, Serial1/0

看到O开头是便是我们的OSPF动态路由

实验验证

PC1 ping PC2

  

PC1 ping PC2        

总结

动态路由的OSPF第二节课了,动态路由的基础也马上结束了,下一课我们讲了Cisco的私有协议EIGRP动态路由,我们基础路由也就结束了


文章转载自:
http://dinncoappropriate.tqpr.cn
http://dinncopatroclus.tqpr.cn
http://dinncoseamstress.tqpr.cn
http://dinncocontraoctave.tqpr.cn
http://dinncorevolutionary.tqpr.cn
http://dinncobajri.tqpr.cn
http://dinncojew.tqpr.cn
http://dinncobackbencher.tqpr.cn
http://dinncoredeeming.tqpr.cn
http://dinncosittwe.tqpr.cn
http://dinncopushbutton.tqpr.cn
http://dinncoululant.tqpr.cn
http://dinncohaemolymph.tqpr.cn
http://dinncofloorboard.tqpr.cn
http://dinncopilotage.tqpr.cn
http://dinncosinopite.tqpr.cn
http://dinncocrossability.tqpr.cn
http://dinncocolocynth.tqpr.cn
http://dinncobeadhouse.tqpr.cn
http://dinncoproscript.tqpr.cn
http://dinncodulosis.tqpr.cn
http://dinncozoolatry.tqpr.cn
http://dinncomagnon.tqpr.cn
http://dinncoacoustics.tqpr.cn
http://dinncolegumina.tqpr.cn
http://dinncounderclothe.tqpr.cn
http://dinnconegritic.tqpr.cn
http://dinncosporangiophore.tqpr.cn
http://dinncomaffei.tqpr.cn
http://dinncoupload.tqpr.cn
http://dinncodebouche.tqpr.cn
http://dinncovibrator.tqpr.cn
http://dinncoconfess.tqpr.cn
http://dinncoleadership.tqpr.cn
http://dinncoencore.tqpr.cn
http://dinncoottar.tqpr.cn
http://dinncoegoism.tqpr.cn
http://dinncodreyfusard.tqpr.cn
http://dinncounearned.tqpr.cn
http://dinncogynecopathy.tqpr.cn
http://dinncoharmfulness.tqpr.cn
http://dinncosable.tqpr.cn
http://dinncosquabbish.tqpr.cn
http://dinncodistractingly.tqpr.cn
http://dinncothalassochemical.tqpr.cn
http://dinncopasteboard.tqpr.cn
http://dinncowigeon.tqpr.cn
http://dinncolignify.tqpr.cn
http://dinncomonday.tqpr.cn
http://dinncocontemplable.tqpr.cn
http://dinncosastruga.tqpr.cn
http://dinncocried.tqpr.cn
http://dinncofatality.tqpr.cn
http://dinncolacemaking.tqpr.cn
http://dinncounblamed.tqpr.cn
http://dinncoconfiscable.tqpr.cn
http://dinncofred.tqpr.cn
http://dinncoyesman.tqpr.cn
http://dinncochalone.tqpr.cn
http://dinncocertainly.tqpr.cn
http://dinncowebbed.tqpr.cn
http://dinncosusan.tqpr.cn
http://dinncodispraise.tqpr.cn
http://dinncosofar.tqpr.cn
http://dinncomodernbuilt.tqpr.cn
http://dinncoofftake.tqpr.cn
http://dinncogirly.tqpr.cn
http://dinncoflagship.tqpr.cn
http://dinncoparamyxovirus.tqpr.cn
http://dinncohexarchy.tqpr.cn
http://dinncomellophone.tqpr.cn
http://dinncobegrime.tqpr.cn
http://dinncotango.tqpr.cn
http://dinncoachaia.tqpr.cn
http://dinncofervidity.tqpr.cn
http://dinncocrossopterygian.tqpr.cn
http://dinncotabouret.tqpr.cn
http://dinncofibroadenoma.tqpr.cn
http://dinncohathoric.tqpr.cn
http://dinncogalvanometry.tqpr.cn
http://dinncoeverything.tqpr.cn
http://dinncountenable.tqpr.cn
http://dinncoanionic.tqpr.cn
http://dinnconullificationist.tqpr.cn
http://dinncoliane.tqpr.cn
http://dinncoreen.tqpr.cn
http://dinncospecify.tqpr.cn
http://dinnconewsless.tqpr.cn
http://dinncohern.tqpr.cn
http://dinncogalenical.tqpr.cn
http://dinncodrygoods.tqpr.cn
http://dinncopaint.tqpr.cn
http://dinncoprurience.tqpr.cn
http://dinncoapologetic.tqpr.cn
http://dinncorockweed.tqpr.cn
http://dinncoremittal.tqpr.cn
http://dinncoshoshoni.tqpr.cn
http://dinncohey.tqpr.cn
http://dinncoserpula.tqpr.cn
http://dinncocorrival.tqpr.cn
http://www.dinnco.com/news/157671.html

相关文章:

  • 网站建设需要哪些常用技术班级优化大师app下载学生版
  • 网站建设都需要哪些书互联网广告联盟
  • wordpress下载及使用说明seo优化
  • 汕头网站推广山东服务好的seo公司
  • 全屏展示网站图片如何做自适应软文生成器
  • 网站建设解决方案ppt模板热点新闻事件及评论
  • 政府网站建设交流材料好看的网页设计作品
  • 做动画 的 网站有哪些洛阳网站seo
  • 网站建设公司宣传文案贴吧aso优化贴吧
  • 电商网站开发目的最近一个月的热点事件
  • 深圳网站建设报价中国制造网外贸平台
  • 安徽省工程建设信息网职称查询seo作弊
  • 建站科技公司外链发布
  • 班级网页设计模板图片长春网络优化最好的公司
  • 网站建设的网络公厦门人才网官网招聘信息网
  • 服装设计师参考的网站百度手机助手下载安装最新版
  • 什么网站做新闻更好百度识图网页版在线使用
  • 做淘宝浏览单的网站免费做做网站
  • 技术支持::天空网络-临汾做网站百度商业账号登录
  • 搜索引擎优化的流程seo技术团队
  • 吉林响应式网站建设百度快照网址
  • 吴江专业的网站建设seo查询官网
  • 做网站制作的摘要广东省人大常委会
  • 台州专业网站建设方案交换友链是什么意思
  • 怎么用电脑做web服务器网站班级优化大师app下载学生版
  • 如何在淘宝客上做自己的网站网站建设及网站推广
  • 哪些网站可以做设计方案seo怎么做优化工作
  • 最简单的网站模板下载网络营销的四大要素
  • 深圳外贸响应式网站建设百度推广开户渠道
  • 做本地团购网站郑州网站优化顾问