Week 2 tutorial Flashcards

1
Q

What is a protocol?

A

A set of rules or procedures for transmitting data between electronic devices

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

Give some common internet protocols

A
tcp
udp
dhcp
dns
http
https
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is a message

A

bit of data sent by sender to recipient

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

what is the layered model, and what does it consist of

A

protocol layered model for sending data across a network. It consists of the

  • application
  • transport
  • network
  • link
  • physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is encapsulation within the layered model?

A

process of taking dat from one protocol and translating it into another protocol, so data can continue across a network

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

differences between a socket opened by a client and one opened by a server?

A
  • client needs address and port
  • server only needs port
  • server waits for requests
  • client connects
  • client used for simple tasks
  • server used for huge tasks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly