Midterm Networking
Midterm Networking
Network Components
Host Roles:
Topology Diagrams
The Internet
Internet - a worldwide collection of The Converging Network
interconnected LANs and WANs.
Before converged networks, an organization would
Intranets and Extranets have been separately cabled for telephone, video,
and data. Each of these networks would use different
An intranet is like a private internet just for an technologies to carry the signal.
organization. It connects different offices (LANs and
WANs) and is only accessible to employees or Converged networks can deliver data, voice, and
authorized members. Think of it as a company’s video over the same network infrastructure. The
private website where employees can share files, network infrastructure uses the same set of rules and
communicate, and access important tools. standards.
1. Fault Tolerance
2. Scalability
3. Quality of Service (QoS)
4. Security
Security must be implemented in multiple layers (M2 more on command, not include in taking notes)
using more than one security solution.
Module 3: Protocols and Models
Module 2: Basic Switch and End Device
Configuration The Rules
Common computer protocols must be in agreement Protocols have their own Function. Format, Rules
and include the following requirements:
1. Message encoding - process of converting
information into another acceptable form for
transmission.
Protocol Interaction
Protocol Suites
Two layered models describe network operations Multiplexing - processes of taking multiple streams
1. Open System Interconnection (OSI) of segmented data and interleaving them together.
Reference Model
2. TCP/IP Reference Model Sequencing messages - process of numbering the
segments so that the message may be reassembled
The OSI Reference Model: at the destination.
Data Access
Addresses
The IP packet contains two IP addresses: Bandwidth - capacity at which a medium can carry
data.
1. Source IP address - The IP address of the
sending device, original source of the packet. Digital bandwidth - measures the amount of data
2. Destination IP address - The IP address of that can flow from one place to another in a given
the receiving device, final destination of the amount of time; how many bits can be transmitted in
packet. a second.
Copper Cabling
Fiber-Optic Cabling
3. Long-Haul Networks - Used by service providers Optical fiber is primarily used as backbone cabling for
to connect countries and cities high-traffic, point-to-point connections between data
distribution facilities and for the interconnection of
4. Submarine Cable Networks - Used to provide buildings in multi-building campuses.
reliable high-speed, high-capacity solutions capable
of surviving in harsh undersea environments at up to
transoceanic distances.
Fiber-Optic Connectors
Module - 1, 3, 4, 6
Wireless Media ● Accepts a frame from the network medium.
● De-encapsulates the frame to expose the
It carries electromagnetic signals representing binary encapsulated packet.
digits using radio or microwave frequencies. This ● Re-encapsulates the packet into a new frame.
provides the greatest mobility option. Wireless ● Forwards the new frame on the medium of the
connection numbers continue to increase. next network segment.
Some of the limitations of wireless Coverage area, Data Link Layer Standards
Interference, Security and Shared medium
Data link layer protocols are defined by engineering
Wireless Standards: organizations:
1. Institute for Electrical and Electronic
1. Wi-Fi (IEEE 802.11) Engineers (IEEE).
2. Bluetooth (IEEE 802.15) 2. International Telecommunications Union
3. WiMAX (IEEE 802.16) (ITU).
4. Zigbee (IEEE 802.15.4) 3. International Organizations for
Standardization (ISO).
Wireless LAN (WLAN) requires the following devices: 4. American National Standards Institute (ANSI).
Providing Access to Media Hub and spoke – similar to a star topology where a
central site interconnects branch sites through point-
Packets exchanged between nodes may experience to-point links.
numerous data link layers and media transitions.
Mesh – provides high availability but requires every
At each hop along the path, a router performs four end system to be connected to every other end
basic Layer 2 functions: system.
Module - 1, 3, 4, 6
● When transmitting, devices also include the
LAN Topologies time duration needed for the transmission.
● Other devices on the shared medium receive
End devices on LANs are typically interconnected the time duration information and know how
using a star or extended star topology. Star and long the medium will be unavailable.
extended star topologies are easy to install, very
scalable and easy to troubleshoot. Data Link Frame
Bus – All end systems chained together and Data is encapsulated by the data link layer with a
terminated on each end. header and a trailer to form a frame.
Ring – Each end system is connected to its data link frame has three parts:
respective neighbors to form a ring. 1. Header
2. Data
Half-duplex communication - Only allows one 3. Trailer
device to send or receive at a time on a shared
medium. The amount of control information carried within the
frame varies according to access control information
Full-duplex communication - Allows both devices to and logical topology.
simultaneously transmit and receive on a shared
medium.
CSMA/CD
● Operates in half-duplex mode where only one
device sends or receives at a time.
● Uses a collision detection process to govern
Layer 2 Addresses
when a device can send and what happens if
● Also referred to as a physical address.
multiple devices send at the same time.
● Contained in the frame header
● Used only for local delivery of a frame on the
CSMA/CD collision detection process:
link.
● Devices transmitting simultaneously will result
● Updated by each device that forwards the
in a signal collision on the shared media.
frame.
● Devices wait a random period of time and
retransmit data.
CSMA/CA
(same with CSMA/CD)