问题引入且看下面一段诡异的代码 #include <iostream>using namespace std;int main(){ unsigned int a = 5; if(a < -6){ //下面的输出语句会执行 co ...
Chapter 5 The Data Link Layer
Link Layer: Introduction and Services 链路层实现相邻节点间的可靠数据传输 nodes(节点) => 主机/端系统 和 路由器 links(链路) => 连接两相邻节点间的通信频道 The Services Provided by the Li ...
Chapter 4 The Network Layer
Introduction 网络层完成主机到主机之间的数据传输 网络层协议存在于所有的主机和路由器当中(二层交换机中没有) 当IP数据报通过路由器时,路由器会检查所有数据报首部字段(Header Checksum) Forwarding and Routing ( 存储和转发 ) Forwar ...
Chapter 3 Transport Layer
Introduction of Transport-Layer Servicers (传输层提供的服务) 传输层将网络层所提供的主机到主机之间的 逻辑通信(logical comminication)扩展为进程到进程间的通信 => !!最主要的的功能 传输层只在端系统(end systems ...
Chapter 2 Applicaiton Layer
Principles of Network Applications 只有端系统中才有应用层和传输层 网络应用体系架构(Network Application Architectures) client-server (C / S) Peer-to-peer (P2P) Hybird of ...