Networking Ports and Protocols Flashcards
What is the main difference between Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)?
The main difference between TCP (transmission control protocol) and UDP (user datagram protocol) is that TCP is a connection-based protocol and UDP is connectionless. While TCP is more reliable, it transfers data more slowly. UDP is less reliable but works more quickly.
What are the steps of the 3-way handshake?
Step 1: A connection between server and client is established
Step 2: The server receives the SYN packet from the client node
Step 3: Client node receives the SYN/ACK from the server and responds with an ACK packet
What are some of the most common uses of UDP?
UDP is frequently used when communications are time-sensitive. For users, it is better to have the overall transmission arrive on time than wait for it to get there in a near-perfect state. For this reason, UDP is commonly used in Voice over Internet Protocol (VoIP) applications as well.
Which protocols does email use?
The common protocols for email delivery are Post Office Protocol (POP), Internet Message Access Protocol (IMAP), and Simple Mail Transfer Protocol (SMTP). Each of these protocols has a standard methodology to deal with the emails and also has defined functions.
What port does Hypertext Transfer Protocol Secure (HTTPS) use?
HTTPS operates on port 443
TCP (Transmission Control Protocol)
A connection-oriented protocol. This means that when data is sent between two hosts, the TCP protocol ensures that every packet sent is received before sending the next packet.
UDP (User Datagram Protocol)
A connectionless protocol. Instead of verifying that each packet sent is received, UDP sends the packets one at time and the receiver processes them as they come in.
Port
A part of a computing device that can connect to peripherals or cables. A computer port is like a door into the system. There are 65,536 possible network ports. The port number tells the host device the type of traffic sent and where to send it to.
3-way handshake
The process two devices go through to establish a TCP connection.
A connection-oriented protocol. This means that when data is sent between two hosts, the TCP protocol ensures that every packet sent is received before sending the next packet.
TCP (Transmission Control Protocol)
A connectionless protocol. Instead of verifying that each packet sent is received, UDP sends the packets one at time and the receiver processes them as they come in.
UDP (User Datagram Protocol)
A part of a computing device that can connect to peripherals or cables. A computer port is like a door into the system. There are 65,536 possible network ports. The port number tells the host device the type of traffic sent and where to send it to.
Port
The process two devices go through to establish a TCP connection.
3-way handshake
a set of rules that define how devices will communicate on the network.
protocol
protocol
a set of rules that define how devices will communicate on the network.