TCP IP Flashcards

1
Q

Which layer of the TCP / IP stack is responsible for
establishing a virtual path between the sender and
the receiver?

A

Transport

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

Name the four HTTP request methods used by
REST

A

POST, GET, PUT, DELETE

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

Which of the following is
a socket address?

192.168.1.1 - A
255.255.255.0 - B
56.32.112.3:21 - C

A

C

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

Which protocol uses port 80

A

HTTP

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

A device has the IP address 192.168.12.44 and the
subnet mask 255.255.0.0. What is the device’s
network identifier?

A

192.168.0.0

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

Which layer of the TCP / IP stack is responsible for
controlling physical connections between pieces of
hardware in a network?

A

Link

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

Which type of IP address allows for more unique
permutations: IPv4 or IPv6?

A

IPv6

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

What is FTP used for?

A

Sending files between devices

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

How many bits are assigned to each part of an IPv4
address?

A

Eight (one byte)

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

Which protocol uses port 995?

A

POP3

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

Which allows for greater centralised control of a
network: thick- or thin-client?

A

Thin-client

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

Which protocol uses a pool of available |IP addresses
to allocate IP addresses?

A

DHCP

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

Which API allows for fast transmission of data by
reducing the size of packet headers?

A

The WebSocket protocol

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

For what do the letters DHCP stand?

A

Dynamic host configuration protocol

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

Which protocol uses port 443?

A

HTTPS

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

What is REST an acronym for?

A

Representational state transfer

17
Q

List the four layers of the TCP / IP stack in the
correct order

A

Application
Transport
Network
Link

18
Q

How long are IP addresses issued to a device by
DHCP assigned for?

A

The duration of the device’s session

19
Q

What name is given to the process of routers
replacing private IP address on packets with their
own routable IP address?

A

NAT (Network address translation)

20
Q

Which layer of the TCP / IP stack is responsible for
providing the correct IP addresses for each packet’s
source and destination?

A

Network

21
Q

Which type of IP address is globally unique: routable
or non-routable?

A

Routable (public)

22
Q

What is an application programming interface (API)?

A

A set of protocols relating to how
different applications communicate with
each other

23
Q

What is used when a client needs to communicate
with a server that is connected to a private network?

A

Port forwarding