Posted by Admin on 17th February 2007
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Different types of Classes of Network
Class A Addresses
Class A address must be between 0 and 127
Read the rest of this entry »
Posted in Network | 4 Comments »
Posted by Admin on 26th January 2007
NTP, the Network Time Protocol, is used to keep computer clocks accurate over the Internet, or by following an accurate hardware receiver which interprets GPS, DCF-77, NIST or similar time signals.
ntpdate is a simple NTP client which allows a system’s clock to be set to match the time obtained by communicating with one or more servers.
Read the rest of this entry »
Posted in General, Network, Other Linux | 1 Comment »
Posted by Admin on 11th December 2006
The basics for any network based on *nix hosts is the Transport Control Protocol/ Internet Protocol (TCP/IP) combination of three protocols. This combination consists of the Internet Protocol (IP),Transport Control Protocol (TCP), and Universal Datagram Protocol (UDP).
Read the rest of this entry »
Posted in Network | 9 Comments »
Posted by Admin on 5th December 2006
You can configure a network interface from the command line using the basic Linux networking utilities. You configure your network client hosts with the command line by using commands to change your current settings or by editing a number of system files. Two commands, ifconfig and route, are used for network configuration. The netstat command displays information about the network connections.
Read the rest of this entry »
Posted in Network | 7 Comments »
Posted by Admin on 4th December 2006
The basics for any network based on *nix hosts is the Transport Control Protocol/ Internet Protocol (TCP/IP) combination of three protocols. This combination consists of the Internet Protocol (IP),Transport Control Protocol (TCP), and Universal Datagram Protocol (UDP).
Read the rest of this entry »
Posted in Network, Other Linux | 34 Comments »
Posted by Admin on 16th November 2006
Media Access Control address, a hardware address that uniquely identifies each node of a network. In IEEE 802 networks, the Data Link Control (DLC) layer of the OSI Reference Model is divided into two sublayers: the Logical Link Control (LLC) layer and the Media Access Control (MAC) layer. The MAC layer interfaces directly with the network medium.Consequently, each different type of network medium requires a different MAC layer. On networks that do not conform to the IEEE 802 standards but do conform to the OSI Reference Model, the node address is called the Data Link Control (DLC) address.
Read the rest of this entry »
Posted in Network | 10 Comments »