Answer:
i need help on my wuestion and nobody responds
Explanation:
<u>Normally windows end user can login 3 ways as follow:</u>
1. End user can Login as local account where user has not connected or even connected to local Area network LAN.
2. Next user can login into cloud accounts nothing but hot mail accounts
3. Login to windows domain controller where end user should connect to LAN.
Purpose of installation of Windows domain controller with Active Directory is to keep trace and keep log history activities.
Due to windows domain controller with Active Directory end user desktop or laptop has control on software access also.
Every time when end user login on windows domain controller a small modified is executed whenever is required. It is not going effort the workstation performances.
Note: - Domain severs should be POWER on first.
Answer:
You might think expenses are expenses. If the money's going out, it's an expense. But here at Fiscal Fitness, we like to think of your expenses in four distinct ways: fixed, recurring, non-recurring, and whammies (the worst kind of expense, by far).
Answer:
An answer to this question is given below in explanation section.
Explanation:
The given question is incomplete. First, we write the complete question that is:
Suppose Client A initiates a Telnet session with Server S. At about the same time, Client B also initiates a Telnet session with Server S. Run telnet in a terminal and capture the traffic on Wireshark. For example, open a telnet session using this command: "telnet cs537.cs.csusm.edu". What are the source and destination port numbers for the following items?
- the segment sent from A to S.
- the segment sent from B to S.
- the segment sent from S to A.
- the segment sent from S to B.
- if A and B are different hosts, is it possible that the source port number in the segments from A to S is the same as that from B to S?
- how about if they are the same host?
Answers
Source Port Numbers Destination Port Number
- A -> S 1467 23
- B -> S 1513 23
- S->A 23 1467
- S->B 23 1513
- Yes, it is that the source port number in the segement from A to S is the same as that from B to S. In short, there is no relationship between port numbers on different hosts
- no, a port number identify UNIVOCALLY a process.