Network byte stream and host byte stream

Source: Internet
Author: User
byte stream is divided into two classes Little edition (LE) Big Edition (BE)
How the 0x123456 is stored in two byte streams:
Address LE be0x0000 120x0001 340x0002 12 56
Host byte stream depends on CPU type
Network byte stream using be format
In order to convert the BSD socket provides the conversion function there are the following four htons convert unsigned short from host to network order htonl convert unsigned long from host to network order Ntohs unsigned The short type transitions from the network order to the host order Ntohl the unsigned long type from the network order to the host order (H:hos,n:network,s:short,l:long)

Network byte stream and host byte stream

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.