Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In
Continue with Google
or use


Have an account? Sign In Now

Sign In

Continue with Google
or use

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.


Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to ask a question, You must login to ask a question.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Network Classmate Logo Network Classmate Logo
Sign InSign Up

Network Classmate

Network Classmate Navigation

    • Home
    • Article
    • Q&A
    • Guest Post
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Feed
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges

Farwa Khalid

Bronze
Ask Farwa Khalid
183 Visits
0 Followers
0 Questions
Home/ Farwa Khalid/Answers
    • About
    • Questions
    • Polls
    • Answers
    • Best Answers
    • Asked Questions
    • Followed
    • Favorites
    • Groups
    • Posts
    • Comments
    • Followers Questions
    • Followers Answers
    • Followers Posts
    • Followers Comments
  1. Asked: May 26, 2022In: Q & A

    What Is The Aim Of An Arp Spoofing Attack?

    Farwa Khalid
    Farwa Khalid Bronze
    Added an answer on November 30, 2022 at 11:35 am

                          What Is the Aim of An Arp Spoofing Attack? With the help of ARP reply broadcast flood, the network To fill the MAC address tables with bogus addresses To flood network host with ARP request To link the internet protocol address to the wrong MAC address Answer: In the ARP spoofiRead more

                         

    What Is the Aim of An Arp Spoofing Attack?

    • With the help of ARP reply broadcast flood, the network
    • To fill the MAC address tables with bogus addresses
    • To flood network host with ARP request
    • To link the internet protocol address to the wrong MAC address

    Answer:

    In the ARP spoofing attack, a malicious host interrupts the ARP request and depends on them so that the host of the network will map the address to the MAC addresses of the malicious host.

    What is the address resolution protocol?

    ARP is a protocol that allows network communications to reach particular devices on the network. Address resolution protocol (ARP) translates the internet protocol address to the media access control (MAC) and vice versa. Most commonly, the connection of ARP to the gateway or router is the devices that allow them to link to the internet.

    The responsibilities of the host are to maintain a mapping table between the internet protocol addresses and the media access addresses, maintain an ARP cache, and use the addresses to connect to their destinations on the network. If the host does not know the media access address for a particular IP address, it sends out the address resolution protocol request packet. It asks the other machines on the network to match the MAC address.

    ARP protocol is not responsible for security, so it does not a concern to verify whether the response of the request comes from the authorized party or not. Even if the request is not sent it allows the host to accept the ARP response. This is the weakest point of the ARP protocol that allows the ARP spoofing attackers.

    In the IPv4 protocol, ARP works on the 32-bit IP addresses.  The new versions of protocol IPv6 use a different protocol. NDP (neighbor discovery protocol) is safe, and secure and uses the coded keys to verify the host identity. However, still, most of the older IPv4 protocols are used by the internet. Address resolution protocols are still widely in use.

    Spoofing:

    It is an attack that a third party into the internet protocol network trying to falsify the original data. It means that the original data is swept with the falsified data by doing some modification. The IP protocol does not use any authentic mechanism to verify the person. If one application does not verify the authorized user, many spoofing attacks may occur. There are two different types of spoofing attacks. Which are,

    • IP spoofing
    • Address resolution protocol (ARP)

    Address resolution protocol (ARP) spoofing or ARP poisoning:

    An ARP poisoning or also called ARP spoofing allows the attackers to interrupt the communication between two network devices. The attack work in the following way,

    • Network access:

    Malicious attackers have access to the network. They scan the network to know the internet protocol address of at least two devices. Consider the two devices are a router and a workstation.

    • Spoofing tool:

    Spoofing tools are also used by the attackers such as Driftnet, and Arps proof, to send out the build ARP response.

    • Forged response:

    The forged response displays that the MAC address is correct for both IP addresses that relate to both the router and the workstation. It is the attacker’s MAC address. This fools both devices and connects to the attackers’ MAC addresses instead of connecting.

    • ARP cache:

    ARP cache entries are updated in two devices and from onward, they communicate with the attackers instead of with each other.

    • Man in the middle:

    Attackers are now a man in the middle of all conversations. It pretends to be both sides of a communication channel.

    What attackers can do?

    After the attackers are successful in the ARP spoofing attack. They can do all sorts of things like,

    • Alteration in communication:

    For example, it pushes a malicious file to the workstation.

    • Hijacking:

    if the attackers were able to access the session ID. In this way, they have access to the hosting account that is currently logged into.

    • Routing the communication:

    The attackers steal the data and packets. But there is an exception if the file is transferred over the encoded channel like HTTPS.

    • DDoS (distributed denial of service):

    The attackers provide the media access protocol to the server with the DDoS they wish to attack. Instead of their machines being affected. The target server will be hit with traffic if they attack with a large number of internet protocol addresses.

    Detection:

    Here is the important question of how to detect the attacks. Here is a very simple detail to detect the ARP cache poisoning attack by using the command line. Given below the commands are given to follow on both windows and Linux.

    If the table display two different IP address have the same media access address it indicates that an ARP attack has occurred. Because the 192. 168.5.1 can be recognized as a router and the IP address for the attackers is probably 192.168.5.202.

    You can use the open-source Wireshark protocol to identify ARP poisoning in a large network. Also, use to obtain more information about the communications the attackers are taking place.

    Prevention:

    A few important practices that can help to prevent attacks on the network are given below.

    • Use stable ARP:

    You need to define a stable ARP entry for an IP address. And prevent all the ARP responses for that particular address. For example, if your workstation always links to the same router then define a stable ARP entry for that router. In this way, attacks can be prevented.

    • VPN:

    A virtual private network enables the devices to connect to the router through a coded tunnel. This makes all the communication encoded and worthless for attackers.

    • Packet filtering:

    With the use of packet filtering, it can identify poisoned attacks by pointing out that they contain contradictory information. It stops this information before they reach your system.

    • Mount a spoofing attack:

    Make sure the existing defenses are working or not against attacks.  Always coordinate with the security and IT teams. If the attack takes place, then identify the weakest point in your system and remediate them.

    Aims of ARP poisoning attack:

    Some attackers have intentions to create a foundation for harmful effects in the future. The attack defines the intention of attackers, like

    • To associate a valid IP with a bogus MAC address.
    • To pack the original MAC address with the fake MAC address
    • To flood the targeted host with enormous reply messages of ARP
    • To flood ARP requests so that the host network becomes packed.

    Final words:

    The cyber-world is full of risks. There are no lame excuses that are acceptable or show a lenient attitude towards cyber security. ARP attack is a very serious cyber rime that can harm many people beyond imagination. Adopting a good prevention method and a proactive approach solves this issue in the initial stage.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  2. Asked: March 30, 2022In: Q & A

    What Device Is Used To Create a Physical Star Topology?

    Farwa Khalid
    Farwa Khalid Bronze
    Added an answer on June 5, 2022 at 11:53 am

    What Device Is Used to Create a Physical Star Topology? Answer: A switch or a hub is used to create a physical star topology. Star topology: A star topology is the local area network topology (LAN) in which all the devices, workstations, and modes of PCs are directly connected to the hub also referrRead more

    What Device Is Used to Create a Physical Star Topology?

    Answer:

    A switch or a hub is used to create a physical star topology.

    Star topology:

    A star topology is the local area network topology (LAN) in which all the devices, workstations, and modes of PCs are directly connected to the hub also referred to as the central computer. Therefore, star topology is also referred to as star network and network topology The hub is used as an intermediary device where each workstation is connected to the hub and indirectly connected to other workstations through a hub or switch. It is installed at the access layer of the enterprise networks. Centralized network switches or hubs are used by the access layer to connect to all endpoints of the local area network.

    It needs a point-to-point connection between the connecting devices and the central hub, node, or switches. For the improvements in the communication between the devices on the network, the amplification and reconditioning service are provided by the central nodes. Star topology is mostly used in home networks.

    Features of star topology:

    • Star topology is adaptable.
    • On the central connection point, all cables are run on it.
    • If one node breaks down only the computer connected to that cable stop working others are not affected.
    • For maintaining and expanding the network cost will increase because many cables are used to connect individual devices to the central point.
    • Computers are added or removed from the central nodes when the network changes occurred.

    Advantages of star topology:

    • In star network topology every node is independent of other nodes. If one node is not working properly it will not affect the performance of other nodes of the network. It limits the single-point failure impact on other nodes of the network.
    • It provides a facility to add and remove additional components to the network based on the conditions. This network is mostly small to avoid competition between the devices for accessing the central node or hubs.
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  3. Asked: March 30, 2022In: Q & A

    What Are Two Reasons For Physical Layer Protocols To Use Frame Encoding Techniques? (Choose Two.)?

    Farwa Khalid
    Farwa Khalid Bronze
    Added an answer on June 5, 2022 at 11:53 am

    What Are Two Reasons for Physical Layer Protocols to Use Frame Encoding Techniques? (Choose two.)? Answer: To provide better correction of an error in media To indicate where the frame starts and end Decrease the number of collisions in the media Differentiate between the control bits and the data bRead more

    What Are Two Reasons for Physical Layer Protocols to Use Frame Encoding Techniques? (Choose two.)?

    Answer:

    • To provide better correction of an error in media
    • To indicate where the frame starts and end
    • Decrease the number of collisions in the media
    • Differentiate between the control bits and the data bits.
    • Enhance the media throughput

    The main two reasons for the physical layer to use the frame encoding technique are to provide better error correction in media and to differentiate between the control bits and the data bits. An encoding is responsible for the conversion of streams of bits into defined code that is recognizable to the receiver and the transmitter.

    Physical layer protocol:

    In the OSI model (open system interconnection) physical layer is the first and lowest layer in this model. It is also known as layer 1 responsible for bit-level transmission between different devices and also provides support to the mechanical and electrical interfaces connected to the physical medium for accompanied communication. For most of the network physical connections this layer is used, for example, cabling, connectors and types, wireless transmission, network interface cards, and cabling standards with types. This layer has nothing to do with a physical medium such as fiber and copper.

    Role of physical layer:

    Over the physical data link connected nodes of the network, this layer provides a way to transmit the streams of data bits. The bitstreams are gathered into symbols and converted to a physical signal that is transmitted over the medium. Electronic circuit transmission networks are present in the physical layer. It is a fundamental layer due to the high level of function in a network.  In the open system interconnection model from the data link layer physical layer translate the logical communications into hardware operations to cause the reception of electronic signals. Higher layers are supported by the physical layer that is responsible for the generation of logical data packets.

    Functions:

    • USB (universal serial bus):

    In the USB controller in the host physical chips are integrated to provide a bridge between the digital and the regulated parts of the interface.

    • Serial ATA:

    The physical layer is used by Serial ATA controllers.

    • Infrared data association:

    IrDA specification uses the IrPHY specification for the data transport.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  4. Asked: March 30, 2022In: Q & A

    When Using The Windows Encrypted File System, What Statement Is Accurate??

    Farwa Khalid
    Farwa Khalid Bronze
    Added an answer on June 5, 2022 at 11:53 am

    When Using the Windows Encrypted File System, What Statement Is Accurate?? To use an encrypted file system, need to download particular software. An encrypted file is moved to an unencrypted folder and remains encrypted. The Encrypted file system works on FAT32 and NTFS. For encryption, EFS files caRead more

    When Using the Windows Encrypted File System, What Statement Is Accurate??

    1. To use an encrypted file system, need to download particular software.
    2. An encrypted file is moved to an unencrypted folder and remains encrypted.
    3. The Encrypted file system works on FAT32 and NTFS.
    4. For encryption, EFS files can be marked but not folders.

    Answer:

    option B is correct. When the window encrypted file system is used the correct statement is an encrypted file moved to the unencrypted folder remains encrypted.

    Encrypted file system:

    In Microsoft Windows, the encrypted file system is introduced in version 3.0 0 of the new NTFS technology file system. It provides the coded level file system This technology allows files to be transparent and encrypted so that they are protected against attackers with physical access to the computer.

    Except for the home versions encrypted file systems are available in all versions. By negligence, encryption is not present in files but encryption can be enabled by the users on a per-directory. CFS (Cryptographic Filesystems) are also implemented for other operating systems, but these are not compatible with the encrypted filesystem. By using the standard cryptographic algorithms EFS facilitate the encryption and decryption of the files. EFS is present on the various versions of Microsoft windows. The cryptographic algorithms provide the security measures in EFS only the defined recipient coded or decoded the cryptography.

    The symmetric and asymmetric keys are used in EFS but it does not protect the data transmission, but it provides protection to the data files in the system. Even if some are allowed to the computer whether the person is authorized or not, he cannot unblock the EFS cryptography without the secret keys.

    Features:

    • An encryption file system offers the control of who can able read the files
    • The process of encryption is very easy select the check box in the file and turn it into encryption.
    • By clearing the check box in the file, the encryption can be removed.
    • For files, encryption can be encrypted once they are closed.
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  5. Asked: March 30, 2022In: Q & A

    What Devices Are Used In Networking?

    Farwa Khalid
    Farwa Khalid Bronze
    Added an answer on June 5, 2022 at 11:53 am

    What Devices Are Used in Networking? Answer: Different type of electronic devices is used in networking these devices are known as networking devices or networking equipment. In between the computers, printers, and fax machines for the transmission and the receiving data these networking devices areRead more

    What Devices Are Used in Networking?

    Answer:

    Different type of electronic devices is used in networking these devices are known as networking devices or networking equipment. In between the computers, printers, and fax machines for the transmission and the receiving data these networking devices are used. There are two types of devices either internetwork or another intra-network. some networking devices are installed on the device like RJ45 connectors and some devices are part of the network such as switches, hubs, and routers. To perform their roles efficiently these devices are specific devices to handle the electrical and digital connections.

    Network devices:

    Between the different hardware, the devices used for communication in the computer network are called network devices. These are also called computer networking devices, physical devices, network equipment, and networking hardware. Each device performs its functions and works for different purposes.

    Types:

    There are different types of networking equipment to perform their function efficiently in the computer which include,

    • Modem
    • Bridge
    • Network Hub
    • Network switch
    • Repeater
    • router

    Bridge:

    this network device is used to connect two or more network segments. The main function of this device is the storage and transmission of the frame in various segments. Media Access Control is used in this device for transferring frames.

    Network router:

    It is used to route the traffic from one network to another network. These two networks must be private to the company network.

    Modem:

    It is the most important device and is used in daily life. For example, in our homes net is provided with the help of wires, these wires carry data from one place to another place. But every computer gives digital data in the form of zeros and ones.

    Network switch:

    Switch also worked on LAN just like the hub but it is more active than the hub. The switch is used to transfer and filter data while the hub is used for data transfer.

    Network hub:

    The Network Hub is used to communicate with a different host of networks and is also used for data transfer. Data is transferred in the form of packets.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  6. Asked: March 30, 2022In: Q & A

    What Is a Local Account On a Computer?

    Farwa Khalid
    Farwa Khalid Bronze
    Added an answer on June 5, 2022 at 11:53 am

    What Is a Local Account on a Computer? A local account on a computer is defined as it is the control access to a single physical computer. Local account credentials such as passwords, usernames, and the SID/UID are stored locally in the computer hardware, when you try to log in, the computer checksRead more

    What Is a Local Account on a Computer?

    A local account on a computer is defined as it is the control access to a single physical computer. Local account credentials such as passwords, usernames, and the SID/UID are stored locally in the computer hardware, when you try to log in, the computer checks its own files in which your credentials are stored to verify it.

    A local account is different from a network domain account like a university account which is produced and stored in the domain controller sometimes called a network server. Local accounts give access to the individual computer. The setting of the local account decides your rights about installing and removing programs, running programs, and the file accessing, enabling and disabling the services. A local account only works on specific computers, not any other computers.

    Benefits:

    The advantages of using local accounts are,

    • Security:

    By creating a complex password its security increase it only works on a specific computer.

    • Customize login names:

    When your screen locks your login name does not display on the screen because you never choose your email address as a login name.

    • Private:

    Computer settings and activity are not transferred to remote servers.

    • Internet independent:

    The local account in the computer does not need an internet connection for login just like Microsoft login requires an internet connection.

      Disadvantages of the local accounts:

    There are also some drawbacks when using local accounts over Microsoft accounts.

    • The major drawbacks are that you cannot access the data whenever or wherever you want to.
    • Cloud storage is the most attractive trait in the Microsoft account but it is not available in the local account.
    • In a local account, you are not able to access the Microsoft store which opens a new world of apps for you.
    • The most attractive trait of a Microsoft account is its cloud storage that isn’t available in a Local account.
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  7. Asked: March 30, 2022In: Q & A

    What Is The Session Layer In Osi Model?

    Farwa Khalid
    Farwa Khalid Bronze
    Added an answer on June 5, 2022 at 11:52 am

    What Is the Session Layer in OSI Model? The session layer in the OSI model (open system interconnection) is the fifth layer which is responsible for the connection between the various computers. Between the computers session layer tracks the dialogs these are also called sessions. Between the localRead more

    What Is the Session Layer in OSI Model?

    The session layer in the OSI model (open system interconnection) is the fifth layer which is responsible for the connection between the various computers. Between the computers session layer tracks the dialogs these are also called sessions. Between the local and remote applications session layer controls, establish, and ends the sessions.

    The session layer manages the sessions by stimulating the opening and closing of the sessions between the users’ applications. This layer also controls the single or multiple connections and directly communicates with the transport layers and presentations. This service is only offered by the session layer and implemented in the applications environments using RPCs (remote procedure calls).

    Mostly on web browsers sessions are implemented by using protocols such as the session control protocol, the AppleTalk protocol, and the zone information protocol.  These protocols are responsible for the management of the session restoration via recovery and checkpointing Both full-duplex and half-duplex are supported by session layers that create restart, termination, and checkpoint procedures. It also synchronizes information from different sources. For example, the session layer is implemented in TV shows when the audio and the video from the different sources are merged together. This helps in preventing overlapping and the silent broadcast site.

    Functions:

    • The session layer offers token management it prevents the two users try to access or attempting the same operation simultaneously.
    • It controls the dialog through which it communicates with the full-duplex and the half-duplex modes of communication.
    • Synchronization is achieved by adding checkpoints which are considered synchronization points to the streams of data.
    • The session layer also offers recovery and checkpoints.
    • Between the end-user application process, this layer provides the mechanism of the closing, opening, and management of the sessions.
    • It synchronizes the information from different sources just like in TV shows.
    • At the point from which the communication failure occurred session layer uses the checkpoints to enable communication and resumes from those points.
    • From the transport layer, the session layer receives and catches data and sends it to the presentation layer after it.
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  8. Asked: March 30, 2022In: Q & A

    What Is 4 Way Handshake In Tcp?

    Farwa Khalid
    Farwa Khalid Bronze
    Added an answer on June 5, 2022 at 11:52 am

    What Is 4 Way Handshake in TCP? A 4-way handshake in the transmission control protocol is the type of authentication network protocol created by IEEE-802.11 that includes the setup of the standards for the usage and the construction of the WLAN (wireless local area network). data delivered via netwoRead more

    What Is 4 Way Handshake in TCP?

    A 4-way handshake in the transmission control protocol is the type of authentication network protocol created by IEEE-802.11 that includes the setup of the standards for the usage and the construction of the WLAN (wireless local area network). data delivered via network architectures the four-way handshake provides a secure authentication strategy.

    The passkey is used by the four-way handshake that keys is also called PMK (Pairwise Master Key), and the sequence of the various items of data to set the encryption of data. ANonce and SNone are the single-use items as well as the Mac address of the two endpoints are also included. The main purpose of the 4-way handshake is to enable the access points to verify themselves to the clients, and to provide a secure cipher. The pairwise master key is not sent over the network leaving the components unshared and it causes strengthening of the security process.

    While there are some conflicts about the access points of the four-way handshake in TCP authentication, it is used to send messages between the access points and the clients in a very secure way. This very complex setup allows for more strong authentication process that resembles the vulnerabilities and the complexity of the modern networks.

    The four steps given below are known as TCP four-way handshake which is important for the TCP connection termination.  For the termination of the TCP connection, these steps are necessary the process.

    • Firstly, either from the one side of the connection, from the server or the clients need to send a FIN flag as a request for the termination of the TCP connection.
    • In the second step whoever received the FIN flag, it will send the ACK flag for the closing request to another side of the network.
    • Later step, the server sends the closing signal FIN flag to another side.
    • In the last step, the one who received the final FIN flag will be sent the ACK flag for the suggested closing connection.
    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  9. Asked: March 30, 2022In: Q & A

    What Does Rdp Stand For In Computers?

    Farwa Khalid
    Farwa Khalid Bronze
    Added an answer on June 5, 2022 at 11:52 am

    What Does Rdp Stand for In Computers? RDP stands for Remote Desktop Protocol in a computer. It is the Microsoft protocol designed to ease the application such as data transfer and encryption between the clients, network servers, and the devices. It allows distant users to add a graphical interface tRead more

    What Does Rdp Stand for In Computers?

    RDP stands for Remote Desktop Protocol in a computer. It is the Microsoft protocol designed to ease the application such as data transfer and encryption between the clients, network servers, and the devices. It allows distant users to add a graphical interface to the desktop of another computer. With the multiple types of the Local area network, RDP is compatible with these types according to the ITU-T.120 protocol. 64,000 different data channels are supported by Remote Desktop Protocol for multipoint transmission. The functions of the remote desktop protocol are to provide initialization of connections, data transfer between server and client, and negotiation capabilities. The support provided by the Rdp to the following services are,

    • User keyboards data cipher and the mouse.
    • Sharing of clipboards between the local clients and the remote servers.
    • Audio, file redirection, and the printer, port.
    • RDS provides the RDP functionality through windows 2008 R2 with service pack 1.
    • Using Remote Desktop Connection, RDP applications run on client computers.

    In 2011 version 6 are releasing the multiple features are added to this version. These features include WMP (windows media player), WPF (windows presentation foundation) multiple monitor support, and remoting. On non-Microsoft platforms, remote desktop protocols are also implemented.

    Advantages:

    Using the RDP has the following advantages are following,

    • Faster developments:

    On the client device, faster application and desktop installation are not required. In the widespread remote desktop, protocol support means enables you to use any device that is connected to your desktop’s windows.

    • Strong security:

    It avoids the security issues that are created from unsecured data from outside your network. rules that are set up prevent the users from storing data in flash drives and in devices.

    • Decrease downtime:

    Cloud storage means it decreases downtime in case of failure of devices. Users are not limited to the devices they can use many devices to access their VMs.

    • Cheap:

    Based on the demand computer resources are assigned to devices. This means a lower total cost value since the devices without the processing power can still use without upgrading them.

    • More devices:

    Window-based applications are transferred to non-window devices such as android, iOS, and thin client.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  10. Asked: March 30, 2022In: Q & A

    What Is Enable Mode In Cisco?

    Farwa Khalid
    Farwa Khalid Bronze
    Added an answer on June 5, 2022 at 11:52 am

    What Is Enable Mode in Cisco? Cisco router mode is a 3-device layer used to transfer packets from one network to another network Based on the destination Internet Protocol address, Cisco mode forwards packets using one of its ports It can find the best route using routing tables between the source aRead more

    What Is Enable Mode in Cisco?

    Cisco router mode is a 3-device layer used to transfer packets from one network to another network Based on the destination Internet Protocol address, Cisco mode forwards packets using one of its ports It can find the best route using routing tables between the source and destination networks. Here we discuss the different modes of the cisco router.

    Modes of cisco router:

    There are different five modes in the cisco router:

    • User extended mode:

    Extended mode is limited to certain monitoring commands. As soon as the message appears on the interface and press enter the prompt will pop up this is called execution mode.

    • Interface configuration mode:

    In this mode, only the configuration is done. Assigning the internet protocol address to the interface put forward the interface is the common function of this model.

    • Confidential mode:

    As we allow the user mode, we enter this mode where we can change the configuration of the cisco router. Different commands such as showing the IP interface, and processing configuration run on the privileged mode which is used for rectifying purposes.

    • ROMMON mode:

    By interfering with the boot process of the user we can enter this mode. It is the BIOS mode of personal computers. Normally enter in this mode while password recovery process on the device like TFTP server.

    • Global configuration mode:

    We enter into the global configuration mode by typing the router terminal into the user mode. Commands in this mode are called global commands and have an influence on the running configuration of the router. In this mode, each unit can be configured separately. For example, set up the passwords and enable secrets, allowing the routing protocol. Every time when you want to change something you will need this global configuration mode.

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
1 2 3 … 13

Sidebar

Top Members

Shailendra Yadav

Shailendra Yadav

  • 2k Questions
  • 52k Points
Level 50
Sneha Singh

Sneha Singh

  • 2k Questions
  • 41k Points
Level 40
Nilay Sharma

Nilay Sharma

  • 0 Questions
  • 33k Points
Level 30
  • Popular
  • Comments
  • Farwa Khalid

    Half Duplex Versus Full Duplex

    • 3 Comments
  • Shailendra Yadav

    Troubleshooting with TR-069 ACS for ISPs 

    • 0 Comments
  • Farwa Khalid

    What Is Ping Spoofing

    • 0 Comments
  • Farwa Khalid

    What Is Wireless Isolation?

    • 0 Comments
  • Farwa Khalid

    What Is Radio Network Controller?

    • 0 Comments
  • What is Circuit Switching - Network Classmate
    What is Circuit Switching - Network Classmate added a comment […] needs to be established. It is additive into two… November 30, 2022 at 11:36 am
  • Difference Between Router And Switch - Network Classmate
    Difference Between Router And Switch - Network Classmate added a comment […] router works in the full-duplex transmission mode. However, we… November 30, 2022 at 11:36 am
  • Communication Protocols - Network Classmate
    Communication Protocols - Network Classmate added a comment […] receiver. It is two wired protocols. Rx and Tx… November 30, 2022 at 11:35 am

  • Home
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges




Footer

Important Links

  • Home
  • Article
  • Q&A
  • Guest Post

Useful Categories

  • Basic Networking
  • Basic Security
  • CCNA R & S
  • CCNA Security
  • Download

Legal Stuff

  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service
  • User Data Policy

Social Links

  • Facebook
  • Instagram
  • Twitter
  • Telegram
  • Linkedin

Copyrights © 2023 Network Classmate™. All Rights Reserved.
Designed by LeadsNut

Manage Cookie Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage vendors Read more about these purposes
View preferences
{title} {title} {title}