Questions tagged as 'redes'

2
answers

What is TCP and UDP? What is the difference between the two protocols?

Whenever I come across some speed meter, or even when talking about broadcasting services like Streaming, these two terms are quoted somehow, but what do they mean anyway? What's the difference between the two?     
asked by 20.07.2017 / 16:12
2
answers

How to get the list of devices connected to the network

I need to find the devices connected to the network where my program runs. It's a WiFi network (I do not know if that changes the difficulty of the thing), where I know there are at least two devices connected to the router. Does anyone know...
asked by 30.08.2014 / 18:38
1
answer

Is it true (yet?) that each router in Tor maintains a connection to each other router? Because? [closed]

original article describing #    Each onion router ) maintains a TLS connection with every other onion router. The paper is ten years ago (2004), when there were a much smaller number of relays in the Tor network. There are more than 50...
asked by 04.04.2014 / 20:03
1
answer

How to copy a file from the network to my computer using C #?

I have a desktop application that needs to copy media files from a server, videos and images. The server is on the same network as the terminal on which the program is installed. The problem is that this terminal will not be logged in with usern...
asked by 24.05.2016 / 21:44
1
answer

What is a loopback interface?

I was experiencing socket connection problems on my server: What causes the error [could not bind to" tcp: //127.0.0.1: 8843 ". Can not assign request adress]? I was able to solve the problem. The technician told me the problem was that...
asked by 12.01.2016 / 14:43
1
answer

Remote access to the MySQL database

I have a DB inside a corporate network on a local machine serving as a MySQL server. The structure of the network works like this! Ineedtoaccessforexamplethemachinethatismarkedinred,andinthisenvironmentthe"Server" has its static IP "10.10...
asked by 23.09.2016 / 21:51
1
answer

How to disable and enable a network adapter with Delphi?

I have an application that at some point should disable and enable the Windows network adapter, I searched the internet, but I did not find anything. Test before posting a response because dubious information only slows down my work.     
asked by 25.09.2015 / 00:53
1
answer

Optimized approach to check if a certain entry exists in the Windows hosts file

I have a Java web application with Applets that access web services. These services are accessed through a specific hostname (example: services.webapp.com.br ) configured in the application. Knowing that it is the user's JVM that will exec...
asked by 04.08.2014 / 23:29
0
answers

How to extract information from an HTTP header with Python?

We know that in the HTTP protocol, the end of the header is indicated by " \r\n\r\n ". Example: Forsomereason,theclientmaynotsendthe" \r\n\r\n " to the server (this could be an attack, for example): Suppose I have a netw...
asked by 01.09.2017 / 17:15
1
answer

How do I make an application available only on my wireless network?

I'm developing an application, and I want it to be available only for devices connected to my Wi-Fi network. I can even let it run on my personal computer and access via ip, something like 192.168.1.20:8080 . But I wanted to go a little...
asked by 20.01.2016 / 18:18