Top "Tcp-ip" questions

Transmission Control Protocol (TCP) is a transport layer protocol that provides a connection-oriented data stream service with guaranteed, in-order delivery.

HTTP vs TCP/IP, send data to a web server

I'm currently working on a project where I need to use an Arduino Nano (http://arduino.cc/en/Main/arduinoBoardNano) …

http arduino tcp-ip
How can I make a browser to browser (peer to peer) connection?

How can I write a website using HTML5, CSS and JavaScript on client side that will allow direct tcp/ip …

javascript html tcp p2p tcp-ip
Why is network-byte-order defined to be big-endian?

As written in the heading, my question is, why does TCP/IP use big endian encoding when transmitting data and …

networking network-protocols endianness tcp-ip
How to get all data from NetworkStream

I am trying to read all data present in the buffer of the Machine connected through TCP/IP but i …

c# tcp tcpclient tcp-ip networkstream
find all ip address in a network

I am trying to do this C#. I need to find all ip address that are active in my network …

c# windows networking ping tcp-ip
Printing directly to a thermal printer using ESC/POS Commands executed in C# with an interface of TCP/IP

I was working on implementing ESC/POS(Epson Standard Code for Point of Sale) on a Kitchen printer(Aclas KP71…

c#-4.0 tcp-ip epson thermal-printer
How to reconnect to a socket gracefully

I have a following method that connects to an end point when my program starts ChannelSocket = new Socket(AddressFamily.InterNetwork, …

c# .net sockets tcp-ip robustness
difference between a DNS zone and DNS domain

I am confused between two DNS notions. My question is what is the difference between a "DNS zone" and a "…

networking dns network-programming tcp-ip
Change TCP Payload with nfqueue/scapy

Hello I am using nfqueue and scapy and I my goal is to recieve packets at my NFQUEUE, change the …

python scapy tcp-ip netfilter packet-injection
How to test a network device for a valid RTSP stream?

I am working on a project which streams video/audio through RTSP using VLC Media Player plugin. I would like …

delphi winapi winsock rtsp tcp-ip