Difference between revisions of "Networking"

From Libopedia
Jump to navigation Jump to search
Line 38: Line 38:
 
* Check out: ftp://ftp.ee.sun.ac.za/ubuntu/books/Networking for books regarding networking.
 
* Check out: ftp://ftp.ee.sun.ac.za/ubuntu/books/Networking for books regarding networking.
 
* Take note of: ftp://ftp.ee.sun.ac.za/ubuntu/books/Networking/Remote-Access-via-SSH.pdf for remote logins.
 
* Take note of: ftp://ftp.ee.sun.ac.za/ubuntu/books/Networking/Remote-Access-via-SSH.pdf for remote logins.
 
=Test IP Address=
 
One IP address is available for testing and should not be used permanently.
 
 
hostname = install.lib.sun.ac.za
 
 
ipaddress = 146.232.72.106
 
 
netmask = 255.255.255.254
 
 
gateway = 146.232.72.1
 

Revision as of 15:40, 23 May 2016

General

See: http://www.tcpipguide.com/free/t_NetworkingFundamentals.htm

The campus network uses Ethernet network devices connected via network switches using the TCP/IP internetworking protocols.

Networks

Basic network hierarchy is as follows;

LAN -> CAN/MAN -> WAN

Wikipedia info links;

Network Device Config

Basic network config for each network card usually requires the following sequence;

MAC address (CSMA/CD) -> IP address (TCP/IP) -> Hostname (DNS)

In addition each network card must know of the following;

  1. LAN Gateway address
  2. LAN Subnet Mask

Wikipedia info links;

Local links