时延
- Propagation Delay(传播时延): the flight time of packets over the transmission link, or the time a packet spends traversing between switches. 链路传输时间。
- Queueing Delay(排队时延):the time a job waits in a queue until it can be executed, or the time a packet spends in a switch.一个包在交换机的排队时间
- Transmission Delay(传输时延):the amount of time required to push all the packet’s bits into the wire.所有比特在交换机的停留时间
- Nodal Delay(节点时延):the amount of time including from A to B, excluding the time B processes it. 从到A,到B的所有时延,即交换机A的处理时延加链路时延,不包括B的处理时延。
If a 256 Kb packet located on a switch takes 0.16 sec to reach another switch 50 km away, what is the propagation delay in the channel if the transmission rate is 2Mbps? 大小为256Kb的从一个交换机到另一个交换机消耗0.16s,共走50km,当传输率为2Mbps,传播时延是多少?
答:也就是总时间是0.16s,256Kb/2Mbps = 0.125s, 0.16-0.125=0.035s.
“Transmission Delay” 有检查包头,确定目的地,检查包内容是否有误等。
DNS域名解析
client -> root server -> TLD -> authoritative 本机缓存–>根域名(.)–>顶级域名(.com/ .cn/ .edu等)–>权威域名
traceroute can infer the internet delays between routers
电路交换与分组交换
Circuit switched networks are not efficient。因为要建立连接。
拥塞控制与流量控制
拥塞控制是作用于网络的,它是防止过多的数据注入到网络中,避免出现网络负载过大的情况;常用的方法就是:( 1 )慢开始、拥塞避免( 2 )快重传、快恢复。
流量控制:流量控制是作用于接收者的,它是控制发送者的发送速度从而使接收者来得及接收,防止分组丢失的。
IMAP与POP3
IMAP只读邮件不保存,但是可以本地缓存。
P2P的特点
Scalability Cost effective No significant server infrastructure needed 而 Low-latency Very secure 并不是
同域名访问
Two distinct web pages on the same host (i.e. www.mit.edu/research.html and www.mit.edu/students.html) can be sent over the same persistent connection. 同一个连接可以发送不同的包,重点在与same persistent
c语言socket中listen的用法
图一中,选5因为只要持续不断的接收连接,就可以打印,5次是循环次数。 图二中,选4是因为7个client同时来,一个在处理,剩下三个是未完成连接的(就是半连接队列)client,剩下的不能处理会拒绝。所以一共4个。
ISP
|