Routing and Switching Testout 2.1.2 Flashcards
What layer does the HTTP protocol reside in within TCP/IP? What does it do?
The HTTP protocol resides in the application layer. It provides support for browsers regardless of their type
What does HTTPS provide that the HTTP protocol can not?
It provides secure socket shell and a more secure version of the HTTP protocol. In other words, it can be used to protect sensitive data that is shared in internet browsers
What does the FTP protocol do?
It transfers and receives files
What does the trivial file transfer protocol (TFTP) do?
It transfers files and receives files, but is less secure than FTP
FTP utilizes TCP while TFTP utilizes____
UDP
What happens at the transport layer in respect to protocols?
When data enters the transport layer, a port number is associated with the service used at the application layer. The port number of the application service is appended to the data as a header
What is the port number for HTTPS?
port 443
What is the port number for Telnet?
23
What is the port number for HTTP?
80
What is the port number for FTP
Port 20 & 21
What makes TCP more secure than UDP?
TCP sends data from the transport layer by ensuring that a recipient is available and data was received at the destination as expected. TCP makes sure a recipient is available by sending a handshake request to a destination. Once the destination responds to the handshake with an acknowledgement, only then does TCP start to forward data to the destination. This makes TCP more secure and reliable than UDP
What is TCP best for?
TCP is best for network exchanges that that require all pieces of data to be sent from a source and received bt a destination
How is UDP different from TCP?
UDP does not ensure the existence of a recipient or that a recipient is ready to receive data. Data is sent without the need of a recipient’s acknowledgement, which makes it connectionless
When is it beneficial to use UDP?
It is beneficial to use UDP when the speed of data transmission matters more than the accuracy and wholeness of the data transmitted
What is the primary protocol at the internet layer?
IP