Layers and Protocols Flashcards

1
Q

What are the five main layers within TCP/IP

A

Application, Physical, Internet, Network, Data Link

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

What is the physical layer ?

A

This layer is at the bottom of the stack and is pure hardware including the cable or satellite connection medium and the network interface card. The physical layer transforms data into bits that move across the network media.

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

What is the data link layer ?

A

This is where the MAC address gets used. If the layer is sending it adds it source and destination MAC address to the frame. On receiving a frame this layer reads the destination MAC address and if it corresponds to the MAC address on its NIC cards will send it up the higher levels.

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

What is the internet layer ?

A

This is where the IP address is used

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

What is the transport layer ?

A

This the layer that ensures that the packets have no errors and that all packets arrive and are re-assembled in the correct order. The two protocols are TCP and UDP. UDP does no error checking

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

What is the application layer ?

A

Converts the packets into the right format for the application.

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

What is ARP ?

A

Address Resolution Protocol - Responsible for finding out a computers NIC hardware address for the MAC address.

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

What is the Reverse Address Resolution Protocol ?

A

Allows discovery of an IP address when you only have an IP address

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

What is ICMP ?

A

Internet Control Message Protocol - Offers ping functionality

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

What is IPSec ?

A

IP Security Protocols - Encryption standard used in VPNs. IPSec also confirms that the computer joining the VPN is a valid member of the network.

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

What is L2TP >

A

Layer 2 Tunneling Protocol uses IPSEC to encrypt traffic through VPN tunnels

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

What is the role of TCP

A

Error Checking and Sequence Numbering

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

How does the TCP protocol exist

A

It establishes a connection after the data has arrived at the IP address to establish the sequencing.

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

What is UDP ?

A

Similar to TCP but without the error checking and sequencing. It is a connectionless protocol designed to get data to the applications as fast as possible.

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

What are the example applications that use UDP?

A

Voip, DNS, NFS

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

What are the roles of the routing protocols ?

A

To move data between networks

17
Q

What is BGP routing protocol ?

A

Keeps track of the network numbers that connect the internet

18
Q

What is the Open Shortest Path First routing protocol?

A

Calculates and alternative route that the packet should follow when a path fails. It is also known as dynamic routing.

19
Q

What is the DNSSEC protocol ?

A

A secure extension of the DNS protocol

20
Q

What is the NTP protocol?

A

Network Time Protocol - You can use it to keep network clocks in sync by retrieving data from a time server computer

21
Q

What is the DHCP protocol?

A

Mechanism for requesting an IP address it is a client server model