Rank: Advanced Member
Joined: 11/3/2016 Posts: 1,189 Neurons: 7,506
|
IP addresses are displayed in dotted decimal notation, and appear as four numbers separated by dots. Each number of an IP address is made from eight individual bits known as octet. Each octet can create number value from 0 to 255 http://www.computernetworkingnotes.com/ccna-study-guide/subnetting-tutorial-subnetting-explained-with-examples.htmlPlease explain to me the use of preposition "of" in "each number of an IP address is...". If we use "for", would it be ungrammatical and how it would change the meaning?
|
 Rank: Advanced Member
Joined: 10/28/2013 Posts: 815 Neurons: 9,099 Location: Calabasas, California, United States
|
"Of" in this sentence means "within" or "belonging to." "For" does not work here.
|
Rank: Newbie
Joined: 7/4/2014 Posts: 37 Neurons: 42,759
|
Jigneshbharati wrote:... Each number of an IP address is made from eight individual bits known as octet. Each octet can create number value from 0 to 255 ... In computer circles, eight individual bits which create a number value from 0 to 255 is usually better known as a byte
|
 Rank: Advanced Member
Joined: 6/4/2015 Posts: 886 Neurons: 297,853 Location: Vinton, Iowa, United States
|
Agreed with the comment regarding the octet and the byte. The description is mixing the internal representation and the visual presentation. An octet is 8 bits, true, having therefore a value 0 - 255. The visual representation then, dotted notation, for each of the 4 values is a value shown as 1, 2, or 3 digits, with a value of 0 - 255.
|
Rank: Advanced Member
Joined: 11/3/2016 Posts: 1,189 Neurons: 7,506
|
Thanks
|