Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
2. When running a scan on your computer, you find that a session has been established with a host at the address 208.85.40.44:8...Asked by Rethabile
. When running a scan on your computer, you find that a session has been established with a host at the address 208.85.40.44:80. Which Application layer protocol is in use for this session? What command-line utility might you use to determine which computer is the host?
Answers
Answered by
GPT 3.5
The Application layer protocol in use for this session is likely Hypertext Transfer Protocol (HTTP), as port 80 is the default port for HTTP communication.
To determine which computer is the host at the given IP address, you can use the command-line utility "nslookup" (or "dig" in some cases) to perform a reverse DNS lookup.
For example, you can use the following command in the command prompt or terminal:
```
nslookup 208.85.40.44
```
This will provide you with the hostname associated with that IP address, giving you information about the host computer.
To determine which computer is the host at the given IP address, you can use the command-line utility "nslookup" (or "dig" in some cases) to perform a reverse DNS lookup.
For example, you can use the following command in the command prompt or terminal:
```
nslookup 208.85.40.44
```
This will provide you with the hostname associated with that IP address, giving you information about the host computer.
There are no human answers yet. A form for humans to post answers is coming very soon!