Top "Network-protocols" questions

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

Basic IRC Server Protocol overview / tutorial

I have to develop my own IRC Server for a project for school. School does not require much and all …

network-programming protocols network-protocols irc
How to send a WOL package(or anything at all) through a nic which has no IP address?

I'm trying to send a WOL package on all interfaces in order to wake up the gateway(which is the …

c# network-programming network-protocols ethernet winpcap
Why do browsers inefficiently make 2 requests here?

I noticed something odd regarding ajax and image loading. Suppose you have an image on the page, and ajax requests …

javascript jquery ajax http network-protocols
Do firewalls block non-HTTP traffic on port 80?

Can anyone confirm that using a persistent outgoing TCP connection on port 80 will not be blocked by the vast majority …

http networking tcp firewall network-protocols
Python TCP stack implementation

Is there a python library which implements a standalone TCP stack? I can't use the usual python socket library because …

python tcp network-programming network-protocols raw-sockets
What is the Diameter protocol?

I have 3 simple questions. What is the Diameter protocol in simple explanation? Why is it used? How can one use …

authentication network-protocols diameter-protocol
SIP and RTP implementation in C++

Are there reliable open source libraries written in c++ to implement SIP and RTP protocols ? If not , is it easy …

c++ sip network-protocols rtp
MS SQL Server 2012: network access configuration not working

I've installed Microsoft SQL Server 2012 Express with Advanced Services on Windows 7 64-bit. During installation I chose to configure the SQL …

sql-server configuration sql-server-2012 network-protocols server-configuration
How do I know WHEN to close an HTTP 1.1 Keep-Alive Connection?

I am writing a web server in Java and I want it to support HTTP 1.1 Keep-Alive connections. But how can …

java http http-headers network-protocols
Socket Protocol Fundamentals

Recently, while reading a Socket Programming HOWTO the following section jumped out at me: But if you plan to reuse …

sockets network-protocols