UDP Flashcards

1
Q

What is UDP ?

A

A layer 4 protocol that sends data from A to B without having a create a connection

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

Is udp stateless or stateful ?

A

Stateless protocol , the server does not store anything about its connections

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

What is the command used to connect to udp server ?

A

nc -u 127.0.0.1 5000

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

How to make a dns query and specify a resolver ?

A

nslookup udemy.com 8.8.8.8

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

What is a dns query ?

A

Using nslookup with a domain to get an ip

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