Thursday, December 27, 2012

20 Linux System Monitoring Tools

Need to monitor Linux server performance? When a performance issue arises, there are 4 main areas to consider: CPU, Memory, Disk I/O, and Network. The commands discussed below are some of the most basic commands when it comes to system analysis and debugging server issues such as: Monitoring System Resource Monitoring Disks (storage) . Monitoring Users. Network bottlenecks. 1.Monitoring System Resource 1.1 Top – Linux Process Monitoring The top will display a continually updating report...

Wednesday, February 15, 2012

IEEE 802 Standards

 Brief background of IEEE802 standards for LAN and MAN While connecting computers through networks we need to have set of rules/standards for the data to travel from one computer to other computer. The right example for this can be road traffic rules. It's self understood, why we need traffic rules while driving, in same sense for the data packets to travel from one computer terminal to other terminal they should also follow set of rules and regulations. One such set of rules for the networking...

Tuesday, February 7, 2012

Local Area Network(LAN) Topologies

The term network topology refers to the layout of a network. The type of topology affects what networking method is used, as well as what cable types and network devices are required. Network topologies can be defined on a physical level or on a logical level. The physical topology refers to how a network is physically constructed — that is, how it actually looks. The logical topology refers to how a network looks to the devices that use it—in other words, how it actually functions. There are...

Monday, February 6, 2012

Network Address Translation(NAT)

 Network Address Translation (NAT) is the process where a network device, usually a firewall, assigns a public address to a computer (or group of computers) inside a private network. The main use of NAT is to limit the number of public IP addresses an organization or company must use, for both economy and security purposes. Purposes of NAT: NAT accomplishes these key purposes: ·         It acts as a firewall by hiding internal IP addresses. ·         It...