TCP Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the 4 levels of the TCP stack in order (top to bottom)?

A
  • Application
  • Transport
  • Network
  • Link
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the application layer do?

A
  • Allows communications between applications
  • ## Has many different protocols (i.e. ftp, http, htpps, etc.) as there are many different requirements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the transport layer do?

A
  • Communicates between hosts to agree on settings like:
    • Language
    • Packet Size
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the network layer do?

A
  • Provides end to end communication across the network:
    • Addresses and packages
      data
    • Routes data across
      network
  • About communicating across the WAN
  • Basically sends and receives packets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the link layer do?

A
  • Communicates to the next device in the network

- Usually on the same LAN

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

What is a TCP/IP socket and what does it do?

A

An endpoint of two way communication which is bound to a port number so the TCP layer can identify the application the data is to be sent to

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

What is a port

A

Logical construct that identifies a specific process or type of network service

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

What is FTP?

A

File Transfer protocol is a protocol used to transfer data across the internet efficiently

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

What is HTTP(S)?

A

Hyper Text Transfer Protocol (Secure) is used to send data between a web browser and website (Secure has better encryption)

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

What is POP3?

A

Post Office Protocol v3 retrieves email from a mail server and stores it locally on a device

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

What is IMAP?

A

Internet Message Access Protocol retrieves email from a mail server and synchronises it across devices

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

What is SSH?

A

Secure Shell remotely accesses and manages a computer

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

What is a MAC address?

A

Media access control address is a 12 digit Hexadecimal code hard coded into every device uniquely identifying every device in the world.

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