Unit 1: Page 19: Protocols Flashcards
What are protocols?
Protocols are the rules that define methods of communicating data between two or more digital devices.
They ensure that the transmission of data always follows a set procedure.
What does TCP/IP stand for?
TCP: Transmission Control Protocol
IP: Internet Protocol
How does the TCP/IP protocol work?
Data sent over the internet is broken up into ‘packets’ to enable it to be set more efficiently. Each paclet is sent individually, then reassembled at the destination.
How does the TCP in the TCP/IP protocol work?
TCP is used to create the packets and reassemble them at the end.
How does the IP in the TCP/IP protocol work?
IP is used to route packets to the destination using the IP address.
List the three email protocols.
> SMTP: Simple Mail Transfer Protocol
POP3: Post Office Protocol 3
IMAP: Internet Message Access Protocol
Describe SMTP
> Simple Mail Transfer Protocol
It is used to transfer emails between mail servers.
It is also used to transfer emails from the client software the outgoing mail server.
Describe POP3
> Its used to retrieve emails from the mail server.
It allows us to download messages to our client software for offline reading.
Describe IMAP
> Its used to retrieve emails from the mail server
Can be viewed in different systems
Rather than downloading the messages, IMAP syncs them with the mail server.
List 3 voice and video protocols.
> H.323
SIP
RTP
Describe H.323
> Was one of the first successful VOIP protocols and is recommended by the ITU.
It defines the rules for communicating audio and video over packet switched networks
Describe SIP
> The Session Initiation Protocol is used to create, control and end VOIP connection.
Describe RTP
> The Real-Time Transport Protocolis designed to transfer audio and video over IP-based network.
List three web page protocols
> HTTP
HTTPS
FTP
Describe HTTP
> Stands for HyperText Transfew Protocols
Used to allow web servers and browsers to transfer files over the internet.
It is how we access the World Wide Web