|
Protocols and Standards
Basic TCP/IP Networking
In this article, I'm going to describe how a network works. I am NOT not going to
load you down with details. Instead, I'm just going to describe what happens when
you start your client computer. How it gets access to the network. More ...
IP Addressing
The IP protocol uses a 32-bit address to define the network segment address and the
node address. If the device is to be connected to the Internet, the address needs to
be unique among all other devices connected to the Internet. More ...
IP Addressing and Subnetting
Today, many different kinds of devices can communicate on a network. A network device
might be a computer, a router, a printer, or any number of unusual devices. Every
device on a network that uses the Internet protocol (IP) needs a unique IP address. More ...
The OSI Reference Model
No real world network operating systems conform exactly to the OSI model, but it is
useful as a reference when describing existing systems. It is difficult to study
network devices such as routers, switches, and gateways without using the model. More ...
Network Operating Systems
The purpose of a network is to permit users share resources located on other computers
and to share peripheral devices such as printers. A network operating system (NOS) is
specialized systems software designed to provide networking functionality. More ...
Dynamic Host Configuration Protocol (DHCP) Explained
In the early days of TCP/IP each device on a network had stored on its hard disk a
configuration file that an administrator used to manually assign a static IP address.
Today a network administrator is no longer required to maintain an IP and MAC address
configuration file a server. Every device on a network is automatically assigned a
unique IP address by Dynamic Host Configuration Protocol (DHCP). More ...
Protocol Suites
Network protocols define rules for handling data and communicating in a particular
networking environment. Individual protocols operate at specific layers in the OSI
reference model. A protocol suite is a group of protocols designed to work together. More ...
TCP/IP Protocol Suite
A good portion of the knowledge required to be a network technician relates to the
TCP/IP protocol suite. This article describes the most important protocols in the
TCP/IP protocol suite. Many other less frequently used protocols exist. More ...
TCP/IP Utilities
TCP/IP comes with a set of command line utilities that a network technician can use
to manage and troubleshoot a network. PING is used to test the ability of two hosts
on a network to communicate. More ...
Ports and Sockets
Data transmitted over the Internet carries a 32-bit IP address that identifies its
destination computer and a 16-bit number that identifies a port on that computer.
The combination of the IP address and the port number is called a "socket". A pair
of sockets, one on the sending computer and one on the receiving computer uniquely
identifies a specific connection on the Internet. More ...
|