Octet String: What is it?

前端 未结 7 2055
萌比男神i
萌比男神i 2020-12-24 11:39

I am starting to look into some network programming concepts for a project I am about to take over, and I keep running into this concept of an octet string. Can anyone out

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-24 12:16

    A group of 8 bits in a computer is called an octet. A byte is the same for most practical purposes, but does not equal 8 bits on all computer architectures. More can be found here .. Link

提交回复
热议问题