Network Administration Flashcards
What is a Firewall?
It prevents connection between two sources basically blocking incoming or outgoing traffics. It comes in two forms. Software and Hardware.
Can you explain the difference between HTTP and HTTPS protocols?
HTTP (HyperTextTransferProtocol) is used by majority of websites as a means of transmitting website data, and it allows for the use of hyperlinks. HTTPS is the secure version of that.
- HTTP uses port 80
- HTTPS uses port 443
What is VPN?
It is Virtual Private Network that allows users to create a secure connection over public networks such as the internet. For example, nowadays most company uses as more people are working from home.
What are two types of IP addresses and what are they used for?
Public and Private IP address.
Public IP addresses are routed on the internet
Private IP address are routed only within local networks
What is DNS?
A domain name system. It translates domain names like google.com to IP address so browsers can load those internet resources through the internet protocol.
What is a default route?
Is a configuration of the IP that establishes a forwarding rule for packets when no specific address of a next-hop host is available from the routing table or other routing mechanism.
What is DHCP and what is its used for?
DHCP is Dynamic Host Configuration Protocol and it is used for automatically assigning IP addresses to network devices. It reduces the errors caused due to manual allocation.
What is DoS?
Denial of Service attack is an attempt to prevent users from being able to access the Internet or any other network services.
One commons method of doing this is to overload a web server so that it can no longer process legitimate traffic.
What is Network Topology?
It is a physical layout of the computer network and it defines how the computers, devices, cables, etc are connected to each other.
What is a router?
It is a device that manages the flow of data to multiple connected devices. it is a network device that connects two or more network segments. it is used to transfer information from the source to the destination.
What is OSI reference model and how many layers does it have?
OSI (Open System Interconnection) helps to understand the relationship between networks and defines the process of communication in a network.
Let’s say a company is expanding its business to other countries. It wants all of its branches to remain connected to its corporate headquarters 24/7. Which network technology do you think they should use?
They should use a WAN
What is a Poxy Server and how do they protect the computer network?
Devices have IP addresses and knowing the exact IP address can leave those devices exposed to an attack. Proxy servers prevents unauthorized external users from accessing those internal IP addresses. It makes the computer network virtually invisible to external users.
What is meant by 127.0.0.1 and localhost?
127.0.0.1 is a default IP address for loopback address. Localhost is used to test applications on a local computer. Both are basically the same.
What is a MAC address?
Is a unique address given to every network connected to hardware. IP are temporary whereas MAC addresses are permanent.
It is a 48-bit serial number
What is a data encapsulation?
also known as data hiding, is the mechanism whereby the implementation details of a class are kept hidden from the user.
What is Ipconfig and Ifconfig ?
Ipconfig (IP configuration) is a command used on Microsoft windows to view and configure the network interface. It displays all TCP/IP network information currently available on a network
Ifconfig(interface configuration) is a command that is used on Linux, Mac, and UNIX operating system.
What is SNMP?
Simple Network Management Protocol. It is a protocol used for collection, organizing, and exchanging information between network devices.
Explain three types of networks based on their sizes?
LAN
MAN
WAN
Define round trip time?
The time taken for a signal to reach the destination and travel back to the sender with the acknowledgment. It is also called RTD(round trip delay)