computer science protocol hw
computer science protocol hw
Q2) Shade the two lozenges that are correct statements about network protocols.
A network protocol is a set of rules that allow computers to communicate and exchange data
over a network.
1 – wireless has mobility as you don't need to drag a wire everywhere to connect to a network.
3 – wireless can cover a large area without having to install wiring everywhere.
Q5)
The table below shows three layers of the TCP/IP model and some protocols that
operate at each of these layers.
Layer Protocol
HTTP
HTTPS
Application layer SMTP
IMAP
FTP
TCP
Transport layer
UDP
Internet layer IP
Describe the role of one protocol from each layer in the table above. You must
state which protocol you are describing.
Application layer protocol – HTTPS (Secure Hypertext transfer protocol) is a secure way of
transferring data between a web browser and a server. During transfer the data is encrypted.
Transport layer protocol – UDP (User Datagram Protocol) is an alternative to TCP which
improves speed by getting rid of error checking so it doesn’t stop sending packets to resend
packets that have had an error. This is why people’s camera freezes while on call, but their
audio still comes through.
Internet layer protocol – An IP Adress (Internet Protocol Address) is a unique number sequence
that is given to each device connected to a network which is used to see identify where the
packets are being sent from and where the packets are being sent to.