TCP vs UDP

GreatAntigorite avatar
GreatAntigorite
·
·
Download

Start Quiz

Study Flashcards

67 Questions

What is the total number of ports available?

65,536

Which ports are called the well-known ports?

0 through 1023

What is the combination of host's IP address and port number known as?

Socket

Which protocol uses port 25?

SMTP

Which protocol uses port 80?

HTTP

Which protocol uses port 22?

SSH

Which protocol uses ports 137-139?

NetBIOS/NetBT

Which protocol uses port 443?

HTTPS

Where can a complete list of registered port numbers be found?

Which protocol at the Host-to-Host layer guarantees packet delivery through the use of a virtual circuit and data acknowledgements?

TCP

What is a key difference between TCP and UDP?

TCP is connection-oriented while UDP is connectionless

What is the main reason why UDP is often considered to be somewhat faster than TCP?

UDP is connectionless

What concept is used by TCP and UDP to keep track of conversations and ensure data reaches the right application and end user?

Port numbers

Which layer of the TCP/IP suite includes TCP and UDP protocols?

Host-to-Host layer

What is the port number commonly used for HTTP requests?

80

In the analogy provided, what does the IP address represent?

Your house

What is the term used to describe the characteristic of TCP that ensures packet delivery?

Connection-oriented

What does UDP lack in comparison to TCP, leading to its faster speed?

Guarantee of packet delivery

TCP guarantees packet delivery through the use of a virtual circuit and data acknowledgements.

True

UDP is always faster than TCP due to its connectionless nature.

False

TCP is often referred to as connectionless, whereas UDP is connection-oriented.

False

TCP and UDP use port numbers to keep track of conversations and ensure data reaches the right application and end user.

True

In the analogy provided, the IP address is compared to the cable company.

False

UDP does not guarantee packet delivery.

True

Both TCP and UDP are alternatives within the TCP/IP suite.

True

TCP guarantees packet delivery through the use of a virtual circuit and data acknowledgements, while UDP does not offer any guarantees.

True

TCP and UDP make use of port numbers to direct data to the correct application and end user.

True

TCP and UDP applications combine the host’s IP address with the port number in order to communicate. This combination is known as a socket.

True

The well-known ports are numbered from 0 to 1023.

True

Any port number from 49152 to 65535 can be used by application vendors.

True

HTTP uses port number 80 for communication.

True

The total number of ports available is 65,536.

True

Telnet uses UDP for communication.

False

The combination of host's IP address and port number is known as a socket.

True

SMTP uses TCP for communication.

True

SNMP uses port numbers 161 and 162 for communication.

True

Explain the purpose of port numbers in the context of TCP/IP applications.

Port numbers in the context of TCP/IP applications are used to direct data to the correct application and end user. They are analogous to channels on a TV, where different services are available on different channels.

What is a socket in the context of TCP/IP applications?

A socket is the combination of the host's IP address and the port number, used for communication between client computers and servers.

What are the well-known ports and how are they defined?

The well-known ports are ports numbered from 0 to 1023, and they are assigned to commonly used services such as FTP, SSH, Telnet, SMTP, DNS, and HTTP.

Explain the significance of the registered ports in TCP/IP applications.

Registered ports, numbered from 1024 to 49151, are used for specific applications and services. They provide a range of port numbers for various purposes.

What is the purpose of the ports numbered from 49152 to 65535?

The ports numbered from 49152 to 65535 are free to be used by application vendors for their specific purposes.

What is the total number of ports available in TCP/IP applications?

There are 65,536 ports available in TCP/IP applications, numbered from 0 to 65535.

Where can a complete list of registered port numbers be found?

A complete list of registered port numbers can be found at www.iana.org and other similar sites like Wikipedia.

How do TCP/IP applications combine the host's IP address with the port number?

TCP/IP applications combine the host's IP address with the port number to form a socket for communication.

What is the role of port numbers in ensuring effective communication between client computers and servers?

Port numbers play a crucial role in directing data to the correct application and end user, ensuring effective communication within TCP/IP applications.

What are the two alternatives within the TCP/IP suite at the Host-to-Host layer?

TCP and UDP

What is the major difference between TCP and UDP?

TCP guarantees packet delivery through the use of a virtual circuit and data acknowledgements, while UDP does not.

What is the purpose of port numbers in TCP and UDP?

To keep track of conversations and ensure data reaches the right application and end user.

What analogy is provided to understand port numbers?

Cable or satellite television, where the IP address represents the house and the cable company needs to know where to send the data.

What is the term used to describe TCP's characteristic of ensuring packet delivery?

Connection-oriented

Why is UDP often considered to be somewhat faster than TCP?

Because it is connectionless, but the difference is only in milliseconds.

What protocol uses port 80 for communication?

HTTP

What is the layer of the TCP/IP suite that includes TCP and UDP protocols?

Host-to-Host layer

What does UDP lack in comparison to TCP, leading to its faster speed?

UDP lacks the guarantee of packet delivery through the use of a virtual circuit and data acknowledgements.

TCP guarantees packet delivery through the use of a virtual circuit and data acknowledgements, while _____________ does not offer any guarantees.

UDP

UDP is _____________, whereas TCP is connection-oriented.

connectionless

TCP and UDP use _____________ to keep track of these conversations and make sure that the data gets to the right application and right end user.

port numbers

In this analogy, the IP address is your _____________.

house

Imagine a web server that is managing connections from incoming users who are viewing web content and others who are downloading files. TCP and UDP use port numbers to keep track of these conversations and make sure that the data gets to the right application and right end ____________.

user

Conversely, when a client makes a request of a server, it needs to do so on a specific port to make sure that the right application on the server hears the _____________.

request

A good analogy for understanding port numbers is to think of cable or satellite television. In this analogy, the IP address is your _____________.

house

TCP guarantees packet delivery through the use of a virtual circuit and data acknowledgements and _____________ does not.

UDP

TCP is often referred to as connection-oriented, whereas _____________ is connectionless.

UDP

Ports 0 through 1023 are called the well-known ports and are assigned to commonly used services, and 1024 through 49151 are called the ______ ports. Anything from 49152 to 65535 is free to be used by application vendors. Fortunately, you don’t need to memorize them all.

registered

The client computer on a network knows that if it needs to ask a question in HTTP, it needs to do it on port ______.

80

TCP/IP applications combine the host’s IP address with the port number in order to communicate. This combination is known as a ______.

socket

Table 7.1 shows the ports used by some of the more common protocols. You should know each of these for the A+ exam. Table 7.1 Common port numbers Service Protocol Port(s) FTP TCP 20, 21 SSH TCP 22 Telnet TCP 23 SMTP TCP 25 DNS TCP/UDP 53 DHCP UDP 67, 68 HTTP TCP ______ POP3 TCP 110 NetBIOS/NetBT TCP 137–139 IMAP4 TCP 143 SNMP UDP 161, 162 LDAP TCP 389 SLP TCP 427 HTTPS TCP 443 SMB/CIFS TCP 445 AFP TCP 548 RDP TCP 3389 375 A complete list of registered port numbers can be found at www.iana.org and several other sites, such as Wikipedia.

80

Test your knowledge of Host-to-Host layer protocols with this quiz. Explore the differences between TCP and UDP in the TCP/IP suite and understand their roles in packet delivery and data acknowledgements.

Make Your Own Quizzes and Flashcards

Convert your notes into interactive study material.

Get started for free

More Quizzes Like This

Use Quizgecko on...
Browser
Browser