Protocols Flashcards
What does the protocol TCP stand for and what are it’s key features? (2)
Transmission Control Protocol
- part of the TCP/IP protocol stack
- provides error free transmission between two routers
What does the protocol IP stand for and what are it’s key features? (2)
Internet Protocol
- part of the TCP/IP protocol stack
- routes packets across a WAN
What is the TCP/IP protocol stack? (2)
- it is made up of the TCP and IP protocols, and some others
- it forms the foundation of communication over the internet
What does the protocol UDP stand for and what are it’s key features? (5)
User Datagram Protocol
- uses a simple, connectionless transmission model
- similar to TCP but has no error checking
- used to send short messages and datagrams where speed is more important than accuracy
- maintains a two way, open connection (ideal for gaming)
- largely obsolete as it is less reliable than TCP
What does the protocol HTTP stand for and what are it’s key features? (2)
Hypertext Transfer Protocol
- Used to send and receive HTML page requests
- It is a fundamental protocol of the WWW
What does the protocol HTTPS stand for and what are it’s key features? (2)
Hypertext Transfer Protocol Secure
- The same as HTTP except uses encryption and authentication
- Should be used when dealing with sensitive information
What does the protocol FTP stand for and what are it’s key features? (3)
File Transmission Protocol
- Used for sending files over a WAN
- Often people use FTP clients (software that uses FTP)
- When you interact with the programme, the client generates and receives FTP commands
What does the protocol SMTP stand for and what are it’s key features? (1)
Simple Mail transfer Protocol
- Used to transfer outgoing emails between client and server
What does the protocol POP stand for and what are it’s key features? (1)
Post Office Protocol
- Retrieves emails from a server then deletes them on the server
What does the protocol IMAP stand for and what are it’s key features? (2)
Internet Message Access Protocol
- Retrieves mail but keeps a copy on the server
- thus being able to maintain synchronicity between devices