一、背景介绍BGP是一种多用于运营商之间的网络协议类型,他与IGP不同的地方(主要指IGP中的ospf协议)在于它是一种距离矢量型的协议,所以路由器之间传递的为路由表,而运行商选择BGP协议的原因在于IGP协议无法容纳公网上数量巨大的路由条目二、BGP的工作模式BGP作为一种应用层协议,工作在7层,类似于ospf协议,运行BGP协议的路由器之间需要建立对等体关系。在ospf中,只有直连路由器之间才
分类:
其他好文 时间:
2020-06-27 09:59:11
阅读次数:
62
Backup and Recovery: Concepts ObjectivesAfter completing this lesson, you should be able to:? Identify the types of failure that can occur in an Oracl ...
分类:
数据库 时间:
2020-06-25 19:17:27
阅读次数:
296
Tinyrender-Lesson 1 Bresenham’s Line Drawing Algorithm 原文:https://github.com/ssloy/tinyrenderer/wiki/Lesson-1-Bresenham%E2%80%99s-Line-Drawing-Algorit ...
应用层 http https ftp DNS SMTP PoP3 RDP 传输层 TCP UDP 网络层 IP(RIP OSPF BGP)ICMP IGMP ARP 传输层两个协议应用场景 TCP 分段 编号 流量控制 建立会话 netstat -n UDP 一个数据包就可以完成通信 不建立绘画 多 ...
分类:
其他好文 时间:
2020-06-23 21:18:59
阅读次数:
66
Tinyrender-Lesson 0 画一个点 原文链接: https://github.com/ssloy/tinyrenderer/wiki/Lesson-0-getting-started import matplotlib.pyplot as plt from PIL import Ima ...
分类:
其他好文 时间:
2020-06-23 21:06:46
阅读次数:
70
Tinyrender-Lesson 2 Triangle rasterization and back face culling 原文:https://github.com/ssloy/tinyrenderer/wiki/Lesson-2-Triangle-rasterization-and-bac ...
分类:
其他好文 时间:
2020-06-23 21:05:47
阅读次数:
62
1. OSPF认证 认证类型: 不认证 明文认证 密文认证 认证的方式 区域认证 接口认证(优先) vlink 比较特殊 认证的数据 认证的类型和认证的数据都要匹配(认证方式无所谓)key ID也要相同 // 接口认证 int g0/0/1 ospf authentication-mode simp ...
分类:
其他好文 时间:
2020-06-23 20:55:40
阅读次数:
51
1.静态路由配置 ip route 目的地址 子网掩码 下一跳 2.RIP路由配置 RIP1: router rip network 自己所知道的ip RIP2: router rip verion 2 auto-summary //关闭自动汇总 network 自己所知道的ip 3.OSPF路由配 ...
分类:
其他好文 时间:
2020-06-23 15:18:17
阅读次数:
77
RIP协议 不适合规模很大的网络 OSPF协议 引入区域的概念,将大的网络划分为小的区域,只记录区域内的信息。 有两层 下面常规区域、上面中转区域 Router F 发消息,交给Router C(边际路由器),再交给Router B 指定进程,通常下只会指定一个进程,多进程比较复杂,我们只做一个进程 ...
分类:
其他好文 时间:
2020-06-22 15:43:55
阅读次数:
46
Managing Data Concurrency ObjectivesAfter completing this lesson, you should be able to:? Describe the locking mechanism and how Oracle manages data c ...
分类:
数据库 时间:
2020-06-21 15:37:48
阅读次数:
62