Week 1 - Networks & Protocols
Week 1 - Networks & Protocols
1) DNS
2) Wired vs Wireless
3) Protocols
a) IP and MAC
b) Layers
Homework Topics to revise
1) Factors of network performance:
a) Bandwidth
b) Number of devices connected
2) Purpose of Hardware:
a) Router
b) Switch
c) Hub
d) Cloud Server: Including Pro and Cons
Internet Activity
www.google.com
Wired vs Wireless
Define Protocols
Protocols are set of rules to transmit data over the
network.
Types of Protocols
IP Addressing
When connected to a network each device is given a unique IP address.
This address consists of four sets of up to three digits, each with a maximum value of 255, which are
separated by dots. An example is:
IPv4: 192.168.0.254
IPv6: FFFF: FFFF: FFFF: FFFF: FFFF : FFFF: FFFF
THE RULE!
The MAC address is assigned by the NIC’s manufacturer and cannot be changed.
Types of Protocols
Other protocols
Many other protocols exist. Some of the more common protocols are:
● TCP/IP - Transmission Control Protocol/Internet Protocol - enables communication over
the internet.
● HTTP and HTTPS - Hypertext Transfer Protocol - governs communication between a
webserver and a client. HTTPS (secure) includes secure encryption to allow
transactions to be made over the internet.
● FTP - File Transfer Protocol - governs the transmission of files across a network and
the internet.
● SMTP - Simple Mail Transfer Protocol - governs the sending of email over a network to
a mail server.
● POP and IMAP - Post Office Protocol and Internet Message Access Protocol - govern
retrieving emails from email servers. POP is an older implementation, largely replaced
by IMAP.
TCP/IP Model
1. TCP/IP model is used for network communication.
2. The image here shows the TCP/IP model
3. It is made up of FOUR LAYERS!
4. It is layered because it allows:
a. To apply protocols in order one after the other
b. To provide independence of layers AND layers can be
modified without affecting other layers as layers are
self-contained
c. To develop hardware or software for a particular layer.
LAN & WAN
Structure of the Internet
Unit 5 Networks and web technologies
Network topologies
• A network topology is the arrangement of the various
computing devices which make up a computer
network
• Bus topology: an arrangement where nodes are connected
in a daisy chain by a single central communications channel
• Star topology: an arrangement where a central node or hub
provides a common connection point for all other nodes
Network Topology layout
Client server and peer-to-peer
Unit 5 Networks and web technologies
Physical star topology
Client makes
requests, whereas,
Switch / Hub server processes and
returns the output to
the client.
Client server and peer-to-peer
Unit 5 Networks and web technologies
Star network
• What are the advantages and disadvantages of a
star network?
Advantages Disadvantages
Client server and peer-to-peer
Unit 5 Networks and web technologies
Star network
Advantages Disadvantages
Demonstration