🌐

Networking Laboratory Activities

Gian Carlo D. Trilles  Β·  BSCpE 3A CNS

Cisco Packet Tracer OSI Β· TCP/IP HTTP Β· DNS Β· ICMP Β· ARP TCP Β· UDP Static Β· RIP Routing
⭐ View on GitHub

βœ… Progress Tracker

Week 1

Network Basics & PDUs

βœ“
Network Representation
2.2.4
βœ“
TCP/IP & OSI Model
2.4.8
βœ“
Topology & Small Network
2.6.1
βœ“
Viewing Protocol Data Units
2.6.2
βœ“
Skills Integration: Examining Packets
2.7.1 β€” 100%
5 / 5 Complete

Week 2

Application Layer β€” DNS & HTTP

βœ“
Client-Server Interaction
3.2.3
βœ“
Network Representation (DNS/HTTP)
3.3.2
βœ“
Skills Integration: Hosts & Services
3.5.1 β€” 100%
3 / 3 Complete

Week 3

Transport Layer β€” TCP & UDP

βœ“
UDP and TCP Port Numbers
4.1.6
βœ“
TCP Session Establishment & Termination
4.2.5
βœ“
UDP Operation
4.4.4
βœ“
App & Transport Layer Protocols
4.5.3
βœ“
Skills Integration: App & Transport
4.6.1 β€” 100%
5 / 5 Complete

Week 4

Network Layer & Routing

βœ“
IP Packet Simulation
5.2.2
βœ“
Packet Tracing Across Networks
5.3.4
βœ“
Dynamic Routing Protocol Updates
5.4.3
βœ“
Examining a Device's Gateway
5.5.1
βœ“
Examining a Route
5.5.2
βœ“
Skills Integration: Routing IP Packets
5.6.1 β€” 100%
6 / 6 Complete

πŸ“– Concept Notes

πŸ”

ARP β€” Address Resolution Protocol

How IP addresses are mapped to MAC addresses, and why the first ping fails.

🀝

TCP Three-Way Handshake

SYN, SYN-ACK, ACK β€” how TCP establishes and terminates connections.

🧱

OSI vs TCP/IP Model

Layer-by-layer breakdown and how encapsulation works top-down.

🌍

DNS & HTTP

How a browser resolves a URL through DNS before making an HTTP request.

πŸ—ΊοΈ

IP Routing

Routing tables, static vs dynamic routing, RIP, and common failure points.

πŸ”¬ Skills Integration Highlights

2.7.1 β€” ICMP Packet Examination

  1. PC sends ARP request to learn the gateway's MAC address.
  2. After ARP resolution, ICMP echo request is sent.
  3. Server replies with ICMP echo reply.
Encapsulation: ICMP β†’ IP packet β†’ Ethernet frame

3.5.1 β€” DNS + HTTP Workflow

  1. Browser sends DNS query to resolve hostname to IP.
  2. TCP connection established with server on port 80.
  3. HTTP GET request sent; server responds with the page.
DNS (UDP) for name resolution Β· HTTP (TCP) for content delivery

5.6.1 β€” Routing IP Packets

  1. Configured router interface with IP address.
  2. Added static route via GUI.
  3. Examined routing table and traced packet delivery.
Failure points: wrong interface config, missing routes, unreachable gateway