ocr comp sci protocols and layers

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

TCP/IP

Transmission Control Protocol/Internet Protocol

  • allow communication over WAN

  • TCP is responsible for making sure there are no errors in communication between two routers by splitting data into small packets

  • IP makes sure data is sent to the correct device on a WAN

2
New cards

HTTP

Hypertext Transfer Protocol

  • defines how web browsers work

  • allows communication between client and server for website viewing

  • allows clients to receive data from server and send data to the server

3
New cards

HTTPS

Hypertext Transfer Protocol Secure

  • defines how web browsers work

  • allows communication between client and server for website viewing

  • allows clients to receive data from server and send data to the server

  • adds a layer of security so all data sent and received is encrypted

  • used to protect sensitive information

4
New cards

FTP

File Transfer Protocol

  • allows sending and receiving files between computers

  • used to upload and download files to/from web servers

5
New cards

POP

Post Office Protocol

  • downloading emails to a device from an email server

  • removed from server after retrieved

6
New cards

IMAP

Internet Message Access Protocol

  • reading emails from an email server

7
New cards

SMTP

Simple Mail Transfer Protocol

  • allows communication between an email sender and email server

8
New cards

What is a protocol?

set of rules that govern communication on a network.

9
New cards

what is a layer?

  • sub part of a more complex task

  • dividing network tasks into layers reduces complexity and makes each layer more manageable

  • TCP/IP uses 4 layer model (stack)

10
New cards

advantages of layers

  • self contained so managing/repairing/upgrading is easier because each layer independent

  • allows for focus on specific parts of a protocol

  • promotes data exchange between hardware and software