Please enable JavaScript.
Coggle requires JavaScript to display documents.
1.4 Basic Networking (Hardware (SWITCH (ADVANTAGES (Switches connect…
1.4 Basic Networking
Hardware
SWITCH
A switch is used in a wired network to connect to other devices using Ethernet cables. The switch allows each connected device to talk to the others.
ADVANTAGES
-
Networks that include switches experience fewer frame collisions because switches create collision domains for each connection (a process called micro segmentation)
-
DISADVANTAGES
If switches are in promiscuous mode, they are vulnerable to security attacks
-
-
HUB
Hubs are devices commonly used to connect segments of a LAN. The hub contains multiple ports. When a packet arrives at one port, it is copied to the other ports so that all segments of the LAN can see all packets.
-
-
ROUTER
A router is a networking device that forwards data packets between computer networks. Routers perform the traffic directing functions on the Internet. Data sent through the internet, such as a web page or email, is in the form of data packets.
CONS
-
Dynamic router communications can cause additional network overhead. This results into less bandwidth for user data.
-
WAP
A wireless access point (WAP) is a hardware device( configured node on a local area network (LAN) )that allows wireless capable devices and wired networks to connect through a wireless standard, including Wi-Fi or Bluetooth. A WAP is also known as a hotspot.
-
DISADVANTAGES
Low speeds, security, and very small user interface
-
MODEM
A modem is a device or program that enables a computer to transmit data over, for example, telephone or cable lines. Computer information is stored digitally, whereas information transmitted over telephone lines is transmitted in the form of analog waves. A modem converts between these two forms.
-
-
NIC
the NIC is responsible for converting data on the computer into the format used by the network, and vice versa. Each network has its own set of rules, called a network protocol, and it's the NIC's job to ensure that the connected device follows these rules.
-
-
-
Types
VLAN
-
VLANs allow network administrators to group hosts together even if the hosts are not directly connected to the same network switch.
-
VIRTUAL NETWORK
-
Virtual Network Computing (VNC) is a graphical desktop-sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. Popular uses for this technology include remote technical support and accessing files on one's work computer from one's home computer, or vice versa.
-
PAN
-
A personal area network (PAN) is a computer network for interconnecting devices centered on an individual person's workspace. A PAN provides data transmission among devices such as computers, smartphones, tablets and personal digital assistants.
-
PEER TO PEER
CONS
-
Because each computer might be being accessed by others it can slow down the performance for the user
In a P2P network, the "peers" are computer systems which are connected to each other via the Internet. Files can be shared directly between systems on the network without the need of a central server.
-
-
CLIENT SERVER
-
In client/server computing, a server takes requests from client computers and shares its resources, applications and/or data with one or more client computers on the network, and a client is a computing device that initiates contact with a server in order to make use of a shareable resource.
-
-
Addressing
URL
the scheme, subdomain, top-level domain, second-level domain, and subdirectory.
The URL is the address of a website. You can find it in the address bar of your web browser. Alternatively, you can find the URL for a link by right-clicking it and copying the link.
A Uniform Resource Locator (URL), colloquially termed a web address, is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifier (URI)
Run a Dig - In your command line interface, run a dig for the hostname you would like to lookup. To do this, simply run the following command: dig yourwebsite.com and look at the answer section which displays the A record.
-
DHCP
-
DHCP assigns an IP address when a system is started, for example: A user turns on a computer with a DHCP client. The client computer sends a broadcast request (called a DISCOVER or DHCPDISCOVER), looking for a DHCP server to answer. The router directs the DISCOVER packet to the correct DHCP server.
a network protocol that enables a server to automatically assign an IP address to a computer from a defined range of numbers (that is, a scope) configured for a given network.
IP
represented in dot-decimal notation, consisting of four decimal numbers, each ranging from 0 to 255, separated by dots, e.g., 172.16.254.1. Each part represents a group of 8 bits (an octet) of the address.
-
IP addresses are like a phone number for your computer: If you dial the same number, you always get the same computer. IP addresses were born, and like a phone number or address, they contain bits of information about your location.
DNS
The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like nytimes.com or espn.com. Web browsers interact through Internet Protocol (IP) addresses. DNS translates domain names to IP addresses so browsers can load Internet resources.
-
Step 1: OS Recursive Query to DNS ResolverStep 2.DNSResolver Iterative Query to the Root Server
Step 3: Root Server Response
Step 4: DNS Resolver Iterative Query to the TLD Server
Step 5: TLD Server Response
step 6:DNS resolver iterative Query to the Google.com NS
Step 7: Google.com NS Response
Step 8: DNS Resolver Response to OS
Step 9: Browser Starts TCP Handshake
MAC
12-digit (6 bytes or 48 bits) hexadecimal numbers. By convention, they are usually written in one of the following three formats: MM:MM:MM:SS:SS:SS
-
he purpose of MAC addresses is to provide a unique hardware address or physical address for every node on a local area network (LAN) or other network.
A MAC address is given to a network adapter when it is manufactured. It is hardwired or hard-coded onto your computer's network interface card (NIC) and is unique to it.
-
-
-
-
-