NETWORKING (Basics) Flashcards
What is Networking?
Network: It is a group of systems connected together sharing information
What is IT?
IT (information Technology): It is the use of technology (hardware and software) to create, store and manage data
What is the Internet?
Internet: - It is a group of LANs connected together spanning the globe or any network made public connected to other networks
?What are the 3 Types of Networks
Types of Networking
LAN – is a group of systems connected together sharing data spanning a small geographical area
MAN – is a group of LANS connected together sharing data spanning a metropolitan area
WAN - – is a group of LANS connected together sharing data spanning a wide area
What is a LAN?
LAN – is a group of systems connected together sharing data spanning a small geographical area
What is a MAN?
MAN – is a group of LANS connected together sharing data spanning a metropolitan area
What is a WAN?
WAN - – is a group of LANS connected together sharing data spanning a wide area
List 2 Categories of Networking
- Peer to Peer Network (P2P Network)
2. Client Server Network
What is a P2P Network?
Peer to Peer Network (P2P Network)
- It is a group of systems connected together sharing data without a central server involved
- Systems within P2P Network talk and exchange information but have no server
What is a Client Server Network?
Client Server Network
- It is a group of systems connected together sharing data with a central server involved
- Usually found in businesses
What is a DHCP?
DHCP (Dynamic Host Configuration Protocol)
– It assigns network configuration settings or information to network systems. For example, Default Gateway, IP Address, DNS address etc
– It assigns IP address, Default Gateway address and DNS addresses (constitute network configuration settings)
– It leases out dynamic IP addresses to networked system
– The default DHCP lease duration in Windows is 8 days
– Admin can change the lease duration to DHCP
List and Describe 2 Types of VMware
VMware Review
2 Types of VMware
- Hosted Hypervisor
It is loaded onto an existing OS, and operates like an application type hypervisor
Eg Oracle VirtualBox VMware - Baremetal Hypervisor
Loaded onto an existing physical system operates like a OS type Hypervisor
Eg. Esxi VMware
How do you check the default DHCP lease duration in Windows?
Check out default DHCP lease duration
Search bar/Command Prompt/Ipconfig /all
See Output:
DHCP Enabled: Yes (Means you have a dynamic IP Address)
Lease Duration: Monday March 2, 2020 737pm
Lease Expires: Wednesday March 4th 2020 631pm
What is the difference between a P2P and a Domain?
A domain deals with a client server and a P2P Network deals with workgroups not connected to a client server
What is a Default Gateway?
Default Gateway
- It is the system that connects the LAN to the world or internet
- It communicates with Systems within the network and systems outside of the network and brings and sends information from the internet
- A router can be a default Gateway only if it is connected to the internet
- ISP (Internet Service Provider) DHCP assigns public IP address to router
- The public IP of the gateway router enables internet systems to communicate with the LAN
How do you display an IP address on a computer?
Search bar/Command Prompt/ipconfig
What is an IP Address?
IP Address: it is a unique number assigned to a system within a network by the DHCP
How do you display a public IP Address of your system?
Go to browser/type “whatismyip.com” or “ipchicken.com”
How can you display all shared resources in your system?
Search bar/Command Prompt/localhost
Troubleshooting Internet Connection Issues
TROUBLESHOOTING
- Customer cannot connect to the internet
Troubleshoot by Elimination a) Are you the only one who cannot connect to the internet? Yes. - Not Default Gateway - Not a network issue - Could be cables, ports, NIC, system related problem, software or hardware issue NO. – Could be Default Gateway – Could be switch, router, DHCP, or ISP
How do you quickly check if ISP is down?
ping facebook.com
What does IP in IP Address stand for?
IP address – Internet Protocol address
How do you display an IP address on a computer?
Search bar/Command Prompt/ipconfig
How can you display all shared resources in your system?
Search bar/Command Prompt/localhost
How can you display Detailed Configuration Settings Information?
Search bar/Command Prompt/ipconfig /all
How can you Clear the Command line?
Search bar/Command Prompt/cls or clr ot clear
(windows, Linux and Unix)
.
What is a Fully Qualified Domain Name?
Fully Qualified Domain Name (FQDN)
– It is the hostname and domain name of a system
– For example, Entire name: class26.trinitechglobal.com - Hostname – class26 + Domain – trinitechglobal.com
ge to take effect
WHat is a Workgroup?
WORKGROUP
– It is a group of systems in a P2P network sharing information
– It is a subset of a P2P network
– Only systems in a specific workgroup can share information or resources
–
How can you find and change a Workgroup Name?
- Find workgroup name
File explorer/ Right click This PC/Properties/Workgroup name - Change workgroup Name
File explorer/ Right click This PC/Properties/Workgroup name/Change Settings/Change
Need to reboot for name change
How to change Dynamic IP address to Static IP Address
Right Click Network Icon/Network + Sharing Center/Change Adapter (another Name for NIC)/Right click WIFI/Properties/IPv4/Properties/Enter desired IP address ( it will not show here because you have dynamic IP address)
- Disconnect IPv6 to increase internet speed
What identifying label to computers use to communicate with each other?
COMPUTERS COMMUNICATE BY IP ADDRESSES
What is the term used to refer to the identifying label that humans use for computer or systems in a network?
HUMANS COMMUNICATE BY HOSTNAMES
What is a Hostname?
Hostname: - It is a label assigned to a system by an Admin
List and Describe the 5 Different DNS Records
- A record (IPv4) is a HOSTNAME to IP Address mapping used for FORWARD NAME RESOLUTION (Name Resolution) for IPv4
- AAAA record (IPv6) is a HOSTNAME to IP Address mapping used for FORWARD NAME RESOLUTION for IPv6
- PTR record (pointer record) is used for DNS reversed name resolution (IP Address to HOSTNAME mapping used for REVERSE NAME RESOLUTION)
- cName record (canonical Name) is used to create HOSTNAMEALIASES to IP Address mapping in the DNS used for FORWARD LOOK UP ZONE eg. Hostname – PCI (IP Address 192.168.2.4) – A record & CNAME = Mike (IP Address 192.168.2.4) - Cname Record
- MX record (Mail Exchange record) is used to identify an email in the LAN (Microsoft Exchange Email Server)
What happens if DNS does not create an A record?
If DNS does not create an A record for a system then the system will not be able to connect with other systems using a HOSTNAME
A hostname will not work to map drive to system B if there is no A record mapping it to an IP address
What is a Layer 3 Switch?
LAYER 3 SWITCHES: - Includes switch, router, DNS, Default Gateway, DHCP
For a Layer 3 Switch, the DHCP Server, DNS and Default Gateway will all have the same IP address because they are all part of the same unit (layer 3 switch)
List the 5 DNS Records
- A records
- AAAA records
- Pointer Records
- MX Records
- cName records
List the 5 DNS Records
- A records
- AAAA records
- Pointer Records
- MX Records
- cName Records
What is an AAAA (4A) record?
AAAA (4A) record: - - It is a hostname to IP Address mapping for IPv4
What is stored in the Forward Lookup Zone of the DNS Server?
A and AAAA records are stored in the FORWARD LOOKING ZONE of the DNS server
What is a Forward Name Resolution?
Forward Name Resolution
It is a Hostname to IP Address resolution
What is a Reverse Name Resolution?
Reverse Name Resolution
It is an IP address to Hostname resolution
Describe how DNS stores records in the Forward Lookup Zone from when the DHCP sends out a broadcast request signal?
Where are the records stored?
- DHCP sends a broadcast Request Signal to all systems in the LAN
- It then assigns IP addresses or Network Configuration settings for all systems in the LAN.
- Every system in the LAN that is configured by the DHCP will have an A or AAAA record (or both).
- These records are generated in the DNS when the local systems register themselves with the DNS server after receiving their Network Configuration settings from the DHCP
- These records are stored in the FORWARD LOOKING ZONE of the DNS server
How does DNS get A records?
When a local system registers with the DNS after receiving its network configuration settings from the DHCP
What is a DHCP Request Broadcast?
DHCP Request Broadcast: - It is a signal sent to all systems in a LAN by the DHCP requesting
What are Network Configuration Settings?
Network Configuration Settings:- are generated by the DHCP for every system in the LAN. They include an IP address, MAC address, Default Gateway IP address,
What is the difference between a P2P and a Domain?
A domain deals with a client server and a P2P Network deals with workgroups not connected to a client server
Peer to Peer Network
- It is a group of systems connected together sharing data without a central server involved
- Systems within P2P Network talk and exchange information but have no server
List and Describe the 2 Types of DOmains?
DOMAINS
2 Types of DOMAINS
1) Local Domain
– It is a group of systems connected together sharing information controlled by a central server called a Domain Controller
– A domain admin manages the domain controller
– Local domain prefix – “domain name.local”
– What is the prefix of a local domain?
.local
2) Public Domain
– It is created by a domain hosting company and is used to host websites and web applications
– Public domain prefixes - .com, .org, .net, .info, .gov
– Most popular public domain hosting companies – godaddy.com or Bluehost
List and Describe the 2 Types of Domains?
DOMAINS
2 Types of DOMAINS
1) Local Domain
– It is a group of systems connected together sharing information controlled by a central server called a Domain Controller
– A domain admin manages the domain controller
– Local domain prefix – “domain name.local”
– What is the prefix of a local domain?
.local
2) Public Domain
– It is created by a domain hosting company and is used to host websites and web applications
– Public domain prefixes - .com, .org, .net, .info, .gov
– Most popular public domain hosting companies – godaddy.com or Bluehost
What is a Public IP address?
Public IP Address: - It is an IP address that is used across the entire Internet to locate computer systems and devices.
What is an IP Conflict?
IP Address Conflict: - It is when 2 systems in a LAN have the same IP address making them unable to communicate
RECOMMENDATION FOR NON MOVING SYSTEMS IN A NETWORK
RECOMMENDATION: DHCP and Router IP Addresses should always be static IP Addresses. DHCP IP address is assigned by the Admin. Static IP addresses should be assigned to non moving systems