Week 2 tutorial Flashcards
1
Q
What is a protocol?
A
A set of rules or procedures for transmitting data between electronic devices
2
Q
Give some common internet protocols
A
tcp udp dhcp dns http https
3
Q
what is a message
A
bit of data sent by sender to recipient
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
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
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