Bridge Course Notes
Bridge Course Notes
6. Question Bank
Part A: Short Answer Questions (3 Marks)
1. What are the key differences between a LAN and a WAN?
Answer: The three main differences between a LAN and a WAN are:
1. Geographical Area: A LAN covers a small area like a single building,
while a WAN covers a large area like a city or country.
2. Speed: LANs offer much higher data transfer speeds compared to WANs.
3. Ownership: LANs are typically privately owned by a single organization,
whereas WANs are often managed by multiple entities or public carriers.
2. Explain the function of a router in a network.
Answer: A router is a network device that operates at the Network Layer (Layer 3).
Its primary function is to connect two or more different networks together, such as
connecting a home network (LAN) to the Internet (WAN). It inspects the destination
IP address of incoming data packets and uses a routing table to determine the best
path to forward the packet towards its final destination.
3. Describe the Star Topology and list one major advantage and one major
disadvantage.
Answer: In a Star Topology, all network devices are connected to a central hub or
switch. Each device has a dedicated connection to this central point.
Advantage: It is robust. If one connection or cable fails, only that single
device is affected; the rest of the network continues to function normally.
Disadvantage: There is a single point of failure. If the central hub or
switch fails, the entire network goes down.
Part B: Long Answer Questions (5 Marks)
1. Describe the three main types of networks (LAN, MAN, WAN) based on their
geographical scope. Provide a real-world example for each.
Answer:
Local Area Network (LAN): This is the smallest type of network,
typically restricted to a small geographical area like a single office
building, a home, or a school campus. They are privately owned and offer
high-speed connectivity. Example: The network of computers, printers,
and servers in a school's computer lab, allowing students to share files
and access a shared printer.
Metropolitan Area Network (MAN): This network is larger than a LAN
and smaller than a WAN, designed to cover a city or a large town. It can
be a single network or a connection of multiple LANs. A MAN can be
owned by a private company or be a public service. Example: A cable TV
network that provides services across an entire city. Another example is
a network connecting all government offices within a city.
Wide Area Network (WAN): This network spans a very large
geographical area, such as a state, country, or even the entire globe. A
WAN is essentially a network of networks, connecting multiple LANs and
MANs. The speed is generally lower than a LAN. Example: The Internet is
the most prominent example of a WAN. A large multinational corporation
connecting its offices in New York, London, and Tokyo also uses a WAN.
2. Compare and contrast a Hub, a Switch, and a Router. Explain a scenario where
you would use each device.
Answer:
A Hub, Switch, and Router are all networking devices but have distinct functions and
operate at different layers of the OSI model.
Hub: A hub is the simplest and least intelligent device. It operates at the
Physical Layer (Layer 1). When it receives data on one port, it blindly
broadcasts that data to every other port. All devices connected to the
hub share the same bandwidth.
Scenario: A hub would be used in a very small, simple, and non-
secure network where cost is the absolute priority, like setting up a
temporary network for a small LAN party with old hardware. (Note:
Hubs are largely obsolete today).
Switch: A switch is smarter than a hub and operates at the Data Link
Layer (Layer 2). It inspects incoming data packets and learns the MAC
addresses of the devices connected to its ports. It then forwards data
only to the specific port of the intended recipient, creating a dedicated
connection. This is much more efficient and secure than a hub.
Scenario: A switch is the standard device for creating a wired Local
Area Network (LAN) in an office or home. It connects multiple
computers, printers, and servers, allowing them to communicate
efficiently within the local network.
Router: A router is the most intelligent of the three and operates at the
Network Layer (Layer 3). Its primary job is to connect different networks
together. It uses IP addresses to make decisions on how to route packets
from a source network to a destination network.
Scenario: A router is used to connect your home or office LAN to the
Internet (a WAN). It directs traffic between your local devices and the
wider internet, acting as the gateway for your network.
Part C: Multiple Choice Questions (MCQs)
1. What does LAN stand for?
a) Large Area Network
b) Local Area Network
c) Long Area Network
d) Local Arena Network
Answer: b
2. Which of the following is the largest type of network?
a) LAN
b) WAN
c) MAN
d) PAN
Answer: b
3. A network connecting computers in a single room or building is a:
a) WAN
b) MAN
c) LAN
d) PAN
Answer: c
4. The Internet is an example of a:
a) LAN
b) MAN
c) WAN
d) All of the above
Answer: c
5. Which network topology uses a single central cable to which all devices
are connected?
a) Star
b) Ring
c) Bus
d) Mesh
Answer: c
6. In which topology does the failure of a central device bring down the
entire network?
a) Bus
b) Ring
c) Star
d) Mesh
Answer: c
7. Which device operates at the Physical Layer (Layer 1) of the OSI model?
a) Switch
b) Router
c) Hub
d) Bridge
Answer: c
8. Which device is used to connect two or more different networks?
a) Hub
b) Switch
c) Repeater
d) Router
Answer: d
9. A switch is more intelligent than a hub because it forwards data based
on:
a) IP Address
b) MAC Address
c) Port Number
d) Packet size
Answer: b
10. A router operates at which layer of the OSI model?
a) Layer 1
b) Layer 2
c) Layer 3
d) Layer 4
Answer: c
11. What is the main advantage of networking?
a) Increased processing speed
b) Sharing resources
c) Better graphics
d) All of the above
Answer: b
12. A network that covers a city is called a:
a) LAN
b) WAN
c) MAN
d) CAN
Answer: c
13. In Ring topology, data flows in:
a) One direction
b) Both directions
c) Random directions
d) Towards the central server
Answer: a
14. What is the physical or logical arrangement of a network called?
a) Topology
b) Protocol
c) Architecture
d) Transmission Mode
Answer: a
15. What is the primary disadvantage of a Bus topology?
a) It is expensive
b) A break in the main cable disables the entire network
c) It is slow
d) It requires a central device
Answer: b
16. Which of the following is a network device?
a) CPU
b) Mouse
c) Switch
d) Monitor
Answer: c
17. Sharing a printer on a network is an example of:
a) Data sharing
b) Resource sharing
c) Communication
d) Centralized management
Answer: b
18. Which device regenerates a weak signal?
a) Hub
b) Switch
c) Repeater
d) Router
Answer: c
19. A collection of interconnected computers is called a:
a) System
b) Network
c) Server
d) File
Answer: b
20. What address does a router use to forward data packets?
a) MAC Address
b) IP Address
c) Port Address
d) Frame Address
Answer: b
21. In Star topology, if one computer's cable fails, what happens?
a) The entire network fails
b) Only that computer is affected
c) The central device fails
d) The adjacent computer is affected
Answer: b
22. Which of the following is NOT an advantage of networking?
a) Cost effectiveness
b) Increased storage capacity
c) Increased security risks
d) Enhanced communication
Answer: c
23. A hub is also known as a:
a) Intelligent Hub
b) Multiport Repeater
c) Switch
d) Router
Answer: b
24. MAN stands for:
a) Mega Area Network
b) Main Area Network
c) Metropolitan Area Network
d) Multi-user Area Network
Answer: c
25. The connections between computers in a network can be:
a) Wired
b) Wireless
c) Both a and b
d) Neither a nor b
Answer: c
26. Which topology is the most difficult to troubleshoot?
a) Star
b) Bus
c) Mesh
d) All are easy
Answer: b
27. What does a switch create?
a) A single collision domain
b) A single broadcast domain
c) Multiple collision domains
d) Multiple broadcast domains
Answer: c
28. Which of these provides a dedicated connection between two devices?
a) Hub
b) Switch
c) Both Hub and Switch
d) None of the above
Answer: b
29. A router connects your LAN to the:
a) CPU
b) Internet
c) Printer
d) Monitor
Answer: b
30. In which topology is adding or removing a computer difficult and can
disrupt the network?
a) Star
b) Bus
c) Ring
d) Mesh
Answer: c
31. An email system is an example of which network advantage?
a) Resource Sharing
b) Data Sharing
c) Communication
d) Cost-Effectiveness
Answer: c
32. The process of sending data to a specific device on a network is called:
a) Broadcasting
b) Unicasting
c) Multicasting
d) Anycasting
Answer: b
33. Which device broadcasts data to all connected devices?
a) Switch
b) Router
c) Hub
d) Modem
Answer: c
34. A university campus network is an example of a:
a) LAN
b) WAN
c) MAN
d) PAN
Answer: a (or MAN if the campus is very large and spread out, but LAN is
the most common answer)
35. Which of these is a valid data transfer speed for a modern LAN?
a) 56 Kbps
b) 1 Mbps
c) 1 Gbps
d) 128 bps
Answer: c
36. The physical path over which a message travels is called the:
a) Protocol
b) Medium
c) Signal
d) Route
Answer: b
37. A device's physical address is its:
a) IP Address
b) MAC Address
c) Port Address
d) Logical Address
Answer: b
38. Which topology is the most reliable and robust?
a) Bus
b) Star
c) Ring
d) Mesh (Though not covered in detail, it's the most robust)
Answer: b (Of the three discussed: Bus, Star, Ring)
39. The main function of a router is:
a) Amplifying signals
b) Connecting devices on the same network
c) Path determination
d) Filtering frames
Answer: c
40. When you access a website, your request goes through a:
a) Hub
b) Switch
c) Router
d) Repeater
Answer: c
41. Centralized data management is an advantage of networking because it
improves:
a) Gaming performance
b) Data security and backup
c) Processing speed
d) User interface
Answer: b
42. Ethernet is a technology primarily used in:
a) WANs
b) MANs
c) LANs
d) All of the above
Answer: c
43. Which device works with frames and MAC addresses?
a) Repeater
b) Hub
c) Switch
d) Router
Answer: c
44. Which device works with packets and IP addresses?
a) Hub
b) Switch
c) Bridge
d) Router
Answer: d
45. Which topology requires the most cabling?
a) Bus
b) Ring
c) Star
d) All require the same
Answer: c
46. Which of the following is NOT a network device?
a) Router
b) Switch
c) Operating System
d) Hub
Answer: c
47. Connecting multiple LANs in a city creates a:
a) WAN
b) MAN
c) CAN
d) PAN
Answer: b
48. A "collision" occurs when:
a) Two devices send data at the same time on a shared medium
b) A router fails
c) A cable is disconnected
d) A computer shuts down
Answer: a
49. Which device reduces the number of collisions on a network?
a) Hub
b) Repeater
c) Switch
d) Transceiver
Answer: c
50. The primary purpose of a computer network is to:
a) Make computers faster
b) Share resources and communicate
c) Improve graphics
d) Run complex software
Answer: b
A protocol is a predefined set of rules that determine how computers communicate over
a network.
It ensures consistency and reliability in communication.
Without protocols, devices would not be able to interpret each other's data.
🔹 Importance of Protocols
Layers of TCP/IP:
Layer Description Protocols
Application Provides network services to applications HTTP, FTP, SMTP
Transport Ensures reliable delivery of data TCP, UDP
Internet Responsible for logical addressing and routing IP
Manages hardware and data transmission over physical
Network Access Ethernet, Wi-Fi
media
🌐 Example:
Internet Intranet
Public and global Private and internal
Accessible by anyone Access restricted to members
Requires ISP Hosted by organization
A service on the Internet that allows users to access hyperlinked documents using a
browser.
Uses HTML for content and HTTP for communication.
Developed by Tim Berners-Lee in 1989.
3. History and Evolution of the Internet
🔹 Timeline of Internet Development
Year Development
1969 ARPANET - First computer network developed by DoD
1973 TCP/IP design started
1983 TCP/IP adopted as ARPANET standard
1989 WWW invented by Tim Berners-Lee
1991 First public web page published
1995 Internet commercialized and made globally accessible
🔹 Major Milestones:
4. Internet Services
🔹 Email (Electronic Mail)
🔹 Web Browsers
Applications that render HTML and allow users to interact with websites.
Examples: Chrome, Firefox, Edge, Safari.
Components:
o Address bar, Back/Forward buttons, Rendering engine, Developer tools
🔹 Search Engines
URL (Uniform Resource Locator) – the web address used to access resources.
Structure of a URL:
bash
CopyEdit
https://www.example.com/path/page.html?query=123#section2
Part Description
https Protocol
www.example.com Domain name (maps to an IP address)
/path/page.html Resource path
?query=123 Query string (optional)
#section2 Anchor to part of the page (optional)
🔹 What is an IP Address?
Types of IP:
Role of IP:
Tag Description
<html> Root element of HTML page
<head> Contains metadata and links
<title> Sets the title of the web page tab
<body> All visible content
<h1> to <h6> Headings
<p> Paragraph
<a href=""> Hyperlink
<img src=""> Embed image
<br> Line break
<ul>, <ol> Unordered/ordered lists
<li> List item
<div>, <span> Layout and inline containers
🔹 HTML Attributes
Provide additional information about elements.
Syntax: attribute="value"
Example:
html
CopyEdit
<a href="https://example.com" target="_blank">Visit</a>
🔹 HTML Comments
html
CopyEdit
<!-- This is a comment -->
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) <img>
b) <image>
c) <pic>
d) <src>
✔ Answer: <img>
a) <link>
b) <a>
c) <href>
d) <url>
✔ Answer: <a>
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
12. 12. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
13. 13. What is the correct HTML tag for inserting an image?
a) <img>
b) <image>
c) <pic>
d) <src>
✔ Answer: <img>
14. 14. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
15. 15. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
17. 17. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
18. 18. Which layer of the TCP/IP model is responsible for addressing and routing?
a) Application
b) Transport
c) Internet
d) Network Access
✔ Answer: Internet
20. 20. What is the correct HTML tag for inserting an image?
a) <img>
b) <image>
c) <pic>
d) <src>
✔ Answer: <img>
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
24. 24. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) Bill Gates
b) Steve Jobs
c) Tim Berners-Lee
d) Vint Cerf
26. 26. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) FTP
b) SMTP
c) IMAP
d) HTTP
✔ Answer: SMTP
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
29. 29. Which layer of the TCP/IP model is responsible for addressing and routing?
a) Application
b) Transport
c) Internet
d) Network Access
✔ Answer: Internet
31. 31. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
32. 32. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
33. 33. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) FTP
b) SMTP
c) IMAP
d) HTTP
✔ Answer: SMTP
35. 35. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
38. 38. Which layer of the TCP/IP model is responsible for addressing and routing?
a) Application
b) Transport
c) Internet
d) Network Access
✔ Answer: Internet
39. 39. Which layer of the TCP/IP model is responsible for addressing and routing?
a) Application
b) Transport
c) Internet
d) Network Access
✔ Answer: Internet
41. 41. What is the correct HTML tag for inserting an image?
a) <img>
b) <image>
c) <pic>
d) <src>
✔ Answer: <img>
a) FTP
b) SMTP
c) IMAP
d) HTTP
✔ Answer: SMTP
43. 43. What is the correct HTML tag for inserting an image?
a) <img>
b) <image>
c) <pic>
d) <src>
✔ Answer: <img>
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
a) <link>
b) <a>
c) <href>
d) <url>
✔ Answer: <a>
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
48. 48. What is the correct HTML tag for inserting an image?
a) <img>
b) <image>
c) <pic>
d) <src>
✔ Answer: <img>
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
a) Google
b) Gmail
c) Facebook
d) Yahoo Mail
✔ Answer: Google
a) <link>
b) <a>
c) <href>
d) <url>
✔ Answer: <a>
53. 53. Which layer of the TCP/IP model is responsible for addressing and routing?
a) Application
b) Transport
c) Internet
d) Network Access
✔ Answer: Internet
54. 54. What is the correct HTML tag for inserting an image?
a) <img>
b) <image>
c) <pic>
d) <src>
✔ Answer: <img>
a) <link>
b) <a>
c) <href>
d) <url>
✔ Answer: <a>
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
a) <link>
b) <a>
c) <href>
d) <url>
✔ Answer: <a>
a) FTP
b) SMTP
c) IMAP
d) HTTP
✔ Answer: SMTP
60. 60. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
61. 61. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
62. 62. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
a) Bill Gates
b) Steve Jobs
c) Tim Berners-Lee
d) Vint Cerf
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
66. 66. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
67. 67. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) <link>
b) <a>
c) <href>
d) <url>
✔ Answer: <a>
a) FTP
b) SMTP
c) IMAP
d) HTTP
✔ Answer: SMTP
a) <link>
b) <a>
c) <href>
d) <url>
✔ Answer: <a>
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
73. 73. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
74. 74. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
75. 75. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
77. 77. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
78. 78. Which layer of the TCP/IP model is responsible for addressing and routing?
a) Application
b) Transport
c) Internet
d) Network Access
✔ Answer: Internet
79. 79. What is the correct HTML tag for inserting an image?
a) <img>
b) <image>
c) <pic>
d) <src>
✔ Answer: <img>
81. 81. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) <link>
b) <a>
c) <href>
d) <url>
✔ Answer: <a>
83. 83. Which layer of the TCP/IP model is responsible for addressing and routing?
a) Application
b) Transport
c) Internet
d) Network Access
✔ Answer: Internet
a) Bill Gates
b) Steve Jobs
c) Tim Berners-Lee
d) Vint Cerf
86. 86. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) FTP
b) SMTP
c) IMAP
d) HTTP
✔ Answer: SMTP
89. 89. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) <link>
b) <a>
c) <href>
d) <url>
✔ Answer: <a>
91. 91. What is the correct HTML tag for inserting an image?
a) <img>
b) <image>
c) <pic>
d) <src>
✔ Answer: <img>
92. 92. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
94. 94. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
95. 95. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1
97. 97. Which protocol ensures reliable delivery of data in the TCP/IP model?
a) UDP
b) HTTP
c) TCP
d) FTP
✔ Answer: TCP
a) Google
b) Gmail
c) Facebook
d) Yahoo Mail
✔ Answer: Google
a) 192.168.1.1
b) 2001:0db8:85a3::8a2e:0370:7334
c) example.com
d) https://example.com
✔ Answer: 192.168.1.1