Module 1: Basics of Networking Flashcards
Review: - LAN, MAN, WAN,CAN, PAN - Internet, Subnet, intranets, extranets. - Wired topologies: logical vs physical, star, ring, mesh and bus. - The OSI model - Protocols and ports - Numbering systems
What is a Network
A group of interconnected computers and other devices that able to share information with each other..
What is a Node/Host
The individual devices connected to the network
What is a Connected Media
The medium in which a host is connected to a network (example: cables or wifi).
What is a Network Interface
Converts the digital data from a host to some form of signal (light, electric signals, radio, etc..) to travel from the host, to the network, then back to digital data that other hosts can interpret .
What is a Network Protocol
Standards (like a key to a scrambled message) to define how data will be formatted. All computers must use the same protocol on the network or they will not be able to understand the data being communicated.
What are some of the benefits of networks?
○ Reduce the need to buy multiple tools for every computer such as a printer or fax.
○ Consolidate storage into one place so each host can access the same information.
○ Data security since all the sensitive data is in one place.
○ Easier to back up one shared storage than each individual computer.
○ Reduce Telephone expenses.
○ Workflow management
What is a peer to peer network?
Individual hosts don’t have a specific role. They provide and consume network services; function as a client and a server at the same time.
What are some advantages of a peer to peer network?
- Easy to Implement
- No special software needed
- Inexpensive
What are some disadvantages of a peer to peer network?
- Not scalable (The bigger it gets, the harder it is to manage).
- Difficult to support as there are no central controls.
- If a device(like a printer) is connected to computer, it is unreachable from other hosts if that computer is turned off.
- No centralized storage of data.
- increased security risk.
What is a client-server network
A network where hosts have specific roles. Some hosts could act as servers while the others just act as clients. The server provides the resources, the clients use those resources.
What are two types of networks?
- Peer-to-peer.
2. Client-server.
What are advantages of client-server network
- Easily scalable
- Easier to support as it’s more centralized.
- Better security.
- Centralized storage.
What are some disadvantages of a client-server network?
- Very expensive
- Requires lots of planning to figure which clients will be servers and where they will be placed.
What is a subnet?
A part of a larger network where all of the computers share the same subnet address (much like houses share the same street address). Also referred to as a network address.
What is a router?
A device that connects multiple subnets together to make a bigger network.
What does LAN stand for?
Local Area Network
What is a LAN?
A collection of connected subnets within the same organization.
What does MAN stand for?
Metropolitan Area Network
What is a MAN?
Many LAN’s connected in one area; A collection of interconnected networks within the same metropolitan area.
What does WAN stand for?
Wide Area Network links
What is a WAN?
A collection of MAN’s connected together.
What is an Internetwork?
When two different networks, such as two LAN’s, use something like a WAN to connect to each other, but aren’t controlled by the same entity.
What is the Internet?
A collection of many different networks owned by many different entities, that share information and communicate with one another.
What does ISP stand for?
Internet Service Providers.
What does an ISP do?
Manage an access point to the internet.
What is an Intranet?
A private network available to those only within an organization.
What is an Extranet.
A private network that allows authorized external users, but not available to the public.
What does CAN stand for?
Campus Area Network
What is a CAN?
A computer network made up of an interconnection of local area networks (LANs) within a limited geographical area, such as a university’s campus.
What does PAN stand for?
Personal Area Network
What is a PAN?
A very small network used for communicating between personal devices, such as Bluetooth.
What is Topology?
The term used to describe how devices are connected and how messages flow from device to device.
What does a Terminator do?
They absorb signals and prevent them from reflecting repeatedly back and forth on the cable. Terminators are used with bus topology.
What is a physical topology?
Describes the way the network is wired.
What is a logical topology?
Describes the way messages are sent.
Describe a Bus topology.
A bus topology consists of a trunk cable with nodes either inserted directly into the trunk or tapped into the trunk using offshoot cables called drop cables.
Describe a Ring topology.
A ring topology connects neighboring nodes until they form a ring. Signals travel in one direction around the ring; each device on the network acts as a repeater to send the signal to the next device.
Describe a Star topology.
A star topology uses a hub or switch to connect all network connections to a single physical location.
Which is the most popular type of topology used for a LAN?
Star
Describe a Mesh topology.
A mesh topology exists when there are multiple paths between any two nodes on a network. Mesh topologies are created using point-to-point connections. This increases the network’s fault tolerance because alternate paths can be used when one path fails.
What are the two types of Mesh topologies?
Partial mesh: Some redundant paths exist.
Full mesh: Every node has a point-to-point connection with every other node.
True or False: The logical topology is always the same as the physical.
False. A network can use one type of physical topology, while also use an entirely different logical topology.
How does a logical bus topology work?
The data is sent to ALL the computers. The computers then determine if the data is meant for them or not. If not, it discards it.
How does a logical ring topology work?
One computer sends data to the next computer until it reaches its destination.
How does a logical star topology work?
Data is sent to the central connecting device which then routes the data directly to the intended computer.