Computer Network
Computer Network
Define network
• A network is a collection of computers, servers, mainframes, network devices, and other
devices connected to each other to share data and resources.
14. Firewalls
• Firewalls are network security devices that monitor, and control incoming and outgoing
network traffic based on predetermined security rules. They establish a barrier between
trusted internal networks and untrusted external networks.
15. Different types of delays
• Propagation Delay: The time it takes for a signal to travel from the sender to the receiver.
• Transmission Delay: The time it takes to push all the packet's bits onto the wire.
• Processing Delay: The time routers take to process the packet header.
• Queuing Delay: The time a packet spends in routing queues.
22. What happens when you enter “google.com” (very famous question)
• When you enter "google.com":
o The browser checks the cache for a DNS record to find the IP address of
"google.com".
o If not found, a DNS query is sent to the DNS server to get the IP address.
o The browser sends an HTTP or HTTPS request to the IP address.
o The server at that IP address processes the request and sends back the web page.
o The browser renders the web page.
25. LAN
• LAN (Local Area Network) is a network that connects computers and devices in a limited
geographical area, such as a home, school, or office building, allowing resource sharing and
communication within the network.