Lectures 19-21 Flashcards

1
Q

What are the layers of the TCP/IP model?

A

Application
Transport
Internet
Link

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

What are some of the protocols used in the Application layer?

A

HTTP/S, FTP, SFTP

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

What are some of the protocols used in the Transport Layer?

A

TCP, UDP

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

What is a protocol used in the Internet layer?

A

IP

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

What are some of the protocols used in the link layer?

A

Ethernet, Wi-Fi, ARP

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

What things is UDP used for?

A

Things that require high speed transmission such as games or online meetings

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

What things is TCP used for?

A

Web servers, logins, FTP

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

Why is UDP faster than TCP?

A

UDP has no error checking, the packets may not all arrive or be in the right order whereas TCP does both of these things

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

How long are IPv4 addresses?

A

32 bits

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

How are IPv4 addresses divided?

A

The recognised format is the first three bytes represent the local network address then the last byte represents a machine on that network.

The network administrator can choose how many bits are used for the network address. So, 31 of the bits could be used for the network address.

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

What addresses are always reserved?

A

0 and 255 (the network identifier and the broadcast address, respectively)

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

What are the issues with network classes?

A

Class C network too small for most orgs (max 256 addresses)
Class B network far too big (max 65, 534 addresses)
Class A network extremely big (max 16 million addresses)

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