Computer Science Unit 2 Flashcards
What is IP (Internet Protocol)? Can IP Addresses be duplicated?
- Its a unique address for devices on the internet.
- IP Addresses are unique
What is the WWW
Collection of pages and files shared between computers using the HTTP Protocol?
Is TCP a faster protocol than UDP? Why?
UDP is faster than TCP because TCP takes extra time to do error checking.
What is the unit in which data travels on the internet? (Chunk of Data and its metadata)
Packet
What is a collection of packets called?
a data stream
In order to communicate do two computers or devices need to be directly connected?
No. They both need to be connected to the internet.
Which protocol takes inventory of data packets to ensure they are successfully sent and received?
TCP
What is the definition of a packet
a chunk of data and its metadata user to route and reassemble information on the internet
Are the protocols on the internet considered “open” or “secret” or owned by companies?
Open! All the internet protocols are open
What is a data stream
the way in which data travels on the internet. Not as a single stream but in chunks
Which protocol sends all packets without checking to make sure they were sent or ordered properly
UDP
What does an IP Address look like?
4 numbers separated by periods. all 4 numbers are between 0-255
- 10.0.0.1
- 255.255.255.255
- 13.163.29.209
What is DNS?
The method used by computers to look up the IP address based on a host name
www.google.com –> 172.217.14.68
What protocol is used to dend files over the internet?
Files are sent over HTTP using TCP/IP
What is the S in HTTPS
“Secure”