Redian新闻
>
请教一个TCP的问题 (转载)
avatar
s*y
2
我们有一个一岁多的小孩,我在工作,没有保险,请问有经验的朋友推荐一个比较适宜
的保险计划和保险公司。另外,我们将来想还要一个小孩,请教大家要生小孩的保险计
划有什么要求吗? 多谢帮助
avatar
j*o
3
借用一张类似的图片。
大约能卖几个钱?
avatar
W*n
4
Italian ones). but one and half years ago, I "discovered" the wonderful
world of 粤剧 and I never look back :-)
avatar
f*y
5
昨天写的文章 被相同文件名的文件覆盖了,有什么办法恢复。
avatar
s*s
6
Biochem PhD在读,应该明年毕业,想换个行业
目前过了NA、NP和IE笔试
avatar
a*e
7
想考博,最喜欢的专业还是经济学,但是自己现在学的是MBA,但搭不上边,不容易被
录取,录取了也会吃力,经济学基础不好。
现在折中的办法就是继续读商学院的PHD,像经济学管理这样的,具体的专业还没定。
想问一下MBA考商学院的PHD,会不会更容易被录取?
avatar
s*4
8
东北部外语协会会议。我每年都去,好像教中文的老师不太多啊。
avatar
s*k
9
【 以下文字转载自 CS 讨论区 】
发信人: silverhawk (silverhawk), 信区: CS
标 题: 请教一个TCP的问题
发信站: BBS 未名空间站 (Thu Oct 2 20:56:19 2008)
TCP中,比如我的window size是10, 那么我传送seq:0-9的数据包,然后接收端会回
传ACK=10.表明下一个我准备接受的是10, 那么加入我0-9之间数据包5出错了。那么这
个时候ACK=5? 这样的话6-9会被重传吗?如果在无线环境中,重传非常消耗资源。TCP
是不是一般用select ACK?在无线中应用最多的是哪种TCP?
avatar
A*t
10
20左右吧。贵的是20f-50f的。

【在 j******o 的大作中提到】
: 借用一张类似的图片。
: 大约能卖几个钱?

avatar
W*n
11
I truely believe that 粤剧 and other Chinese operas are much more
artistic and sophisticated than the western operas due to the depth and
length of our vibrant civilization.
avatar
n*2
12
喜欢就能。
avatar
s*4
13
自己顶下吧。开会总是一个人。。连拍个照片的人都没有啊!!

【在 s******4 的大作中提到】
: 东北部外语协会会议。我每年都去,好像教中文的老师不太多啊。
avatar
z*n
14
In your case, if you send 10 packets, the receiving
TCP should send ACK for each one individually.
In case if all of these 10 packets arrive at destination
as one notification (IP layer may accumulate the
packets and send them up in one time), then ACK10 is
send back.
In case seq:5 is missing, the receiving TCP will send
back ACK5 for sure. And the sender will retransmit
all the rest packets in the window.
Yes it is very inefficient in a multi-hop wireless
network. There are a huge number of dis

【在 s********k 的大作中提到】
: 【 以下文字转载自 CS 讨论区 】
: 发信人: silverhawk (silverhawk), 信区: CS
: 标 题: 请教一个TCP的问题
: 发信站: BBS 未名空间站 (Thu Oct 2 20:56:19 2008)
: TCP中,比如我的window size是10, 那么我传送seq:0-9的数据包,然后接收端会回
: 传ACK=10.表明下一个我准备接受的是10, 那么加入我0-9之间数据包5出错了。那么这
: 个时候ACK=5? 这样的话6-9会被重传吗?如果在无线环境中,重传非常消耗资源。TCP
: 是不是一般用select ACK?在无线中应用最多的是哪种TCP?

avatar
c*g
15
And you have to write all these in English...

【在 W***n 的大作中提到】
: I truely believe that 粤剧 and other Chinese operas are much more
: artistic and sophisticated than the western operas due to the depth and
: length of our vibrant civilization.

avatar
s*s
16
有什么具体建议不?
先行谢过~~

【在 n*****2 的大作中提到】
: 喜欢就能。
avatar
s*k
17
非常感谢,一个小小的问题,现在TCP都是采用cumulative acknowledgment scheme吧
。如果在我这种window size为10的情况下,TCP ACK不应该是individually?即便IP
层对这些packets是分别传送的

【在 z*****n 的大作中提到】
: In your case, if you send 10 packets, the receiving
: TCP should send ACK for each one individually.
: In case if all of these 10 packets arrive at destination
: as one notification (IP layer may accumulate the
: packets and send them up in one time), then ACK10 is
: send back.
: In case seq:5 is missing, the receiving TCP will send
: back ACK5 for sure. And the sender will retransmit
: all the rest packets in the window.
: Yes it is very inefficient in a multi-hop wireless

avatar
W*n
18
Well, I typed these from work...
avatar
n*2
19
你最好尽量缵点实践经验。我知道有人拿下阿姨的来贝,立刻有猎头找。 但顾主的期
望也高,没经验的,一时半会也难对付。
avatar
z*n
20
It depends on how these packets are re-assembled by
the IP layer.
If the TCP layer at the receiver receives incoming
packet (from its own IP layer) one by one, then
individual ACKs are sent back. If IP layer buffers
several packets and sends to TCP together, then
the last one is ACKed. Actually I am not sure the
mechanism of IP layer re-assembly function. This
question is also open to me...

【在 s********k 的大作中提到】
: 非常感谢,一个小小的问题,现在TCP都是采用cumulative acknowledgment scheme吧
: 。如果在我这种window size为10的情况下,TCP ACK不应该是individually?即便IP
: 层对这些packets是分别传送的

avatar
W*n
21
Sorry for that.
avatar
s*s
22
恩,正在折腾实验,过考试还是在其次,主要是要积累知识技术,让自己变得比较值钱
~~

【在 n*****2 的大作中提到】
: 你最好尽量缵点实践经验。我知道有人拿下阿姨的来贝,立刻有猎头找。 但顾主的期
: 望也高,没经验的,一时半会也难对付。

avatar
s*k
23
这个re assemble 应该不是IP layer的事情吧,我不是太清楚,但是我觉得IP层应该看
不到TCP包的内容,因此无法re assemble,所以我的理解是即使IP层每个TCP包都往上
送,TCP层的应答还是根据它自己的协议,要么每个包都应答,要么cummulative ACk。
但是在windows scheme的条件下,我理解基本都是cummulative ACk

【在 z*****n 的大作中提到】
: It depends on how these packets are re-assembled by
: the IP layer.
: If the TCP layer at the receiver receives incoming
: packet (from its own IP layer) one by one, then
: individual ACKs are sent back. If IP layer buffers
: several packets and sends to TCP together, then
: the last one is ACKed. Actually I am not sure the
: mechanism of IP layer re-assembly function. This
: question is also open to me...

avatar
S*8
24
个人觉得单就声乐上的美而言,西方歌剧的确要胜一筹,歌剧作词编曲没有咱们京剧以
及地方戏的那么多程式限制,但是中国人的审美更注重内涵,很多戏剧故事对中国人而
言深层次的感受超越了了声乐本身,所以更有共鸣一些吧
avatar
n*2
25
你生化的学位拿住,以后也可以试试大公司,就找网络的工作,也未必不可。
avatar
z*n
26

IP layer has function of re-assembly function.
It is for that an IP packet may be fragemented when
being sent out or at a point in the network where
MTU is lower. Yes, you are right, the IP layer
reassembles an TCP packet for the upper layer.
TCP is designed to ACK every incoming packet for sure.
However, accumulative ACK is most seen (I guess) is
caused by that TCP daemon is called foreward only in
its own time slice in a multi-task OS. During its
backoff time several TCP packets may have alre

【在 s********k 的大作中提到】
: 这个re assemble 应该不是IP layer的事情吧,我不是太清楚,但是我觉得IP层应该看
: 不到TCP包的内容,因此无法re assemble,所以我的理解是即使IP层每个TCP包都往上
: 送,TCP层的应答还是根据它自己的协议,要么每个包都应答,要么cummulative ACk。
: 但是在windows scheme的条件下,我理解基本都是cummulative ACk

avatar
c*g
27
Hi, no need to be sorry. Just trying to have some fun here. ha..

【在 W***n 的大作中提到】
: Sorry for that.
avatar
s*s
28
恩,学位估计问题不大,多谢建议~~~

【在 n*****2 的大作中提到】
: 你生化的学位拿住,以后也可以试试大公司,就找网络的工作,也未必不可。
avatar
h*0
29
TCP是不是一般用select ACK?在无线中应用最多的是哪种TCP?
这个问题有点复杂。
首先网络中的2台计算机是不知道之间通信链路的(光纤,以太or无线), 所以,
一般来说无线中应用的TCP和普通有线环境中的一样。
select ACK问题
windows和linux都是支持SACK的,但是windows很懒,虽然在握手的时候会声明自己支
持SACK,但是不会主动却不会主动发SACK的option。 linux则不同。
这个问题不是一般的复杂,建议点到为止。
除非,有人做TCP offload enginee的
avatar
L*i
30
美是偏主观性的,要说西方声乐更科学些是有一些道理的,但我觉得还是咱们中国戏曲美

【在 S********8 的大作中提到】
: 个人觉得单就声乐上的美而言,西方歌剧的确要胜一筹,歌剧作词编曲没有咱们京剧以
: 及地方戏的那么多程式限制,但是中国人的审美更注重内涵,很多戏剧故事对中国人而
: 言深层次的感受超越了了声乐本身,所以更有共鸣一些吧

avatar
x*n
31
可以啊。我干了这么久还没ie笔试呢。
avatar
s*k
32
那在实际系统中,一般采用的是什么手段?linux如果用SACK是否比windows表现好?

【在 h**0 的大作中提到】
: TCP是不是一般用select ACK?在无线中应用最多的是哪种TCP?
: 这个问题有点复杂。
: 首先网络中的2台计算机是不知道之间通信链路的(光纤,以太or无线), 所以,
: 一般来说无线中应用的TCP和普通有线环境中的一样。
: select ACK问题
: windows和linux都是支持SACK的,但是windows很懒,虽然在握手的时候会声明自己支
: 持SACK,但是不会主动却不会主动发SACK的option。 linux则不同。
: 这个问题不是一般的复杂,建议点到为止。
: 除非,有人做TCP offload enginee的

avatar
W*n
33
Disagree. Arts is not science. Would you like a robot to sing opera? I could
program it to sing any kind of difficulties of a vocal piece with "perfect"
colors. But I won't like it at all...
avatar
f*m
34
为啥不去转法律?做知识产权.

【在 s*******s 的大作中提到】
: Biochem PhD在读,应该明年毕业,想换个行业
: 目前过了NA、NP和IE笔试

avatar
S*9
35
LOL

【在 c*******g 的大作中提到】
: And you have to write all these in English...
avatar
z*r
36
俺一个朋友和你经历类似,目前挺成功

【在 s*******s 的大作中提到】
: Biochem PhD在读,应该明年毕业,想换个行业
: 目前过了NA、NP和IE笔试

avatar
S*9
37
为毛一定要非此即彼呢 完全可以喜新不厌旧嘛

【在 W***n 的大作中提到】
: Disagree. Arts is not science. Would you like a robot to sing opera? I could
: program it to sing any kind of difficulties of a vocal piece with "perfect"
: colors. But I won't like it at all...

avatar
n*2
38
喜欢吗?

【在 f*****m 的大作中提到】
: 为啥不去转法律?做知识产权.
avatar
L*i
39
There you go! I can't appreciate western opera much, don't understand, no
matter how good

could
perfect"

【在 W***n 的大作中提到】
: Disagree. Arts is not science. Would you like a robot to sing opera? I could
: program it to sing any kind of difficulties of a vocal piece with "perfect"
: colors. But I won't like it at all...

avatar
f*m
40
如果是真有兴趣爱好, 做IT民工也就罢了.想挣钱,还是去做IP吧.这样以前学的也不浪费

【在 n*****2 的大作中提到】
: 喜欢吗?
avatar
L*i
41
There you go! I can't appreciate western opera much, don't understand, no
matter how good

could
perfect"

【在 W***n 的大作中提到】
: Disagree. Arts is not science. Would you like a robot to sing opera? I could
: program it to sing any kind of difficulties of a vocal piece with "perfect"
: colors. But I won't like it at all...

avatar
he
43
刚转贴了两个法律版讲专利法的帖子,六年ASSO二十五六万,考虑到驴师的工作时间强
度还得再上法学院,比民工强点有限吧。

浪费

【在 f*****m 的大作中提到】
: 如果是真有兴趣爱好, 做IT民工也就罢了.想挣钱,还是去做IP吧.这样以前学的也不浪费
avatar
x*n
44
怎么抓住啊?给我指点一下啊。

【在 he 的大作中提到】
: 根据法律版的置顶帖子,楼主不妨试试申请周围的"technology specialist",顺便对
: 自己的口语和写作能力摸个底。
: http://www.mitbbs.com/article_t2/Law/31166274.html
: http://www.mitbbs.com/article_t2/Law/31173528.html
: 不过从就业市场来说,去年开始,数据中心,语音,虚拟机几个领域活多人少,这玩意
: 不难,上手快,抓住眼前的机会也不错。

avatar
he
45
我也是刚刚走过来的,正好还记得。
上班的时候"抢"感兴趣领域的事情,排错也好,安装也好,抢不到也跟着参合(跨组的
活先别碰)。
下班回家:
虚拟机我印象里没教程,实验室里摸索,将来跳槽这些实验室的经验可以"转正"成正式
工作经验。
语音里面JEREMY的录像足够到CCVP水平了,系统架构,功能,各种手段工具,他讲得深
入浅出很全面。排错的时候先找TAC,记下来他们问的问题,思路和步骤,然后照猫画虎
练习。有时候遇见个和气的TAC,多请教,往往他们会介绍一些经验或者深层次为什么
这样做的原因。

【在 x*********n 的大作中提到】
: 怎么抓住啊?给我指点一下啊。
avatar
x*n
46
我现在很少有机会碰大东西,脏活累活都蓝给我了,感恩节还把on call排给我,谁叫
我最新呢。

【在 he 的大作中提到】
: 我也是刚刚走过来的,正好还记得。
: 上班的时候"抢"感兴趣领域的事情,排错也好,安装也好,抢不到也跟着参合(跨组的
: 活先别碰)。
: 下班回家:
: 虚拟机我印象里没教程,实验室里摸索,将来跳槽这些实验室的经验可以"转正"成正式
: 工作经验。
: 语音里面JEREMY的录像足够到CCVP水平了,系统架构,功能,各种手段工具,他讲得深
: 入浅出很全面。排错的时候先找TAC,记下来他们问的问题,思路和步骤,然后照猫画虎
: 练习。有时候遇见个和气的TAC,多请教,往往他们会介绍一些经验或者深层次为什么
: 这样做的原因。

avatar
s*y
47
you may want to outsource some work to lz:)

【在 x*********n 的大作中提到】
: 我现在很少有机会碰大东西,脏活累活都蓝给我了,感恩节还把on call排给我,谁叫
: 我最新呢。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。