Skip to content

Commit

Permalink
add "table of contents" h2 section to all READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
laaraujo committed May 7, 2024
1 parent c6919e1 commit fcb221e
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 4 deletions.
11 changes: 11 additions & 0 deletions contents/ethernet_lan_switching/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Ethernet LAN Switching


## Table of contents
* [What is a LAN ?](#what-is-a-lan)
* [Ethernet Frame](#ethernet-frame)
* [MAC Address](#mac-address)
* [ARP](#arp)
* [Ping](#ping)
* [MAC Address Table](#mac-address-table)
* [Examples](#examples)


## What is a LAN ?
A Local Area Network is a network contained within a relatively small area.
LANs use L2 layer frames.
Expand Down
13 changes: 13 additions & 0 deletions contents/interfaces_and_cables/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Interfaces and Cables


## Table of contents
* [Network Protocols](#network-protocols)
* [Bits and Bytes](#bits-and-bytes)
* [Ethernet](#ethernet)
* [Ethernet Cable Standards](#ethernet-cable-standards)
* [UTP Cables](#utp-cables)
* [Copper UTP Cables](#copper-utp-cables)
* [Fiber-optic UTP Cables](#fiber-optic-utp-cables)
* [Fiber-optic Cable standards](#fiber-optic-cable-standards)
* [UTP vs Fiber-optic Cabling](#utp-vs-fiber-optic-cabling)


## Network Protocols

Agreed upon system of communicating between network devices.
Expand Down
18 changes: 15 additions & 3 deletions contents/intro_to_cisco_cli/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Cisco IOS (CLI)
# Intro to Cisco CLI

## What is it and what is it used for ?

## Table of contents
* [Cisco IOS](#cisco-ios)
* [How to connect to a Cisco device](#how-to-connect-to-a-cisco-device)
* [CLI](#cli)
* [EXEC Modes](#exec-modes)
* [Enabling Password](#enabling-password)
* [running-config / startup-config](#running-config--startup-config)
* [Saving the configuration](#saving-the-configuration)
* [Password encryption](#password-encryption)


## Cisco IOS
Operating system used on Cisco devices for configuration.

## How to connect to a Cisco device ?
## How to connect to a Cisco device

### Console Port

Expand Down
10 changes: 10 additions & 0 deletions contents/network_devices/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Network Devices


## Table of contents
* [Network](#network)
* [Server](#server)
* [Client](#client)
* [Switches](#switches)
* [Routers](#routers)
* [Firewalls](#firewalls)


## Network
A computer network is a digital telecommunications network which allows nodes to share resources

Expand Down
9 changes: 8 additions & 1 deletion contents/osi_model_and_tcp_ip_suite/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# OSI Model and TCP/IP Suite


## Table of contents
* [Networking models](#networking-models)
* [OSI Model](#osi-model)
* [TCP/IP](#tcpip)


## Networking models
Networking models categorize and provide structure for networking protocols and standards.

Expand Down Expand Up @@ -81,7 +88,7 @@ Open Systems Interconnection model
![](docs/pdu.png)


## OSI funny acronyms
### OSI funny acronyms
![](docs/osi_acronyms.png)


Expand Down

0 comments on commit fcb221e

Please sign in to comment.