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
What does the IP protocol do?
Provide logical addressing for a data segment; creating a packet
What does the IP protocol allow data to do?
By giving data logical addressing, the IP protocol allows data to be routed through a network
What does a IP address tell about a network host/device?
A portion of the IP describes the location of a network. the other part of the IP address describes the location of the device/host in an area of a network
Where is the source and destination MAC address header added to a packet to form a frame?
This is done at the link layer in the TCP/IP model
How are bits transmitted from the link layer?
via conversion to electricity, radio waves, or light
What is another names for the application layer?
The process to process layer
What is another name for the transport layer?
The host to host layer
What is another name for the internet layer?
The network layer
What is another name for the link layer?
Physical and data link layer
Which layer decides how data moves across a network transmission medium?
Link layer