综合实验:期末

实验要求
一.物理连接

实验分2个组进行,使用思科模拟软件。每个同学模拟两个组。每个组选用一台路由器、一台三层交换机和一台二层交换机。要求按下图拓扑进行连接。如下图:最上端设备为核心交换机,按老师要求配置(后面提供)

在这里插入图片描述

核心交换机配置:

Switch>Switch>enaSwitch#conf tEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#hostname CORECORE(config)#int fa 0/1CORE(config-if)#no shutCORE(config-if)#no switchport CORE(config-if)#ip add 200.200.1.254 255.255.255.0CORE(config-if)#int fa 0/2CORE(config-if)#no shutCORE(config-if)#no switchport CORE(config-if)#ip add 200.200.2.254 255.255.255.0CORE(config-if)#CORE#(config)#ip routingCORE#

注意:核心交换机必须按老师指定的配置,不能自己增加额外的配置

二. IP编址

每组两台交换机之间通过端口24进行连接,之间配置成TRUNK链路。每个组配置VLAN10x、VLAN20x,其中x为组号。例如:组号为2时,需要配置VLAN102和202。

VLAN10x 使用IP网络192.168.10x.0/24, VLAN20x使用IP网络192.168.20x.0/24。VLAN10x为服务器网段,VLAN20x为客户端网段。DNS、WEB和EMAIL(不做)使用相应网段的101-103三个IP地址。在三层交换机中启用VLAN10x和VLAN20x三层接口,其IP分别设为相应IP网络的地址1。

第一组路由器配置lo0:1.1.1.1/32;三层交换机配置lo0:1.1.1.2/32

第二组路由器配置lo0:2.2.2.1/32;三层交换机配置lo0:2.2.2.2/32

X组三层交换机名字为SW1_x,其中x=1或2. X组二层交换机名字SW2_x

各组路由器gi 0/1端口的IP地址使用200.200.x.0/24网段,分别是该网段的地址200.200.x.10。200.200.x.0/24由x组使用。路由器gi0/0对应的交换机端口划分到VLAN10x,gi 0/0 IP配置为192.168.10x.254 /24。255.255.255.0

三. IP NAT与DHCP

所有客户PC机的IP地址在离开本组的出口路由器时,转换成路由器gi0/1接口IP地址。各组服务器提供的服务应满足本组及其他组的PC机能够访问。当从外网访问200.200.x.101时,就访问了x组的DNS服务器;当从外网访问200.200.x.102时,就访问了x组的WEB服务器;

在每组的三层交换机上配置DHCP服务器,使得vlan20x的计算机可以自动获得ip地址(包括网关等)

四. 路由

每组的路由器配置到核心交换机的默认路由

每组组内配置ospf选路

默认路由通过ospf通告到ospf域中

Ospf配置中要求指定路由器ID为loopback的ip 地址。

出口路由器到外部网络的下一跳IP地址为:200.200.x.254。

五. 网络联通性测试

首先保证各组内客户机与服务器相互间具有IP连通性,并均可PING通出口路由器内外口IP地址。然后检查与其他组连通性。

六. Windows 2012 Server配置DNS服务器(不需要配置)

DNS服务器运行在Windows 2012 Server环境,负责本组的三个服务器的域名解析。为了方便各组记忆,具体的域名规划如下:

第1组: (DNS服务器 ----- 192.168.101.101 )

Web服务器----web.beijing.china.com-----192.168.101.102

Mail服务器---- beijing.china.com------------192.168.101.103

第2组: (DNS服务器 ----- 192.168.102.101 )

Web服务器----web.shanghai.china.com-----192.168.102.102

Mail服务器---- shanghai.china.com------192.168.102.103

提交:

1. 每个设备show run(10分)

2. 路由器三层交换机show ip route(10分)

3. PC 之间ping 通的测试(10分)

在PC2上,ping 192.168.101.101;ping 192.168.101.102;

Ping 200.200.2.254

在PC4上,ping 192.168.101.101;ping 192.168.101.102

Ping 200.200.1.254

4. 文件名:学号_姓名_综合实验(word或PDF文档)

⊠ \boxtimes 基础性实验 □ \square 综合性实验 □ \square 设计性实验


实验报告正文

实验过程

网络拓扑

在这里插入图片描述

sh run

核心交换机

CORE>ena
CORE#sh run
Building configuration...Current configuration : 1296 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname CORE
!
!
!
!
!
!
!
ip routing
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface FastEthernet0/1no switchportip address 200.200.1.254 255.255.255.0duplex autospeed auto
!
interface FastEthernet0/2no switchportip address 200.200.2.254 255.255.255.0duplex autospeed auto
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1no ip addressshutdown
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4login
!
!
!
end

路由器1

Router>ena
Router#sh run
Building configuration...Current configuration : 1292 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX15241CPO
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0ip address 1.1.1.1 255.255.255.255
!
interface GigabitEthernet0/0ip address 192.168.101.254 255.255.255.0ip nat insideduplex autospeed auto
!
interface GigabitEthernet0/1ip address 200.200.1.10 255.255.255.0ip nat outsideduplex autospeed auto
!
interface GigabitEthernet0/2no ip addressduplex autospeed autoshutdown
!
interface Vlan1no ip addressshutdown
!
router ospf 1router-id 1.1.1.1log-adjacency-changesredistribute static subnets network 1.1.1.1 0.0.0.0 area 0network 200.200.1.0 0.0.0.255 area 0network 192.168.101.0 0.0.0.255 area 0default-information originate
!
ip nat inside source list 1 interface GigabitEthernet0/1 overload
ip nat inside source static 192.168.101.101 200.200.1.101 
ip classless
ip route 0.0.0.0 0.0.0.0 200.200.1.254 
!
ip flow-export version 9
!
!
access-list 1 permit 192.168.101.0 0.0.0.255
access-list 1 permit 192.168.201.0 0.0.0.255
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4login
!
!
!
end

三层交换机1

Switch>ena
Switch#sh run
Building configuration...Current configuration : 1809 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
!
!
ip dhcp pool NET1network 192.168.201.0 255.255.255.0default-router 192.168.201.1dns-server 8.8.8.8
!
!
ip routing
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
spanning-tree vlan 1-500 priority 24576
!
!
!
!
!
!
interface Loopback0ip address 1.1.1.2 255.255.255.255
!
interface FastEthernet0/1switchport access vlan 101
!
interface FastEthernet0/2switchport access vlan 101
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24switchport trunk encapsulation dot1qswitchport mode trunk
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1no ip addressshutdown
!
interface Vlan101ip address 192.168.101.1 255.255.255.0
!
interface Vlan201ip address 192.168.201.1 255.255.255.0
!
router ospf 1router-id 1.1.1.2log-adjacency-changesredistribute static subnets network 1.1.1.2 0.0.0.0 area 0network 192.168.101.0 0.0.0.255 area 0network 192.168.201.0 0.0.0.255 area 0default-information originate
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4login
!
!
!
end

交换机1

SW1>ena
SW1#sh run
Building configuration...Current configuration : 1131 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname SW1
!
!
!
!
!
spanning-tree mode pvst
spanning-tree vlan 1-500 priority 28672
!
interface FastEthernet0/1switchport access vlan 201
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24switchport mode trunk
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1no ip addressshutdown
!
!
!
!
line con 0
!
line vty 0 4login
line vty 5 15login
!
!
end

路由器2

Router>ena
Router#sh run
Building configuration...Current configuration : 1351 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX15249G53
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0ip address 2.2.2.1 255.255.255.255
!
interface GigabitEthernet0/0ip address 192.168.102.254 255.255.255.0ip nat insideduplex autospeed auto
!
interface GigabitEthernet0/1ip address 200.200.2.10 255.255.255.0ip nat outsideduplex autospeed auto
!
interface GigabitEthernet0/2no ip addressduplex autospeed autoshutdown
!
interface Vlan1no ip addressshutdown
!
router ospf 1router-id 2.2.2.1log-adjacency-changesredistribute static subnets network 2.2.2.1 0.0.0.0 area 0network 200.200.2.0 0.0.0.255 area 0network 192.168.102.0 0.0.0.255 area 0default-information originate
!
ip nat inside source list 1 interface GigabitEthernet0/1 overload
ip nat inside source static 192.168.102.102 200.200.2.102 
ip classless
ip route 0.0.0.0 0.0.0.0 200.200.2.254 
!
ip flow-export version 9
!
!
access-list 1 permit 192.168.102.0 0.0.0.255
access-list 1 permit 192.168.202.0 0.0.0.255
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4login
!
!
!
end

三层交换机2

Switch>ena
Switch#sh run
Building configuration...Current configuration : 1749 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
!
!
ip dhcp pool NET2network 192.168.202.0 255.255.255.0default-router 192.168.202.1
!
!
ip routing
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0ip address 2.2.2.2 255.255.255.255
!
interface FastEthernet0/1switchport access vlan 102
!
interface FastEthernet0/2switchport access vlan 102
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24switchport trunk encapsulation dot1qswitchport mode trunk
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1no ip addressshutdown
!
interface Vlan102ip address 192.168.102.1 255.255.255.0
!
interface Vlan202ip address 192.168.202.1 255.255.255.0
!
router ospf 1router-id 2.2.2.2log-adjacency-changesredistribute static subnets network 192.168.102.0 0.0.0.255 area 0network 2.2.2.2 0.0.0.0 area 0network 192.168.202.0 0.0.0.255 area 0default-information originate
!
ip classless
!
ip flow-export version 9
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4login
!
!
!
end

交换机2

Switch>ena
Switch#sh run
Building configuration...Current configuration : 1094 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Switch
!
!
!
!
!
spanning-tree mode pvst
!
interface FastEthernet0/1switchport access vlan 202
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24switchport mode trunk
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1no ip addressshutdown
!
!
!
!
line con 0
!
line vty 0 4login
line vty 5 15login
!
!
end

sh ip route

核心交换机

CORE#sh ip rout
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 setC    200.200.1.0/24 is directly connected, FastEthernet0/1
C    200.200.2.0/24 is directly connected, FastEthernet0/2
CORE#

三层交换机1

Switch#sh ip rout
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 192.168.101.254 to network 0.0.0.01.0.0.0/32 is subnetted, 2 subnets
O       1.1.1.1 [110/2] via 192.168.101.254, 01:04:08, Vlan101
C       1.1.1.2 is directly connected, Loopback0
C    192.168.101.0/24 is directly connected, Vlan101
C    192.168.201.0/24 is directly connected, Vlan201
O    200.200.1.0/24 [110/2] via 192.168.101.254, 01:04:08, Vlan101
O*E2 0.0.0.0/0 [110/1] via 192.168.101.254, 01:04:08, Vlan101
Switch#

三层交换机2

Switch#sh ip rout
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 192.168.102.254 to network 0.0.0.02.0.0.0/32 is subnetted, 2 subnets
O       2.2.2.1 [110/2] via 192.168.102.254, 00:56:35, Vlan102
C       2.2.2.2 is directly connected, Loopback0
C    192.168.102.0/24 is directly connected, Vlan102
C    192.168.202.0/24 is directly connected, Vlan202
O    200.200.2.0/24 [110/2] via 192.168.102.254, 00:56:35, Vlan102
O*E2 0.0.0.0/0 [110/1] via 192.168.102.254, 00:56:35, Vlan102
Switch#

路由器1

Router#sh ip rout
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 200.200.1.254 to network 0.0.0.01.0.0.0/32 is subnetted, 2 subnets
C       1.1.1.1/32 is directly connected, Loopback0
O       1.1.1.2/32 [110/2] via 192.168.101.1, 01:04:40, GigabitEthernet0/0192.168.101.0/24 is variably subnetted, 2 subnets, 2 masks
C       192.168.101.0/24 is directly connected, GigabitEthernet0/0
L       192.168.101.254/32 is directly connected, GigabitEthernet0/0
O    192.168.201.0/24 [110/2] via 192.168.101.1, 01:04:40, GigabitEthernet0/0200.200.1.0/24 is variably subnetted, 2 subnets, 2 masks
C       200.200.1.0/24 is directly connected, GigabitEthernet0/1
L       200.200.1.10/32 is directly connected, GigabitEthernet0/1
S*   0.0.0.0/0 [1/0] via 200.200.1.254
Router#

路由器2

Router#sh ip rout
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 200.200.2.254 to network 0.0.0.02.0.0.0/32 is subnetted, 2 subnets
C       2.2.2.1/32 is directly connected, Loopback0
O       2.2.2.2/32 [110/2] via 192.168.102.1, 00:56:45, GigabitEthernet0/0192.168.102.0/24 is variably subnetted, 2 subnets, 2 masks
C       192.168.102.0/24 is directly connected, GigabitEthernet0/0
L       192.168.102.254/32 is directly connected, GigabitEthernet0/0
O    192.168.202.0/24 [110/2] via 192.168.102.1, 00:56:32, GigabitEthernet0/0200.200.2.0/24 is variably subnetted, 2 subnets, 2 masks
C       200.200.2.0/24 is directly connected, GigabitEthernet0/1
L       200.200.2.10/32 is directly connected, GigabitEthernet0/1
S*   0.0.0.0/0 [1/0] via 200.200.2.254
Router#

实验结果

PC2

ping 192.168.101.101

在这里插入图片描述

ping 200.200.2.102

在这里插入图片描述

ping 200.200.2.254

在这里插入图片描述

PC4

ping 192.168.102.102

在这里插入图片描述

ping 200.200.1.101

在这里插入图片描述

ping 200.200.1.254

在这里插入图片描述

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/222502.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

C# WPF上位机开发(动态添加控件)

【 声明:版权所有,欢迎转载,请勿用于商业用途。 联系信箱:feixiaoxing 163.com】 写图形界面软件的时候,我们经常会遇到一种情况。那就是图形界面上面,显示的控件可能是不定的。有可能多,也有可…

Unity | Shader基础知识(第五集:案例<小彩球>)

目录 一、本节介绍 1 上集回顾 2 本节介绍 二、原理分析 1 现实中出现彩色的原因 2 软件里的彩色的原理 3 方案 三、 实现数字由【-1,1】映射为【0,1】 1 结论 2 原理 四、代码实现 1 注意事项 2 详解结构体appdata_base 3 接收数据 4 映射数据 5 输出给SV_TAR…

天猫数据平台-淘宝天猫数据-天猫销售数据分析:11月天猫平台滑雪运动装备行业销量翻倍!

随着天气变冷、冬季来临,迎来了疫情后的首个滑雪季,加之自冬奥会结束以来,大众参与冰雪运动的热度持续攀升,因此,冰雪运动的需求正集中释放。 根据相关数据显示,11月以来,全国滑雪场门票预订量较…

阿里云人工智能平台PAI多篇论文入选EMNLP 2023

近期,阿里云人工智能平台PAI主导的多篇论文在EMNLP2023上入选。EMNLP是人工智能自然语言处理领域的顶级国际会议,聚焦于自然语言处理技术在各个应用场景的学术研究,尤其重视自然语言处理的实证研究。该会议曾推动了预训练语言模型、文本挖掘、…

在项目中,使用drawio创建一个共享协作看板

在项目中,使用drawio创建一个共享协作看板 drawio是一款强大的图表绘制软件,支持在线云端版本以及windows, macOS, linux安装版。 如果想在线直接使用,则直接输入网址draw.io或者使用drawon(桌案), drawon.cn内部完整的集成了drawio的所有功…

LSTM和GRU的介绍以及Pytorch源码解析

介绍一下LSTM模型的结构以及源码,用作自己复习的材料。 LSTM模型所对应的源码在:\PyTorch\Lib\site-packages\torch\nn\modules\RNN.py文件中。 上次上一篇文章介绍了RNN序列模型,但是RNN模型存在比较严重的梯度爆炸和梯度消失问题。 本文…

QT-CAD-3D显示操作工具

QT-CAD-3D显示操作工具 一、效果展示二、核心程序三、程序链接 一、效果展示 二、核心程序 TDF_LabelSequence DxfReader::transfer(DocumentPtr doc, TaskProgress* progress) {TDF_LabelSequence seqLabel;Handle_XCAFDoc_ShapeTool shapeTool doc->xcaf().shapeTool();…

大数据技术13:HBase分布式列式数据库

前言:2007年Powerset的工作人员,通过google的论文开发出了BigTable的java版本,即HBASE。2008年HBASE贡献给了Apache。HBase 需要依赖 JDK 环境。 一、Hadoop的局限 HBase 是一个构建在 Hadoop 文件系统之上的面向列的数据库管理系统。 要想…

微服务学习:Gateway服务网关

一,Gateway服务网关的作用: 路由请求:Gateway服务网关可以根据请求的URL或其他标识符将请求路由到特定的微服务。 负载均衡:Gateway服务网关可以通过负载均衡算法分配请求到多个实例中,从而平衡各个微服务的负载压力。…

爬虫的基本介绍 , 什么是爬虫 , 爬虫的主要功能

走进爬虫 1. 什么是爬虫? 本节课程的内容是介绍什么是爬虫?爬虫有什么用?以及爬虫是如何实现的?从这三点一起来寻找答案! 1.1 初识网络爬虫 网络爬虫(又被称为网页蜘蛛,网络机器人&#xff…

PythonStudio:一款国人写的python及窗口开发编辑IDE,可以替代pyqt designer等设计器了

本款软件只有十几兆,功能算是强大的,国人写的,很不错的python界面IDE.顶部有下载链接。下面有网盘下载链接,或者从官网直接下载。 目前产品免费,以后估计会有收费版本。主页链接:PythonStudio-硅量实验室 作…

阿里云Centos8安装Dockers详细过程

一、卸载旧版本 较旧的 Docker 版本称为 docker 或 docker-engine 。如果已安装这些程序,请卸载它们以及相关的依赖项。 yum remove docker \docker-client \docker-client-latest \docker-common \docker-latest \docker-latest-logrotate \docker-logrotate \do…

服务器数据恢复-raid5多块磁盘掉线导致上层卷无法挂载的数据恢复案例

服务器数据恢复环境: 一台服务器中有一组由24块FC硬盘组建的raid5磁盘阵列,linux操作系统ext3文件系统,服务器上层部署有oracle数据库。 服务器故障&检测: raid5阵列中有两块硬盘出现故障掉线,导致服务器上层卷无法…

大文件加密传输助力企业数据交互安全

在当前信息时代,数据成为企业的关键资产和竞争优势。企业为提高效率和创新能力,需要与内外部合作伙伴进行数据交换与协作。然而,在大量数据在网络上传输时,数据安全成为企业不可忽视的挑战。如何确保数据的机密性、完整性和可用性…

【Linux】信号--信号初识/信号的产生方式/信号的保存

文章目录 一、信号初步理解1.生活角度的信号2.技术应用角度的信号 二、信号的产生方式1.通过终端按键产生信号2.调用系统函数向进程发信号3.硬件异常产生信号4.由软件条件产生信号5.进程退出时的核心转储问题 三、信号的保存1.信号其他相关常见概念2.信号在内核中的表示3.sigse…

ubuntu debian mini安装系统 有线选项消失或ens33 ethernet 未托管解决方法

nmcli device status#修改NetworkManager.conf如下 sed s/false/true/ /etc/NetworkManager/NetworkManager.confsed -i s/false/true/ /etc/NetworkManager/NetworkManager.conf#重启生效systemctl restart NetworkManager

智能优化算法应用:基于蝠鲼觅食算法3D无线传感器网络(WSN)覆盖优化 - 附代码

智能优化算法应用:基于蝠鲼觅食算法3D无线传感器网络(WSN)覆盖优化 - 附代码 文章目录 智能优化算法应用:基于蝠鲼觅食算法3D无线传感器网络(WSN)覆盖优化 - 附代码1.无线传感网络节点模型2.覆盖数学模型及分析3.蝠鲼觅食算法4.实验参数设定5.算法结果6.…

phpMyAdmin的常见安装位置

nginx的日志显示有人一直在尝试访问phpMyAdmin的setup.php,用了各种位置。 其实我只有一个nginx,别的什么也没有。 47.99.136.156 - - [01:44:37 0800] "GET http://abc.com:80/phpMyAdmin/scripts/setup.php HTTP/1.0" 404 162 "-"…

生成树基本实验

背景 某公司的二层交换网络中,为了提高网络可靠性,故在二层交换网络中增加冗余链路。为了阻 止冗余链路可能带来的广播风暴,MAC地址漂移等负面影响,需要在交换机之间部署生成树 协议。 实验 一.配置stp en 开启 stp en stp …

PPINN Parareal physics-informed neural network for time-dependent PDEs

论文阅读:PPINN Parareal physics-informed neural network for time-dependent PDEs PPINN Parareal physics-informed neural network for time-dependent PDEs简介方法PPINN加速分析 实验确定性常微分方程随机常微分方程Burgers 方程扩散反应方程 总结 PPINN Par…