Skip to main content

Questions tagged [networking]

Use this tag in reference to any topic related to networking hardware and software. Do not use this tag in reference to personal networking like on social media.

-2 votes
1 answer
81 views

I have a website with an online keyboard. Essentially people can type on this online keyboard and send messages worldwide. My problem is users can easily intercept the POST network call to the backend ...
Mason Smith's user avatar
1 vote
0 answers
260 views

I'm currently working on a project where I have a WebSocket Secure (WSS) server and a WSS client. The client establishes a WebSocket connection over TLS to the server, which enables bi-directional ...
ray an's user avatar
  • 111
0 votes
1 answer
243 views

In broad strokes, here is the problem at hand with its unusual combination of constrains, and the solution I've come up with. While this question does involve cryptography, it isn't related to the ...
Jacob Jewett's user avatar
1 vote
2 answers
243 views

I have written a game that users will download. When the game is started, I want it to automatically connect to the matchmaking server. Does that mean that, somewhere in the source code for the game, ...
Bobby's user avatar
  • 39
0 votes
3 answers
299 views

I am trying to understand various virtualization techniques, and I am struggling to wrap my head around the concept of Network Virtualization. In case of the server virtualization, the objective is ...
Sahil's user avatar
  • 199
0 votes
1 answer
231 views

I am taking a networking course, and am trying to understand protocols such as tcp/ip, DHCP etc. I did a google search for the source-code for TCP/IP protocol, and learnt that it resides in the kernel ...
Sahil's user avatar
  • 199
1 vote
3 answers
1k views

Let's say we have a group chat in a chat app build with websockets. And 3 users (A, B and C) chatting in that group. All 3 users send their message one after another with an interval of 1 second (it ...
forty5's user avatar
  • 39
0 votes
1 answer
143 views

I’m trying to use a VPN on an unreliable network that blocks UDP and randomly kills TCP connections (by spoofing RST packets). With OpenVPN this is tough because all the tunnel traffic gets sent ...
moriarty's user avatar
0 votes
1 answer
57 views

I have a single connection being used by multiple devices, and I'd like to filter the messages so that each device only reacts to messages intended for it. This can be done with an unique ID field in ...
Mahi's user avatar
  • 406
0 votes
1 answer
122 views

Can NIC handle(send/receive) multiple packets at once? For example, 2 asynchronous tasks request 2 different things from a database. Are those 2 requests sent simultaneously by NIC? Also, are the ...
DimitrijeCiric's user avatar
-2 votes
1 answer
397 views

If i understand NAT correctly, by default a device outside of the NAT cannot reach a device inside it. If the two devices use a central server to connect however they can obviously communicate. My ...
DrWCTapir's user avatar
1 vote
1 answer
1k views

I want to build a grpc server which will be run by a company (service provider) and multiple client each run by a different company (a client). I thought of this instead using a Rest API to get ...
karim alpha's user avatar
0 votes
0 answers
217 views

I am using django to develop a turn based chess variant. I just finished using django-channels to create a lobby and match 2 players together. Now, I need to make them play each other and I'm thinking ...
Alex Li's user avatar
  • 109
0 votes
2 answers
312 views

I want do develop an IP based protocol oriented to smallest possible data overhead. For example UDP adds overhead of 8 bytes header. I want zero header. I will use this protocol via 2G mobile network ...
user1576055's user avatar
0 votes
4 answers
488 views

I have an distributed application that sends P2P messages parallel (for fault tolerance) across different channels. This mandates an filter to avoid multiple receivement of the same message. Therfor I ...
Martin's user avatar
  • 231

15 30 50 per page
1
2 3 4 5
17