Networking Fundamentals: Selected Concepts
Networking Fundamentals: Selected Concepts
Networking Fundamentals: Selected Concepts
FUNDAMENTALS
Selected Concepts
WHAT IS A NETWORK?
A network is simply two or more computers that
are linked together.
The most common types of networks are:
Local Area Networks (LANS) and
Wide Area Networks (WANS).
The primary difference between the two is that a
LAN is generally confined to a limited
geographical area, whereas a WAN covers a
large geographical area. Most WANs are made
up of several connected LANs.
TYPES OF NETWORKS
Local Area Network (LAN) – a network that spans a
small area such as a building or an office.
Software applications and other resources are stored on a file
server.
Print servers enable multiple users to share the same printer.
Wide Area Network (WAN) – a network that spans a
wide geographical area; there are several types of WANS
Metropolitan area network (MAN)
Public access network (PAN)
Value added network (VAN)
Virtual private network (VPN)
TYPES OF NETWORKS
Intranet – An intranet is a private LAN designed for use by everyone
within an organization. An intranet might consist of an internal e-mail
system, a message board and one or more Web site portals that
contain company news, forms, and personnel information.
Access to an intranet’s web site is restricted by a firewall.
Extranet – a network that connects people within your company
with people who are outside your company--all within a secure,
password-protected network that can be accessed from anywhere.
http://www.clienthelpdesk.com/dictionary
Ambrose, Bergerud, Busche, Morrison, and Wells-Pusins: IC3 BASICS, Thomson Course Technology, 2003
RISKS OF NETWORK
COMPUTING
The security of a computer network is
challenged everyday by:
Equipment malfunctions
System failures
Note: equipment malfunctions and system failures may
be caused by natural disasters such as floods, storms, or
fires, and electrical disturbances
Computer hackers
Virus attacks
Ambrose, Bergerud, Busche, Morrison, and Wells-Pusins: IC3 BASICS, Thomson Course Technology, 2003
COMMUNICATIONS
MEDIA
Communications Channel
Architecture
NETWORK
TOPOLOGIES
Network Topology (or layout) – refers to the way
computers and peripherals are configured to form
networks
Bus topology – all computers are linked by a single line
of cable
Star topology – multiple computers and peripheral
devices are linked to a central computer, called a host
Ring topology – each computer or workstation is
connected to two other computers, with the entire
network forming a circle
Hybrid topology – combine network layout
types to meet their needs
NETWORK/COMMUNICATION
PROTOCOLS
A protocol is simply an agreed-on set of
rules and procedures for transmitting data
between two or more devices.
Features determined by the protocol are:
How the sending device indicates it has finished
sending the message.
How the receiving device indicates it has received
the message.
The type of error checking to be used.
Ambrose, Bergerud, Busche, Morrison, and Wells-Pusins: IC3 BASICS, Thomson Course Technology, 2003
NETWORK/COMMUNICATIONS
PROTOCOLS
Routers connect two or more networks and forward data
packets between them. When data arrives from one of
the segments, the router decides, according to it's routing
table, to which segment to forward that data.
"Gateway" is a term that was once used to refer to a routing device. Today, in the TCP/IP world, the term "router" is used to describe such
a device.
The term gateway now refers to special-purpose devices, that perform protocol conversions. Gateways implement application layer
conversions of information received from various protocols.
Firewalls are systems that establish access control policies among networks. They
can block information from entering a network or from getting out of that network,
they can permit different users to perform different kinds of operations, according to
the user's authorizations.