Difference between revisions of "Networking"

From Libopedia
Jump to navigation Jump to search
m
Line 3: Line 3:
  
 
The campus network uses Ethernet network devices connected via network switches using the TCP/IP internetworking protocols.
 
The campus network uses Ethernet network devices connected via network switches using the TCP/IP internetworking protocols.
 +
 +
=Network Device Config=
 +
Basic network config for each network card usually requires the following sequence;
 +
MAC address ([https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol DHCP]) <<-->> IP address ([https://en.wikipedia.org/wiki/Internet_protocol_suite TCP/IP]) <<-->> Domain Name ([https://en.wikipedia.org/wiki/Domain_Name_System DNS])
 +
 +
In addition each network card must know of the following;
 +
# LAN Gateway address
 +
# LAN Subnet Mask
  
 
=Networks=
 
=Networks=
Line 16: Line 24:
 
* http://en.wikipedia.org/wiki/Metropolitan_area_network. MAN. Connects LAN's and CAN's in a large area such as a city, campus or town.
 
* http://en.wikipedia.org/wiki/Metropolitan_area_network. MAN. Connects LAN's and CAN's in a large area such as a city, campus or town.
 
* 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.
 
=Network Device Config=
 
Basic network config for each network card usually requires the following sequence;
 
MAC address ([https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol DHCP]) <<-->> IP address ([https://en.wikipedia.org/wiki/Internet_protocol_suite TCP/IP]) <<-->> Domain Name ([https://en.wikipedia.org/wiki/Domain_Name_System DNS])
 
 
In addition each network card must know of the following;
 
# LAN Gateway address
 
# LAN Subnet Mask
 
  
 
Wikipedia info links;
 
Wikipedia info links;

Revision as of 17:28, 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 Config

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

Wikipedia info links;

Wikipedia info links;

Local links