Networking
Networking
• The Internet is governed by a series of protocols that form the rules for how
communications should happen
• The Internet is a network of networks.
• There is no centralized point.
• There are no boundaries.
• Information that is sent from one location on the internet to another is
broken down into smaller, more manageable pieces called “packets”
So Then What Is Networking?
• Associated with a protocol type, used for connections along with an IP Address
• HTTPS : PORT 443
• HTTP: 80, 8080
• FTP: 21
• SSH: 22
• TELNET:23
• DNS-:53
Network Protocols
• TCP
• Connection oriented
• Three way handshake (SYN, SYN-ACK, ACK)
• Reliable
• UDP
• Not reliable
• Used for faster transmission, such as streaming
TCP/IP
Common Devices
• Router - Forwards data packets to and receives data packets from the
Internet
• Switch - Connects end devices using network cables
• Wireless access point - Consists of a radio transmitter capable of
connecting end devices wirelessly
• Firewall appliance - Secures outgoing traffic and restricts incoming traffic
TCP/IP vs. OSI Model
OSI vs TCP/IP cont
• OSI Model
• it is used for data network design, operation specifications, and troubleshooting.
• TCP/IP
• Less advanced model than OSI
• Internet Model
• Both Models are the primary models used when discussing network functionality.
Typically Seen Types of Addresses
• The IP layer determines if the client your sending a packet to resided on you
LAN by looking at:
• Your client’s IP address
• Your client’s subnet mask
• Your destination’s IP address
• Switches handle LAN traffic ( Layer 2 devices)
• LAN traffic is handled through MAC Addresses
• Address Resolution Protocol (ARP) request
• What IP goes to what MAC Address?
• Is it in the Arp table?
• If not forward to router or default gateway
• Router looks at routing table and forwards to the correct router or connected
network
• Remember that Routers are connected to each other via Routing Tables
MAC Addresses
• Subnet 0: 192.168.1.0/26
• Subnet 1: 192.168.1.64/26
• Subnet 2: 192.168.1.128/26
• Subnet 3: 192.168.1.192/26
• Any one of these subnets can be assigned to any departments (60 hosts, 35
hosts, 34 hosts and the 2 links) since they will each support 62 hosts.
IPv6
• Servers store information and contain resources that clients can access
• Provides a service to users or specific programs
• Can be used to run a variety of applications
• Types of Servers:
• File, SQL, Websites, Active directory, Virtualization
• Does not necessarily have to look like a server to be a server
• Could be compromised through a client
IP Classes
• Class A – 16,777,216 hosts
• Class B – 1,048,576 hosts
• Class C- 65,536 hosts
END