惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Blog of Author Tim Ferriss
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
云风的 BLOG
云风的 BLOG
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Palo Alto Networks Blog
D
Docker
H
Hackread – Cybersecurity News, Data Breaches, AI and More
S
Schneier on Security
Engineering at Meta
Engineering at Meta
I
InfoQ
L
LangChain Blog
Cyberwarzone
Cyberwarzone
T
Tenable Blog
WordPress大学
WordPress大学
P
Privacy & Cybersecurity Law Blog
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Jina AI
Jina AI
C
CERT Recently Published Vulnerability Notes
Scott Helme
Scott Helme
博客园 - 三生石上(FineUI控件)
酷 壳 – CoolShell
酷 壳 – CoolShell
Know Your Adversary
Know Your Adversary
D
Darknet – Hacking Tools, Hacker News & Cyber Security
The Last Watchdog
The Last Watchdog
Last Week in AI
Last Week in AI
Cloudbric
Cloudbric
S
SegmentFault 最新的问题
爱范儿
爱范儿
Application and Cybersecurity Blog
Application and Cybersecurity Blog
博客园 - 叶小钗
AI
AI
T
Tor Project blog
I
Intezer
T
Threatpost
www.infosecurity-magazine.com
www.infosecurity-magazine.com
V
Visual Studio Blog
N
News and Events Feed by Topic
Latest news
Latest news
S
Security Affairs
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
B
Blog RSS Feed
C
Cybersecurity and Infrastructure Security Agency CISA
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
S
Securelist

博客园 - CrossBug

fiddler右键集成生成python requests请求代码 python3.12 源码静态编译解决AttributeError: module 'sys' has no attribute 'winver' 随便存一下 不想跟上时间的步伐 pytesseract 修改源码后也报错f"{tesseract_cmd} is not installed or it's not in your PATH."解决方法 解决Can't open /usr/lib/grub/update-grub_lib 活了 世界无我 markdown_test 关于mimikatz在webshell运行 用户中心 - 博客园 可用性自动化V3 用户中心 - 博客园 关于sqlmap常用 思科设备各级密码: Error when connecting to the GNS3 server: Cannot connect to http://127.0.0.1:3080. Please check if GNS3 is allowed in your antivirus and firewall. And that server version is 2.1.8. GNS3 Could桥接本地网卡报错:unable to create NIO Ethernet for bridge ' Error opening adapter: centos安装GNS3 GNS3 IOU VM
关于时钟频率
CrossBug · 2018-07-06 · via 博客园 - CrossBug

前辈回复:

告诉你个最简单而且最完整的吧:你上面的拓扑黄色那条链路就要区分DCE和DTE,但是在这个拓扑当中谁是DCE和谁是DTE没有标明,所以你可以根据自己喜欢,但是要看黄色那条串行链路的线头上有标明DCE和DTE,根据你插线来判断哪个是DCE哪个是DTE。你这个是两个对等体的站点,所以谁是DCE和DTE没关系,但是如果在实际当中,电信运营商给你的串行链路,那么电信那边的头肯定是DCE,你那边肯定是DTE。至于为什么电信一定是DCE,很简单,因为DCE端可以控制传输的速率,说白点就有点像你申请ADSL上网的带宽,如果让你做DCE让电信运营商做DTE,那么你就可以决定你要大的速率,因为速率是电信控制的,所以电信肯定要做DCE,不然电信就亏大了!(这里说的传输速率就是时钟频率,就是有点像你ADSL的带宽)串行链路如果不配置时钟频率,那么就不知道知道带宽是多少了。 一般如果是在思科的路由器上可以通过开启CDP协议,然后用showcontrol来查看哪端是DCE和DTE,会有标明(当然,其实你直接看链路的线头上也有标明,用SHOW是你在不能接触设备的前提下看得。) 还有,如果你是用模拟器做实验的话,这个时钟频率不用配置(配置了也没问题,但是配了没用)。但是如果你是在真是设备上操作(无论是工程还是做真机实验),这个时钟频率一定要配置!