Chapter 1 - Intro to Networks Flashcards
the term network means two or more connected computers that can share resources such as data and applications, office machines, an Internet connection, or some combination of these,
a local area network (LAN) is usually restricted to spanning a particular geographic location such as an office building, a single department within a corporate office, or even a home office.
hosts “talk” to each other using a computer language called binary code , which consists of lots of 1s and 0s in a specific order that describes exactly what they want to “say.”
it’s still best to split a big LAN into smaller logical zones known as workgroups to make administration easier.
hub and switch these are just connectivity devices that allow hosts to physically connect to resources on an LAN.
a router to connect the two LANs,
A client machine is any device on the network that can ask for access to resources like a printer or other hosts from a server or powerful workstation.
The term host is used to describe pretty much anything that takes an IP address.
Dedicated servers are file servers, mail, print, web, fax, application, telephony, and proxy servers.
host means any network device with an IP address.
for the Network+ exam, stick to the definition being network devices, including workstations and servers, with IP addresses.
WANs usually need a router port or ports.
WANs span larger geographic areas and/or can link disparate locations.
WANs are usually slower.
We can choose when and how long we connect to a WAN. A LAN is all or nothing—our workstation is connected to it either permanently or not at all, although most of us have dedicated WAN links now.
WANs can utilize either private or public data transport media such as phone lines.
The Internet is a prime example of what’s known as a distributed WAN an internetwork that’s made up of a lot of interconnected computers located in a lot of different places.
Multiprotocol Label Switching (MPLS) advantages are:
Physical layout flexibility, Prioritizing of data, Redundancy in case of link failure, and One-to-many connection.
MPLS is a switching mechanism that imposes labels (numbers) to data and then uses those labels to forward data when it arrives at the MPLS network,
The labels are assigned on the edge of the MPLS network, and forwarding inside the MPLS network (cloud) is done solely based on labels through virtual links instead of physical links.
Prioritizing data is a huge advantage; for example, voice data could have priority over basic data based on the labels.
Computers connected together in peer-to-peer networks do not have any central, or special, authority—they’re all peers , meaning that when it comes to authority, they’re all equals.
Client-server networks are pretty much the polar opposite of peer-to-peer networks because in them, a single server uses a network operating system for managing the whole network.
the bus topology consists of two distinct and terminated ends, with each of its computers connecting to one unbroken cable running its entire length.
fault tolerance is the capability of a computer or a network system to respond to a condition automatically, often resolving it, which reduces the impact on the system.
A star topology’s computers are connected to a central point with their own individual cables or wireless connections.
Star topology offers a lot of advantages over bus topology, making it more widely used even though it obviously requires more physical media.
Another great thing about a star topology is that it’s a lot more scalable—all you have to do if you want to add to it is run a new cable and connect to the machine at the core of the star.
Disadvantages of a Star:
The total installation cost can be higher because of the larger number of cables, even though prices are becoming more competitive.
It has a single point of failure—the hub or other central device.
Advantages of a star:
New stations can be added or moved easily and quickly.
A single cable failure won’t bring down the entire network.
It’s relatively easy to troubleshoot.
hybrid mesh topology networks will have quite a few connections between certain places to create redundancy (backup).
A full mesh physical topology is least likely to have a collision, which happens when the data from two hosts trying to communicate simultaneously “collides” and gets lost.