Networking 101

Copyright Priscilla Oppenheimer

Study Topics 1

Fundamentals

Definitions

Topologies

Types of Networks

Local Area Network (LAN)

Wide Area Network (WAN)

Metropolitan Area Network (MAN)

Storage Area Network (SAN)

Virtual Private Network (VPN)

Types of Networking Devices

Throughput

Throughput doesn't match bandwidth because of:

Estimating time to transfer data (best case)

EXAMPLES:

1. What is the best-case estimate of how much time it would take to send a 50 MB JPEG photo to your grandma if you only have a 40 kbps modem line? See if you can work this out and then check your answer here.

2. What is the best-case estimate of how much time it would take to send a CD worth of photos (640 MB) to a server if you have a 10-Mbps Ethernet connection? See if you can work this out and then check your answer here.

Types of Delay

OSI Model

7

Application

Provides network services to the user's applications; handles file and message transfer, directory lookups, naming, authentication, and other services required by applications

6

Presentation

Ensures that information sent by one system will be readable by the application layer of another system; handles encryption and compression

5

Session

Establishes, manages, and terminates sessions between applications

4

Transport

Provides end-to-end communication, error recovery, and flow control

3

Network

Provides connectivity and path selection between networks

2

Data Link

Provides transit of data across a physical link

1

Physical

Defines the electrical and mechanical specifications for physical links between systems

 

Five conversion steps for encapsulating data

  1. Build the data
  2. Package the data for end-to-end transport
  3. Append the source and destination Network layer addresses
  4. Append the source and destination Data Link layer addresses
  5. Convert to bits for transmission 

 

Layers, Data, Addressing and Devices

Layer

Type of data this layer sends

Addresses this layer uses

Devices that work at this layer

Application

Data

Names

End-user devices, servers

Transport

Segments

Ports (for example, port 80 for HTTP)

End-user devices, servers, firewalls

Network

Packets

Layer 3 addresses such as IP addresses (192.168.0.1)

Routers, firewalls

Data Link

Frames

Physical, hardware, NIC, Media Access Control (MAC) addresses (00:00:0C:12:23:56)

Switches, bridges, NICs, wireless access points

Physical

Bits

None

Hubs, repeaters


Back to Networking 101