T2. Networks Flashcards
What does the term ‘scope’ refer to?
The term scope refers to the size or geographical extent of something.
What is a Local Area Network (LAN)?
A LAN is spread over a small geographical area, e.g., a single building, using cables, Wi-Fi, and fibre optic technology. It provides services for a single building and is private.
What is a Wide Area Network (WAN)?
A WAN covers a large geographical area, e.g., a country, and uses fibre optic cables or public telephone systems or communication satellites. It can be public or private and is geographically remote.
What is a Metropolitan Area Network (MAN)?
A MAN covers a highly populated area, e.g., a large city, using fibre optic cables or wireless technology. It provides services for a community of users.
What is the purpose of a network card?
A network card connects a computer to a computer network, typically a LAN, so that it can exchange data with the network.
What is a switched hub?
A switched hub acts as a connection point for several nodes. It checks the destination/IP address of data packets and forwards them to the intended recipient.
What is a wireless access point?
A wireless access point is a device that allows a Wi-Fi enabled device to connect to a network usually by connecting to a router.
What is a media converter?
A media converter is a device that allows two dissimilar media types or protocols to connect with each other, e.g., connecting a fibre optic cable and a copper cable.
What is the role of a server in a network?
A server manages network resources such as storage, files, hardware devices, printers, and communications via email.
What is a repeater?
A repeater regenerates data transmission signals that have been attenuated.
What is the purpose of a MAC address?
The purpose of a MAC address is to identify a computer’s network interface card (NIC) uniquely on a LAN.
What is the purpose of an IP address?
An IP address is a unique address that identifies a device on a network, allowing information to be sent between devices on the network.
How do MAC and IP addresses compare?
The IP address is set by the ISP and linked to the physical location of the device, changing with its location. Each device has a permanent MAC address set by the manufacturer. IP addresses use 32 bits/4 bytes, while MAC addresses use 48 bits/6 bytes.
What is a server-based network?
In a server-based network, the server manages resources and security, with multiple clients requesting resources from the server.
What is a peer-to-peer network?
In a peer-to-peer network, all computers have equal status, each acting as both a supplier and consumer of resources.
What is a bus topology?
In a bus topology, all nodes are connected directly to the main cable/backbone, allowing data to be transmitted in both directions.
What is a star topology?
In a star topology, there is a central fileserver, and each node is connected to the fileserver by its own cable.
What is a ring topology?
In a ring topology, each node is connected to two other adjacent nodes, and data travels in one direction only.
What is the Application Layer in the OSI model?
The Application Layer presents information or data to the end user and deals with functions such as data transfer, messaging, and the end-user interface.
What is the Presentation Layer in the OSI model?
The Presentation Layer interacts with the Application & Session layers, converting information to the correct video or audio format.
What is the Session Layer in the OSI model?
The Session Layer opens a temporary ‘channel’ to allow for communication, interacting with the Presentation and Transport layers.
What is the Transport Layer in the OSI model?
The Transport Layer splits data into different packets, which may arrive in a different order to which they were sent, and reassembles them at their destination.
What is the Network Layer in the OSI model?
The Network Layer determines the best route for packets to use and shares information with the Transport and Data Link layers.
What is the Data Link Layer in the OSI model?
The Data Link Layer deals with error detection and correction, converting outgoing packets into bits and incoming bits into data packets.