Terms Flashcards
Router
A router is specialized computer connected to more than one network running software that allows the router to move data from one network to another. Routers operate at the network layer (OSI Model’s layer 3). The primary function of a router is to connect networks together and keep certain kinds of broadcast traffic under control.
Switch
A network switch is a small hardware device that joins multiple computers together within one local area network (LAN). Technically, network switches operate at layer two (Data Link Layer) of the OSI model.
LAN
A local area network (LAN) is a computer network that interconnects computers in a limited area such as a home, school, computer laboratory, or office building using network media (wire, fibre, air).
The defining characteristics of LANs, in contrast to wide area networks (WANs), include their usually
a) higher data-transfer rates,
b) smaller geographic area, and
c) lack of a need for leased telecommunication lines.
Virtualisation
Virtualization is the process of separating the software layer of a computer or server from the hardware layer of a computer or server. A new layer is placed between the two to act as a go between.
Think of the car pool analogy.
The thing we are really talking about here is Server Virtualization. The hardware or the vehicles are called Hosts. The software or the passengers are called Clients. A single Host can support multiple Clients through the use of Virtualization software like VMWare.
Firewall
A firewall can either be software-based or hardware-based and is used to help keep a network secure. Its primary objective is to control the incoming and outgoing network traffic by analyzing the data packets and determining whether it should be allowed through or not, based on a predetermined rule set. A network’s firewall builds a bridge between an internal network that is assumed to be secure and trusted, and another network, usually an external (inter)network, such as the Internet, that is not assumed to be secure and trusted.[1]
What is a broadcast domain
A broadcast domain is a logical division of a computer network, in which all nodes can reach each other by broadcast at the data link layer.
A broadcast domain can be within the same LAN segment or it can be bridged to other LAN segments.
What is a VLAN
A virtual local area network, virtual LAN or VLAN is a concept of partitioning a physical network, so that distinct broadcast domains are created. This is usually achieved on switch or router devices.
It allows an administrator to group together stations by logical function, or by applications, without regard to physical location of the users.
Each VLAN functions as a separate LAN.
What 3 major functions has a VLAN
A VLAN has three major functions:
i. Limits the size of broadcast domains
ii. Improves network performance
iii. Provides a level of security
What is the difference between a router and a switch
A network router is a more sophisticated network device compared to either a network switch or a network hub.
Switches connect computers together within the same network, while routers connect entire networks together.
What is the MAC address
the Media Access Control (MAC) address is every bit as important as an IP address.
The MAC address is a unique value associated with a network adapter. MAC addresses are also known as hardware addresses or physical addresses. They uniquely identify an adapter on a LAN.
Why MAC addresses
Recall that TCP/IP and other mainstream networking architectures generally adopt the OSI model. In this model, network functionality is subdivided into layers. MAC addresses function at the data link layer (layer 2 in the OSI model). They allow computers to uniquely identify themselves on a network at this relatively low level.
MAC vs. IP Addressing
Whereas MAC addressing works at the data link layer, IP addressing functions at the network layer (layer 3). It’s a slight oversimplification, but one can think of IP addressing as supporting the software implementation and MAC addresses as supporting the hardware implementation of the network stack. The MAC address generally remains fixed and follows the network device, but the IP address changes as the network device moves from one network to another.
What is ARP
IP networks maintain a mapping between the IP address of a device and its MAC address. This mapping is known as the ARP cache or ARP table. ARP, the Address Resolution Protocol, supports the logic for obtaining this mapping and keeping the cache up to date.
Ethernet
Ethernet is a physical and data link layer technology for local area networks (LANs).
Hot swapping
Hot swapping and Hot plugging are terms used to describe the functions of replacing computer system components without shutting down the system.