Try   HackMD

ACIT 2620 - Principles of Enterprise Networking

week 1


Objectives:

  • Overview of networking concepts and terminologies
  • Layered networking model
  • Project introduction
  • Packet capture

What is the internet?

  • What is it made of?
  • What is its purpose?
  • How does it work?

Network

Collection of nodes connected by some type of transmission media or link, for the purpose of sharing services, devices or data (i.e. networked resources)


Node

Any device that can communicate over the network and is identified by a unique identifying number, known as its network address


Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →


Media concurrency and direction

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →


Resource Control


Client-server Networks

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

Peer-to-peer Networks

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →


Types of Networks

  • LAN
  • WLAN
  • PAN
  • CAN
  • MAN

  • WAN
  • SAN
  • EPN
  • VPN

Switching method


Circuit Switching

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →


Packet Switching

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →


Layered networking model

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →


Layered why?

  • Managing complexity: explicit structure allows identification and makes explicit the relationship of complex system’s pieces
  • Modularization: Changing of an implementation of a specific layer’s service is hidden from the rest of the system

Protocol Data Units (PDU)

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →


Protocols

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →


  • Mutually agreed upon rules for communication
  • Define the format, order of messages sent and received among network entities, and actions taken upon transmission, receipt, and timeout
  • Govern all communication activity on the Internet

TCP/IP protocol suite

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More →


Wireshark

  • A tool for capturing network traffic for analysis
  • Grab the installer and install it on your system

Reading List