

Home Learning - Protocols & Layers
Presentation
•
Computers
•
11th Grade
•
Hard
Steven Graves
FREE Resource
16 Slides • 29 Questions
1
Multiple Choice
Oliver, Charlie, and Aarav are setting up a wireless network for their school project. They come across the term SSID. What does SSID stand for in this context?
System Security Identifier
Signal Strength Indicator
Secure System Identifier
Service Set Identifier
2
Multiple Choice
Matilda, Emily, and Anaya are setting up a wireless network for their school project. How can they make the SSID of their network harder to detect?
Set it to broadcast automatically
Hide it
Increase its signal strength
Change it frequently
3
Multiple Choice
Arthur, Chloe, and Florence are setting up a wireless network for their school project. Why would they want to encrypt the data being transmitted over this network?
To increase the signal strength of their network
To make their network transmit data faster
To secure the data being transmitted over their network
To hide the SSID of their network
4
Multiple Choice
Oscar, Anaya, and Sophie are setting up a wireless network for their school project. They learned that WEP was no longer considered secure. Which protocol did they use to replace WEP for encrypting data in their wireless network?
WPA3
WPA2
WPA
WEP2
5
Multiple Choice
Sebastian, Alexander, and Jacob are trying to connect their devices to a wireless network. Why would they need to go through a handshake protocol?
To agree on the encryption protocol
To hide the SSID
To increase the signal strength
To ensure the receiver has a valid master key
6
Multiple Choice
Anaya, Arthur, and Sophia are setting up a wired network in their school's computer lab. Why would they use encryption in this network?
To increase the signal strength
To make the network faster
To secure the students' personal or sensitive data
To hide the SSID
7
Multiple Choice
Benjamin wants to send a confidential message to Ella using symmetric encryption. What method should he use to encrypt the plain text message?
Using a handshake protocol
Using a master key
Using an encryption key
Using a decryption key
8
Multiple Choice
Arjun sends Ella a secret message using symmetric encryption. What method should Ella use to decrypt the cypher text message?
Using a decryption key
Using a master key
Using an encryption key
Using a handshake protocol
9
Multiple Choice
Muhammad, Ella, and Thomas are working on a cybersecurity project. They are discussing encryption methods and Thomas mentions a method that is more advanced than the GCSE specification. Which method is he likely referring to?
WPA2
WPA3
Asymmetric encryption
WEP2
10
Multiple Choice
Kiara is sending a confidential document to Sophie over the internet. She wants to ensure that the document is secure during transmission. Why might she use asymmetric encryption?
To increase the strength of her Wi-Fi signal
To make her internet connection faster
To provide a more secure method of encrypting the document
To hide her network's SSID
11
12
Protocols & Layers

13
Open Ended
What is a network?
14
Today's Mission
Describe and understand the uses of communications protocols
Explain the concept of layers in the TCP/IP protocol stack
15
Protocol
"An agreed set of rules, for how devices should communicate on a network"
16
Multiple Choice
What is a protocol?
An agreed set of rules for how devices should communicate on a network
A set of rules
A set of instructions for how devices should communicate on a network.
An agreed set of rules for how computers will work.
17
There are 7 Protocols you need to know
HTTP / HTTPS
FTP
SMTP
IMAP
POP
TCP
IP
18
HTTP & HTTPS
Hyper Text Transfer Protocol (HTTP)
This is used for accessing and receiving web pages in the form of HTMP files on the internet.
The protocol requests the web server to upload the requested web page to the user's browser for viewing.
Hyper Text Transfer Protocol Secure (HTTPS)
Same as HTTP - but the connected is encrypted. That way any intercepted data cannot be understood by hackers.
19
FTP
File Transfer Protocol (FTP)
This is when a computer sends or retreives files from a remote server or computer.
E.g OneDrive, iCloud, etc..
Sends from client to server // sends from server to client
20
Multiple Choice
What protocol would be used to upload a photograph to the internet?
HTTP
HTTPS
FTP
ASAP
RSVP
21
Multiple Select
Which of the following is most likely to use HTTPS.
(Tick all that apply)
Banking Website
Social Media Website
Local Tourist Information Site
Gaming site where you don't login
22
Multiple Choice
What does HTTP Stand for?
Hyper Text Transfer Protocol
Hyper Text Transmission Protocol
High Text Transfer Protocol
Hyper Tech Transfer Protocol
23
Fill in the Blanks
Type answer...
24
Mail servers pass on or store emails until they are collected
You must log in to a mail server to collect mail
Examples of mail providers are Gmail or Yahoo
25
SENDING EMAIL
SMTP
Simple Mail Transfer Protocol (SMTP)
Used for SENDING emails only.
This protocol is used to transfer email between mail servers.
Another way to remember it is: Sending Messages To People
26
RECEIVING EMAIL
POP & IMAP
These protocols fetch message data from a mail server
Post Office Protocol (POP)
Will download the entire message to your local device. The original is deleted from the server.
Internet Message Access Protocol (IMAP)
Downloads the message header, until the message is opened.
The message remains on the server. The devices synchronise.
27
Multiple Choice
Which email protocol will be used when sending an email?
SMTP
POP
IMAP
IPA
FTP
28
Open Ended
What is the difference between POP and IMAP?
29
Fill in the Blanks
30
Fill in the Blanks
Type answer...
31
TCP
Transmission Control Protocol (TCP)
This protocol is responsible for:
• Breaking up messages sent over the Internet into small chunks called packets
• Reassembles the packets at the other end
• Detects errors
• Resends lost messages
32
IP
Internet Protocol (IP)
This is the set of rules that dictate how data should be delivered over the public (Internet)
This routes the individual network packets.
Devices connected to the internet are given an "IP Address"., a unique identifier on where they are on the internet.
33
Multiple Choice
When data is sent over the internet it is broken up into...
Packets
Blocks
Binary
Boxes
34
Multiple Choice
What does TCP stand for?
Transfer Control Protocol
Transmission Control Protocol
Transfer Character Protocol
Transmission Character Protocol
35
TCP/IP Layer Model
This layer model has 4 layers where different protocols operate to pass data across a network.
The four layers are:
- Application
- Transport
- Network
- Link
36
SENDING DATA
The application you are using will determine the correct protocol to use to communicate.
This is then sent through the layers in turn.
37
The 4 layer Responsibilities:
Application - The application selects the correct protocol to use depending on which application it is and what you are trying to do. - SMTP, HTTP, HTTPS, IMAP, POP, FTP work here
Transport - Creates the connection, Splits the packets for sending, numbers them, reassembles them (at receivers end) - TCP works here
Network - Assigns the IP Address of sender and the destination to the packet. - IP works here
Link - This is the physical hardware (cables, Network cards, etc)
38
Why layers are used
A layer can be removed/changed etc. …without affecting any other layers
Each layer has its own purpose so it does not need to consider what the other layers do …so it can be programming individually
Individual protocols are each smaller/simpler to manage
Different layers can interface with different hardware
39
Multiple Choice
Which is the first layer of the TCP/IP model?
Network
Application
Transport
Internet
40
Multiple Choice
Which protocol is used to send packets
IP
FTP
SMTP
TCP
41
Multiple Choice
Which protocol is used to send packets
IP
FTP
SMTP
TCP
42
Fill in the Blanks
Type answer...
43
Fill in the Blanks
Type answer...
44
Fill in the Blanks
Type answer...
45
Fill in the Blanks
Type answer...
Oliver, Charlie, and Aarav are setting up a wireless network for their school project. They come across the term SSID. What does SSID stand for in this context?
System Security Identifier
Signal Strength Indicator
Secure System Identifier
Service Set Identifier
Show answer
Auto Play
Slide 1 / 45
MULTIPLE CHOICE
Similar Resources on Wayground
40 questions
ESB Domain 3
Presentation
•
12th Grade
36 questions
System Software
Presentation
•
11th Grade
38 questions
Present perfect already and yet
Presentation
•
11th Grade
42 questions
T2.C1.7 | How Communication Works | Interaction
Presentation
•
11th Grade
41 questions
Palabras afirmativas y negativas Cap 1A
Presentation
•
11th Grade
39 questions
Electron Configuration
Presentation
•
10th Grade
38 questions
TRENDS OR FADS
Presentation
•
11th Grade
42 questions
NPA Digital Media (Video) - Transfer
Presentation
•
11th Grade
Popular Resources on Wayground
24 questions
PBIS-HGMS Day 10
Quiz
•
6th - 8th Grade
10 questions
HCS SCI 03 Summer School Review 3
Quiz
•
3rd Grade
11 questions
Home Scope
Quiz
•
7th - 8th Grade
15 questions
HCS SCI 05 Summer School Assessment 3 Review
Quiz
•
5th Grade
35 questions
Lufkin Road Middle School Student Handbook & Policies Assessment
Quiz
•
7th Grade
18 questions
Geo 11.3 Area of Circles and Sectors
Quiz
•
9th - 11th Grade