Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: IP Address
Description: this note contains information about ip addresses. mainly about IPV4

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


Static and Dynamic Ip address
Static:
static ip address is assigned manually to a computer by an administrator
...
In static configuration you will have to
configure ip manually for each host computer
...
It remains static
...

There is little bit change in case of linux and other operating systems
...
10
...
100
Subnet mask : 255
...
255
...
10
...
1
Mark use the following DNS server address
Preferred DNS server : 8
...
8
...

Dynamic :

Dynamic ip addresses are assigned either by the computer interface or host
software itself
...
i
...
For dynamic ip configuration
DHCP server is used
...








Properties
Internet protocol version 4
Mark obtain an ip address automatically
Mark obtain DNS server address automatically
Ok
Now go to detail

Here you can see that your dynamic ip is configured
...
You can see
DHCP Enabled

Yes

Public and Private IP addresses
Public :
All class full ip addresses as class A, class B and class C are made available to
public by IANA
...
These ips
are necessary if you want to connect with public network or internet
...
Hence for public ip you
will have to buy from IANA according to size of your organisation
...

Class B : begins from 128 to 191
Reserved for medium companies

Class C : begins from 192 to 223
Reserved for small companies
Private :
Private IPs are that which you can use without paying fee to IANA
...
So if you don’t want to connect with internet but want to run tcp/ip
on your network then you can use the range of these private ip addresses
without paying to IANA
...

These private ip ranges are :
Class A

10
...
0
...
16
...
0

Class C

192
...
0
...
255
...
255

to

172
...
255
...
168
...
255

These are private ip range and these addresses are not routable
Title: IP Address
Description: this note contains information about ip addresses. mainly about IPV4