Index

COMPUTER NETWORKING

  1. INTRO
    1. TCP/IP Five Layer Model
    2. NETWORKING DEVICES
    3. PHYSICAL LAYER
    4. DATALINK LAYER
  2. NETWORK LAYER
    1. IP
    2. SUBNET
    3. ROUTING
  3. TRANSPORT & APPLICATION LAYER
    1. TRANSPORT LAYER
    2. CONTROL FLAGS
    3. APPLICATION LAYER
    4. ALL TOGETHER
  4. NETWORK SERVICES
    1. DNS - NAMES RESOLUTION
    2. DHCP
    3. NAT
    4. VPN
  5. CONNECTING TO INTERNET
    1. BROADBAND
    2. WAN
    3. WIRELESS NETWORKING
  6. TROUBLESHOOTING
  7. MORE ABOUT
    1. DNS
    2. IPv6
    3. CLOUD

TCP/IP Five Layer Model

Physical Layer :


Represents the physical devices that interconnect computers. (cabling, connectors)

Data Link Layer :


Responsible for defining a common way of interpreting these signals so network devices can communicate.
Ethernet

Network Layer :


Allows different networks to communicate with each other through devices known as routes.
IP = heart of internet
Internetwork : collection of networks . most famous = internet

Transport

Layer

:


Sots out which client and server programs are supposed to get the data.
TCP
UDP : User Datagram Protocol

Application Layer:


Application-specific.
HTTPS,HTTP

images/23-1.png