Network Review Flashcards
(472 cards)
Differentiate the LAN and WAN
LAN (Local Area Network) and WAN (Wide Area Network) are two types of computer networks that differ in terms of geographical coverage and scale. Here’s a comparison between the two:
Geographical Coverage:
LAN: A LAN covers a small geographical area such as a home, office building, or campus. It is typically confined to a single building or a group of nearby buildings.
WAN: A WAN covers a large geographical area, often spanning cities, countries, or even continents. It connects multiple LANs and remote locations over long distances.
Size and Scale:
LAN: LANs are smaller in scale and designed to serve a limited number of users within a specific area. They provide high-speed and low-latency connections.
WAN: WANs are larger in scale and can accommodate a significantly larger number of users and devices spread across extensive distances. They often operate at lower speeds and may have higher latency due to the long-distance connections.
Ownership and Control:
LAN: LANs are privately owned and controlled by a single organization or entity. The organization has full control over the network infrastructure, security measures, and configurations.
WAN: WANs are typically composed of multiple interconnected networks, and their ownership and control may be distributed among different organizations or service providers. Collaboration and agreements between organizations are necessary to establish and maintain a WAN.
Transmission Media:
LAN: LANs commonly utilize wired technologies like Ethernet cables (e.g., Cat5e, Cat6) or wireless technologies like Wi-Fi within a confined area.
WAN: WANs employ a variety of transmission media, including dedicated leased lines, optical fibers, satellite links, and public internet connections, to connect geographically dispersed locations.
Speed and Performance:
LAN: LANs offer high data transfer speeds, typically ranging from 10 Mbps to 10 Gbps, allowing for fast communication and file sharing between devices within the network.
WAN: WANs often have lower data transfer speeds compared to LANs, and their performance can vary depending on factors like distance, network congestion, and the quality of the underlying infrastructure.
Cost:
LAN: Setting up and maintaining a LAN is generally less expensive compared to establishing a WAN since LANs cover a smaller area and require fewer networking resources.
WAN: Building and operating a WAN involves higher costs due to the need for additional networking equipment, long-distance connections, and potentially paying for leased lines or WAN service providers.
In summary, LANs are smaller, localized networks serving a limited area, while WANs cover larger areas, connect multiple LANs, and span long distances. LANs provide faster and more controlled connectivity, while WANs offer broader reach but may have slower speeds and higher costs.
What are the network topologies?
Bus, Star, Ring, Mesh, Tree, Hybrid
On this network topology, all devices are connected to a single communication medium, typically a coaxial cable or a backbone cable.
Each device is linked to the cable through a connector, and the data transmitted by any device is received by all other devices.
Bus Topology
On this network topology, all devices are connected to a central hub or switch. Each device has a dedicated connection to the central hub, enabling point-to-point communication between devices.
Star Topology
What network topology is this: devices are connected in a circular manner, forming a closed loop. Each device is connected to its neighboring devices, and data travels in one direction around the ring.
Ring Topology
On this Network Topology, every device is connected to every other device in the network, creating multiple redundant paths.
Mesh Topology
This Network Topology is a combination of bus and star topologies. It consists of multiple star topologies connected to a central bus backbone.
It divides the network into multiple levels or layers, with each layer having its own central hub or switch.
Tree Topology
This Network Topology combines two or more different network topologies to meet specific requirements. For example, a network may incorporate a combination of star, ring, and mesh topologies to achieve redundancy, scalability, and efficient data transmission.
Hybrid Topology
Is a reliable and connection-oriented protocol that operates at the transport layer of the TCP/IP protocol suite.
TCP (Transmission Control Protocol)
Its primary role is to provide reliable, ordered, and error-checked delivery of data packets between devices.
TCP (Transmission Control Protocol)
It establishes and maintains a connection between two devices, handles data segmentation, flow control, and retransmission of lost packets.
TCP (Transmission Control Protocol)
This is a network layer protocol on TCP/IP model that enables the identification and addressing of devices on a network.
internet protocol (IP)
Its role is to facilitate the routing of data packets across different networks, using unique IP addresses assigned to each device.
internet protocol (IP)
It provides a best-effort delivery service, meaning it does not guarantee packet delivery or provide error-checking and retransmission.
internet protocol (IP)
is an application-layer protocol used for communication between web browsers and web servers.
Hypertext Transfer Protocol (HTTP):
Its role is to facilitate the retrieval and delivery of web resources, such as HTML documents, images, and other media.
Hypertext Transfer Protocol (HTTP):
It defines how clients send requests to servers and how servers respond with the requested resources.
Hypertext Transfer Protocol (HTTP):
It is an application-layer protocol used for sending and receiving email messages between mail servers.
Simple Mail Transfer Protocol (SMTP):
Its role is to handle the transmission, delivery, and routing of email messages over the Internet.
Simple Mail Transfer Protocol (SMTP):
It defines the rules for establishing a reliable connection between mail servers and the format for composing and transmitting email messages.
SMTP
It is an application-layer protocol used for translating human-readable domain names (e.g., www.example.com) into IP addresses.
Domain Name System (DNS):
Its role is to provide a distributed and hierarchical naming system that allows devices to locate and communicate with resources on the internet.
Domain Name System (DNS):
translates domain names into IP addresses through a network of _____ servers and supports various record types, including A, CNAME, MX, and more.
Domain Name System (DNS):
is a network management protocol used for dynamically assigning IP addresses and configuring network parameters to devices on a network.
Dynamic Host Configuration Protocol (DHCP):