Topic 3 - Networks Flashcards
Server
A server can either be a computer system or a software application that provides a service to the other computer systems connected to the same network. For example, a server can provide the ability to the rest of the computers on the network to store and to share files, taking the role of a file server.
Client
A client can either be a computer system or a software application that requests a service
from a server connected to the same network; For example, an email client software application can request from an email server software application to fetch any new emails that may have been received.
Summary of client and server
a server computer system is a host running server software applications and
sharing its resources with clients that make requests. A client, on the other hand, does not share any of its resources but requests content from a server. Servers thus wait for incoming requests for content from clients.
What are 3 most commonly used network components to connect two or more computer systems in order
to create a network?
Hub, Switch and Router
Hub
A hub is the connection point for devices on a single network. Network devices and computer systems connect to a hub using Ethernet cables that attach to a port.
A hub consists of multiple ports. When a network device wishes to send data to some other device on the network, it sends the data to the hub. The hub then copies the data and sends it to all devices connected to its ports. The device waiting to
receive the data accepts the data. All the other devices just ignore it. Although passing the data along to every port ensures that it will reach its destination, a lot of traffic is generated on the network, since all the other ports that just ignore the data have to nevertheless
receive it. This slows down the network.
Switch
A switch is also the connection point for multiple devices on a single network. However, unlike a hub, the switch can identify which network device is connected to which part. This allows the switch to transmit data to the exact port and network device for which it is intended. This means that when a network device wishes to send data to some other device on the network, it sends the data to the switch and the switch sends the data to the appropriate receiver rather than all the ports and devices connected to those ports. As such, networks connected with a switch are faster than networks connected with a hub.
Router
A router is a more sophisticated device than both a hub and a switch. Its use is to join multiple networks and serve as an intermediary between these networks so that data can be exchanged effectively and efficiently between network devices of those networks. For example, a router is used to connect a home network to the Internet. A hub or switch would not be able to accomplish such a task in a simple manner.
What are some network types?
Local Area Network (LAN)
Wireless Local Area Network (WLAN)
Virtual Local Area Network (VLAN)
Wide Area Network (WAN)
Storage Area Network (SAN)
Internet
Extranet
Virtual Private Network (VPN)
Personal Area Network (PAN)
Peer-To-Peer (P2P)
Local Area Network (LAN)
LAN is a computer network that connects computer systems that are within a limited geographical area such as a room, a home, an office building or a school.
LANs allow the sharing of peripheral devices between the connected computer networks.
Wireless Local Area Network (WLAN)
A WLAN links two or more computer systems within a limited geographical area, similar to LAN. The difference from a LAN is that WLAN devices are connected using some sort of wireless connection method. This allows users to have mobile devices and laptops connected to the network and be able to move around.
WLANs have all the benefits of LANs, as well as the ease of wireless connection that allows
the use of mobile devices on the move. However, WLANs can be less secure than wired LANs since a potential intruder does not require having a physical connection to the network.
What are some Similarities and Differences between LAN and WLAN?
Similarities: Both act on a local level; Both allow communication; Both used to connect devices; Both allow sharing resources
Differences: They use different transmission medium; A LAN is safer; The LAN is faster; WLANs offer greater flexibility
Virtual Local Area Network (VLAN)
A VLAN can be used to partition the initial LAN, where every department is
connected, into logical separate networks. Each logical separate network cannot see the
computer systems or the shared resources of other such logical separate networks, without
specific set up that allows it to see them.
What are some Similarities and Differences between LAN and VLAN?
Similarities: Both act on a local level; They both have the same attributes, Both allow communication; Both used to connect devices; Both allow sharing resources.
Differences: VLAN delivers better performance and is safer; The formation of virtual workgroups is easy; VLANs offer greater flexibility. Even if someone who is using laptop moves to another place he/she will remain in his/her dedicated VLAN; The partitioning of resources is easier; VLANs are independent on the medium and the physical topology of the network; Sometimes the management/administration of a VLAN is complex.
Wide Area Network (WAN)
WAN is a computer network that connects computer systems that are within a large
geographical area. The most obvious example of a WAN is the Internet. A WAN covers a
broad area, such as a city, a country or even a network of countries allowing individuals,
businesses and governments to carry out their daily business regardless of location. A WAN typically consists of LANs connected together over a broad geographical area.
What are differences between LAN and WAN?
A LAN is faster; A WAN is more expensive; LAN is easier to maintain than Wan; LAN serves local area while WAN serves large geographical areas.