SlideShare a Scribd company logo
1 of 24
INTRODUCTION TO NETWORKS
Firewall
Core SW
Port 6
Gig
1/0/48
Port
1
Port
2
Gig
2/0/48
SLT WAN
Gig
1/0/23
Gig
1/0/23
Gig
1/0/4
Gig
1/0/23
Gig
1/0/24
Gig
2/0/4
Gig
1/0/5
Gig
2/0/5
Gig
1/0/7
Gig
2/0/7
AP POE SW
User Access SW Server SW
Gig
1/0/24
Gig
1/0/24
Access
Point Server
A network is a collection of computers, servers, mainframes, network
devices, peripherals, or other devices connected to allow data sharing.
Types of Networks
 Personal Area Networks (PAN)
 Local Area Networks (LAN)
 Wired LAN
 Wireless LAN
 Campus Area Networks (CAN)
 Metropolitan Area Networks (MAN)
 Wide Area Network (WAN)
BUILDING BLOCKS OF MODERN NETWORK
Network Switches
A network switch is networking hardware that connects devices on a computer network by using packet
switching to receive and forward data to the destination device.
Switch Categories
 Layer 2 Switches
 Layer 3 Switches
 POE Switches
 Unmanageable / Manageable Switch
 Modular Switch
BUILDING BLOCKS OF MODERN NETWORK
Network Routers
Router is a physical or virtual internetworking device that is designed to receive, analyze, and forward data
packets between computer networks.
Router Categories
 Edge Routers
 Core Routers
 Virtual Routers
BUILDING BLOCKS OF MODERN NETWORK
Network Firewalls
A Firewall is a network security device that monitors and filters incoming and outgoing network traffic based
on an organization’s previously established security policies.
Firewall Types based on Deployment
 Hardware Firewalls
 Software Firewalls
 Cloud Firewalls
Firewall Types based on Method of Operation
 Packet Filtering Firewalls
 Stateful Filtering Firewall (E.g. Cisco ASA)
 Application Layer Firewall (E.g. WAF)
 Next generation Firewall (E.g. Cisco FTD, FortiGate)
BUILDING BLOCKS OF MODERN NETWORK
Network Cabling
BUILDING BLOCKS OF MODERN NETWORK
Small Form-factor Pluggable (SFP)
An SFP is a compact, hot-pluggable transceiver used for data communication applications over either fiber
optic or copper connection.
TCP/IP MODEL
 A layered framework to allow communication across all types of computers.
 Defines and references a large collection of protocols that allow computers to communicate.
 The model is used as standard and different software and hardware implement it.
 A networking model, breaks the functions into a small number of categories called layers.
 Each layer includes protocols and standards that relate to that category of functions.
 Each layer has a unique function distinct from other layers.
 Specifies the “what” not the “how”.
TCP/IP MODEL
NETWORK ADDRESSES
MAC Address
 MAC address is the physical address, which uniquely identifies each device on a given network.
 It is assigned to the NIC (Network Interface card) of each device that can be connected to the internet.
 It stands for Media Access Control, and also known as Physical address, hardware address, or BIA
(Burned In Address).
 It is globally unique; it means two devices cannot have the same MAC address.
 It is 12-digit, and 48 bits long, out of which the first 24 bits are used for OUI(Organization Unique
Identifier), and 24 bits are for NIC/vendor-specific.
 It is represented in a hexadecimal format on each device.
NETWORK ADDRESSES
IP Address (IPv4)
 IPv4 stands for Internet Protocol
version 4.
 IPv4 could be a 32-Bit IP Address.
 IPv4 produces 4 billion addresses,
which are not enough for each device
connected to the internet on a planet.
NETWORK ADDRESSES
IP Address (IPv6)
 IPv6 stands for Internet Protocol version 6.
 IPv6 is a 128-bit hexadecimal address.
 IPv6 can theoretically allows 2^128 combinations or 340 trillion, trillion, trillion addresses.
SWITCHING: VLANs
 A virtual local area network (VLAN) is a virtualized connection that connects multiple devices and network
nodes from different LANs into one logical network.
 VLANs increase the number of broadcast domains while decreasing their size.
 VLANs reduce security risks by reducing the number of hosts that receive copies of frames that the
switches flood.
SWITCHING: SWITCH PORTS
Access Ports
A port that can be assigned to a single VLAN. This type of interface is configured on switch ports that are
connected to end devices such as workstations, printers, or access points.
Trunk Ports
A port that is connected to another switch. This type of interface can carry traffic of multiple VLANs, thus
enabling you to extend VLANs across your entire network.
SWITCHING: SWITCH PORT SECUIRTY
The switchport security feature offers the ability to configure a switchport so that traffic can be limited to only a
specific configured MAC address or list of MAC addresses.
SWITCHING: STP
Spanning Tree Protocol (STP)
 Spanning Tree Protocol (STP) is a network protocol designed to prevent layer 2 loops.
 It is standardized as IEEE 802.D protocol.
 STP blocks some ports on switches with redundant links to prevent broadcast storms and ensure a loop-
free logical topology.
 With STP in place, you can have redundant links between switches in order to provide redundancy.
With STP
Without
SWITCHING: PORT-CHANNELS
Port channels aggregate multiple physical interfaces into one logical interface to provide higher bandwidth,
load balancing, and link redundancy.
SWITCHING: MAC ADDRESS TABLE
The MAC address table is where the switch stores
information about the other Ethernet interfaces to which it is
connected on a network.
The table enables the switch to send outgoing data (Ethernet
frames) on the specific port required to reach its destination,
instead of broadcasting the data on all ports (flooding).
SWITCHING: STACKING & VPC
Standalone
Switch
Server 2
Server 1
Stacked
Switch
Server 2
Server 1
Nexus-SW-Cluster
Cisco Nexus 93K
mgmt0 mgmt0
Nexus-SW1
172.16.100.226
Nexus-SW1
172.16.100.227
Eth1/47 Eth1/47
Eth1/48 Eth1/48
VPC Peer Link
PO 93
VPC Keep Alive
Link
Server 1 Server 2
VPC Switch
Cluster
ROUTING: STATIC ROUTES
 Static routes are manually added to a routing table through direct configuration.
 Using a static route, a router can learn about a route to a remote network that is not directly attached to
one of its interfaces.
 Static routes are configured in the global configuration mode using the ip route
DESTINATION_NETWORK SUBNET_MASK NEXT_HOP_IP_ADDRESS command.
 The NEXT_HOP_IP_ADDRESS parameter is the IP address of the next-hop router that will receive
packets and forward them to the remote network.
ROUTING: DYNAMIC ROUTES
 Dynamic routing is a mechanism through which routing information is exchanged between routers to
determine the optimal path between network devices.
 A routing protocol is used to identify and announce network paths.
NETWORK SERVICES: DNS
 The domain name system (DNS) is a naming database in which internet domain names are located and
translated into Internet Protocol (IP) addresses.
 DNS maps the name people use to locate a website to the IP address that a computer uses to locate that
website.
NETWORK SERVICES: NAT
 Network Address Translation (NAT) is a process in which one or more local IP address is translated into
one or more Global IP address and vice versa in order to provide Internet access to the local hosts.
 Private network addresses are not allocated to any specific organization.
 Anyone may use these addresses without approval from regional or local Internet registries.
NETWORK SERVICES: DHCP
 Dynamic Host Configuration Protocol (DHCP) is a network management protocol used to dynamically
assign an IP address to nay device, or node, on a network.
 DHCP is also used to configure the proper subnet mask, default gateway and DNS server information on
the node or device.
NETWORK SERVICES: NTP
 Network Time Protocol (NTP) is an internet protocol used to synchronize with computer clock time sources
in a network.
 NTP is an application layer protocol.
 NTP uses a client-server architecture; one host is configured as the NTP server and all other hosts on the
network are configured as NTP clients.

More Related Content

Similar to Introduction to Computer Networks and Network Security.pptx

Introduction to networking
Introduction to networkingIntroduction to networking
Introduction to networkingMohsen Sarakbi
 
Computer networks - CBSE New Syllabus (083) Class - XII
Computer networks - CBSE  New Syllabus (083) Class - XIIComputer networks - CBSE  New Syllabus (083) Class - XII
Computer networks - CBSE New Syllabus (083) Class - XIIDeepak Singh
 
ccna presentation 2013
ccna presentation 2013ccna presentation 2013
ccna presentation 2013RoHit VashIsht
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slidesadam_merritt
 
Concept of networking
Concept of networkingConcept of networking
Concept of networkingsumit dimri
 
Westermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet NetworkingWestermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet NetworkingWestermo Network Technologies
 
Nwk assignment body copy
Nwk assignment body   copyNwk assignment body   copy
Nwk assignment body copyTonny Michael
 
Local area network (1)
Local area network (1)Local area network (1)
Local area network (1)Diwakar Singh
 
Automation and Robotics 20ME51I_Week_3_Practicals.pdf
Automation and Robotics 20ME51I_Week_3_Practicals.pdfAutomation and Robotics 20ME51I_Week_3_Practicals.pdf
Automation and Robotics 20ME51I_Week_3_Practicals.pdfGandhibabu8
 
networking devices -161021181705452555
networking   devices -161021181705452555networking   devices -161021181705452555
networking devices -161021181705452555mercyzyada1999
 
Network switch : Notes
Network switch : NotesNetwork switch : Notes
Network switch : NotesSubhajit Sahu
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxssuser86699a
 
Networking devices
Networking devicesNetworking devices
Networking devicesfrestoadi
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardwareokelloerick
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesVamsi Krishna Kalavala
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Soumen Santra
 

Similar to Introduction to Computer Networks and Network Security.pptx (20)

Introduction to networking
Introduction to networkingIntroduction to networking
Introduction to networking
 
Computer networks - CBSE New Syllabus (083) Class - XII
Computer networks - CBSE  New Syllabus (083) Class - XIIComputer networks - CBSE  New Syllabus (083) Class - XII
Computer networks - CBSE New Syllabus (083) Class - XII
 
The Basics of Industrial Ethernet Communications
The Basics of Industrial Ethernet CommunicationsThe Basics of Industrial Ethernet Communications
The Basics of Industrial Ethernet Communications
 
Wan
WanWan
Wan
 
ccna presentation 2013
ccna presentation 2013ccna presentation 2013
ccna presentation 2013
 
Training Day Slides
Training Day SlidesTraining Day Slides
Training Day Slides
 
Concept of networking
Concept of networkingConcept of networking
Concept of networking
 
networking devices
networking devicesnetworking devices
networking devices
 
Westermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet NetworkingWestermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet Networking
 
Nwk assignment body copy
Nwk assignment body   copyNwk assignment body   copy
Nwk assignment body copy
 
Local area network (1)
Local area network (1)Local area network (1)
Local area network (1)
 
Automation and Robotics 20ME51I_Week_3_Practicals.pdf
Automation and Robotics 20ME51I_Week_3_Practicals.pdfAutomation and Robotics 20ME51I_Week_3_Practicals.pdf
Automation and Robotics 20ME51I_Week_3_Practicals.pdf
 
networking devices -161021181705452555
networking   devices -161021181705452555networking   devices -161021181705452555
networking devices -161021181705452555
 
Basic Networking
Basic NetworkingBasic Networking
Basic Networking
 
Network switch : Notes
Network switch : NotesNetwork switch : Notes
Network switch : Notes
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptx
 
Networking devices
Networking devicesNetworking devices
Networking devices
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
Basic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notesBasic ccna interview questions and answers ~ sysnet notes
Basic ccna interview questions and answers ~ sysnet notes
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
 

Recently uploaded

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 

Recently uploaded (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 

Introduction to Computer Networks and Network Security.pptx

  • 1. INTRODUCTION TO NETWORKS Firewall Core SW Port 6 Gig 1/0/48 Port 1 Port 2 Gig 2/0/48 SLT WAN Gig 1/0/23 Gig 1/0/23 Gig 1/0/4 Gig 1/0/23 Gig 1/0/24 Gig 2/0/4 Gig 1/0/5 Gig 2/0/5 Gig 1/0/7 Gig 2/0/7 AP POE SW User Access SW Server SW Gig 1/0/24 Gig 1/0/24 Access Point Server A network is a collection of computers, servers, mainframes, network devices, peripherals, or other devices connected to allow data sharing. Types of Networks  Personal Area Networks (PAN)  Local Area Networks (LAN)  Wired LAN  Wireless LAN  Campus Area Networks (CAN)  Metropolitan Area Networks (MAN)  Wide Area Network (WAN)
  • 2. BUILDING BLOCKS OF MODERN NETWORK Network Switches A network switch is networking hardware that connects devices on a computer network by using packet switching to receive and forward data to the destination device. Switch Categories  Layer 2 Switches  Layer 3 Switches  POE Switches  Unmanageable / Manageable Switch  Modular Switch
  • 3. BUILDING BLOCKS OF MODERN NETWORK Network Routers Router is a physical or virtual internetworking device that is designed to receive, analyze, and forward data packets between computer networks. Router Categories  Edge Routers  Core Routers  Virtual Routers
  • 4. BUILDING BLOCKS OF MODERN NETWORK Network Firewalls A Firewall is a network security device that monitors and filters incoming and outgoing network traffic based on an organization’s previously established security policies. Firewall Types based on Deployment  Hardware Firewalls  Software Firewalls  Cloud Firewalls Firewall Types based on Method of Operation  Packet Filtering Firewalls  Stateful Filtering Firewall (E.g. Cisco ASA)  Application Layer Firewall (E.g. WAF)  Next generation Firewall (E.g. Cisco FTD, FortiGate)
  • 5. BUILDING BLOCKS OF MODERN NETWORK Network Cabling
  • 6. BUILDING BLOCKS OF MODERN NETWORK Small Form-factor Pluggable (SFP) An SFP is a compact, hot-pluggable transceiver used for data communication applications over either fiber optic or copper connection.
  • 7. TCP/IP MODEL  A layered framework to allow communication across all types of computers.  Defines and references a large collection of protocols that allow computers to communicate.  The model is used as standard and different software and hardware implement it.  A networking model, breaks the functions into a small number of categories called layers.  Each layer includes protocols and standards that relate to that category of functions.  Each layer has a unique function distinct from other layers.  Specifies the “what” not the “how”.
  • 9. NETWORK ADDRESSES MAC Address  MAC address is the physical address, which uniquely identifies each device on a given network.  It is assigned to the NIC (Network Interface card) of each device that can be connected to the internet.  It stands for Media Access Control, and also known as Physical address, hardware address, or BIA (Burned In Address).  It is globally unique; it means two devices cannot have the same MAC address.  It is 12-digit, and 48 bits long, out of which the first 24 bits are used for OUI(Organization Unique Identifier), and 24 bits are for NIC/vendor-specific.  It is represented in a hexadecimal format on each device.
  • 10. NETWORK ADDRESSES IP Address (IPv4)  IPv4 stands for Internet Protocol version 4.  IPv4 could be a 32-Bit IP Address.  IPv4 produces 4 billion addresses, which are not enough for each device connected to the internet on a planet.
  • 11. NETWORK ADDRESSES IP Address (IPv6)  IPv6 stands for Internet Protocol version 6.  IPv6 is a 128-bit hexadecimal address.  IPv6 can theoretically allows 2^128 combinations or 340 trillion, trillion, trillion addresses.
  • 12. SWITCHING: VLANs  A virtual local area network (VLAN) is a virtualized connection that connects multiple devices and network nodes from different LANs into one logical network.  VLANs increase the number of broadcast domains while decreasing their size.  VLANs reduce security risks by reducing the number of hosts that receive copies of frames that the switches flood.
  • 13. SWITCHING: SWITCH PORTS Access Ports A port that can be assigned to a single VLAN. This type of interface is configured on switch ports that are connected to end devices such as workstations, printers, or access points. Trunk Ports A port that is connected to another switch. This type of interface can carry traffic of multiple VLANs, thus enabling you to extend VLANs across your entire network.
  • 14. SWITCHING: SWITCH PORT SECUIRTY The switchport security feature offers the ability to configure a switchport so that traffic can be limited to only a specific configured MAC address or list of MAC addresses.
  • 15. SWITCHING: STP Spanning Tree Protocol (STP)  Spanning Tree Protocol (STP) is a network protocol designed to prevent layer 2 loops.  It is standardized as IEEE 802.D protocol.  STP blocks some ports on switches with redundant links to prevent broadcast storms and ensure a loop- free logical topology.  With STP in place, you can have redundant links between switches in order to provide redundancy. With STP Without
  • 16. SWITCHING: PORT-CHANNELS Port channels aggregate multiple physical interfaces into one logical interface to provide higher bandwidth, load balancing, and link redundancy.
  • 17. SWITCHING: MAC ADDRESS TABLE The MAC address table is where the switch stores information about the other Ethernet interfaces to which it is connected on a network. The table enables the switch to send outgoing data (Ethernet frames) on the specific port required to reach its destination, instead of broadcasting the data on all ports (flooding).
  • 18. SWITCHING: STACKING & VPC Standalone Switch Server 2 Server 1 Stacked Switch Server 2 Server 1 Nexus-SW-Cluster Cisco Nexus 93K mgmt0 mgmt0 Nexus-SW1 172.16.100.226 Nexus-SW1 172.16.100.227 Eth1/47 Eth1/47 Eth1/48 Eth1/48 VPC Peer Link PO 93 VPC Keep Alive Link Server 1 Server 2 VPC Switch Cluster
  • 19. ROUTING: STATIC ROUTES  Static routes are manually added to a routing table through direct configuration.  Using a static route, a router can learn about a route to a remote network that is not directly attached to one of its interfaces.  Static routes are configured in the global configuration mode using the ip route DESTINATION_NETWORK SUBNET_MASK NEXT_HOP_IP_ADDRESS command.  The NEXT_HOP_IP_ADDRESS parameter is the IP address of the next-hop router that will receive packets and forward them to the remote network.
  • 20. ROUTING: DYNAMIC ROUTES  Dynamic routing is a mechanism through which routing information is exchanged between routers to determine the optimal path between network devices.  A routing protocol is used to identify and announce network paths.
  • 21. NETWORK SERVICES: DNS  The domain name system (DNS) is a naming database in which internet domain names are located and translated into Internet Protocol (IP) addresses.  DNS maps the name people use to locate a website to the IP address that a computer uses to locate that website.
  • 22. NETWORK SERVICES: NAT  Network Address Translation (NAT) is a process in which one or more local IP address is translated into one or more Global IP address and vice versa in order to provide Internet access to the local hosts.  Private network addresses are not allocated to any specific organization.  Anyone may use these addresses without approval from regional or local Internet registries.
  • 23. NETWORK SERVICES: DHCP  Dynamic Host Configuration Protocol (DHCP) is a network management protocol used to dynamically assign an IP address to nay device, or node, on a network.  DHCP is also used to configure the proper subnet mask, default gateway and DNS server information on the node or device.
  • 24. NETWORK SERVICES: NTP  Network Time Protocol (NTP) is an internet protocol used to synchronize with computer clock time sources in a network.  NTP is an application layer protocol.  NTP uses a client-server architecture; one host is configured as the NTP server and all other hosts on the network are configured as NTP clients.