TCP-IP and Protocols Flashcards

(11 cards)

1
Q

What is the TCP-IP stack

A

From the model that uses the most used protocols, TCP and IP
TCP (transmission control protocol)
IP (internet protocol)

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

What is encapsulation

A

Data passed from a process on sending computer to a process on the receiving computer using the services of the layer below.
Modular communication

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

What does encapsulation do

A

In practical terms it adds information as a header

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

What is on the application layer

A

Contains a suite of different protocols for dealing with data.
Added to the header as well as a possible termination message

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

What are ports

A

Represents an application process on a TCP/IP host

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

Protocols in the application layer

A

FTP - File transfer protocol
SSH - Secure remote access
SMTP - Mail transfer
POP - Mailbox access
IMAP - Mailbox access
HTTP - Website access
HTTPS - Secure website access

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

What is the transport layer

A

Accepts messages from application layer.
Breaks the application data down into segments
Sequence numbers allocated, and source and destination port numbers given to each segment

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

What are sockets

A

Combination of IP addresses and a port number
It will persists throughout the duration of the connection

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

What is the network layer

A

Segments from transport layer are automatically capitulated by Internet Protocol to create IP packets
Each IP packet is given a header that include a source and destination IP address

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

What is the link layer

A

Operates across a physical connection.
The IP packets are further capitulated in ethernet frames designed to transport them across a local network
Header of the frame contains a MAC address and a type field for the type of data they are carrying

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

What happens when you receive the data

A

Once received the data passed back up the layers
Link layer removes MAC address then passes to network
Network layer removes IP addresses then passes to transport layer
Transport layer removes port number and reassembles the packets into the correct order then passes to application layer
Application layer presents the image to the user in a browser

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