network tag

93 questions


1 answers
245 views
0
VPN-enabled tunnelingWhat is "communication as if you were directly connected"?

Understanding Tunneling for VPNsTunneling is a technology that provides separate communication channels within a network, and both ends can communicate as if they were connected directly (excerpt from...

1 years ago

1 answers
243 views
0
What are some examples of not configuring outbound rules in AWS network ACLs?

Because the network ACL configuration in AWS is stateless, I think you need to configure inbound and outbound rules respectively, but could you tell me an example of a pattern that only sets inbound r...

1 years ago

1 answers
375 views
0
Switching Hub Problems

Please teach me.The company has the following network (SH: switching hub).We've been running the same configuration for about five years, and the configuration hasn't changed.The number of terminals m...

1 years ago

1 answers
328 views
0
Mysterious 1 second wait for requests that exceed backlog

When I was experimenting with writing a C++ client/server code on a local host that repeatedly connects and disconnects TCP, I encountered a mysterious one-second pause in processing requests that exc...

1 years ago

1 answers
364 views
0
Local Host Fails to Initiate Too Many Connections

Lubuntu 20.04 64bitnode.js16.17.1python 3.8.10(1) Using node.js, launch the HTTP server in the http-server package on port 8000 in the appropriate directory.npx http-server --port8000(2) Prepare the p...

1 years ago

3 answers
256 views
0
Do you often convert 8 bytes of data into network byte orders?Can I?

I am trying to send and receive structures in C language using tcp sockets.as defined in #include<sys/stat.h>I wanted to send the structure stat as it is.I wanted to convert structure stat to ne...

1 years ago

1 answers
271 views
0
I want to use mitmproxy to monitor Mac desktop application communication.

I was able to check the communication of Chrome by installing the certificate on the Mac by referring to the following site, but I cannot check the HTTPS/HTTP communication sent by the desktop applica...


1 answers
415 views
0
I want to debug network communication on my PC.

The web app I'm developing is accessing the API and I'm getting a request from my Mac. I'd like to check the status of the request and the contents of the communication. Can I check the communication ...


2 answers
415 views
0
Is there an appropriate convention for the domain name only available on the corporate network (local network)?

For example, if you were building a corporate LAN, you would start a web server that is accessible only to your enterprise.If you want to register the address of this web server with DNS provided by y...

1 years ago

1 answers
411 views
0
How to Proxy for Browser Communications Only in Bash Scripts

I would like to use the proxy specified only when the chrome browser communicates through the Bash script, is that possible?I have a vague knowledge of the network, so could you tell me what kind of a...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.