由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Outbound interface: What the heck does it mean?
相关主题
multiple network interface求救: 我的EXCEED怎么不工作了? 有办法解决么?
help: solaris interface configuration 问一个通过socket 获得request source IP的问题
新手问题网络编程如何进行错误处理
有高手吗?问题比较难Asking for help on TCP server programming
[转载] How to use debugger xdb?Which TCP/IP book is better?
How to send packet on a chosen interface?THX!Is it possible to bind several sockets to 1 port?
who knows how to use nslookup?这几个网络模拟软件哪个比较好啊?
a socket questionTCP throughput: What does it mean?
相关话题的讨论汇总
话题: outbound话题: tcp话题: interface话题: what话题: heck
进入Unix版参与讨论
1 (共1页)
m****f
发帖数: 32
1
It appeared in the same paper as in "Under RED(Random Early Detection), a
router
will probabilistically drop an arriving packet even though the queue for the
appropriate outbound interface is not full"? I searched the web, but did not
find any explanation that fits in this paper.
p****s
发帖数: 3184
2

These are some basic terms in network research. They are so basic
and can hardly be simplified.
You should start from a network textbook rather than SIGCOMM papers.
Kurose&Ross's book is pretty straight-forward.
AST's book and Peterson's book are also very good.

【在 m****f 的大作中提到】
: It appeared in the same paper as in "Under RED(Random Early Detection), a
: router
: will probabilistically drop an arriving packet even though the queue for the
: appropriate outbound interface is not full"? I searched the web, but did not
: find any explanation that fits in this paper.

m****f
发帖数: 32
3

the
not
I have Commer's book and Andrew Tanenbaum's book, but did not find anything
about it in either of these books. Please give a brief explanation.
Thanks.

【在 p****s 的大作中提到】
:
: These are some basic terms in network research. They are so basic
: and can hardly be simplified.
: You should start from a network textbook rather than SIGCOMM papers.
: Kurose&Ross's book is pretty straight-forward.
: AST's book and Peterson's book are also very good.

c*v
发帖数: 19
4
on any routers, you have at least 2 network interfaces. for any packet
going through the router, it comes in via one interface, goes out via
another. one inbound, one outbound. nothing specially technical, just
common sense la.

【在 m****f 的大作中提到】
:
: the
: not
: I have Commer's book and Andrew Tanenbaum's book, but did not find anything
: about it in either of these books. Please give a brief explanation.
: Thanks.

m****f
发帖数: 32
5
This helps. Thanks alot. Now that this is done, what is "TCP throughput"
please?

anything

【在 c*v 的大作中提到】
: on any routers, you have at least 2 network interfaces. for any packet
: going through the router, it comes in via one interface, goes out via
: another. one inbound, one outbound. nothing specially technical, just
: common sense la.

p****s
发帖数: 3184
6

Bits of TCP traffic per unit time.
The bit counting includes the TCP headers and application payload.
If TCP header bits are not included, that is called TCP goodput.
Man, so complex, "TCP throughput" is a much simpler term.

【在 m****f 的大作中提到】
: This helps. Thanks alot. Now that this is done, what is "TCP throughput"
: please?
:
: anything

1 (共1页)
进入Unix版参与讨论
相关主题
TCP throughput: What does it mean?[转载] How to use debugger xdb?
A Question about TCP SpecHow to send packet on a chosen interface?THX!
command line socket toolswho knows how to use nslookup?
[转载] 问一个协议状态检测的问题a socket question
multiple network interface求救: 我的EXCEED怎么不工作了? 有办法解决么?
help: solaris interface configuration 问一个通过socket 获得request source IP的问题
新手问题网络编程如何进行错误处理
有高手吗?问题比较难Asking for help on TCP server programming
相关话题的讨论汇总
话题: outbound话题: tcp话题: interface话题: what话题: heck