Getting a handle on the invisible part of your network—the protocols that are in use—can be of enormous value in helping you detect problems. So far, we've talked about the tangibles of your ...
Do you remember when we used multi-protocol routing for IPX, AppleTalk, and TCP/IP running on the same network? In the 1980s and early 1990s many enterprises had multiple protocols running on the ...
Transmission Control Protocol (TCP) is the basic communication protocol of the Internet as well as many private networks throughout the world. Along with User Data Protocol (UDP), TCP represents the ...
In a previous article, we explained how you can use the sendfile() syscall to reduce the overhead of data transfer from a disk to a network. Now, we’re going to cover another aspect of network ...
Like many words in the English language, “network” and “protocol” have different meanings, depending on the context. In the context of digital communications, Merriam-Webster defines network as “a ...
Over the last several years, TCP/IP has gone from being the protocol that only geeks use, to a universal protocol that everyone uses, thanks to the widespread use of the Internet. TCP/IP has been ...
Networks function and flourish because they deliver reliable and fast communication over large distances. And while people often marvel at the speed, it's the reliability -- made possible through the ...
The online economy, particularly e-business, entertainment, and collaboration, continues to dramatically and rapidly increase the amount of Internet traffic to and from enterprise servers. Most of ...
The data transfer in a TCP/IP network is usually block-based. From a programmer’s point of view, sending data means issuing a series of “send data block” requests. On a system level, sending an ...