Routing and Switching Testout 2.1.2 Flashcards

1
Q

What layer does the HTTP protocol reside in within TCP/IP? What does it do?

A

The HTTP protocol resides in the application layer. It provides support for browsers regardless of their type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does HTTPS provide that the HTTP protocol can not?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the FTP protocol do?

A

It transfers and receives files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the trivial file transfer protocol (TFTP) do?

A

It transfers files and receives files, but is less secure than FTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

FTP utilizes TCP while TFTP utilizes____

A

UDP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What happens at the transport layer in respect to protocols?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the port number for HTTPS?

A

port 443

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the port number for Telnet?

A

23

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the port number for HTTP?

A

80

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the port number for FTP

A

Port 20 & 21

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What makes TCP more secure than UDP?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is TCP best for?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How is UDP different from TCP?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When is it beneficial to use UDP?

A

It is beneficial to use UDP when the speed of data transmission matters more than the accuracy and wholeness of the data transmitted

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the primary protocol at the internet layer?

A

IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does the IP protocol do?

A

Provide logical addressing for a data segment; creating a packet

17
Q

What does the IP protocol allow data to do?

A

By giving data logical addressing, the IP protocol allows data to be routed through a network

18
Q

What does a IP address tell about a network host/device?

A

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

19
Q

Where is the source and destination MAC address header added to a packet to form a frame?

A

This is done at the link layer in the TCP/IP model

20
Q

How are bits transmitted from the link layer?

A

via conversion to electricity, radio waves, or light

21
Q

What is another names for the application layer?

A

The process to process layer

22
Q

What is another name for the transport layer?

A

The host to host layer

23
Q

What is another name for the internet layer?

A

The network layer

24
Q

What is another name for the link layer?

A

Physical and data link layer

25
Q

Which layer decides how data moves across a network transmission medium?

A

Link layer