Network Standards & The OSI Model
Network Standards & The OSI Model
Since the Internet is comprised of a global network of computers, there must be a way to
identify each computer and device connected. That's where Internet Protocol (or IP) comes in.
Everything connected to the Internet has an IP address. That includes computers, servers, cell
phones and any other equipment.
All of these have a unique IP address in order to connect to the Internet. The IP address allows
each computer connected to the Internet to be identified. The IP address is like your home
address. If someone wants to send you a letter, they need to know your full address.
The IP address will take the form of four sets of numbers. Each number must be between 0 and
255. For example, 12.125.30.102 is a sample of an IP address.
Key Terms
Communication (TCP/IP)
Once your computer connects to the Internet it must be able to communicate with
other computers and devices. Computer networks have rules for communication
known as protocols. They are necessary for proper communication to take place.
The MAC (Media Access Control) addresses work along with IP addresses on a network
device for communication.
To communicate on a network, a device must have functioning hardware, which
includes a Network Interface Card (NIC). The NIC is a piece of hardware with a circuitry
card that allows it to communicate on the network, much like an electric plug allows an
electronic device to operate.
Every NIC has a unique identifier called a MAC address, also known as an Ethernet
address. This identifier consists of a series of 48-bit numbers that are linked to the
hardware circuitry of the NIC. The MAC address is usually hardwired into the NIC during
manufacture and cannot be altered.
MAC Address Example: 00-14-22-01-23-45
Data Packet Description
A data packet is composed of binary data (ones and zeros) formatted to allow
movement along a computer network.
Transmitted data arrives as individual data packets; each packet contains several
sections. There is a header section composed of packet origin and packet destination
information.
The header section is followed by the message body (or payload), which in turn is
followed by the packet footer (or trailer). Typically, the packet footer contains ending or
termination instructions.
Typically, an IPv4 packet is composed of the 14 fields shown in the following table
ARP Functions
To send a frame, a device will search its ARP table for a destination IPv4 address and a corresponding MAC address.
• If the packet’s destination IPv4 address is on the same network, the device will search the ARP table for the
destination IPv4 address.
• If the destination IPv4 address is on a different network, the device will search the ARP table for the IPv4 address of
the default gateway.
• If the device locates the IPv4 address, its corresponding MAC address is used as the destination MAC address in the
frame.
• If there is no ARP table entry is found, then the device sends an ARP request.
Address Resolution
Protocol (ARP)
The ISO is a worldwide organization that created the suggested communications standards that describe
sending and receiving data over a network.
In conclusion, the OSI typically organizes computer protocols into seven separate layers. The model is helpful
because it allows computer programmers to design protocols that work together without needing to know the
details of how each protocol works. The model also allows different protocols to be used in different layers,
making it possible to update or replace protocols without affecting the other protocols in the stack.
ARP is Address Resolution Protocol; it is used to resolve IP addresses into MAC addresses.
Maintaining an ARP table of IPv4 to MAC address mappings is an important part of network communication in
IPv4 networks. The ARP table is a cache of recently resolved mappings that are used to speed up the process
of sending data on the network. Devices automatically update their ARP tables as they communicate with
other devices on the network, and entries in the ARP table may have a limited lifespan.