Difference between revisions of "Networking"

From Libopedia
Jump to navigation Jump to search
Line 35: Line 35:
 
* http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol. Protocol to assign an IP address to a network card using the MAC address.
 
* http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol. Protocol to assign an IP address to a network card using the MAC address.
 
* http://en.wikipedia.org/wiki/Domain_Name_System. Protocol to assign a human readable name (hostname) to an IP address.
 
* http://en.wikipedia.org/wiki/Domain_Name_System. Protocol to assign a human readable name (hostname) to an IP address.
 +
<!--
 
=Local links=
 
=Local links=
 
* 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.
 +
-->

Revision as of 17:31, 21 August 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.

Network Device

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

MAC address (DHCP) <<-->> IP address (TCP/IP) <<-->> Domain Name (DNS)

In addition each network card must know of the following;

  1. LAN Gateway address
  2. LAN Subnet Mask

Networks

Basic network hierarchy is as follows;

LAN -> CAN/MAN -> WAN

References

Wikipedia info links;

Wikipedia info links;