Network Fundamentals: by A. Awadhi
Network Fundamentals: by A. Awadhi
R1.0
By A. Awadhi
What is the Network?
A network consists of two or more computers that are
linked in order to share resources (such as printers and
CD-ROMs), exchange files, or allow electronic
communications.
The computers on a network may be linked through cables,
telephone lines, radio waves, satellites, or infrared light
beams.
Benefits of Network
Sharing resources.
Centralizing administration.
Control of security.
Types of Networks
The basic types of networks include:
User devices
such as PC’s, printers, scaners..etc, where the user will be in direct touch with
them.
Network devices
concentrate connections. In other words, they take a group of hosts and allow
the network to see them as a single unit. Hubs use MAC Address to forward
Data frame.
A
When host “A” wants to send data to host “B”,
the Hub will broadcast the data to all hosts in
the network. However, only destination host
“B” will respond to source host “A”.
Imagine if all hosts are sending data and hub
broadcasting to all, what will happen?
B
The network traffic will get jam and network
will fail.
Hub
Bridges
Provides connections between LANs, they also perform a check on the data to
determine whether it should cross the bridge or not. Therefore Bridge
minimizes traffic jam. Bridges use MAC Address to forward Data frame. Bridge
will build up a table which identify which host is on which port.
Segment 1 Segment 2
Bridge
Switches
It is called also multiport bridge. It has same function of the bridge but with
more ports.
Switch
F
Routers
What is a Topology?
The data will be sent from a host to another in a form called Frame. Data
frame contains many informations including the data it’s self, one of these
are the source & destination address.
Two types of address are available IP & MAC.
A
Data frame
B
Source Destination
Media Access Card (MAC) address
When a host send the data frame in the network it could be one of following cases.
Unicast
In this case host A will send the data frame to destination host only Ex. host B.
A
B
D C
Multicaste
In this case host A will send the data frame to more then one destination host
Ex. hosts B & C.
A
B
D C
Broadcast
In this case host A will send the data frame to all hosts in the network.
A
B
D C
If all hosts in the network send a Broadcast frame then what will happen ??
The amount of collision between data frames will increase and the traffic jam
will take place. when the number of users on the network increases, the
increased number of collisions can cause intolerably bad performance.
A
B
D C
• What is collision?
When two hosts send data frame in the same time, the two fames will
collide.
Network segmentation