Networks Flashcards
Describe client-server networking
Most computers are nominated as clients and one or more as servers. The clients request services from the servers.
name an advantage of client-server networking
-Efficient allocation of resources
Name a disadvantage of client-server networking
-A single server is a point of failure
What is included in a network access device (router/gateway)?
- WAP (wireless access point)
- Switch
- Router
- Modem (sometimes)
What is a WAN?
A WAN (Wide Area Network) is a telecommunications network that extends over a large geographic area for the primary purpose of computer networking.
Why are WANs no longer used?
Companies use VPNs and connect over the internet because it is cheaper.
What is data sent through the internet in?
Packets
What is connectionless communication?
Connectionless communication is a data transmission method used in packet switching networks in which each data unit is individually addressed and routed based on information carried in each unit.
Which packets are directed to the WAN interface and which are directed to the LAN interface?
All packets that are not for the local network are directed to the WAN interface.
How does the router decide on where to send a packet?
It uses a routing table to determine the best next hop for the packet.
What happens if part of the communications infrastructure fails?
The router chooses a different route and subsequent packets may be sent over a different path.
What happens if the router is too busy?
The packets are buffered in memory, causing high latency.
What happens if a router runs out of memory?
The incoming packets are discarded and they will need to be resent.
What happens if a packet contains a ToS (Type of Service) field in the packet header?
The packet is placed at a higher priority level and gets placed at the front of the queue of packets to be routed.
What is a TTL?
A TTL (Time to Live) determines how long a packet could loop between routers before being discarded.