?IV? - WINDOWS Flashcards
How do you display or trace path of traffic flow?
Search bar/Command Prompt/tracert
How do you display an ARP table in Windows?
Search bar/ Command Prompt/Arp -a
Output
IP Address MAC address Type
192.168.56.255 ff-ff-ff-ff-ff-ff Static
How do you get a Mac Address of a System?
Search bar/Command Prompt/arp -a (check arp table)
b. If not there, ping system then arp -a it will display MAC address
What is Zoom App used for?
- Used for video conferencing, video meetings and webinars
What is Remote Support App?
A remote support application similar to TeamViewer
What does to Inventory or Provision a system mean?
It means to configure and prepare a system for a user
Define these terms and their maximum frequency and range :
WIFI
WPA
WPA2
WIFI: = Wireless Fidelity or WLAN
WPA: = (Wifi Protected Access) – 2.4 GHz—46m;
WPA2 (Wifi Protected access version 2) – 5GHz—15m
Difference between Public Hostname and Local Hostname?
Public Hostname: It is hostname assigned by ISP that is open to public
Local Hostname: It is name assigned by Admin for LAN
What is the IP Scope?
It is a range of IP addressed that the DHCP can assign to systems in the LAN. The scope is assigned by the System Admin eg. Start 192.168.1.100 End 192.168.1.200
What is ICMP ?
It stands for “Internet Connection Messaging Protocol”
It is responsible for transmitting ping traffic
What is TTL (Time to Live)?
It stands Time to Live
a) It is the maximum time allows for the receiving system to respond to the ping signal before it is dropped by the sending system
b) It is set by system based on the internet traffic
What is a DHCP?
It stands for Dynamic Host configuration Protocol.
It Assigns web configuration settings for all systems in LAN. For example, it assigns web configuration settings for DNS, DHCP and Default Gateway
What is a DNS ?
It translates Hostnames to Ip Addresses.
It stands for Domain Name Server.
Have you ever reset the password in a NOS?
Right click Computer/Manage/Login/Local User Groups/Right Click User Profile/Set Password
How do you resolve a IP Conflict in a Windows system?
- Ipconfig /release
2. Ipconfig /renew
How do you reset a dynamic IP Address in a Windows system?
- Ipconfig /release
2. Ipconfig /renew
What command will you use to display DNS information?
- Ipconfig /all
What is IPv6?
- It has alphanumeric IP addresses (have numbers and letters)
- It has a lot more IP Addresses than IPv4 (only numbers)
- It is more secure and slower
What is the Difference between TCP and UDP?
a. TCP is connection oriented because it establishes a connection between sender and receiver before data is sent. This makes it more secure and slower. Retransmission possible.
b. UDP is a connection that does not establish a connection before sending data making it faster, and not reliable. Retransmission is not possible with UDP transmission