Push is conventionally used to indicate that the buffer at the side sending the packet has been emptied in conjunction with sending the packet. In other words, when the packet with the PSH bit field set left the sender, the sender had no more data to send.AND the receiver should pass this data to the application as soon as possible.
网络地址转换NAT与代理服务器
NAT技术让少数公有IP地址被使用私有地址的大量主机所共享。这一机制允许远多于IP地址空间所支持的主机共享网络。同时,由于NAT屏蔽了内部网络,也为局域网内的机器提供了安全保障。
而代理服务器(Proxy Server)则实现的是网络信息的中转站。
地址解析协议ARP
实际中,知道了一个主机或路由器的IP地址,需要找出其相应的硬件地址,怎么找?
CRC校验简介
循环冗余校验(英语:Cyclic redundancy check,通称“CRC”)是一种根据网络数据数据包或电脑文件等数据产生简短固定位数校验码的一种散列函数,主要用来检测或校验数据传输或者保存后可能出现的错误。
运输层中的端口
已经了解到,应用层所有的应用进程都可以通过运输层再传入IP层,这是运输层的复用。运输层从IP层收到发送给各应用进程的数据后,必须分别交付指明的各应用进程,这就是运输层的分用。所以,在运输层的复用和分用下,给每个应用层中的应用进程赋予一个标志是非常重要的。
子进程的异步等待
当一个父进程创建一个子进程时,最好要调用wait或者waitpid函数等待子进程,不然会产生僵尸进程造成是内存泄漏的问题。
其他一些知识的复习
Who is able to be egotistical needs to be strong too.
算法数据结构复习
At ease, don’t worry, you want, time will give you.
Linux复习
Happiness is any appearance, should on the road.
C语言复习
Don’t be discouraged; it’s often the last key in the bunch that opens the lock.