The combination of an IP address and a port number is often referred to as a _________, which helps in directing data to the right application on a machine.

  • Address Pair
  • Gateway
  • Socket
  • URL
The combination of an IP address and a port number is often referred to as a "socket." Sockets are essential for directing data to the correct application or service on a machine in a network, enabling multiple applications to run on a single device and share the same IP address.

Which protocol primarily uses the three-way handshake to establish a connection between client and server?

  • HTTP
  • IP
  • TCP
  • UDP
TCP (Transmission Control Protocol) primarily uses the three-way handshake to establish a connection between a client and a server. This process involves the client and server exchanging a series of messages to confirm and synchronize their communication, ensuring reliable data transfer.

In terms of security, what is the primary advantage of using a VPN when accessing public Wi-Fi hotspots?

  • VPNs block access to public Wi-Fi networks for unauthorized users.
  • VPNs can bypass Wi-Fi login pages.
  • VPNs encrypt data traffic, preventing eavesdropping and enhancing privacy on open Wi-Fi networks.
  • VPNs provide faster internet speeds on public Wi-Fi networks.
The primary advantage of using a VPN (Virtual Private Network) when accessing public Wi-Fi hotspots is that it encrypts your data traffic, preventing potential eavesdropping and enhancing your privacy and security on open and potentially unsecured networks.

Which topology provides the highest fault tolerance due to its multiple connections?

  • Bus
  • Mesh
  • Ring
  • Star
Mesh topology provides the highest fault tolerance due to its multiple connections. In a mesh network, every device is connected to every other device, ensuring redundancy. If one connection fails, traffic can be rerouted through other paths. This makes mesh topology highly fault-tolerant. However, it can be expensive and complex to set up due to the number of connections required.

The ________ topology connects all devices directly to each other, offering high redundancy.

  • Bus
  • Mesh
  • Ring
  • Star
Mesh Topology is a network layout where every device connects directly to every other device. This provides the highest level of redundancy and fault tolerance but can be expensive to implement and maintain.

The process of establishing a connection, transmitting data, and then terminating the connection is characteristic of the ________ protocol.

  • FTP
  • POP3
  • SMTP
  • TCP
The process of establishing a connection, transmitting data, and then terminating the connection is characteristic of the TCP (Transmission Control Protocol). TCP is a reliable, connection-oriented protocol used in many network applications, ensuring data integrity and order.

If a packet doesn't reach its destination within a certain timeframe, the transport layer might consider it _______.

  • Delivered
  • Duplicate
  • Lost
  • Reordered
If a packet doesn't reach its destination within a certain timeframe or is not acknowledged by the receiver, the transport layer considers it lost and may trigger retransmission to ensure the delivery of the packet.

What potential security benefit can NAT provide to a private network?

  • Enhance network speed
  • Hide internal IP addresses from external networks
  • Improve data encryption
  • Simplify network management
NAT (Network Address Translation) can hide the internal IP addresses of devices in a private network from external networks, providing an additional layer of security. It acts as a barrier between the internal network and the public internet, making it harder for external threats to directly access internal devices.

In terms of scale, which network lies between a LAN and a WAN, often covering a city or a large campus?

  • LAN
  • MAN
  • PAN
  • WAN
MAN (Metropolitan Area Network) is a network that typically covers a city or a large campus. It has a larger geographic scope than a LAN (Local Area Network) but is smaller than a WAN (Wide Area Network). MANs are often used by service providers to connect multiple LANs within a city.

What does the acronym MAC in MAC Address stand for?

  • Media Access Control
  • Memory Access Control
  • Message Access Control
  • Modem Access Control
MAC in MAC Address stands for "Media Access Control." It is a hardware address that uniquely identifies each node on a network, and it's used to control access to the network medium.