Skills Networking Fundamentals Flashcards
What is a Network?
A network refers to two or more connected computers that can share resources such as data, a printer, an Internet connection, applications, or a combination of these resources.
Types of Networks
-Local Area Network (LAN)
-Metropolitan Area Network (MAN)
-Wide Area Network (WAN)
WAN Technologies
-Leased Line
-Circuit-switched
-Frame-relay
-Broadband Access
The OSI Model- Why a Layered Network Model?
-Reduces complexity
-Standardizes interfaces
-Facilitates modular engineering
-Ensures interoperable technology
-Accelerates evolution
-Simplifies teaching and learning
The Seven Layers of the OSI Model: Application, Presentation, & Session
Application Layers (Upper Layers):
-Network Processes to Applications
-Data Representation
-InterHost Communication
The Seven Layers of the OSI Model: Transport
End to End Connections:
-Handles transportation issues between hosts
-Ensures data transport reliability
-Establishes, maintains, and terminates virtual circuits
-Provides reliability through fault detection and recovery
-Information flow control
The Seven Layers of the OSI Model: Network
Data Delivery:
-Provides connectivity and path selection between two host systems
-Routes data packets
-Selects best path to deliver data
-The Network layer prioritizes data known as Quality of Service (QoS)
The Seven Layers of the OSI Model: Data Link
Access to Media:
-Defines how data is formatted for transmission and how access to the network is controlled
The Seven Layers of the OSI Model: Physical
Binary Transmission:
-Defines the electrical, mechanical, procedural, and functional specifications for activating, maintaining, and deactivating the physical link
Physical Media Types
-Twisted-Pair
-Coaxial
-Fiber Optics
-Wireless
Hub or Repeater
A hub (concentrator) is a device that repeats signals it receives on one port to all other ports. It is a central connection point for several network devices.
Data Link Layer
Data Link Layer protocols create, transmit, and receive packets. This layer is also responsible for logical MAC addressing and LLC processing, creating logical topologies, and controlling media access.
MAC Address
The network interface card address, called the hardware address, is protocol-independent and is usually assigned at the factory. This address is technically called the media access control address (MAC) because it is found on the MAC sub layer of the Data Link layer.
Data Link Devices
The Data Link layer is manipulated by two: bridges and switches. These are more complex and more expensive than their Physical layer counterparts, but they do have advantages
Switch
When a switch receives data the switch examines the data link header for the MAC address of the destination station and forwards it to the correct port. This opens a path between ports that can use the full bandwidth of the topology.