Intro to Networking Flashcards
What is a LAN, MAN and a WAN?
LAN - Local Area Network, a network of interconnected devices in a limited geographic area.
MAN - Metro Area Network, a network that spans a few buildings in a slightly bigger area than a LAN.
WAN - Wide Area Network uses 3rd party communication providers to carry network traffic from one place to another.
What is an Internetwork, Internet and Intranet?
Internetwork - A collection of LANS tied together by devices such as routers.
Internet - Worldwide Public internetwork that uses TCP/IP and HTTP.
Intranet - A private internetwork in which devices and services are only available to specified users (eg employees at a company).
What is the smallest increment of data on a computer?
A bit
What is a packet?
A chunk of data with a source and destination IP address added. Usually uses some form of TCP/IP
What is a frame?
A packet with the source and destination MAC addresses added.
Why are packets used for data transfer?
- Pauses between packet transfers allow other PCs to transfer data
- Allows receiving computer to process and error check data.
- If an error occurs only the affected packet needs to be re-sent.
- Gives the sending computer a chance to receive data from other computers and perform other processing tasks.
What are the 3 hardware components of network communication?
Network Interface Card (NIC)
Network medium
Interconnecting device
What is an NIC and what does it do?
Network Interface Card provides a connection between a computer’s motherboard and the network.
Give two examples of a network medium.
Ethernet cable
Wireless
What are routers, hubs, switchers and access points used for?
Routers - used for connecting multiple networks together
Hubs - Connect computers on a network together.
Switches - Used for connecting multiple computers within a network and can read data destinations.
Access points - Allow computers to connect to a network wirelessly.
What is the most common network architecture model?
Star Topology
What is the con of using a Star Topology?
If the central access point fails the whole system goes down.
What are the steps of network communication?
- App tries to access network resource by sending a message.
- Client software formats message and passes it to network protocol.
- Protocol packages the message in a network suitable format and sends it to NIC driver.
- NIC driver sends data in request to NIC card to be converted into necessary signals to be transmitted over network.
How is encapsulation used in network communication?
Data is encapsulated into packets then frames. As data is moved through each layer of the sending computer different headers and tailers are added to it so it ends up being a multi-layered package with data at it’s center. The receiving computer gets the package and as it moves through each layer decapsulates it until it can receive the data in the center.
What is the purpose of OSI?
Describes the functions of a baseline network system while remaining protocol agnostic.