Network protocols

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 33

34 Terms

1

What is a network protocol?

Set of rules that allow computers to communicate and exchange info over a network.

New cards
2

What does HTTP stand for?

Hypertext transfer protocol

New cards
3

What does HTTP do?

HTTP is the protocol used for the world wide web. An exchange begins

with a request for a web page from a client web browser to a web

server.HTTP is the protocol used for the world wide web. An exchange begins

with a request for a web page from a client web browser to a web

server.

New cards
4

What does HTTPS stand for?

Secure Hypertext Transfer protocol

New cards
5

What does HTTPS do?

HTTPS is a secure way of transferring data between a web browser and

a server. During transfer the data are encrypted. Thus even if the data

are intercepted it is very difficult to find out what data are in the

messages.

New cards
6

What is HTTPS used for?

HTTPS is most often used for e-commerce and online banking, where

sensitive data such as credit card numbers and passwords are

encrypted.

New cards
7

What does FTP stand for?

File Transfer Protocol

New cards
8

What does FTP do?

Transfer files between two computers.

New cards
9

What is FTP used for?

Download or upload large files between a client and a server.

New cards
10

How do you command FTP to start a session?

Open

New cards
11

How do you command FTP to present working directory?

pwd

New cards
12

How do you command FTP to list contents of directory?

dir

New cards
13

How do you command FTP to download a file?

get

New cards
14

How do you command FTP to download one or more files?

mget

New cards
15

How do you command FTP to upload one or more files?

mput

New cards
16

How do you command FTP to upload a file?

put

New cards
17

How do you command FTP to change directory?

cd

New cards
18

How do you command FTP to close a session?

close

New cards
19

What does TCP stand for?

Transport control protocol

New cards
20

What does TCP do?

When files are sent over the internet they are broken up into small

chunks called packets. When they arrive at the destination computer

they are reassembled back into the original format. TCP handles and

controls all this. TCP waits for acknowledgements to verify whether

the packets have reached their destination. TCP will also retransmit

packets of they have not arrived at the destination or become

corrupted.

New cards
21

What does IP stand for?

Internet Protocol

New cards
22

What is IP?

A set of rules that govern the transmission of data across the internet.

New cards
23

What is Ethernet?

It is a collection of related protocols.

New cards
24

What sort of network uses Ethernet?

LAN

New cards
25

What does Wi-Fi stand for?

Wireless Fidelity

New cards
26

What does UDP stand for?

User Datagram Protocol

New cards
27

What does UDP do?

UDP is used as an alternative to TCP. It is used in video conferencing

and online gaming when speed is necessary as huge volumes of data

are transferred in real time. It improves speed by doing away with

error checking. UDP does not check for lost packets so they do not get

re-sent. Packets continue to be sent without checking whether or not

previous packets have arrived

New cards
28

What are the three Email Protocols?

SMTP, POP3, IMAP

New cards
29

What does SMTP stand for?

Simple mail transfer protocol

New cards
30

What does SMTP do?

Sends mail from the user onto the mail server

New cards
31

What does POP3 stand for?

Post office protocol

New cards
32

What does POP3 do?

Retrieves the mail from the mail server to the client (user) when requested and the email is removed from the server. Only allows retrieval of email onto a single computer.

New cards
33

What does IMAP stand for?

Internet message access protocol

New cards
34

What does IMAP do?

Retrieves the mail from the mail server to the client (user), and allows access from anywhere on any device because the email remains on the server.

New cards
robot