
Network
Get flash to fully experience Pearltrees
How NIC works
Winsock Programmer’s FAQ: Winsock Programmer's FAQ
This is an attempt to address some TCP/IP frequently asked questions and present best practices. While the WinSock Programmer's FAQ will remain the ultimate FAQ for native code, there is a growing need for a simplified version that addresses the managed interface to TCP/IP sockets. Section 1 - Application Protocol Design 1.1 - Message framing , also known as: "One side sent X bytes, but the other side only got Y bytes." "One side sent several packets, but the other side only got one packet, which was all the sent packets appended together."
TCP/IP .NET Sockets FAQ
INFO: UDP Datagram Can Be Silently Discarded if Larger than MTU
When a UDP datagram is larger than the MTU size of physical media and there is no ARP entry for the host it is sent to, Microsoft Windows TCP/IP implementation keeps only the last fragment of the UDP datagram sent to a given destination while waiting for an ARP reply. The rest of fragments are silently discarded. For example, when a WinSock application attempts to send a single UDP datagram with 12501 bytes of data, the IP layer performs fragmentation and generates nine IP fragments on an Ethernet.Bitrate and Bandwidth
The Open Systems Interconnection (OSI) model (ISO/IEC 7498-1) is a product of the Open Systems Interconnection effort at the International Organization for Standardization .

