answersLogoWhite

0

The BOOTP protocol uses multiple protocols, starting with port 67.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What port telnet use?

Telnet use port number 23,and connected to TCP


What port dns use?

Port 53


What port FTP use?

port 21


What is the port used by IIS to serve webpages?

Port 80 is the default web server port and IIS would use Port 80 unless configured to use a different port.


What port to use when DdoSing?

port 80 or 27005


What port does telnet use?

Telnet use port number 23,and connected to TCP


When your port 8080 is in use can other program access tha port 8080?

No, when port 8080 is in use by one program, other programs cannot access it simultaneously. Each port can be bound to only one process at a time; if another program attempts to use the same port, it will typically receive an error indicating that the port is already in use. To resolve this, the conflicting program must be stopped or configured to use a different port.


Are port and connector the same?

connectors are use to connect into the port


What is the definition of an SMTP port?

An SMTP port is the port used to transfer email using the SMTP protocol. Typically SMTP is configured to use TCP port 25, although some servers will use TCP port 587.


Can you use an MP3 port to connect an iPod?

Since MP3 and iPod are incompatible, you can't use an MP3 port to connect an iPod; you can only use a port that will accept an iPod cord.


What is used to connect a scanner to a PC?

old ones use LPT or Printer Port and new ones use USB


What port number should you use when writing the code of client and server on same system?

The port number which you use is arbitrary as long as you use the same port for the listener (daemon/server) as you use for the client. The IP address which you use is 127.0.0.1.