FTP uses two separate ports: ___________ for data transfer and ___________ for control information.
- Port 20, Port 21
- Port 20, Port 23
- Port 21, Port 22
- Port 22, Port 23
FTP (File Transfer Protocol) uses Port 21 for control information (commands and responses) and Port 20 for data transfer (actual file transfer). This separation enables efficient communication and management.
Loading...
Related Quiz
- In RESTful APIs, ___________ is used to represent the state of a resource.
- What is the key difference between React and Angular in terms of data binding?
- In merge sort, the merge operation combines two ___________ arrays into a single sorted array.
- You encounter a situation where a particular feature of your software intermittently fails in production but works fine in the development environment. How would you approach debugging and resolving this issue?
- During the ___________ phase, developers write and test the actual code.