Date: 29/12/2012 21:11:14
From: wookiemeister
ID: 246269
Subject: internet addressing

as far as i know – is this true? (i’ve never studied IT)

your PC at home being connected to a modem/router is given an IP address ie the laptop has no fixed address the modem when connected to the PC GIVES the laptop the ip address

the modem/router per se is GIVEN an ip address by the server, when the modem is switched off and then back on the server might give the modem/router another ip address – a password is required to allow the laptop to use the server?

servers are given an ip address by some mysterious grand co-ordinator of the internet?

Reply Quote

Date: 29/12/2012 21:13:42
From: poikilotherm
ID: 246272
Subject: re: internet addressing

http://en.wikipedia.org/wiki/IP_address

Reply Quote

Date: 29/12/2012 21:14:02
From: wookiemeister
ID: 246273
Subject: re: internet addressing

wookiemeister said:


as far as i know – is this true? (i’ve never studied IT)

your PC at home being connected to a modem/router is given an IP address ie the laptop has no fixed address the modem when connected to the PC GIVES the laptop the ip address

the modem/router per se is GIVEN an ip address by the server, when the modem is switched off and then back on the server might give the modem/router another ip address – a password is required to allow the laptop to use the server?

servers are given an ip address by some mysterious grand co-ordinator of the internet?


a LAN being held together by a modem/router (a switch is something that doesn’t have a modem i think??)

the modem/router gives all users of the LAN its own address that allows them to talk to the modem/router

Reply Quote

Date: 29/12/2012 21:15:40
From: wookiemeister
ID: 246274
Subject: re: internet addressing

if you pump in ipconfig in the cmd window it will tell you the ip address of the computer you are using

Reply Quote

Date: 29/12/2012 21:44:41
From: Dropbear
ID: 246282
Subject: re: internet addressing

Your modem/router has generally 1 IP address given to it by the ISP.

Your computers at home connected to that are on a sub-network or subnet for short. The router uses something called NAT or network address translation to take the traffic from the subnet and put it out onto the Internet using the 1 IP address..

Reply Quote

Date: 29/12/2012 21:47:19
From: Dropbear
ID: 246283
Subject: re: internet addressing

But yes each computer on the subnet has its own address generally given to it by the router.

The subnet addresses are not generally valid Internet ip addresses and are usually in the address range 192.168.X.X or 10.1.X.X

Reply Quote

Date: 29/12/2012 21:54:53
From: jjjust moi
ID: 246285
Subject: re: internet addressing

Muralis action is as diabolical as ever, bunnings cheat.

Reply Quote

Date: 29/12/2012 21:57:53
From: wookiemeister
ID: 246286
Subject: re: internet addressing

Dropbear said:


Your modem/router has generally 1 IP address given to it by the ISP.

Your computers at home connected to that are on a sub-network or subnet for short. The router uses something called NAT or network address translation to take the traffic from the subnet and put it out onto the Internet using the 1 IP address..


whats a netmask?

Reply Quote

Date: 29/12/2012 21:59:43
From: wookiemeister
ID: 246287
Subject: re: internet addressing

Dropbear said:


Your modem/router has generally 1 IP address given to it by the ISP.

Your computers at home connected to that are on a sub-network or subnet for short. The router uses something called NAT or network address translation to take the traffic from the subnet and put it out onto the Internet using the 1 IP address..


so that means that every modem connected to the ISP is part of the “network’
the modem to laptop/s is part of the “subnet”

Reply Quote

Date: 29/12/2012 22:01:31
From: Dropbear
ID: 246288
Subject: re: internet addressing

The netmask defines what the range of the subnet is.

A netmask of 255.255.255.0 specifies a subnet of 255 addresses (the last triplet of the IP address)

Reply Quote

Date: 29/12/2012 22:03:02
From: Dropbear
ID: 246289
Subject: re: internet addressing

wookiemeister said:


Dropbear said:

Your modem/router has generally 1 IP address given to it by the ISP.

Your computers at home connected to that are on a sub-network or subnet for short. The router uses something called NAT or network address translation to take the traffic from the subnet and put it out onto the Internet using the 1 IP address..


so that means that every modem connected to the ISP is part of the “network’
the modem to laptop/s is part of the “subnet”

Generally yes. Every modem has a valid Internet IP address and therefore unique.

Reply Quote

Date: 29/12/2012 22:04:47
From: wookiemeister
ID: 246290
Subject: re: internet addressing

Dropbear said:


The netmask defines what the range of the subnet is.

A netmask of 255.255.255.0 specifies a subnet of 255 addresses (the last triplet of the IP address)


so if you had a subnet in a commercial premises for example , what you are doing is setting the maximum number of addresses the subnet can handle?

when you read the address you read from right to left?

Reply Quote

Date: 29/12/2012 22:05:53
From: wookiemeister
ID: 246291
Subject: re: internet addressing

Dropbear said:


wookiemeister said:

Dropbear said:

Your modem/router has generally 1 IP address given to it by the ISP.

Your computers at home connected to that are on a sub-network or subnet for short. The router uses something called NAT or network address translation to take the traffic from the subnet and put it out onto the Internet using the 1 IP address..


so that means that every modem connected to the ISP is part of the “network’
the modem to laptop/s is part of the “subnet”

Generally yes. Every modem has a valid Internet IP address and therefore unique.


are the internet addresses used by the severs given by someone else/ something else in the same way as the way the ISP gives the modem an ip address?

Reply Quote

Date: 29/12/2012 22:07:45
From: Dropbear
ID: 246292
Subject: re: internet addressing

wookiemeister said:


Dropbear said:

The netmask defines what the range of the subnet is.

A netmask of 255.255.255.0 specifies a subnet of 255 addresses (the last triplet of the IP address)


so if you had a subnet in a commercial premises for example , what you are doing is setting the maximum number of addresses the subnet can handle?

when you read the address you read from right to left?

No it’s read left to right.. 192.168.0.1 etc.. 192 is the first bit, 168 is the next bit, 0 the next etc

Netmasks are a little hard to understand unless you’re familiar with binary..

Reply Quote

Date: 29/12/2012 22:09:43
From: Dropbear
ID: 246294
Subject: re: internet addressing

wookiemeister said:


Dropbear said:

wookiemeister said:

so that means that every modem connected to the ISP is part of the “network’
the modem to laptop/s is part of the “subnet”

Generally yes. Every modem has a valid Internet IP address and therefore unique.


are the internet addresses used by the severs given by someone else/ something else in the same way as the way the ISP gives the modem an ip address?

Companies (including ISPs) get a quota of IP addresses from the organisation responsible for managing and handing them out. I think that’s ICAN but I may be mistaken.

Reply Quote

Date: 29/12/2012 22:22:25
From: Glance Fleeting
ID: 246296
Subject: re: internet addressing

Dropbear said:


wookiemeister said:

Dropbear said:

Your modem/router has generally 1 IP address given to it by the ISP.

Your computers at home connected to that are on a sub-network or subnet for short. The router uses something called NAT or network address translation to take the traffic from the subnet and put it out onto the Internet using the 1 IP address..


so that means that every modem connected to the ISP is part of the “network’
the modem to laptop/s is part of the “subnet”


Generally yes. Every modem has a valid Internet IP address and therefore unique.

dyndns won’t work with the telstra.internet APN. Yay for MAC address.

Reply Quote

Date: 29/12/2012 23:01:44
From: wookiemeister
ID: 246299
Subject: re: internet addressing

Dropbear said:


wookiemeister said:

Dropbear said:

The netmask defines what the range of the subnet is.

A netmask of 255.255.255.0 specifies a subnet of 255 addresses (the last triplet of the IP address)


so if you had a subnet in a commercial premises for example , what you are doing is setting the maximum number of addresses the subnet can handle?

when you read the address you read from right to left?

No it’s read left to right.. 192.168.0.1 etc.. 192 is the first bit, 168 is the next bit, 0 the next etc

Netmasks are a little hard to understand unless you’re familiar with binary..


ahh right then the last triplet being zero means that the third triplet defines the address max number, if it was 238 then it would be another number that defines the max addresses

Reply Quote

Date: 29/12/2012 23:09:23
From: Dropbear
ID: 246300
Subject: re: internet addressing

wookiemeister said:


Dropbear said:

wookiemeister said:

so if you had a subnet in a commercial premises for example , what you are doing is setting the maximum number of addresses the subnet can handle?

when you read the address you read from right to left?

No it’s read left to right.. 192.168.0.1 etc.. 192 is the first bit, 168 is the next bit, 0 the next etc

Netmasks are a little hard to understand unless you’re familiar with binary..


ahh right then the last triplet being zero means that the third triplet defines the address max number, if it was 238 then it would be another number that defines the max addresses

the 0 means that it doesnt “mask out” any of the last triplet of digits.. so all 255 are available …

if it was 238 then you’d apply the bitmap mask of 238 to the addresses and you’d get “some” available. (i cant be arsed working out what and how many) – like I said, you need to understand binary and masks in order to get netmasks.. it’s not very intuitive.

Reply Quote

Date: 30/12/2012 00:11:35
From: wookiemeister
ID: 246308
Subject: re: internet addressing

Dropbear said:


wookiemeister said:

Dropbear said:

No it’s read left to right.. 192.168.0.1 etc.. 192 is the first bit, 168 is the next bit, 0 the next etc

Netmasks are a little hard to understand unless you’re familiar with binary..


ahh right then the last triplet being zero means that the third triplet defines the address max number, if it was 238 then it would be another number that defines the max addresses

the 0 means that it doesnt “mask out” any of the last triplet of digits.. so all 255 are available …

if it was 238 then you’d apply the bitmap mask of 238 to the addresses and you’d get “some” available. (i cant be arsed working out what and how many) – like I said, you need to understand binary and masks in order to get netmasks.. it’s not very intuitive.


ok no probs

Reply Quote