Protocols Flashcards
what is a protocol
a set of rules that determine exactly how a computer communicates across a network
what would the effect of not having any protocols
- no two computers would speak the same language
- so no data could be transmitted
why do different protocols exist
to govern different activities
what is TCP/IP and what does it stand for
- it is Transmission control protocol and internet protocol
- it is a suit of protocols
what does TCP/IP do
- when data is about to be transmitted
- it breaks that data down into bits called packets
what is the IP in TCP/IP responsible for
ensuring that each packet reaches the correct destination
what does the computer receiving packets of data do to it and with what
the computer receiving that packets uses TCP/IP to reassemble the packets back into the original data
what does UDP stand for and what does it do
- it is the user data program
- uses IP to transmit data and is designed to transmit as quickly as possible
what is a disadvantage of UDP
it doesnt guarantee data delivery
what is HTTP and what does it stand for
- it is the hypertext transfer protocol
- it is used to transmit web pages from a server to a client
when do you use HTTP
whenever you type in a URL or click on a link
what does the S stand for in HTTPS and what does it do
- secure
- meaning transmitted data is encrypted
- so financial transactions are safer than using regular HTTP
what does FTP stand for and what is it
- it is the file transfer protocol
- it is a set of rules governing the transmission of files across the internet
what would FTP do if you were uploading images to a website
the upload of these files uses FTP to copy them from your computer to the web server
what are POP IMAP and SMTP
protocols relating to the sending of an email