Difference between revisions of "Networking"

From Libopedia
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
  
 
=References=
 
=References=
Wikipedia info links;
+
==Internetworking==
  
 
* http://en.wikipedia.org/wiki/Computer_network
 
* http://en.wikipedia.org/wiki/Computer_network
Line 26: Line 26:
 
* http://en.wikipedia.org/wiki/Wide-area_network. WAN. Connects MAN's in a country to another large geographical area.
 
* http://en.wikipedia.org/wiki/Wide-area_network. WAN. Connects MAN's in a country to another large geographical area.
  
Wikipedia info links;
+
==Internet TCP/IP Stack==
 
* http://en.wikipedia.org/wiki/Network_card. The network interface card (NIC) is the device installed in the computer to enable networked communications.
 
* http://en.wikipedia.org/wiki/Network_card. The network interface card (NIC) is the device installed in the computer to enable networked communications.
 
* http://en.wikipedia.org/wiki/MAC_address. The hardware address of the NIC used for local area network (LAN) management together with the Ethernet protocol.
 
* http://en.wikipedia.org/wiki/MAC_address. The hardware address of the NIC used for local area network (LAN) management together with the Ethernet protocol.

Latest revision as of 17:32, 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

Internetworking

Internet TCP/IP Stack