Chapter 1 Basic of Networking
Chapter 1 Basic of Networking
1. IP Addresses
2. Network connection
3. Printer connection
4. File sharing
5. Cable Types (Cats)
6. Topology
7. LAN Design (Lab 1)
Cables
Cables are different in two ways which are:
a. Thickness
b. Speed
Why do we need cables? We need cables because we need to connect:
I. Same devices and
II. Different devices.
IP Version 4 IP Version 6
IP Version 4
Characteristics of IP Version 4 are:
32 bpts (bits)
4 octet (God)
8 bpts.
128.64.32.16.8.4.2.1 = 255
1.1.1.1.1.1.1.1 = 8
For example 192.168.1.1 will be like:
128.64.32.16.8.4.2.1 - 255
1.1.0.0.0.0.0.0 = 192
1.0.1.0.1.0.0.0 = 168
0.0.0.0.0.0.0.1 = 1
0.0.0.0.0.0.0.1 = 1
IP Version 4
10.0.0.0 – 10.255.255.255
172.16.0.0 – 172.31.255.255
192.168.0.0 – 192.168.255.255
Public IP addresses are unique while Private IP Addresses are common. This means, every
Public IP address is different any other Public IP address, while Private IP addresses can take
similar IP address numbers.
IP Version 4 Classes
Class A Class B Class C Class D Class E
0.0.0.0 128.0.0.0 192.0.0.0 224.0.0.0 240.0.0.0
126.255.255.255 191.255.255.255 223.255.255.255 239.255.255.25 255.255.255.255
5
Testing Testing
o Choose your PC’s Command o Choose your PC’s Command Prompt
Prompt (CMD). (CMD).
o Type you CMD “ipconfig”, then o Type you CMD “ipconfig”, then
enter. enter.
o You will get o You will get
IPv4 Address. . . . . . . . : 192.168.1.10 IPv4 Address. . . . . . . . : 192.168.1.11
Subnet Mask . . ... . . . . : 255.255.255.0 Subnet Mask . . ... . . . . : 255.255.255.0
Default Gateway … . .. : 192.168.1.1 Default Gateway … . .. : 192.168.1.1
Ping (Testing that your PCs are Ping (Testing that your PCs are
connected) connected)
1. Choose your PC’s Command I. Choose your PC’s Command Prompt
Prompt (CMD). (CMD).
2. Type you CMD “ping II. Type you CMD “ping 192.168.1.10”,
192.168.1.11”, then enter. then enter.
3. You may get three answers which III. You may get three answers which are:
are: o Request timed out
o Request timed out o Destination unreachable
o Destination unreachable o Reply from 192.168.1.10
o Reply from 192.168.1.11
It’s called a star topology because all communication has to go through the switch, it is the
central component of our network.
Full Mesh
The full mesh topology means that each device is connected to all other devices. Here’s an
example:
The advantage of a full mesh topology is that you have full redundancy. For example, in the
picture above we can see routers in different cities. We can go from Los Angeles to New
York with a direct connection. If this link fails, there are still plenty of backup links we can
choose from. The downside of a full mesh topology is that it’s expensive. For each link, you
will need to pay for the connection and you require additional interfaces on your routers.
Partial Mesh
An alternative to full mesh is the partial mesh topology. This is a trade-off between cost and
redundancy. Here’s an example:
The Los Angeles and New York sites are the most important ones, so they are connected to
all other sites. There is no direct connection between San Francisco, Detroit and Miami.
This doesn’t mean that these sites won’t be able to communicate with each other but
communication has to go through the Los Angeles or New York sites.
You might also encounter partial mesh topologies on our LANs. For example:
Above we see the switches in a single building. The access layer switches (A1 and A2) are
connected to the distribution layer switches (D1 and D2) with partial mesh. There is no link
in between the two access switches. The distribution layer switches however are connected