D-Link DES-3326SRM Product Manual - Page 198

Network Addressing and Protocols, IP Addressing and Subnetting, Definitions, IP Addresses

Page 198 highlights

D-Link DES-3326S Layer 3 Switch Appendix B Network Addressing and Protocols This appendix provides background information pertaining to Layer 3 IP networking including IP addressing, network protocols and the composition of packet headers. IP Addressing and Subnetting This section gives basic information needed to configure your Layer 3 Switch for IP routing. The information includes how IP addresses are broken down and how subnetting works. You will learn how to assign each interface on the router an IP address with a unique subnet. Definitions • IP Address - the unique number ID assigned to each host or interface on a network. IP addresses have the form xxx.xxx.xxx.xxx. • Subnet - a portion of a network sharing a particular network address. • Subnet mask - a 32-bit number used to describe which portion of a Network Address refers to the subnet and which portion refers to the host. Subnet masks have the form xxx.xxx.xxx.xxx. • Interface - a network connection • IP Interface - another name for subnet. • Network Address - the resulting 32-bit number from a bitwise logical AND operation performed between an IP address and a subnet mask. • Subnet Address - another name for network address. IP Addresses The Internet Protocol (IP) was designed for routing data between network sites. Later, it was adapted for routing between networks (referred to as "subnets") within a site. The IP defines a way of generating a unique number that can be assigned each network in the internet and each of the computers on each of those networks. This number is called the IP address. IP addresses use a "dotted decimal" notation. Here are some examples of IP addresses written in this format: 1. 210.202.204.205 2. 189.21.241.56 3. 125.87.0.1 This allows IP address to be written in a string of 4 decimal (base 10) numbers. Computers can only understand binary (base 2) numbers, and these binary numbers are usually grouped together in bytes, or eight bits. (A bit is a binary digit - either a "1" or a "0"). The dots (periods) simply make the IP address easier to read. A computer sees an IP address not as four decimal numbers, but as a long string of binary digits (32 binary digits or 32 bits, IP addresses are 32-bit addresses). The three IP addresses in the example above, written in binary form are: 1. 11010010.11001010.11001100.11001101 2. 10111101.00010101.11110001.00111000 3. 01111101.01010111.00000000.00000001 188

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242

D-Link DES-3326S Layer 3 Switch
Appendix B
Network Addressing and Protocols
This appendix provides background information pertaining to Layer 3 IP networking including IP addressing, network
protocols and the composition of packet headers.
IP Addressing and Subnetting
This section gives basic information needed to configure your Layer 3 Switch for IP routing.
The information includes how
IP addresses are broken down and how subnetting works.
You will learn how to assign each interface on the router an IP
address with a unique subnet.
Definitions
IP Address
– the unique number ID assigned to each host or interface on a network.
IP addresses have the form
xxx.xxx.xxx.xxx.
Subnet
– a portion of a network sharing a particular network address.
Subnet mask
– a 32-bit number used to describe which portion of a Network Address refers to the subnet and
which portion refers to the host.
Subnet masks have the form xxx.xxx.xxx.xxx.
Interface
– a network connection
IP Interface
– another name for subnet.
Network Address
– the resulting 32-bit number from a bitwise logical AND operation performed between an IP
address and a subnet mask.
Subnet Address
– another name for network address.
IP Addresses
The Internet Protocol (IP) was designed for routing data between network sites.
Later, it was adapted for routing between
networks (referred to as “subnets”) within a site.
The IP defines a way of generating a unique number that can be assigned
each network in the internet and each of the computers on each of those networks.
This number is called the IP address.
IP addresses use a “dotted decimal” notation.
Here are some examples of IP addresses written in this format:
1.
210.202.204.205
2.
189.21.241.56
3.
125.87.0.1
This allows IP address to be written in a string of 4 decimal (base 10) numbers.
Computers can only understand binary (base
2) numbers, and these binary numbers are usually grouped together in bytes, or eight bits.
(A bit is a binary digit – either a
“1” or a “0”).
The dots (periods) simply make the IP address easier to read. A computer sees an IP address not as four
decimal numbers, but as a long string of binary digits (32 binary digits or 32 bits, IP addresses are 32-bit addresses).
The three IP addresses in the example above, written in binary form are:
1.
11010010.11001010.11001100.11001101
2.
10111101.00010101.11110001.00111000
3.
01111101.01010111.00000000.00000001
188