Top "Network-protocols" questions

A network protocol defines rules and conventions for communication between network devices.

What are the benefits of removing fragmentation from IPv6?

I was working on a project which includes developing an application using java sockets. However while reading some fundamentals and …

sockets networking tcp network-protocols ipv6
What SNMP library for .NET makes traps, sets or gets simple?

What are the best SNMP libraries to use with .NET? Specifically for listening for traps or sending set or get …

.net networking network-protocols snmp
listen() queue length in socket-programing in c?

I have written two pair of codes(server.c and client.c) in Linux. One for UNIX-domain AF_UNIX other …

c linux sockets network-protocols listen
implementing ack over UDP?

We have a system (built in C) in place that performs communication over UDP. Recently we have found a necessity …

c networking tcp udp network-protocols
Accessing wireless interface (802.11) at MAC layer (Linux)

I spent the last days reading through man pages, documentations and anything else google brought up, but I suppose I'm …

linux network-programming network-protocols raw-sockets systems-programming
How to correctly represent message class in SMPP

I am currently trying to figure out how sms classes are correctly represented in SMPP. However I am by now …

sms network-protocols gsm smpp
TR-069 cwmp client implementation: open sources comparison

I m looking for an open source implementation for the TR-069 cwmp client (CPE). I want to install it on …

soap protocols network-protocols easycwmp
Where can I find a list of bittorent dht bootstrap nodes?

Using my google-fu I was able to find only a few nodes: router.bitcomet.com, router.utorrent.com, router.bittorrent.…

networking network-programming p2p network-protocols bittorrent
How does the Half-Life 2 multiplayer protocol work?

I was wondering how the Half-Life 2 multiplayer protocol works in mods like Counter-Strike: Source or Day Of Defeat: Source. I …

client-server network-protocols
How to disable HTTP 1.0 protocol in Apache?

HTTP 1.0 has security weakness related to session hijacking. I want to disable it on my web server.

apache network-protocols http-1.0