Network Administration and Management: Prepared By: Inocencio, Rose M
Network Administration and Management: Prepared By: Inocencio, Rose M
Management
Prepared by: Inocencio, Rose M.
Chiquito, Wilson
Santiago, John Robert
Tamundez, Jonh Kister
Violago, Ashley Pearl N.
BRIEF HISTORY OF COMPUTER
NETWORK TECHNOLOGY
A Computer Network, or simply a network is a collection of computers and
other hardware components interconnected by communication channels that allow
sharing and resources and information.
1940- George Stibitz used a Teletype machine to send instructions for a problem
set form his Model at Dartmouth College to his Complex Number Calculator in
New York and received results back by the same means.
1950- Earl networks of communicating computers included the military radar
system Semi-Automatic Ground Environment (SAGE), started in the late 1950s.
1960- The commercial airline reservation System Semi- automatic Business
Research Environment (SABRE) went online with two connected mainframes.
BRIEF HISTORY OF COMPUTER
NETWORK TECHNOLOGY
1962- Linking output systems like teletypewriters to computers was an interest to
the Advanced Research Project Agency (ARPA) , when J.C.R Licklider was hired
and developed a working group called the “Intergalactic Computer Network”.
This concept allowed the date and programs stored within each computer to be
accessed from anywhere in the world, by any of the computers connected to the
network.
1964- Researchers at Dartmouth developed the Dartmouth Time Sharing System
for distributed users of large computer systems.
1965- Thomas Maril and Lawrence G. Roberts created the first WAN. This was
an immediate precursor to the ARPANET, of which Roberts became Program
Manager. At the same time, the first widely used telephone switch that used true
computer control was introduced by Western Electric.
BRIEF HISTORY OF COMPUTER
NETWORK TECHNOLOGY
1972- Commercial Services using X.25, were deployed, and later used as
an underlying infrastructure for expanding TCP/IP networks.
1991- Home Broadband was created.
1996- The 56k modem was invented by Dr. Brent Townshend.
2000- In late March 2000, Cisco achieved a stock market capitalization
(valuation) of more than $550 million that officially made Cisco the single
most valuable corporation in the world at that time-literally a “Fortune 1”
company.
BRIEF HISTORY OF COMPUTER
NETWORK TECHNOLOGY
2001- Home broadband opens mainstream usage and begins growing at a
faster rate than Internet dial-up services.
2009- 10 Gigabit Ethernet (GE) was the only market segment to show
sequential port an revenue growth in 2009, due in large part to shipments
of purpose built fixed 10 GE boxes for the data center.
2010- 100 Gigabit standard fully completed.
2020- The Terabit Optical Ethernet Center are aiming for 1 Terabit
Ethernet over optical fiber- One Trillionth bits per second. By 2015, with
the ultimate goal of enabling 200 Terabit Ethernet by 2020.
BRIEF HISTORY OF COMPUTER
NETWORK TECHNOLOGY
Conclusion:
Today, computer networks are the core of modern communication. All
modern aspects of the public switched telephone network (PSTN) are
computer- controlled, and telephony increasingly runs over the Internet
Protocol. The scope of communication has increased significantly in the
past decade, and this boom in communications would have not been
possible without the progressively advancing computer network.
Introduction to Networking Terminology,
Interfaces, and Protocols
Introduction
A basic understanding of networking is important for anyone managing a
server. Not only is it essential for getting your services online and running
smoothly, it also gives you the insight to diagnose problems.
Overview
This document will provide a basic overview of some common
networking concepts. We will discuss basic terminology, common protocols,
and the responsibilities and characteristics of the different layers of
networking.
Networking Glossary
Connection- In networking, a connection refers to pieces of related information
that are transfered through a network. This generally infers that a connection is
built before the data transfer (by following the procedures laid out in a protocol)
and then is deconstructed at the at the end of the data transfer.
Ex: wireless and wired connection
Packet
A packet is, generally speaking, the most basic unit that is transferred over
a network. When communicating over a network, packets are the
envelopes that carry your data (in pieces) from one end point to the other.
Packets have a header portion that contains information about the packet
including the source and destination, timestamps, network hops, etc.
The main portion of a packet contains the actual data being transferred.
It is sometimes called the body or the payload.
Network Interface
A network interface can refer to any kind of software interface to
networking hardware. For instance, if you have two network cards in your
computer, you can control and configure each network interface associated
with them individually.
A network interface may be associated with a physical device, or it may
be a representation of a virtual interface. The "loopback" device, which is
a virtual interface to the local machine, is an example of this.
LAN and WAN
LAN: LAN stands for "local area network". It refers to a network or a
portion of a network that is not publicly accessible to the greater internet.
A home or office network is an example of a LAN.
WAN: WAN stands for "wide area network". It means a network that is
much more extensive than a LAN. While WAN is the relevant term to use
to describe large, dispersed networks in general, it is usually meant to
mean the internet, as a whole. If an interface is said to be connected to the
WAN, it is generally assumed that it is reachable through the internet.
Protocol
A protocol is a set of rules and standards that basically define a
language that devices can use to communicate. There are a great
number of protocols in use extensively in networking, and they are
often implemented in different layers.
Some low level protocols are TCP, UDP, IP, and ICMP. Some
familiar examples of application layer protocols, built on these
lower protocols, are HTTP (for accessing web content), SSH,
TLS/SSL, and FTP.
Port, Firewall, NAT and VPN
All those nice, expensive servers your company is running are worthless if
they cannot talk to each other. That is what network admin does… he lets
them talk.
While your server infrastructure is what your company lives and dies on..
the services, products, and data are the life blood of the system… the
network is what makes them do what they do. If the data your company
has is the lifeblood.. the network is the circulatory system. Network
admins are quite possibly the most essential IT position in a company.
Top 10 things to know about network
administration
1. The OSI model: Memorize it. It's almost a cliché, but
understanding it is critical.
Top 10 things to know about network
administration
2. TCP/IP concepts: Learn to think in binary and get a firm grasp on
bitmasks, subnetting, gateways (like the "default gateway") and how
addresses are constructed (the network portion, the host portion, etc).
Top 10 things to know about network
administration
3. Stacks: Read about how the network stack is implemented on hosts.
Get a good feel for what each component (the NIC, firmware, device
drivers, the OS, etc) is responsible for. Once you understand this,
troubleshooting is easy.
Top 10 things to know about network
administration
4. Layer 2: Learn how switches operate and how they're different from
hubs and routers. Understand bridging, and get a general idea of what
Spanning Tree Protocol does. Learn the difference between a collision
domain and a broadcast domain, and then study VLANs.
Top 10 things to know about network
administration
5. Routing: Learn a routing protocol. Start with RIP, because it's easy.
You don't need to be a guru, just get a general idea about how routers
can exchange information about the network.
Top 10 things to know about network
administration
6. Services: Understand the role of DNS and DHCP and WINS and
know their alternatives, like the host and lmhost files and static
addressing.
Top 10 things to know about network
administration
7. Find yourself some good networking reference material.
Whatis.com is a great for deciphering arcane acronyms.
Top 10 things to know about network
administration
8. Security: Read a little about how firewalls operate and other
security technologies like VPNs. Understand the difference between
authentication, authorization and accounting.
Top 10 things to know about network
administration
9. Output: Learn how to get status and information out of your
networking devices. A good place to start is with the "show"
commands (which will be featured in next week's tip).
Top 10 things to know about network
administration
10. Finally, do a walkthrough: follow data as it goes from one application to
another. How does it get from the application, to being segmented, packetized,
framed, and routed? How does your computer know what IP address to send the
packet to? (DNS) How does it know what MAC address to send it to? (ARP)
How does it know how big to make the frame? (MTU) How does a switch know
which port to forward your packet out on? (FDB) How does a router know which
interface to use? (routing table) If you can answer these questions, you're well on
your way to being competent and productive.
Network Administrator
Tracking of the devices that are on the managed network and the
hardware and software configurations are allowed by Configuration
management.
Areas of Network Management
Accounting Management: