KS3 Presentation - 24 Introduction To Networks
KS3 Presentation - 24 Introduction To Networks
KS3 Computing
Introduction to
networks
teachcomputerscience.com
2
Lesson Objectives
teachcomputerscience.com
1.
Content
teachcomputerscience.com
4
Server Workstation
Introduction
teachcomputerscience.com
5
Data packets
▪ A file sent over a network is broken into small chunks of data
known as data packets.
▪ These data packets are transmitted by the sender.
▪ At the receiver end, the file is re-built by arranging data packets
in order.
▪ Protocols define the set of rules that control the way the data is
sent over the network.
teachcomputerscience.com
6
Error-checking methods
▪ Digital data is transmitted through the network and with
the help of error-checking methods such as parity and
checksum.
▪ Any error due to the transmission channel is identified and
corrected at the receiver’s end.
teachcomputerscience.com
7
Communication
Monitoring user activity
Dependence
Controlling and updating workstations
Security issues
Roaming
Setting up hardware
Sharing information
Malware
Resource sharing
Software streaming
teachcomputerscience.com
8
Types of Networks
▪ A network can be anything from a connection of two computers to
millions of computers that are connected together worldwide using
the Internet.
▪ Networks are classified based on the nature of connection as LAN,
WAN, PAN, MAN, SAN, WPAN, VPN.
teachcomputerscience.com
9
teachcomputerscience.com
10
teachcomputerscience.com
11
teachcomputerscience.com
13
teachcomputerscience.com
14
teachcomputerscience.com
15
Wired
connection
teachcomputerscience.com
16
Copper cable
Digital data is sent in the form of electrical signals through copper cables.
teachcomputerscience.com
17
Copper cable
Advantages Disadvantages
teachcomputerscience.com
18
teachcomputerscience.com
19
Device Address
Data packets contain the information of sender and receiver such as device
address.
Computers need a Network Interface Card (NIC) to connect to the Internet.
NIC is a small circuit board that is a part of the motherboard. It is
responsible for providing an electrical signal to send data over the network
and for receiving incoming data. It also implements the required protocol
for communication.
Gaming consoles also contain NIC to connect to the Internet. Smartphones
contain GSM chips to connect to telephone networks.
teachcomputerscience.com
21
Device Address
All devices in networks have a
specific MAC address, which is
assigned by its manufacturer.
It consists of 48 bits and is written
using 12 hexadecimal characters.
A user cannot change the MAC
address.
teachcomputerscience.com
22
teachcomputerscience.com
23
Routers
▪ A router forwards data packets between computer networks until it
reaches its destination.
▪ A router decides about the path in which the data packet has to be
sent.
▪ Routers know the complete connection of the network and applies
certain algorithms to find out the shortest path to send the data
packet.
▪ Devices within a building are connected using routers to form a LAN.
▪ Sometimes, a router has the capabilities of modem, hubs, switches and
bridges in its hardware.
teachcomputerscience.com
24
Modem
▪ A modem turns digital data into an electrical
signal.
▪ At the receiver side, another modem uses the
electrical signal to recover the digital data.
▪ Multiple devices are connected to a router
using hubs, switches and bridges.
▪ A modem come router is shown.
teachcomputerscience.com
25
Hubs
▪ Hubs broadcast data from a device to all
devices on its network irrespective of the
requirement of the devices.
▪ This results in unnecessary data transfers.
▪ Hubs do not have a routing table and are
unable to find the destination of the data
packet.
▪ Hubs are used in small networks such as
PAN as it is easy to set-up and inexpensive
compared to switches and routers.
teachcomputerscience.com
26
Switches
▪ Switches store the MAC address of devices on a network.
▪ It filters the data packets according to the MAC address and forwards it
to a specific device.
▪ Switches are efficient and reduce unnecessary traffic.
▪ Switches are used in medium and large scale networks.
▪ Switches are widely used for Ethernet installation where the required
speed of transmission is 14480 packets per second.
▪ It can also be used in fast Ethernet connections where the required
speed is 148800 packets per second.
teachcomputerscience.com
27
Bridges
▪ A bridge connects two separate LAN networks.
▪ A computer with an operating system also acts as a bridge.
▪ Unnecessary data transfers are avoided as bridges check whether the
receiver is present and whether it has already received this data before
sending a data packet.
teachcomputerscience.com
28
teachcomputerscience.com
29
Ethernet
▪ Ethernet is one of the technologies used to implement LANs since
the 1980s.
▪ LAN is used to interconnect devices using a wired medium such as
UTP copper cables or fibre optic cables, hubs and switches.
▪ This technology provides a transmission rate of up to 100 Gb/s.
teachcomputerscience.com
30
Ethernet network
▪ An Ethernet network is divided into various segments.
▪ Each segment has a UTP cable or fibre-optic cable that is shared among a
few devices.
▪ For example: in an organisation, the devices in the human resource
department form a segment, devices in the engineering department
forms another segment, etc.
▪ Devices in a segment are expected to communicate with each other
more often. As a result, the overall data collision of the network
decreases and the performance of the network is enhanced.
teachcomputerscience.com
31
Ethernet network
▪ Network interface card and routers segment data into frames.
▪ An error-checking mechanism is applied to the frames.
▪ Source and destination MAC addresses are also added to each of the
frames.
▪ The receiver checks for errors in the frames and, in case of error, the
sender is requested to resend the data packet.
▪ A frame is broadcasted to all devices present on the Ethernet network.
▪ If the destination address matches with the receiver’s address, the
frame is accepted. Otherwise, the frame is discarded.
teachcomputerscience.com
32
Wi-Fi
▪ Wi-Fi is a technology that enables wireless connectivity to all
sorts of devices such as laptops, tablets, smartphones, etc.
▪ The data is transmitted and received using radio signals.
teachcomputerscience.com
33
Radio signals
▪ Radio signals are identified using its frequency.
▪ Wi-Fi uses a frequency of 2.4 GHz and 5 GHz.
▪ The range of this signal is up to 20 metres. This range can vary
with the thickness of a wall as the signal needs to pass through
it.
teachcomputerscience.com
35
teachcomputerscience.com
36
teachcomputerscience.com
37
teachcomputerscience.com
38
teachcomputerscience.com
39
teachcomputerscience.com
40
teachcomputerscience.com
41
Wi-Fi networks
▪ A Wi-Fi network is identified by its name called Service Set Identifier
(SSID).
▪ Private Wi-Fi networks are protected with a password. All devices within
the same Wi-Fi network will be able to exchange data.
▪ Hackers may sometimes offer free Wi-Fi access to let users use the
network so that they may be able to access their files. It is, thus,
important to activate a firewall in a device to protect it from
unauthorised access.
teachcomputerscience.com
42
teachcomputerscience.com
2.
Activities
teachcomputerscience.com
44
Types of
Where is it used?
Activity-1 network
Duration: 10 minutes
LAN
SAN
WPAN
VPN teachcomputerscience.com
45
Network
Function
Activity-2 hardware
Duration: 15 minutes
Routers
1. In the table, different types
of network hardware are Hub
given. Complete the table
by stating the function of Switches
each network hardware.
Modem
Wireless
Access point
teachcomputerscience.com
3.
End of topic questions
teachcomputerscience.com
47
teachcomputerscience.com
48