The meaning of the TIME_WAIT state:
After closing the SOCKET after the client and the server establish a TCP/IP connection, the port status of the server connection is TIME_WAIT
Is not all active shutdown? Will the socket enter the TIME_WAIT state? Is there any situation that causes the actively closed socket to enter the CLOSED state directly?
The active disconnected party will enter the TIME_WAIT state after sending the last ack. Staying at 2MSL (max segment lifetime) time is essential for TCP/IP, that is, <;Solution"
There are two main reasons why TCP/IP designers have designed this way. Prevent the packet in the last connection, reappear after getting lost, affecting the new connection (after 2MSL, all duplicate packets in the previous connection will disappear). Reliably closing the last ack(fin) sent by the TCP connection on the active shutdown side may be lost. At this time, the passive party will re-finify. If the active party is in the CLOSED state, it will respond to rst instead of ack. So the active party is in the TIME_WAIT state, not CLOSED.
TIME_WAIT does not take up a lot of resources unless it is attacked.
You can enter the following command in the Squid server: #netstat -n
There are some scenario where system admin wants only few users should be allowed to transfer files
AWK Stands for ‘Aho, Weinberger, and Kernighan‘Awk is a scripting language which is use
Devil-Linux is a special Linux distribution for firewalls and routers. The goal of Devil-Linux is to
on Ubuntu systems Ubuntu is currently the most popular Linux operating system. After the release of
Linux port listener implementation tutorial
Linux high-end: ReiserFS file system data recovery software
Java can not handle graphics solutions under Linux
Two ways to install SUSE Linux10 system from hard disk
Linux experience sharing: cp command
Unix Common Commands Detailed Explanation
Xen virtual machine installation practice
Understanding of several address parameters involved in uBoot and Linux kernel
Network Device Management for Linux Network Protocol Stack (Continued)
10 important Linux ps commands are actually
Win10 upgrade patch KB3081449 prompts error 0x80070032 solution
Win10 multi-desktop add switching method detailed
How does Win10 manually add a wireless network to use the wireless network
Experienced WIndows8 operating system
Command line to repair MBR partition
How to create a briefcase on a Win8 computer
How does Win8 set the storage space of IE temporary files to improve the running speed
Microsoft Announces ASP.NET5 Open Source, Cross-Win10, Mac, and Linux