Skip to content

StephenJarso/devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

DAY1

Networking Foundations

-Network - a group of connected computers and devices that can communicate and share data.

Types of computer Network Architecture

  1. Client-Server Architecture- nodes can be servers/clients-Server node can manage the client Node Behaviour
  2. peer-to-peer-there is not any concept of a Central Server.Each device is free for working as either client or server

Network Devices

  1. Router - Connects multiple networks(like computers in an office)
  • Directs data packets to their correct destination
  1. Switch - Connects devices within a network(like computers in an office)
  • Forwards data only to the specific device it is meant for.
  1. Hub
  • basic device that connects multiple devices in a network.
  • Sends data to all devices(less efficient than a switch)
  1. Bridge
  • Connects and filters traffic between two networks or segments
  • Helps reduce network traffic
  1. Gateway
  • Connects two different types of networks
  • Translates data betwwen different protocols
  1. Access Point(AP)
  • Provides wireless connectivity to devices
  • Extends a wired network into a wifi network
  1. Modem
  • converts digital data from a computer into signals for phone/cable lines and viceversa.
  • Provides internet access
  1. Firewall
  • monitors and controls incoming and outgoing network traffic
  • Provides security by blocking unauthorized access

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors