VisionMaster schreef op dinsdag 12 april 2005 @ 10:25:
[...]
Aantal bits dat gebruikt wordt voor de host adressering in een subnet. Dit betekent bij een /16 subnet dat je dus nog 16 bits kan gebruiken voor het netwerk gedeelte en ook 16 bits voor de hosts.
Duzzz bij een

netwerk hou je dus nog 29bits over om als netwerk gedeelte te fungeren. Ook wel het netwerkadres (en andere benamingen alnagelang waar je werk/bent).
In een

netwerkje kan 7 nummers maken, 1 gebruik je voor het subnet (onderste, zoals de 0 als je een subnet hebt dat begint bij 0), 1 voor de broadcast (het hoogste nummer, hier 7 in mijn mini-voorbeeldje). Dan hou je nog 5 werkelijke ip-adressen over voor je subnetje om te gebruiken voor hosts. Maar goed ... dat is eigenlijk ook weer 4 als je nog een router wilt aansluiten om van je mini-voorbeeld-subnetje af te komen. De router heeft ook een ip-nummertje nodig.
Waar is de link naar de Wiki-pagina van GoT?
[...]
Dude, een
/8 is een
subnet van 8bits en zou een
subnetmasker hebben van
255.255.255.0 toon volledige bericht
Dude, ik heb net m'n CCNA 1 & 2 afgerond, en ik kan je met redelijke zekerheid vertellen dat een /8 achter een IPadres aangeeft dat de eerste 8 bits van het IP-adres behoren bij het netwerkadres. (dus een subnetmask van 255.0.0.0
In het subnetmask wordt namelijk aangegeven hoeveel bits voor het netwerk gereserveerd zijn. (8 dus). Dan hou je nog 3x8 = 24 bits over voor het host gedeelte.
subnetten is uiteraard een ander vehaal.
Over de logica.
Een gedeelte van de logica wordt hier uit de doeken gedaan. CCNA1 module 9 Hoofdstuk 2.4
Copyright Cisco Network Academy
To accommodate different size networks and aid in classifying these networks, IP addresses are divided into groups called classes. This is known as classful addressing. Each complete 32-bit IP address is broken down into a network part and a host part. A bit or bit sequence at the start of each address determines the class of the address. There are five IP address classes as shown in Figure .
The Class A address was designed to support extremely large networks, with more than 16 million host addresses available. Class A IP addresses use only the first octet to indicate the network address. The remaining three octets provide for host addresses.
The first bit of a Class A address is always 0. With that first bit a 0, the lowest number that can be represented is 00000000, decimal 0. The highest number that can be represented is 01111111, decimal 127. The numbers 0 and 127 are reserved and cannot be used as network addresses. Any address that starts with a value between 1 and 126 in the first octet is a Class A address.
The 127.0.0.0 network is reserved for loopback testing. Routers or local machines can use this address to send packets back to themselves. Therefore, this number cannot be assigned to a network.
The Class B address was designed to support the needs of moderate to large-sized networks. A Class B IP address uses the first two of the four octets to indicate the network address. The other two octets specify host addresses.
The first two bits of the first octet of a Class B address are always 10. The remaining six bits may be populated with either 1s or 0s. Therefore, the lowest number that can be represented with a Class B address is 10000000, decimal 128. The highest number that can be represented is 10111111, decimal 191. Any address that starts with a value in the range of 128 to 191 in the first octet is a Class B address.
The Class C address space is the most commonly used of the original address classes. This address space was intended to support small networks with a maximum of 254 hosts.
A Class C address begins with binary 110. Therefore, the lowest number that can be represented is 11000000, decimal 192. The highest number that can be represented is 11011111, decimal 223. If an address contains a number in the range of 192 to 223 in the first octet, it is a Class C address.
The Class D address class was created to enable multicasting in an IP address. A multicast address is a unique network address that directs packets with that destination address to predefined groups of IP addresses. Therefore, a single station can simultaneously transmit a single stream of data to multiple recipients.
The Class D address space, much like the other address spaces, is mathematically constrained. The first four bits of a Class D address must be 1110. Therefore, the first octet range for Class D addresses is 11100000 to 11101111, or 224 to 239. An IP address that starts with a value in the range of 224 to 239 in the first octet is a Class D address.
A Class E address has been defined. However, the Internet Engineering Task Force (IETF) reserves these addresses for its own research. Therefore, no Class E addresses have been released for use in the Internet. The first four bits of a Class E address are always set to 1s. Therefore, the first octet range for Class E addresses is 11110000 to 11111111, or 240 to 255.
Figure shows the IP address range of the first octet both in decimal and binary for each IP address class.
toon volledige bericht
Als het nodig is wil ik ook nog wel een stukje over subnets pasten.
/edit:
Jeldert z'n dinges is trouwens gewoon het netwerk-adres. Subnet-adres lijkt er wel op, maar is toch ff anders.
[
Voor 4% gewijzigd door
J2pc op 12-04-2005 10:53
]