Globale linker

Inet+

Tester

Braindumps

Chapter 4 - Networking concepts

Internet Infrastructure

The Internet backbone is the national and international network of large access points that link the Internet worldwide. The backbone consists of large switches linked together by high-bandwidth, high-speed digital lines. These large switching points, called Network Access Points (NAPs) are a collection point and a Grand Central Station for Internet Service providers (ISPs) to access the Internet, they provide Internet access to ISPs. It is the ISPs that further distribute Internet access to end users. ISPs connect to the NAPs using primarily OC-12, OC3 ATM and DS3 ATM.

Internet servers

A single physical server may provide one or more of the services listed:

Mail systems

Simple Mail Transfer Protocol (SMTP) is one of the most widely used protocols on the Internet. It was designed to handle the transfer of messages from one host to another. SMTP is not a mail system, only mail transfer protocol. It provides a mechanism for transferring messages between hosts, for queuing messages until a message can be forwarded (store and forward) and for notifying the sender when the mail cannot be delivered. By default SMTP uses port 25.

Web Systems

Basic definitions in advanced Internet addressing

IP addressing

Position 8 7 6 5 4 3 2 1
Power of 2 27 26 25 24 23 22 21 20
Decimal value 128 64 32 16 8 4 2 1
Example 1 1 0 0 0 0 0 1
Equals 128 64 0 0 0 0 0 1
Total 128 + 64 + 1 = 193

So an IP address that numerically reads: 196.250.28.3 will binary read:
11000100.11111010.00011100.00000011

Address classes

Five address classes (A through E) are supported. Only Classes A, B and C are assigned to the general community. Class D is reserved for multicasting and Class E addresses are reserved for experimental purposes. A value of 127 in the first octet is reserved for loopback testing.

Class Opening bits Default subnet mask Network range # of networks # of hosts per network
A 0 255.0.0.0 1-126 126 16,777,214
B 10 255.255.0.0 128.0 - 191.255 16,384 65,534
C 110 255.255.255.0 192.0.0 - 223.255.255 2,097,152 254
D 1110 n/a 224-239 n/a n/a

All class A addresses are already allocated, and Class B addresses are difficult to obtain. New connections to the Internet are assigned Class C addresses.

In a Class A network, the first octet defines the network portion of the address. The last three octets are used for subnet masking and host addresses.
In the first octet, the first bit must be set to zero. Only the remaining seven are used for addressing and can be set to either zero or one. This defines 128 Class A networks with network addresses ranging from 0 to 127. Out of these only 126 are useable. Addresses 0 and 127 are reserved.
A default subnet mask of 255.0.0.0 is assigned for a Class A network. This means that you cannot change the value of any number positioned in the first octet, the assigned network address.
Class A networks support up to 16.777.214 (224 -2) hosts. You cannot use 0.0.0 or 255.255.255 as the host portion of the address. A host address of all 0s means this network, and a host address of all 1s means broadcast to all nodes.

In a Class B network, the two first octet defines the network portion of the address. The last two octets are used for subnet masking and host addresses.
In the first octet, the first bit must be set to one, and the second to zero. The remaining six, plus all eight in the next octet are used for addressing and can be set to either zero or one. This defines 16,384 Class B networks with network addresses ranging from 128.0 to 191.255.
A default subnet mask of 255.255.0.0 is assigned for a Class B network. This means that you cannot change the value of any number positioned in the first two octets, the assigned network address.
Class B networks support up to 65,534(216 -2) hosts. You cannot use 0.0 or 255.255 as the host portion of the address. A host address of all 0s means this network, and a host address of all 1s means broadcast to all nodes.

In a Class C network, the three first octet defines the network portion of the address. The last octet is used for subnet masking and host addresses.
In the first octet, the two first bits must be set to one, and the third to zero. The remaining five plus the two next octets are used for addressing and can be set to either zero or one. This defines 2,097,152 Class C networks with network addresses ranging from 192.0.0 to 223.255.255.0.
A default subnet mask of 255.255.255.0 is assigned for a Class B network. This means that you cannot change the value of any number positioned in the first two octets, the assigned network address.
Class C networks support up to 254(28 -2) hosts. You cannot use 0 or 255 as the host portion of the address. A host address of all 0s means this network, and a host address of all 1s means broadcast to all nodes.

A private Internet is one that will not be connecting directly to the Internet. The term intranet is commonly used to refer to networks of this type. The Internet Assigned Numbers Authority (IANA) has set aside the following three sets of addresses for use on intranets:

Internet hardware

Remote access and diagnostics

Remote access protocols

Internet bandwidth Linking technologies

Chapter 3 Chapter 5