Basic Winsock knowledge
We do not plan to systematically introduce socket or Winsock knowledge here. First, we will introduce the Winsock API function, introduce the concept of blocking/non-blocking, and then introduce the use of socket.
Winsock
Socket
The image description of the socket agreement1. One is the engine (Socket), providing the ability of network communicationOne is a sedan (Http) that provides a specific way The original meaning of 2.socket is "hole" or "socket". Here as a
Introduction
When you enter the mysterious world of UNIX, you will immediately find more and more things hard to understand. For most people, the concept of BSD socket is one of them. This is a very short tutorial to explain what they are, how
I learned how to use Python Socket to develop concurrent FTP servers in one hour !!
What is socket?
What is socket? socket is also called socket. It is used to describe IP addresses and ports and is a communication chain handle. Applications
It is very convenient and powerful to develop network software with Java. This power of Java comes from his unique set of powerful network-related APIs, which are a series of classes and interfaces, the packages are located in java.net and javax.net.
Thomescai Http://blog.csdn.net/thomescai (reprint please keep)
Summary:
Before these concepts a little confused, look up some information, a little summary of their differences. If there is a mistake, please shoot ~ ~ ~
First look at the
TCP is generally used to maintain a trusted connection, more secure than UDP, in vs.net, there are tcpclient and UdpClient and TcpListener, the general development of the basic can meet the needs, but this has a great disadvantage, For the
Profile:Before these concepts a little confused, look up some information, a little generalization of their differences. If there is an error, please clap ~ ~ ~First look at the picture:What is TCP/IP?TCP/IP is a protocol group that can be divided
Source of Information: http://www.cnblogs.com/lexus/archive/2011/11/15/2249238.html
Http://bbs.chinaunix.net/thread-709365-1-1.html
Http://topic.csdn.net/t/20040810/19/3261335.html
Popular said after the connection is long connection, hehe.To give
Socket programmingFirst, understand the network protocols: TCP/IP, sockets, HTTP, etc.The network seven layer is from the bottom up to the physical layer, the data link layer, the network layer, the transport layer, the conversation layer, the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.