Common TCP/IP Protocols Flashcards
Protocol
A set of standards for communication between network hosts
Protocol suite
A group of protocols intended to be used together
Name Web services protocols
- Hypertext Transfer Protocol (HTTP)
* HTTP over SSL (HTTPS)
Hypertext Transfer Protocol (HTTP)
- Is used by web browsers and web servers o exchange files (such as web pages) through the World Wide Web and intranets.
- Can be described as an information requesting and responding protocol.
- Is typically used to request and send web documents, but is also used as the protocol for communication between agents using different TCP/IP protocols
HTTP over SSL (HTTPS)
Is a secure form of HTTP that uses SSL to encrypt data before it is transmitted
Name Security protocols
- Secure Sockets Layer (SSL)
* Transport Layer Security (TLS)
Secure Layer Security (SSL)
- Secures messages being transmitted on the Internet
- Uses RSA for authentication and encryption
- Web browsers use SSL to ensure safe web transactions
Transport Layer Security (TLS)
- Ensure the messages being transmitted on the Internet are private and tamper proof.
- TLS is implemented in two protocols
- TLS Record provides connection security with encryption (with DES for example)
- TLS Handshake provides mutual authentication and choice of encryption method
Name the file transfer protocols
- File Transfer Protocol (FTP)
- Trivial File Transfer Protocol (TFTP)
- Secure File Transfer Protocol (SFTP)
- Secure Copy (SCP)
File Transfer Protocol (FTP)
- Generic method of transferring files
- Protect access to files by requiring usernames and passwords, and allows file transfer between dissimilar computer systems
- Can transfer both binary and text files including HTML to another host
- *** FTP does not use encryption. All data are sent over the network in clear text **
Trivial File Transfer Protocol (TFTP)
- Does not provide user authentication or error detection
- Used when files need to be transferred between systems quickly
- Since it does not perform error detection TFTP is faster than FTP but is susceptible to transmission errors
Secure File Transfer Protocol (SFTP)
- Uses SSH to secure data transfer
* SSH ensures that SFTP transmission use encrypted commands and data
Secure Copy (SCP)
- Used to securely transfer files between systems
Name Email Protocols
- Simple Mail Transfer Protocol (SMTP)
- Post Office Protocol 3 (POP3)
- Internet Message Access Protocol version4 (IMAP4)
Simple Mail Transfer (SMTP)
- Is used to route electronic mail through the internetwork
- Is used between mail severs for sending and relaying mail
- Is used by all email clients to send mail
- by some email client programs, such as Outlook for receiving mail from an Exchange server