Sock Application (e.g., Netscape) - OSI layer 7 Application
|
SOCK DLL/library - socket() - binding to a port to make it listen
|
TCP/UDP - OSI layer 4 Transport
|
IP/IPX
|
Modem or Network card
|
Network
Above is also called TCP/IP stack (stack is LIFO - last in first out)
TCP/IP stack is loaded into a memory space.
KERNEL = TCP/IP + NLB driver + network adapter driver
In unix :
driver/module in .so = shared object or .ko = kernel object (related with memory segmentation)
insmod, lsmod, rmmod
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment