Computer Network Fundamentals Flashcards
- What is the purpose of a network? - What are some examples of network components? - How are networks defined by geography? - How are networks defined by topology? - How are networks defined by resource location?
What is the purpose of networks?
A network’s purpose is to make connections:
- File sharing between two computers.
- Video sharing between computers located in different parts of the world.
- Surfing the Web, and Instant Messaging between computers with IM software installed.
- Email.
- Voice over IP (VoIP), to replace traditional telephony systems.
Client
The term client defines the device an end user uses to access a network. This device might be a workstation, laptop, smartphones with wireless capabilities, or a variety of other end-user terminal devices.
Server
A server, as the name suggests, serves up resources to a network. These resources might include email access as given by an email server, web pages as offered by a web server, or files available on a file server.
Hub
A hub is an older technology that interconnects network components such as clients to servers. Hubs vary in their number of available ports. However, for scalability, you can interconnect hubs, up to a point. If you chain too many hubs together, network errors can result.
A hub is a LAYER 1 device. A hub receives traffic in a port ( that is, a receptacle to which a network cable connects) and repeats that traffic out all other ports. The hub is considered OBSOLETE for the LAN network.
Switch
Like a hub, a switch interconnects network components, and switches are available with a variety of port densities. A switch learns which devices live off of which ports. It does this by inspecting traffic that comes into the port (inbound) and recording the source address. It then looks at the destination address and, if the switch knows the destination address, it forwards the traffic out of the appropriate port, not out of all the other ports. A switch is a LAYER 2 device, which means that it makes forwarding decisions based on addresses that are physically burned into a Network Interface Card (NIC) installed in a host (that is, any device that transmits or receives traffic on a network). This burned-in address is a Media Access Control (MAC) address
NOTE: Today’s switches are capable of functioning at higher layers of the network model but are still mostly considered Layer 2 Devices.
Router
A Router is a LAYER 3 Device, which means that it makes its forwarding decisions based on logical network addresses. Most modern networks use Internet Protocol (IP) addressing. Therefore, most Routers know what logical IP networks live off which Router interfaces. Then, when traffic comes into a Router, the Router examines the destination IP address of the traffic and, based on the Router’s database of networks (that is, the routing table), it intelligently forwards the traffic out of the appropriate interface.
Media
The previously mentioned devices need to be interconnected via some sort of media. This media could be copper cabling. It could be a fiber-optic cable. Media might not even be cable, as is the case with wireless networks, where radio waves travel through the media of air.
WAN link
An interconnection between two devices in a Wide Area Network(WAN). Today, most networks connect to one or more other networks. For example, if your company has two locations, and those two locations are interconnected, via a Multiprotocol Label Switching (MPLS) network, the link that interconnects those networks is typically referred to as a Wide Area Network (WAN) link.
LAN
A LAN interconnects network components within a local area (for example: within a building).
Common LAN Technologies:
- Ethernet (IEEE 802.3)
- Wireless Networks (IEEE 802.11)
IEEE
IEEE stands for the Institue of Electrical and Electronics Engineers, and it is an internationally recognized standards body.
WAN
A WAN interconnects network components that are geographically separated. For example, a corporate headquarters might have multiple WAN connections to remote office sites.
Examples of WAN Technologies:
- Multiprotocol Label Switching (MPLS)
- Asynchronous Transfer Mode (ATM)
WLAN
A local area network made up of wireless networking devices is a wireless local area network (WLAN).
SAN
You can construct a high-speed, reliable network for the express purpose of transmitting stored data. This network is called a storage area network.
CAN
The university covered several square miles and had several dozen buildings. Within many of these buildings was a LAN. However, those building-centric LANs were interconnected. By these LANs being interconnected, another network type was created, a CAN. Besides an actual university campus, you might also find a CAN in an industrial park or business park.
MAN
More widespread than a CAN and less widespread than a WAN, a MAN interconnects locations scattered throughout a metropolitan area. One example of a MAN technology is Metro Ethernet, which features much higher speeds than the traditional WAN technologies that might have been used in the past to connect such locations. If a service provider could interconnect locations scattered across a metropolitan area using a high-speed network, such as a 10Gbps (that is, 10 billion bits per second) network, the interconnection of those locations would form a MAN.