The networking tag has no wiki summary.
5
votes
4answers
328 views
Can I advance my career in the USA if I lack local networking? [closed]
I'm a web developer with 10 years of experience in the Microsoft stack. I was brought to the US by my company, but my contract has ended.
I want to continue pursuing a career in the US, but it seems ...
2
votes
2answers
436 views
Is TCP/IP an OSI Replacement or both are inter-dependent and meant to work together
I'm confused in differentiating the OSI Model and TCP/IP suite. As per my knowledge. OSI is a structure on top of which Networks are built and TCP/IP is the suite of protocols that operate on these 7 ...
0
votes
1answer
2k views
C programming in Windows 7 [closed]
Which is the best book and what are the best tools for C programming in Windows 7?
Would using C in any way hinder me when it comes to using the Windows API as opposed to using C++ or C#? I would ...
2
votes
2answers
635 views
Is it possible to integrate UDP file transfer into a .NET web application?
Background
I have recently been tasked with designing a rebuild of an existing .NET web application that currently uses a third-party company to handle large file transfers (as big as 50Gb).
...
0
votes
1answer
282 views
What is the development workflow for an Android SIP application? [closed]
I want to build an Android SIP application, and I'm looking at csipsimple's source for inspiration. I am using:
Linux,
Eclipse 3.7,
Android sdk & ndk,
swig.
What are the development phases or ...
7
votes
4answers
433 views
Is there really such a thing as “push”?
Once you escape the realm of electrical signals and are dealing with software, is there really such a thing as a "push" architecture where there isn't periodic polling?
I can't think of any design ...
2
votes
1answer
175 views
Book on network cryptographic protocols [closed]
I am looking for a book that describes in fair detail the most common network cryptographic protocols such as SSL, TLS, SSH, HTTPS, etc. I already have some books that cover the underlying ...
4
votes
1answer
410 views
SS7(M3UA, SCCP, TCAP, MAP) Stack
I'm building an open source SMSC from scratch; it's almost finished, The SRI and the forwardSM operations are working, but I still have few things to do for the receiving part.
I've built the SS7 ...
4
votes
1answer
115 views
audio and video data in RTP
Suppose a user wants to transmit both audio and video to another user, whose formats are AMR for audio and H.264 for video. Does the user have to transmit audio and video packets always separately? ...
4
votes
2answers
187 views
How to protect a peer-to-peer network from inappropriate content?
I’m developing a simple peer-to-peer app in .Net which should enable users to share specific content (text and picture files). As I've learned with my last question, inappropriate content can ...
5
votes
3answers
141 views
VPN or TLSv1 for securing a programs protocol from field device to mainframe
I am working on a product that requires devices to exists anywhere in the world hooked up to the internet though cell modems or on WLAN lines which communicates to a server(s) that exists elsewhere in ...
6
votes
2answers
389 views
How do I optimize a web application for high-latency users?
Basically, I have an application that does searches and requests results from a backend via long polling. It connects to the backend which collects results for 500 ms then sends them back to the ...
1
vote
2answers
1k views
Difference between networking programming and socket programming
Are there any major differences when we talk about "socket programming" compared to "network programming"?
Are there some topics that cover "network programming" but not "socket programming"?
4
votes
4answers
427 views
How a port “listens”, pull or push?
When you write a code to listen from a port, like 80 for example, what happens under the hood? Is the method the OS uses to listen is pull, or push? In other words, does the OS checks that port every ...
2
votes
2answers
2k views
Creating a P2P application using Java
I am preparing to start a 3rd year project using Java. The object is to create a P2P application where users can write text, draw and edit at the same time. The connection between them must be P2P.
...
1
vote
2answers
238 views
How are multiplayer games designed? [closed]
If each player has their own avatar, that can move, jump, and do actions to entities in the world (let's say, boxes). How is it handled? Is clients sending commands to the server and getting the ...
5
votes
2answers
301 views
solve TOR edge node problem by using .onion proxy?
I would like to improve the TOR network, where the exit nodes are a vulnerability to concealing traffic. From my understanding, traffic to .onion sites are not decrypted by exit nodes, so therefore - ...
11
votes
2answers
477 views
How does an online game continue after the host leaves?
Note: This is a question about networking, not gaming. I'm using StarCraft merely as an example.
The game StarCraft (not StarCraft 2) supports online play. One person hosts, and other people join. ...
3
votes
4answers
419 views
Is Linux a neccessity for learning network?
I'm a web developer interested in learning network. I work on Windows platform. Many of my friends and colleagures believe that to learn netwrok, I should become familiar with Linux platform. Should ...
4
votes
3answers
229 views
Group messaging of computers over internet
I want to be able to send messages between computers on the internet network but with minimal functionality
requirement are- 1)computers can join/leave the group (I expect the group size to be a ...
-2
votes
4answers
1k views
What do I need to learn in Python to make a Instant Messenger?
What parts/modules of python do I need to learn to make a Instant Messenger type program, I understand some have video chat functions and all that and I'm not referring to the advance stuff like ...
20
votes
4answers
431 views
How did programmers use networking to share expensive computer resources in the 60's and 70's?
I'm young and wasn't alive during the 60's and 70's to experience networking and programming as it once was. I have been watching some talks by Van Jacobson on Content Centric Networking, and in ...
1
vote
3answers
841 views
UDP segments that are lost
i know that UDP does not care about segment (packet) order and their arrival on the destination. then how on earth are we able to stream videos?
if a segment is lost (doesn't reach the destination), ...
2
votes
5answers
513 views
How to network effectively to get a job [closed]
I have been working for 5 years at the same company now. I want to go and find a new job. Finding jobs or getting interview calls has been difficult, there are have far and few. And to compound the ...
12
votes
8answers
987 views
i want to make some programmer friends but dont know where to really look [closed]
I know this is one good place but what I'm really looking for is contacts, maybe seeing them online, have intelligent conversations etc. Where I live there isn't that many programmers around me ...
2
votes
2answers
168 views
Network application framework/API/etc
With all the web2.0 hype and webapps being all the rage, the only advantage from a corporate POV that I can think of webapps having is that it is easier to service your user base: upgrades become ...
15
votes
4answers
342 views
How to network with other developers?
What suggestions would you give to find networking opportunities or to network at user groups and other developer venues?
For instance, if you went to a code camp, would you try to network with other ...
4
votes
4answers
302 views
Must Read to become Software Architect in computer networking and networking security
I am in networking and networking security domain. I want to know must read book, blog, article etc to become software architect in this domain
1
vote
3answers
273 views
Serverless protocol
Ok programmers, here's one for you.
I'm writing an open source IM client/protocol as a learning exercise and to scratch my itch about some problems with current protocols.
However, I'm poor. I do ...
3
votes
3answers
1k views
confusion between these two networking terms: transmission rate vs. propagation speed
I read this in TCP/IP PROTOCOL SUITE second edition, written by Behrouz A. Forouzan and Sophia Chung Fegan.
In traditional Ethernet, the minimum frame length is 520 bits, the transmission rate is ...
3
votes
1answer
108 views
Need pointers on my first Windows program [duplicate]
I'm a Unix programmer and I need to write a (hopefully simple) program for Windows that does the following:
(1) Installs from a USB drive
(2) Somehow integrates with the OS at a low-level in such a ...
3
votes
4answers
308 views
Is it possible to write a program that pipes the sound from one computer through the sound card of another? [closed]
I have a case where I need to use one computer's sound card to play sound but I want the sound to be generated at another computer that's on the same network as the other. Ideally the program that ...
1
vote
7answers
2k views
What could be my path? Networking, programming, or something else? [closed]
Well first and foremost, I would like to give my brief description: I was an aviation student but I didn't pursue that path because I lost my interest. Now I'm an I.T. student and currently stopped ...
0
votes
3answers
261 views
Can I use silverlight for building SocialNetworking applicaiton?
I am wondering: how feasible it would be to start developing a social networking website entirely based on silverlight;
This has been fairly discussed over the years in favor of HTML. Has something ...
4
votes
4answers
277 views
Is there a canonical resource on TCP/IP, networking, and related areas?
As a relatively-new Python programmer, I'm finding more and more that networking as it relates to the web and web development is becoming increasingly important to understand.
When I was an active C# ...
8
votes
10answers
4k views
Best social networking places for programmers [duplicate]
Possible Duplicate:
Is there a good site for programmers to discuss culture, stories, opinions, or whatever?
I love the programming industry a lot, but I don't have many colleagues that ...
0
votes
2answers
2k views
Source code for TCP/IP stack
Am looking for an open source code for the TCP/IP stack. An explanation along the lines of the stack would also help me in understanding the different modules and their interactions. I tried searching ...
2
votes
3answers
367 views
What are all things that do/can happen when a user enters in a web page's URL?
Sorry if this is a naive title. I am trying to break into web development. I have taken a basic intro to OS, intro to Networking as part of my bachelors degree several years ago. I cannot say that we ...