Options

Why test the TCP/IP stack?

Antonio9000Antonio9000 Member Posts: 5 ■■□□□□□□□□
Why test the TCP/IP stack?...I mean, by what I learnt, pinging 127.0.0.1 tests the the TCP/IP stack from to to bottom, i.e.: from Application to ....errrr...Physical layer?...or does it stop at layer 3 of the OSI model (Internet layer). I'm basing myself on this:

The loopback interface does not require a physical interface to function. A packet sent to a loopback interface is not processed by a network adapter but is otherwise processed as normal by the host's TCP/IP stack.
..according to this, the TCP stack doesn't include layers 1 and 2 (the NIC)...so if I'm right, testing the TCP/IP stack is testing layers 3 to 7 (Network to Application)...so all this layers are in "software in the RAM" right?

So you're basically testing the TCP/IP protocol in software in the RAM (I mean excluding the firmware in the NIC).

Am I right? I'd welcome any clarifications.
Tagged:

Comments

Sign In or Register to comment.