建明 | Ming.J

至清 至静


  • 首页

  • 关于

  • 标签

  • 归档

  • Search

C++ unsigned int 和 int 混用的问题

Posted on 2018-05-23 | Edited on 2019-04-20

问题引入且看下面一段诡异的代码 #include <iostream>using namespace std;int main(){ unsigned int a = 5; if(a < -6){ //下面的输出语句会执行 co ...

Read more »

Chapter 5 The Data Link Layer

Posted on 2018-05-21 | Edited on 2019-04-20

Link Layer: Introduction and Services 链路层实现相邻节点间的可靠数据传输 nodes(节点) => 主机/端系统 和 路由器 links(链路) => 连接两相邻节点间的通信频道 The Services Provided by the Li ...

Read more »

Chapter 4 The Network Layer

Posted on 2018-05-19 | Edited on 2019-04-20

Introduction 网络层完成主机到主机之间的数据传输 网络层协议存在于所有的主机和路由器当中(二层交换机中没有) 当IP数据报通过路由器时,路由器会检查所有数据报首部字段(Header Checksum) Forwarding and Routing ( 存储和转发 ) Forwar ...

Read more »

Chapter 3 Transport Layer

Posted on 2018-05-09 | Edited on 2019-04-20

Introduction of Transport-Layer Servicers (传输层提供的服务) 传输层将网络层所提供的主机到主机之间的 逻辑通信(logical comminication)扩展为进程到进程间的通信 => !!最主要的的功能 传输层只在端系统(end systems ...

Read more »

Chapter 2 Applicaiton Layer

Posted on 2018-05-06 | Edited on 2019-04-20

Principles of Network Applications 只有端系统中才有应用层和传输层 网络应用体系架构(Network Application Architectures) client-server (C / S) Peer-to-peer (P2P) Hybird of ...

Read more »
123…12

建明 | Ming.J

58 posts
15 tags
GitHub E-Mail
© 2018 – 2019 建明 | Ming.J
Powered by Hexo v3.8.0
|
Theme – NexT.Mist v7.1.0