network tag

93 questions


1 answers
134 views
0
What factors affect the maximum number of TCP connections established between the client and Nginx?

I think these factors affect the maximum number of TCP connections that could be established simultaneously.Network Bandwidth and NIC SpeedSYN queue and accept queue lengthMaximum number of open fd (R...

1 years ago

2 answers
71 views
0
View encrypted communications for proprietary applications

How do I view the communications of proprietary applications installed on my PC?When I looked at this communication using Wireshark, I found that the communication with the server was encrypted with S...


2 answers
71 views
0
How Captive Wi-Fi Networks Authentication Screen Display Works

As you can see in the attached image, regarding the authentication screen displayed when entering the wifi spot area in cafes, how is this displayed?I think I'm taking action after receiving some kind...

1 years ago

2 answers
42 views
0
Unable to connect externally to Ubuntu Server

I installed Ubuntu Server for SVN, but I am having trouble connecting from outside the router.I tried opening the port to try an SSH connection, but the ping (global IP specification) didn't go throug...

1 years ago

1 answers
97 views
0
Socket connection: Always want to connect, or reconnect when disconnected.

Thank you for your help.This is a question about the TCP socket.In order to ensure response speed, I would like to keep the socket connection connected all the time and reconnect if the connection is ...

1 years ago

2 answers
78 views
0
Understanding DNS Server IP Addresses

After doing a lot of research around the network, I came up with some questions about how IP addressing works.■How I came to question ①PS4 is not connected to WiMAX (can be connected, but not due to D...

1 years ago

2 answers
92 views
0
Why does NAT improve security?

Take lessons about NAT and benefit from using itThere are three things that were raised.I understand the first two, but what does the third increase in security mean?In my understanding, the internal ...

1 years ago

1 answers
102 views
0
Unable to Remotely Connect to MySQL

Unable to connect to MySQL remotely.We have two AWS lightsail instances (Ubuntu 14.04.5) and are trying to connect from one to the other.Both versions of MySQL are 5.6.35.The last thing I want to do i...

1 years ago

1 answers
43 views
0
What happens with NAPT when the port number is depleted and is there a way to deal with NAPT?

I learned that NAPT assigns a port number in addition to an IP address so that one internal global IP address can be used by multiple hostsThere is also an upper limit (1024-65535) on the number of po...

1 years ago

2 answers
111 views
0
Which is better, cancel or leave communication (HTTP request)?

For example, every time I type characters such as Google Suggest, I communicate with the server (HTTP request), but Communication (HTTP request) is asynchronous, so we will make a new request without ...

1 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.