TCP/IP Flashcards

1
Q

WHAT IS THE ROLE OF TCP/IP

A

ENABLES different devices to communicate.

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

What are the 4 layers of TCP/IP

A
  1. Application
    2.Transport.
    3.internet/ network
    4 . Link
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Role of Application

A

Selects and uses the correct protocol to transmit data.

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

Transport layer?

A

Establishes an end to end connection between the receiver and the sender.
Splits the transmission into packets.
Each packet has a sequence number which identifies a packets position in relation to their packets that form part of the same message.
Each packet has a port number which identifies which protocol is to be used.
Eg: port 443 HTTPS

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

NETWORK ?

A

PROVIDES the correct IP address for each packets source and destination.
Also routers work here , use IP addresses on a packet to send it to its destination.

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

LINK ??

A

Control physical connections between pieces of hardware in a network.
Adds MAC ADDRESSES to packets which it receives from the network layer.
MAC(media access control ) are unique to every device.
MAC addresses identify the hardware to which a packet should be sent and they change after every hop.

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

What happens once a packet has been received by its intended recipient?

A

ITs stripped off all its extra information and basically reverse TCP/IP

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

Name the steps once a packet is at its receiving end

A
  1. Link layer removes the MAC addresses from the packet.
    2.Network layer removes the IP addresses
  2. Transport layer uses the port number to determine the correct application to send the packet to.
  3. Transport layer uses the sequence number to ensure that the packets are in the correct order.
  4. APPLICATION LAYER receives the packets and displays the information to the user.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a socket address?
What is its purpose ?

A

When the IP address is combined with the port number.
So first u write the IP address followed by a colon and then the port number.
Identifies which of the applications on the recipients device a packet should be sent to.

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

What is FTP port no. And explain the purpose for it?

A

File Transfer Protocal
20 & 21
Sends files between devices and clients can access FTP serves anonymously and non - anonymously

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

SSH port no. ?
Purpose ?

A

Secure Shell
22
Allows for remote management of computers and it requires a username and password and encrypts the info.

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

SSH clients?

A

Software that makes a TCP connection to a remote port.
Once a connection is made commands for application level protocols are sent to a remote computer

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

HTTP port no. ?
Purpose?

A

Hypertext transfer protocal.
80
Basically application software receives text files and gives them a web page, this is because web servers hold web pages.

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

HTTPS port no. ?
Purpose?

A

Hypertext transfer protocal secure.
443
Performs same function as http but encrypts info during transmission .
This keeps the info sent by the client secure and also prevents from info being tampered with or modified during transmission

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

POP3 port no. ?
Purpose??

A

Post office protocal 3
110 & 995
Used for retrieving emails form an email server . Communicates with email servers to check and download new messages.

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

SMTP port no. ?
Purpose??

A

Simple mail transfer protocal
25 , 587 & 465
Used for sending emails.
Used between a client and an email server.

17
Q

Name the two parts that an IP address is split into:

A

Network identifier
Host identifier.