Google: Difference between revisions

248 bytes added ,  2 years ago
 
(4 intermediate revisions by the same user not shown)
Line 87:
* Mutex
* Threads
A process is a collection of code, memory, data and other resources.
 
A thread is a sequence of code that is executed within the scope of the process.
You can (usually) have multiple threads executing concurrently within the same process.
 
= Questions =
Line 227 ⟶ 229:
It not, is there any network disconnection/lantency/congestion?
 
SSH Packets are reaching Destination? TCPDump on Destination(look for initial TCP packets with the SYN flags). If not check:
If not check:
- Using IP Correct in client side.
- DNS Correct? try host file entry or direct ip access
Line 239 ⟶ 242:
- Reply packets going or not? if going, check Router reverse routes.
- IPTables Rejecting packets (Flush IPTabeles -F)
- Packets received on correct interface? (SSH might be listening on wrong portinterface/address - ListenAddress )
- SSH fromto Server tofrom localhost
 
Any traffic reaching Server? ifconfig RX, TX count bytes increasing decreasing; If not check:.
If not check:
- Networking Config
- Interface check? correct ip on correct interface?
Line 324 ⟶ 328:
 
*Trade off you made in this?
Used VMs onyonly
Could have used Physical devices - Cisco Call Manager, Physical CBs, Cisco Routers, IPNetSim, IP Phones
Used devices across 2 DCs in India & US.