














Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A comprehensive overview of network fundamentals, covering key concepts such as network types, protocols, topology, and communication. It explains the different types of networks, including lan, man, wan, and pan, and delves into the importance of network protocols like tcp/ip, http, dns, and dhcp. The document also explores network topology, highlighting the advantages and disadvantages of various topologies like mesh, bus, ring, and star. It emphasizes the impact of network topology on communication and bandwidth requirements, providing insights into how different topologies affect data flow and network performance. The document concludes with a discussion of network devices, including switches, routers, gateways, and dhcp servers, explaining their roles in network infrastructure and management.
Typology: Cheat Sheet
1 / 22
This page cannot be seen from the preview
Don't miss anything!
A network is a collection of computers, servers, mainframes, network devices, or other devices connected to one another to allow the sharing of data and resources. Networks facilitate communication and collaboration by enabling data transfer and resource sharing.
Definition of Network Topology: Network topology refers to the arrangement of various elements (links, nodes, etc.) in
Definition of Network Communication: -Network communication refers to the exchange of data between devices in a network. This involves sending and receiving data packets following specific rules and protocols. Rules in the Network: -Network rules, also known as protocols, are essential to ensure proper communication and data transfer between devices. These rules govern how data is formatted, transmitted, received, and acknowledged. Common Rules/Protocols: -TCP/IP: Manages how data is packetized, addressed, transmitted, routed, and received. -HTTP: Governs the transmission of web pages. -DNS: Translates domain names to IP addresses. -DHCP: Automatically assigns IP addresses to devices. Why These Rules are Needed: -Ensure reliable data transmission. -Facilitate communication between devices from different manufacturers. -Prevent data collisions and errors. -Manage network traffic efficiently.
1. Switches: Switches operate at the Data Link layer (Layer 2) of the OSI model. They are used to connect devices within a LAN (Local Area Network). A switch receives data packets, processes them, and forwards them to the intended destination device based on MAC (Media Access Control) addresses. Operation: Packet Switching: Switches use packet switching to receive, process, and forward data packets. MAC Address Table: Switches maintain a MAC address table to keep track of the MAC addresses associated with each port. Collision Domains: Each port on a switch creates a separate collision domain, reducing collisions and improving network efficiency. Advantages: -Enhances network performance by reducing collisions. -Supports full-duplex communication, allowing simultaneous send and receive operations.
2. Routers: Routers operate at the Network layer (Layer 3) of the OSI model. They are used to connect multiple networks, such as connecting a LAN to a WAN (Wide Area Network). Routers determine the best path for data packets to travel from the source to the destination based on IP addresses. Operation: Routing Table: Routers use routing tables to determine the best path for data packets. Routing Protocols: Routers utilize protocols like OSPF (Open Shortest Path First) and BGP (Border Gateway Protocol) to communicate with other routers and update routing tables. Packet Forwarding: Routers examine the destination IP address of a packet, consult the routing table, and forward the packet to the appropriate next hop. Advantages: -Connects different network architectures. -Facilitates efficient data routing across large and complex networks.
1. Gateway: A gateway operates at multiple layers of the OSI model and acts as a bridge between different networks that use different protocols. It can translate data formats, protocols, or both. Use: Connecting a company’s intranet to the internet.
3. Web Server: A web server stores, processes, and delivers web pages to clients (browsers) using the HTTP or HTTPS protocols. Use: Hosts websites and web applications. Example: A company’s website is hosted on a web server, making it accessible to users via the internet. 4. File Server: A file server provides a centralized location for storing and managing files, allowing users to share files over a network. Use: Facilitates file sharing and collaboration within an organization. Example: Employees can access shared documents and files stored on a file server. 5. Mail Server: A mail server handles the sending, receiving, and storage of email messages. Use: Manages email communications for organizations and individuals. Example: An organization’s mail server ensures that emails are delivered to the appropriate recipients and stores messages for later retrieval. Understanding the roles and operations of these networking devices and server types is crucial for designing and maintaining efficient, secure, and scalable networks. Each device and server type serves specific functions that collectively ensure smooth and reliable network operations.
Interdependence refers to a relationship where the needs of one subject can be met by the resources of another, with resource transfer occurring in both directions. This means both parties rely on each other to satisfy their needs. Such relationships are common in many areas, as humans often require the assistance of others to thrive. In the business world, organizations depend on each other in various ways.
Take the flour industry as an example. One person focuses on growing crops, another on milling, another on packing, distributing, and eventually selling the flour. They all rely on each other to produce the final product. If the mill stops operating one day, everyone in the chain is impacted. This illustrates their interdependence.
A computer network consists of multiple computers that share resources hosted on or provided by network nodes. These computers communicate with each other using standard communication protocols over digital connections.
The inter-dependencies between workstation hardware and networking software refer to the close relationship between a computer's physical components and the software that facilitates network connectivity and communication. The performance and capabilities of the workstation's hardware significantly influence the efficiency and effectiveness of the networking software, which, in turn, depends on the hardware to operate correctly. Let's explore the main inter-dependencies, providing illustrations to enhance the explanation.