0% found this document useful (0 votes)
18 views12 pages

Network Cable, OSI, TCP

The document provides a comprehensive overview of various network cable types, including Twisted Pair, Coaxial, and Fiber Optic cables, along with their specifications and uses. It also explains the OSI and TCP/IP models, detailing their layers, functions, and responsibilities in network communication. Additionally, it highlights the advantages and limitations of the TCP/IP model compared to the OSI model.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views12 pages

Network Cable, OSI, TCP

The document provides a comprehensive overview of various network cable types, including Twisted Pair, Coaxial, and Fiber Optic cables, along with their specifications and uses. It also explains the OSI and TCP/IP models, detailing their layers, functions, and responsibilities in network communication. Additionally, it highlights the advantages and limitations of the TCP/IP model compared to the OSI model.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Network cable types and their uses

There are several types of network cables, each with specific uses in networking environments.
Here's an overview:

1. Twisted Pair Cables

Twisted pair cables are the most common type used in modern networking. They are divided into
two main categories: shielded (STP) and unshielded (UTP).

Types:

 Cat5:
o Speed: Up to 100 Mbps
o Frequency: 100 MHz
o Use: Basic LAN setups, legacy networks.
 Cat5e (Enhanced):
o Speed: Up to 1 Gbps
o Frequency: 100 MHz
o Use: Gigabit Ethernet networks; improved over Cat5 by reducing crosstalk.
 Cat6:
o Speed: Up to 10 Gbps (short distances, 55m)
o Frequency: 250 MHz
o Use: High-speed networks, including Gigabit and 10-Gigabit Ethernet.
 Cat6a (Augmented):
o Speed: Up to 10 Gbps (100m)
o Frequency: 500 MHz
o Use: Data centers, high-bandwidth requirements.
 Cat7:
o Speed: Up to 10 Gbps
o Frequency: 600 MHz
o Use: High-performance networks with better shielding.
 Cat8:
o Speed: Up to 40 Gbps
o Frequency: 2 GHz
o Use: Data centers, server rooms.

Common Uses:

 Connecting computers, switches, and routers in a LAN.


 Used in offices and homes for Ethernet connectivity.
2. Coaxial Cables

Coaxial cables are older technology but still used in specific scenarios.

Features:

 Central conductor, insulating layer, metal shield, and plastic outer sheath.

Types:

 RG-6: Used in modern cable TV and internet connections.


 RG-59: Used for older cable TV systems and CCTV.

Uses:

 Cable TV connections.
 Broadband internet from ISPs.
 CCTV systems.

3. Fiber Optic Cables

Fiber optic cables transmit data using light, making them extremely fast and immune to
electromagnetic interference.

Types:

 Single-mode:
o Long-distance transmission (up to 40 km).
o Used for WANs, ISPs, and backbone connections.
 Multi-mode:
o Shorter distances (up to 2 km).
o Used for LANs, data centers, and campus networks.

Uses:

 High-speed internet (ISP backbone connections).


 Long-distance data transmission.
 Data centers and server connections.
4. Crossover and Straight-through Cables

 Straight-through Cable:
o Connects different devices (e.g., PC to switch, router to switch).
o Uses standard T568A or T568B pinouts on both ends.
 Crossover Cable:
o Connects similar devices (e.g., PC to PC, switch to switch).
o Pins are crossed (T568A on one end and T568B on the other).

5. Serial and Console Cables

 Serial Cables:
o Used for legacy networking devices and point-to-point communication.
o Examples: RS-232 cables.
 Console Cables (Rollover Cables):
o Used to connect to network device management ports (e.g., Cisco routers and
switches).

6. Patch Cables

Short lengths of Cat5e, Cat6, or fiber optic cables used for connecting devices to patch panels,
switches, or wall ports in a structured cabling setup.

7. Power over Ethernet (PoE) Cables

These are standard Ethernet cables (Cat5e or higher) used to deliver power and data over a single
cable for devices like:

 IP cameras.
 VoIP phones.
 Wireless access points (WAPs).

8. Direct Attach Copper (DAC) and Active Optical Cables (AOC)

 DAC: High-speed twinax cables used for short connections in data centers.
 AOC: Fiber optic cables with integrated transceivers for short to medium distances.
Summary Table

Cable Type Use Case Max Speed Distance


Twisted Pair (Cat5e) Ethernet in homes/offices 1 Gbps 100m
Coaxial (RG-6) Cable TV, broadband ~100 Mbps Up to 500m
Fiber Optic (Single) Long-distance WANs/backbones 40 Gbps+ Up to 40 km
Fiber Optic (Multi) Data centers, LANs 10 Gbps 2 km
Crossover Cable Similar device connections 1-10 Gbps Varies
Console Cable Device management N/A Short distances

OSI Layers

The OSI (Open Systems Interconnection) Model is a conceptual framework that standardizes
the functions of a telecommunication or networking system into seven layers. Each layer has
specific roles and interacts with the layers directly above and below it. Here's a detailed
breakdown:

1. Physical Layer (Layer 1)

Function:

 Concerned with the transmission of raw binary data (0s and 1s) over physical mediums.
 Defines hardware specifications like cables, connectors, and signal types.

Key Responsibilities:

 Bit-level transmission.
 Physical network devices (e.g., hubs, repeaters).
 Transmission media (copper, fiber optic, wireless).
 Voltage levels, timing, and modulation.

Examples:

 Ethernet cables, fiber optics.


 Standards: IEEE 802.3, USB, Bluetooth.
2. Data Link Layer (Layer 2)

Function:

 Provides node-to-node data transfer.


 Detects and possibly corrects errors from the Physical layer.

Key Responsibilities:

 MAC (Media Access Control): Determines how devices access the physical medium.
 Logical Link Control (LLC): Ensures reliable communication between devices.
 Frame synchronization, addressing (MAC addresses).

Devices:

 Switches, bridges, network interface cards (NICs).

Examples:

 Ethernet (IEEE 802.3), Wi-Fi (IEEE 802.11).

3. Network Layer (Layer 3)

Function:

 Handles routing, forwarding, and addressing of data across networks.


 Determines the best path for data transmission.

Key Responsibilities:

 Logical addressing (IP addresses).


 Routing packets between source and destination.
 Fragmentation and reassembly of data packets.

Devices:

 Routers, Layer 3 switches.

Examples:

 IP (IPv4, IPv6), ICMP, ARP, RIP, OSPF, BGP.


4. Transport Layer (Layer 4)

Function:

 Ensures reliable data transfer between systems.


 Provides error checking and flow control.

Key Responsibilities:

 Segmentation and reassembly of data.


 End-to-end communication.
 Port addressing (e.g., TCP/UDP ports).

Protocols:

 TCP (Transmission Control Protocol): Reliable, connection-oriented.


 UDP (User Datagram Protocol): Unreliable, connectionless.

Examples:

 TCP (HTTP, FTP), UDP (DNS, VoIP).

5. Session Layer (Layer 5)

Function:

 Manages sessions between applications.


 Establishes, maintains, and terminates connections.

Key Responsibilities:

 Synchronization and dialog control.


 Handles session recovery after interruptions.

Examples:

 NetBIOS, RPC (Remote Procedure Call).


6. Presentation Layer (Layer 6)

Function:

 Translates data between application and network formats.


 Ensures data is in a readable and transferable format.

Key Responsibilities:

 Encryption and decryption.


 Data compression and decompression.
 Data translation (e.g., EBCDIC to ASCII).

Examples:

 SSL/TLS, JPEG, MPEG, GIF, ASCII.

7. Application Layer (Layer 7)

Function:

 Closest to the end-user, providing network services directly to applications.

Key Responsibilities:

 User interface and application services.


 Handles protocols for email, file transfer, and web browsing.

Examples:

 HTTP, HTTPS, FTP, SMTP, DNS, Telnet.

OSI Model Summary

Example
Layer Description Devices
Protocols/Technologies
User interface, network End-user
7. Application HTTP, FTP, SMTP
services applications
6.
Data translation, encryption SSL/TLS, JPEG, ASCII N/A
Presentation
5. Session Session management NetBIOS, RPC N/A
Example
Layer Description Devices
Protocols/Technologies
4. Transport End-to-end connections TCP, UDP N/A
3. Network Routing and addressing IP, ICMP, ARP Routers
MAC addressing, error
2. Data Link Ethernet, Wi-Fi Switches, NICs
detection
Hardware, transmission
1. Physical Cables, Hubs Hubs, Repeaters
media

This layered approach simplifies troubleshooting, development, and understanding by isolating


functions at each layer. Let me know if you want to dive deeper into any layer!
TCP/IP
The TCP/IP Model (Transmission Control Protocol/Internet Protocol) is a simplified framework
for network communication and is the foundation of the internet. It outlines how data is
transmitted and received across interconnected networks. It consists of four layers, each
mapping closely to certain OSI layers.

TCP/IP Layers

1. Application Layer

Purpose:

 Provides services directly to user applications, enabling communication across networks.

Key Responsibilities:

 Application-level protocols for email, file transfer, and web browsing.


 Data encoding, formatting, and session handling.

Examples of Protocols:

 HTTP/HTTPS: Web browsing.


 FTP: File transfer.
 SMTP, IMAP, POP3: Email communication.
 DNS: Domain name resolution.

OSI Equivalent:

 Corresponds to the Application, Presentation, and Session layers.

2. Transport Layer

Purpose:

 Ensures reliable or fast delivery of data between hosts.

Key Responsibilities:
 Error detection and correction.
 Data segmentation and reassembly.
 Flow control.

Key Protocols:

 TCP (Transmission Control Protocol): Reliable, connection-oriented (e.g., for HTTP,


FTP).
 UDP (User Datagram Protocol): Unreliable, connectionless (e.g., for DNS, VoIP).

OSI Equivalent:

 Corresponds to the Transport layer.

3. Internet Layer

Purpose:

 Handles logical addressing, routing, and delivery of packets across networks.

Key Responsibilities:

 Defines how packets are addressed (IP addresses).


 Provides the best path for data to reach its destination.
 Breaks larger data units into manageable packets.

Key Protocols:

 IP (Internet Protocol): Core protocol for addressing and routing.


o IPv4: Uses 32-bit addresses.
o IPv6: Uses 128-bit addresses.
 ICMP (Internet Control Message Protocol): Error reporting and diagnostics (e.g.,
ping).
 ARP (Address Resolution Protocol): Resolves IP to MAC addresses.

OSI Equivalent:

 Corresponds to the Network layer.

4. Network Interface (or Link) Layer

Purpose:
 Governs how data physically moves across the network.

Key Responsibilities:

 Defines physical hardware and transmission standards.


 Encapsulates IP packets into frames for transmission.
 Handles MAC addressing and error detection at the physical level.

Key Technologies:

 Ethernet (IEEE 802.3), Wi-Fi (IEEE 802.11).


 Frame Relay, PPP.

OSI Equivalent:

 Corresponds to the Data Link and Physical layers.

Comparison: OSI vs. TCP/IP

Feature OSI Model TCP/IP Model


Number of Layers 7 Layers 4 Layers
Application Services Application, Presentation, Session Application
Transport Transport Transport
Routing Network Internet
Physical Media Data Link, Physical Network Interface

Advantages of TCP/IP

1. Scalability: Designed for large-scale networks like the internet.


2. Interoperability: Works across different hardware and software systems.
3. Standardization: Universally adopted as the networking standard.

Limitations of TCP/IP

1. Lack of Layer Distinction: Combines certain OSI layers, making troubleshooting


complex.
2. No General Error Handling: Relies on specific protocols like ICMP for error
management.
3. Security: Designed before security was a primary concern; security must be added on
top.

You might also like