compsci test 2

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

what is TCP

governs the creation and reassembling of packets. it establishes a connection, breaks down packets, and maintains the credibility that the packets are legit. it confirms that all the packets are there when delivered.

2
New cards

what is UDP

it’s used for people that need a faster transmission, because it doesn’t formally establish a connection before data is transferred (has some risk with packets being lost or DDoS attacks). it doesn’t establish a connection, indicate the order of the packets, or check whether they arrived as intended.

3
New cards

how are packets sent

packets can take different routes to get to one destination, and they might arrive at the destination at different times or out of order. after packets are sent, TCP checks to see if they are all there. if the packets are not all there, then TCP does not sign and the packets have to be resent and verified again that they are all there. if out of order, packets are reassembled.

4
New cards

what is bandwith

the maximum amount of data a network connection can move in a certain amount of time

5
New cards

what is bandwith measured in

megabits per second

6
New cards

how many bits are in a megabit

a million

7
New cards

is it possible for packets to be sent out of order

yes.. like text loading before images on a website

8
New cards

what happens when packets are out of order

they are reassembled, but not sent back to the router

9
New cards

when are packets resent by the router

if they were not sent the first time and TCP verifies their abscense

10
New cards

nonproprietary meaning

open (in reference to a protocol)

11
New cards

what is HTTP

used to load webpages using hypertext links. it is a language made mostly of get and post requests. get requests ask for the HTML code, which defines what the webpage looks like. the text of a webpage is in the HTML, whereas images/videos are URLs that need to be requested like typing in a URL website.

12
New cards

what is DNS

the computer uses DNS to look up domain names so it can figure out what IP address to request from.

13
New cards

what is the world wide web

a system of web-pages, programs, and files. everything has a URL and HTML is used with the HTTP protocol

14
New cards

what is the internet

a network of computing devices that don’t necessarily have to use the www, can be a telephone call or a text message that only uses tcp/ip

15
New cards

what is cookie data

data so that a website can remember who you are

16
New cards

what is HTTPS

same thing as HTTP except it’s secure. websites with HTTPS provide a digital certificate of security to your device