Socket address families and types

Source: Internet
Author: User

What is an address family?


We generally look at the socket programming is often only concerned about TCP/IP-related addresses and communication methods, however, for Linux sockets, not only IP one address is not only a TCP data protocol. Communication we want to solve two of the most important problems, one is to locate the target, a press transfer data. The former is addressed by address and the latter is resolved by agreement. There are many types of IP addresses for sockets (192.168.2.3), and other such as UNIX addresses (/data/sock), and of course others, as shown in the address family. Each address has an optional protocol, such as IP address has tcp/udp can choose, Unix also has its own protocol, Linux to this kind of protocol further abstraction, such as TCP is similar to the characteristics of the stream, similar to the UDP feature is reported. OK, in fact, Linux to the address to the protocol are abstracted, abstracted into what, the abstract into the BSD (Berkeleysoftware distribution).

Thank you: http://blog.csdn.net/liuxingen/article/details/44995467

Socket address families and types

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.