Tagged Questions
1
vote
0answers
45 views
TCP congestion window size in slow start phase
I have a question about the increasing rate of TCP sender's congestion window during the slow start phase.
Traditionally, the size of cwnd exponentially increases for every RTT. For instance, if the ...
0
votes
1answer
32 views
Does tcp/ip protocol explained when connection will time out or be refused?
While a tcp client is connecting to a tcp server, and at same time the Listening port at server side hasn't been established. At this time will the tcp client report connection refused exception or ...
0
votes
0answers
51 views
Multiplayer Game Protocol Efficiency
I written the following ruby files in order to demonstrate a possible protocol base for a multiplayer game.
It uses BSON, JSON and SHA1.
Write Protocol to wire/file:
#!/usr/bin/env ruby
require ...
0
votes
1answer
249 views
Ruby TCPSocket Send/Receive binary data -> array hash etc
I'm trying to create a custom game server protocol in Ruby but i'm failing to understand how i can/should do a couple things:
Q->1#
Server sends an array to client using TCPServer/TCPSocket. but i ...
1
vote
3answers
81 views
Standard bytes communication protocol for data transfer
I have two programs that communicate with each other through TCP/IP by exchanging commands and data (connection is already successful). I'm looking for a protocol through which I can exchange commands ...
0
votes
0answers
30 views
Telnet client on microcontoller
I want to run telnet client on the microcontroller (TI MSP430 with LAN curcuit) to get data from another device using telnet.
I have tcp/ip stack software for the microcontroller. I'm now trying to ...
0
votes
1answer
23 views
Network protocol for consistent mobile clients requests
Is there a protocol (or framework) that ensures that when a request fails, it fails on both the client side (iOS, Android, etc) and server side, and when it succeeds, successes on both sides?
The ...
0
votes
1answer
69 views
Good Protocol Practice/Template for sockets?
Right, I'm looking for some more advanced flexible protocols to implement to my sockets.
I'll be transferring data, video, audio and text through the single same TCP socket.
The current protocol I'm ...
1
vote
1answer
172 views
Data Transfer Protocol Design
I am writing a protocol to transfer GBs of data over the network to try to teach myself a little bit about programming on protocols. I will be using TCP.
Now, I am concerned about how should I design ...
0
votes
3answers
251 views
Why doesn't routing table use physical address in place of IP address [closed]
Routing tables do not use physical address and instead use IP address. Once a router has found a path/rule matching for an IP datagram, it uses the next hop/destination IP address and changes it to ...
2
votes
3answers
142 views
How to avoid cross language dependency in serialization/deserialization using TCP?
I need to create TCP chat with C++ clients and Python server(already started), I have messages in c++ class like
class Message{
public:
uint64 utc_time;
uint64 token;
string content;
};
I am ...
2
votes
1answer
206 views
Broadcasting in RUDP, UDT, LWIP, DCCP
Out of the protocols Reliable UDP (RUDP), UDT, LWIP and DCCP, which protocols can support BROADCAST mechanism? Which is more reliable and have congestion control?
-6
votes
1answer
117 views
Why does the HTTP protocol based on TCP? [closed]
Why have people done the HTTP protocol based on TCP, and not based on UDP?
2
votes
1answer
181 views
Please enable TCP/IP protocol. Unity3D
I am trying to connect to MS SQL database.
Here is my code:
void Start ()
{
string connectionString =
"Server=MyServer;" +
"Database=Data;" +
"User ...
0
votes
2answers
644 views
Differences between TCP and Go Back N
I was reading Computer Networking from Kurose, and while reading in the TCP chapter about the differences between TCP and Go Back N i found something that I dot fully understand. The book says the ...
1
vote
2answers
142 views
How to try out HTTP, FTP, SMTP etc. application protocols
I am reading Computer Networking: A Top-Down Approach 5th (fifth) edition. I have reached chapter two and I wonder if it is possible to actually try out the different application protocols by writing ...
0
votes
6answers
110 views
Are Ajax requests guaranteed to return in sent order?
This question seems to suggest that Ajax requests are not guaranteed to return in their sent order. However, Ajax uses the TCP protocol, which seems to guarantee that the packets will return in their ...
0
votes
2answers
164 views
Trying to reconnect a socket.io socket that was explicitly disconnected
After calling socket.disconnect() on the client side, I try to reconnect that client io.connect("http://localhost:8000") but the socket does not seem to be created. Is this possible to do without a ...
1
vote
1answer
142 views
Design need of checksum fields at multiple “TCP/IP” model layers ? are they really redundant ?
Design need of checksum fields at multiple "TCP/IP" model layers ? are they really redundant ?
let us take one example,
in L1: Ethernet-II, we have 4 bytes FCS field,
in L2: Ipv4 we too have ...
3
votes
4answers
425 views
How to efficiently define End-of-Transmission for XML-based text protocol?
I want to develop a text protocol based on XML and transmitted via TCP/IP sockets.
Let's say I have a simple request/response mechanism to be send over a persistent
TCP/IP connection between client ...
1
vote
1answer
224 views
How to Write Network Protocol Handlers
I'm trying to write my own protocol so that multiple servers can pass data and connect with each other, kind of like mongo://. I have been looking at TCP & I understand ports, but how do I write ...
2
votes
1answer
370 views
How do you make multiple node.js command line processes talk to each other?
I am messing around with https://github.com/nodejitsu/forever, and am wondering in general if and how you send messages from one command line process to another.
On the web, you use HTTP to send ...
3
votes
2answers
145 views
Protocol of a packet
I'm programming an offline packets decoding program in C under Windows 7 x86.
I wonder how it is possible to know packet protocol, either if it is UDP or TCP?
0
votes
3answers
177 views
How to know when you finish receiving a TCP stream?
I'm not sure how to tell in TCP when the sender finished sending me the information.
For example if A needs to send 200 bytes to B, how will B know that A finished sending, and that the information ...
1
vote
4answers
159 views
How do you interpret this phrase?
How do you interpret this phrase?
Checksum
This is the value to make zero on the addition of the lower 8 bits from the header to the checksum.
With this protocol description:
Protocol
...
-4
votes
1answer
163 views
where the TCP/IP protocol suite ll be located ? if we have to add some functionality to it then where to implement? [closed]
I just wanted to know where the TCP/IP protocol suite will be located...is tat in NIC?
if we have to add some functionality to it then where to implement?
0
votes
4answers
625 views
RDP protocol for c++
Im looking for code that connects to another computer via remote desktop connection and checks if the connection was successful or not.
I packet logged and found out there was a galaxy worth of ...
2
votes
5answers
238 views
Are there any protocol specifications that allow either TCP or UDP to be utilized?
Are there any networking protocols that are not strictly TCP or UDP but can be used with either one?
For example, HTTP, FTP, STMP, RTMP are always TCP.
DNS, SNMP, DHCP, RIP are always UDP.
Is there ...
6
votes
6answers
13k views
Difference between TCP and UDP? [closed]
What is the difference between TCP and UDP?
I know that TCP is used in the case of non-time critical applications, and UDP is used for games or applications that require fast transmission of data. I ...
0
votes
2answers
859 views
Strange thing - SOCK_DGRAM and SOCK_STREAM?
I just came across this strange thing I got to see application is that by default they use SOCK_STREAM function. Why is it so? is this SOCK_STREAM just creating multiple streams ? or is it the ...
1
vote
1answer
175 views
open source application-protocol for internet applications
In near future I'll need to start working on a new project that consist from highly loaded tcp/ip server and clients that communicates to that server. I know the basics of tcp/ip and can make the ...
0
votes
2answers
829 views
How to send length of a package via tcp/ip protocol
I'm doing this for one of my school projects. I'm newbie working with Sockets in c#, so please be patient with me :). I'm trying to design a multithreaded server that accepts clients for working with ...
4
votes
5answers
875 views
How reliable is .NET TCP protocol?
I'm quite new to C# so please bear with me. I'm writing a relatively simple client server application in C# .NET 4.0. I am using TCP protocol, TCPListener and TCPClient to be more specific. I know how ...
4
votes
2answers
197 views
What is the explanation for the states and inner workings of TCP?
Could anyone recommend a useful resource for a reasonably in-depth discussion of the motivation for different elements of TCP protocol? I can find plenty of information about what the protocol ...
0
votes
1answer
279 views
How to use a custom protocol for my data transfer?
Friends,
I am in a real need of information. I want to develop a protocol with some fields in it.After some study over the net I came to the conclusion that I can use HDRINCL to let the kernel know ...
0
votes
1answer
478 views
Understanding Server Protocol
(I am specifically using VB.net, the protocol I am referring to is for a "Minecraft Server")
I have the following link for details on the protocol for a server I'm making.
Protocol
Now, according ...
0
votes
2answers
263 views
Hex values in Protocol headers
Why are the protocol headers like TCP or UDP normally using Hex representation while filling the particular fields in the protocol header ? Is there any specific advantage ?
0
votes
1answer
312 views
Async tcp protocol in c#
I'm about to implement a server-client protocol over TCP with the following features:
Request and response functionality
Authentication
Server side initiated messages
All over one single TCP ...
0
votes
0answers
59 views
broken connection symmetry
From the Transmission Control Protocol Wikipedia article:
For example, when an HTML file is sent from a Web server, the TCP software layer of that server divides the sequence of bytes of the file ...
26
votes
14answers
3k views
Are binary protocols dead?
It seems like there used to be way more binary protocols because of the very slow internet speeds of the time (dialup). I've been seeing everything being replaced by HTTP and SOAP/REST/XML.
Why is ...
2
votes
2answers
644 views
Tile-based MMORPG movements protocol
I'm working in a tile-based MMORPG and I have a problem.
Each user has a fixed position (one tile) all the time, so the rest of the users can see him there, and cannot move to that tile. So there is ...
1
vote
3answers
3k views
Performance of IPX/SPX and TCP/IP
I understand that IPX and SPX both provide connection services similar to TCP/IP. Here, IPX is similar to IP and SPX is similar to TCP and hence eager to know about this.
How does the performance of ...
7
votes
2answers
869 views
Why does a SYN or FIN bit in a TCP segment consume a byte in the sequence number space?
I am trying to understand the rationale behind such a design. I skimmed through a few RFCs but did not find anything obvious.
1
vote
1answer
2k views
Need some help interpreting tcpdump output
I've checked the tcpdump man page and thought I understood the example provided there. But the one that I am getting is something I'm not able to understand completely.
ORIGINAL: Simulator Output
...
11
votes
4answers
3k views
Is TCP Guaranteed to arrive in order?
If I send two TCP messages, do I need to handle the case where the latter arrives before the former? Or is it guaranteed to arrive in the order I send it? I assume that this is not a Twisted-specific ...
3
votes
3answers
1k views
Good tools to understand / reverse engineer a top layer network protocol
There is an interesting problem at hand. I have a role-playing MMOG running through a client application (not a browser) which sends the actions of my player to a server which keeps all the players in ...
3
votes
4answers
428 views
Are there any protocols/standards on top of TCP optimized for high throughput and low latency?
Are there any protocols/standards that work over TCP that are optimized for high throughput and low latency?
The only one I can think of is FAST.
At the moment I have devised just a simple ...
1
vote
2answers
419 views
How do I test my TCP protocol app?
When creating apps that interface on various TCP protocols (apart from HTTP), we need to test our app and how it communicates with a real server.
Now typically with shared hosting you can't install ...
0
votes
1answer
339 views
Is there a way to force a jdbc connection to use TCP?
In a normal SQL Server 2005 connection string, it's possible to specify the desired protocol in the following format:
Data Source=tcp:myServerAddress;
Initial Catalog=myDataBase;
Integrated ...
6
votes
2answers
2k views
sending messages over tcp with priority in C#
I am developing a chat protocol in C# and I want several types of messages sent on the same connections, for example, text and application(eg file transfer) messages.
Because applications may easily ...

