Search Header Logo
Home Learning - Protocols & Layers

Home Learning - Protocols & Layers

Assessment

Presentation

Computers

11th Grade

Hard

Created by

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?

1

System Security Identifier

2

Signal Strength Indicator

3

Secure System Identifier

4

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?

1

Set it to broadcast automatically

2

Hide it

3

Increase its signal strength

4

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?

1

To increase the signal strength of their network

2

To make their network transmit data faster

3

To secure the data being transmitted over their network

4

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?

1

WPA3

2

WPA2

3

WPA

4

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?

1

To agree on the encryption protocol

2

To hide the SSID

3

To increase the signal strength

4

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?

1

To increase the signal strength

2

To make the network faster

3

To secure the students' personal or sensitive data

4

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?

1

Using a handshake protocol

2

Using a master key

3

Using an encryption key

4

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?

1

Using a decryption key

2

Using a master key

3

Using an encryption key

4

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?

1

WPA2

2

WPA3

3

Asymmetric encryption

4

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?

1

To increase the strength of her Wi-Fi signal

2

To make her internet connection faster

3

To provide a more secure method of encrypting the document

4

To hide her network's SSID

11

12

Protocols & Layers

media

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?

1

An agreed set of rules for how devices should communicate on a network

2

A set of rules

3

A set of instructions for how devices should communicate on a network.

4

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

media

20

Multiple Choice

What protocol would be used to upload a photograph to the internet?

1

HTTP

2

HTTPS

3

FTP

4

ASAP

5

RSVP

21

Multiple Select

Which of the following is most likely to use HTTPS.

(Tick all that apply)

1

Banking Website

2

Social Media Website

3

Local Tourist Information Site

4

Gaming site where you don't login

22

Multiple Choice

What does HTTP Stand for?

1

Hyper Text Transfer Protocol

2

Hyper Text Transmission Protocol

3

High Text Transfer Protocol

4

Hyper Tech Transfer Protocol

23

Fill in the Blanks

Type answer...

24

Email

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

media

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?

1

SMTP

2

POP

3

IMAP

4

IPA

5

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...

1

Packets

2

Blocks

3

Binary

4

Boxes

34

Multiple Choice

What does TCP stand for?

1

Transfer Control Protocol

2

Transmission Control Protocol

3

Transfer Character Protocol

4

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.

media

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?

1

Network

2

Application

3

Transport

4

Internet

40

Multiple Choice

Which protocol is used to send packets

1

IP

2

FTP

3

SMTP

4

TCP

41

Multiple Choice

Which protocol is used to send packets

1

IP

2

FTP

3

SMTP

4

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?

1

System Security Identifier

2

Signal Strength Indicator

3

Secure System Identifier

4

Service Set Identifier

Show answer

Auto Play

Slide 1 / 45

MULTIPLE CHOICE