3.3 Networks (OCR A Level Computer Science) Flashcards

Exam code: H446

1/64

0Still learning

Know0

  • Define network.

Cards in this collection (64)

  • Define network.

    A network is a set of interconnected devices that share resources, exchange data, and communicate with each other.

  • What is the main purpose of a network?

    The main purpose of a network is to enable data and resource sharing, communication, and collaboration.

  • Define network protocol.

    A network protocol is a set of rules and formats that devices must follow to communicate successfully over a network.

  • A        in networking is a set of guidelines that ensure compatibility and interoperability between devices.

    A standard in networking is a set of guidelines that ensure compatibility and interoperability between devices.

  • Why are standards important in networking?

    Standards are important in networking because they enable different devices to work together seamlessly, ensure data is interpreted correctly, and support network expansion and innovation.

  • What does HTTP stand for and what is its function?

    HTTP stands for HyperText Transfer Protocol. It is the primary protocol for transferring web content in a client-server computing model.

  • The protocol used to send email messages between servers is      .

    The protocol used to send email messages between servers is SMTP.

  • True or False?

    TCP guarantees reliable and ordered delivery of data packets, while UDP does not guarantee delivery or order.

    True.

    TCP provides reliable, ordered, and error-checked delivery of data packets, while UDP is connectionless and does not guarantee delivery or order.

  • Define protocol layering.

    Protocol layering is the way network protocols are divided into layers, each performing specific functions to simplify design, troubleshooting, and promote interoperability.

  • Why is protocol layering important in network design?

    Protocol layering is important because it allows for modular design, simplifies troubleshooting, and promotes interoperability between different network technologies.

  • The TCP/IP model consists of four layers:         ,         ,        and      .

    The TCP/IP model consists of four layers: Application, Transport, Internet and Link.

  • Define packet switching.

    Packet switching is a method of data transmission where data is broken into packets, each of which can take its own route to the destination and be reassembled at the end.

  • What is the main function of the application layer in the TCP/IP model?

    The application layer interacts directly with software applications and prepares data for transmission by converting it into a suitable format for the network.

  • True or False?

    Each layer of the TCP/IP model can be updated without affecting other layers.

    True.

    The layered design allows for changes to be made to one layer without affecting the others, which enables easier updates and improvements.

  • At the Internet layer, each packet is given a header containing the         and         IP addresses.

    At the Internet layer, each packet is given a header containing the sender's and receiver's IP addresses.

  • Define IP address.

    An IP address is a unique identifier for a device on a network, used to deliver data to the correct destination.

  • Define Domain Name System (DNS).

    The Domain Name System (DNS) is a distributed system that translates human-readable domain names into IP addresses so computers can locate and connect to websites.

  • What is the main benefit of using the Domain Name System (DNS) on the Internet?

    The main benefit of using the Domain Name System (DNS) is that it allows us to use easily remembered domain names instead of having to remember difficult IP addresses.

  • When you type a URL into your browser, the DNS translates the domain name into its associated           so your computer can connect to the website's server.

    When you type a URL into your browser, the DNS translates the domain name into its associated IP address so your computer can connect to the website's server.

  • What is the role of the DNS resolver in the DNS lookup process?

    The DNS resolver is the first stop in the DNS lookup process; it checks its cache for the IP address and, if not found, queries the DNS root servers to find the domain's IP address.

  • Define Authoritative DNS server.

    An Authoritative DNS server is a server that holds the actual DNS records for a domain and provides the final answer to DNS queries about that domain.

  • The DNS          directs the resolver to a      server, which stores the domain's information.

    The DNS root server directs the resolver to a TLD server, which stores the domain's information.

  • True or False?

    Without DNS, users would have to remember the IP address of every website they visit.

    True.

    DNS allows users to use easily remembered domain names instead of having to remember complex IP addresses for every website.

  • What happens after the browser receives the IP address for a domain from DNS?

    After receiving the IP address from DNS, the browser sends an HTTP or HTTPS request to the server at that IP address to retrieve and display the web page.

  • Define local area network (LAN).

    A local area network (LAN) is a network contained within a small geographical location, usually with all hardware owned by a single entity.

  • Define wide area network (WAN).

    A wide area network (WAN) is a network that connects multiple LANs over a large geographical area, typically using third-party connections.

  • What are two advantages of using a LAN?

    Two advantages of using a LAN are centralised management of updates and backups, and the ability to share files and resources among users.

  • What is one disadvantage of a LAN compared to standalone computers?

    One disadvantage of a LAN is that networks are more prone to attacks than standalone computers.

  • A      allows users in different locations to share data and resources as if they were on the same network.

    A wide area network (WAN) allows users in different locations to share data and resources as if they were on the same network.

  • A      is typically owned by a single entity, while a      uses third-party connections.

    A LAN is typically owned by a single entity, while a WAN uses third-party connections.

  • True or False?

    A WAN is usually more secure than a LAN because it uses third-party connections.

    False.

    A LAN is generally more secure than a WAN because all its hardware is owned and managed by a single entity, whereas a WAN uses third-party connections, making it more vulnerable.

  • What is a real-world example of a WAN?

    The Internet is a real-world example of a wide area network (WAN).

  • Define packetising.

    Packetising is the process of dividing a large message into smaller, manageable units called packets.

  • What information is typically found in a packet header?

    A packet header usually contains the source and destination IP addresses, sequence number, protocol, packet length, and checksum.

  • In packet switching, data is         into smaller units called packets before transmission.

    In packet switching, data is broken into smaller units called packets before transmission.

  • True or False?

    Packets in packet switching always take the same route through the network.

    False.

    Packets can take different routes through the network and are reassembled at the destination.

  • Define circuit switching.

    Circuit switching is a communication method where a dedicated communication path is established between two devices for the duration of their conversation.

  • What is one key benefit of packet switching compared to circuit switching?

    Packet switching allows for efficient use of network resources as packets can be routed independently using available bandwidth.

  • In circuit switching, all data follows the        path between two devices.

    In circuit switching, all data follows the same path between two devices.

  • Why is packet switching less suitable for real-time services like video calls?

    Packet switching can cause packets to arrive out of order or be delayed, making it less suitable for real-time services that need a steady data stream.

  • Define hacking.

    Hacking is the act of gaining unauthorised access to a system or network to steal or manipulate data, disrupt services, or cause damage.

  • A         is a malicious software program designed to spread from one computer to another and interfere with normal operations.

    A virus is a malicious software program designed to spread from one computer to another and interfere with normal operations.

  • What is the difference between a worm and a virus?

    A virus attaches itself to legitimate programs or files and spreads when they are transferred, while a worm is a standalone program that replicates itself automatically over networks without needing to attach to a program.

  • Define ransomware.

    Ransomware is malware that encrypts a user’s files and demands a ransom payment to decrypt them, causing data loss and financial damage.

  • What is a Denial of Service (DoS) attack?

    A Denial of Service (DoS) attack is when a computer floods a server with so many requests at once that the server can’t respond, making it crash or become unavailable to users.

  • In a       attack, malicious SQL statements are inserted into an entry field to exploit a website’s security vulnerabilities.

    In a SQL injection attack, malicious SQL statements are inserted into an entry field to exploit a website’s security vulnerabilities.

  • What is the main aim of phishing?

    The main aim of phishing is to steal sensitive information by tricking users into providing details on a fake website.

  • Define firewall.

    A firewall is a network security system that monitors and controls network traffic based on predetermined security rules.

  • Define modem.

    A modem is a device that modulates and demodulates analogue signals to enable computers to transmit data over telephone or cable lines.

  • What is the main function of a router in a network?

    A router routes data between networks by analyzing data packets and determining the best path to reach their destination.

  • A data packet contains a        with information about the packet and a        which is the actual data being sent.

    A data packet contains a header with information about the packet and a payload which is the actual data being sent.

  • Define Network Interface Card (NIC).

    A Network Interface Card (NIC) is a hardware component that enables a device to connect to a network and send or receive data packets. Each NIC has a unique MAC address.

  • What is the purpose of a wireless access point (WAP) in a network?

    A wireless access point (WAP) acts as a central transmitter and receiver of Wi-Fi signals, allowing devices to connect wirelessly to a wired network.

  • A      is a networking device that connects multiple devices and passes all data to every connection, while a        only sends data to the device it is intended for.

    A hub is a networking device that connects multiple devices and passes all data to every connection, while a switch only sends data to the device it is intended for.

  • True or False?

    A switch broadcasts data packets to all devices on the network.

    False.

    A switch only sends data packets to the intended device, not to all devices.

  • Define Ethernet cable.

    An Ethernet cable is a common type of network cable used for wired networks, capable of transferring data at various speeds, such as 10 Mbps, 100 Mbps, 1 Gbps, and 10 Gbps.

  • Define client-server network.

    A client-server network is a network where powerful and reliable server computers control the network and provide services such as files, email, or web access to clients.

  • What are two key benefits of a client-server network?

    Two key benefits of a client-server network are easier central management and higher reliability as resources are managed centrally.

  • In a client-server network, if the        goes down, services could become unavailable.

    In a client-server network, if the server goes down, services could become unavailable.

  • True or False?

    Client-server networks are best suited for small networks with minimal security needs.

    False.

    Client-server networks are typically used in larger organisations where centralised control, reliability, and security are important.

  • Define peer-to-peer network.

    A peer-to-peer network is a network where all computers share equal responsibility, have equal status, and there is no central server.

  • What is a key benefit of using a peer-to-peer network?

    A key benefit of a peer-to-peer network is that it is easy to set up and less expensive than a client-server network, as no central server or administrative staff are needed.

  • True or False?

    In a peer-to-peer network, each machine is responsible for its own security and backup.

    True.

    In a peer-to-peer network, each user is responsible for their own machine’s security, backup, and data management.

  • Peer-to-peer networks are often used in      networks and small businesses.

    Peer-to-peer networks are often used in home networks and small businesses.

Sign up to unlock flashcards

or