2 Flashcards

1
Q

What is TCP

A

Transmission Control Protocol is an established session between 2 devices before communication takes place.

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

What layer does IPsec operate on

A

Network Layer

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

What is the Network Layer?

A

The network layer is responsible for routing from one network to another. The network does not specify how the data is passed but provides the protocols.

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

Name 2 methods routers can be configured.

A

Statically: Manual entires to routing tables
Dynamically: Routing protocols such as Routing Information Protocol (RIP) and Open Shortest Path First (OSPF)

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

What are the protocols responsible for the Network Layer?

A

The protocols are responsible for route selection and determining the best path in the network.

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

What is Segmentation in the Transport Layer?

A

Data blocks must be broken into packets to traverse the lower layers.

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

Name 2 functions of data flow control in the Transport Layer.

A
  • Buffering: Data is stored temporarily and waits for the receiving device to become available.
  • Windowing: Data is sent in group of segments that require one acknowledgement. Window size is defined when a session is established and one ACK every five segments.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the Presentation Layer do?

A

Converts data intended for or received from the application layer into another format.

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

What does the Application Layer do?

A

Takes the user’s request and data, passing them to the lower layer. This layer of service includes file and print capabilities.

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

Characteristics of the physical layer (3)

A

Hardware: Type of Media used in the network
Topology: Identify what topology the network is using
Dictates the bandwidth speed over the medium

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

What type of data is encapsulated in each of the layers (3)

A

Data link: Frame
Network: Packets
Transport: Segment

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

What is connection-oriented protocol

A

Connection-oriented protocol is data delivery guaranteed. TCP

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

What is Connectionless protocols

A

Connectionless protocols offers best-effort delivery mechanisms.

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

What is MTU

A

Maximum Transmission Unit which limits the data packet size in transmission

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

What does TCP provide (4)

A
  • Reliability
  • Flow Control Sequencing
  • Error Detection
  • Correction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Explain how TCP Works/Handshake

A
  1. Sends a SYN message to the Host
  2. Host will open a connection for request and send back an acknowledgement message called an ACK or SYN-ACK
  3. Host that originated the request sends back another acknowledgement, saying they have received the ACK message and that the session is ready to transfer
17
Q

How does TCP handle errors

A

They have mechanism that is timeout and retransmitting data.

18
Q

What is UDP

A

User Datagram Protocol is a transport protocol. UDP offers connectionless protocol.

19
Q

How many fields does TCP and UDP packet have

A

TCP has 14 fields
UDP has 4 fields

20
Q

What is ICMP

A

Internet Control Message Protocol works with the IP Layer to provide error checking and reporting

21
Q

What is Source Quench Message

A

Receiving hosts cannot handle the influx of data and will let the sender know to slow down.

22
Q

What is IPSec

A

IP Security responsible for encrypting and authentication during network Transmissions

23
Q

What are the 2 protocols in IPSec

A

Authentication Header AH
Encapsulating Security Payload ESP

24
Q

What does Authentication Header do

A

AH provides the authentication and integrity of the data packets