protocols Flashcards

(21 cards)

1
Q

HTTP/S

A

for transferring web content (text, images, video)
Works as a request-response protocol in a client-server computing model
secure adds on encryption and authentification

Hypertext Transfer Protocol/secure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

TCP/IP

A

TCP provides error free transmision between routers
IP routes packets across WAN

Transmission Control Protocol / Internet Protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

UDP

A

used to send short messages using datagrams where speed is more important than accuracy

user datagram protocol

conntection ideal for online gaming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

FTP

A

used for sending files between computers, normally on WAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SMTP

A

The standard for sending email messages between servers
It is also used to send emails from a client to a server for further forwarding

simple mail transsfer protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

POP

A

retrieves emails from a mail server and transfers them to your device, removing them from the server in the process

post office protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

IMAP

A

keeps emails on the mail server maintaining syncronicity between devices

internet message access protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a network?

A

Two or more computers connected together that transmit data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are protocols?

A

Sets of rules defining how two devices communicate with each other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why are protocols standard?

A

Protocols are standard so devices from different manufacturers don’t have problems communicating

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Describe the structure of the Internet

A

The Internet is a global network of interconnected networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a Local Area Network?

A

A network spread over a small geographical area/ positioned on a single site

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a wide area network?

A

A network spread over a large geographical area, usually requiring extra hardware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does DNS stand for?

A

Domain Name System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is DNS?

A

The name given to the method of naming internet resources. (.com, .uk etc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is circuit switching?

A

The process of creating a direct link between two devices and transferring data the entire duration of the link.

17
Q

What is a requirement of circuit switching?

A

The transfer and download rates must be identical on both devices.

18
Q

What is packet switching?

A

A method of communicating packets of data across a network

19
Q

Give an advantage of packet switching

A
  • Multiple methods to ensure data arrives correctly,
  • Multiple methods to arrive to destination, if one breaks you
    can always go through another route.
  • Transfer packets over a very large network
20
Q

Give a disadvantage of packet switching

A
  • Time is spent deconstructing and reconstructing the packets
21
Q

Give an advantage of circuit switching

A
  • Data arrives in logical order which results in a quicker reconstruction of data,
  • Enables two users to hold a call without any delay in speech.